.single-product.woocommerce .product-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-product.woocommerce .product-price.no-child {
    margin-top: 18px;
}

@media (min-width: 922px) {
    .single-product.woocommerce .product-price.no-child{
        margin-top: 30px;
    }
}

.single-product.woocommerce .product-price .price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 240px;
}

.single-product.woocommerce .product-price .commission,
.single-product.woocommerce .product-price .price-block .price,
.single-product.woocommerce .product-price .price-block .price-for-ha {
    width: 100%;
}


.single-product.woocommerce .product-price .price-block .price-for-ha {
    font-size: 13px;
    font-family: "Open Sans", serif;
    color: var(--text-gray-color);
}


.single-product.woocommerce .product-price .price-block .price label,
.single-product.woocommerce .product-price .price-block .price {
    font-size: 20px;
    font-family: "Open Sans", serif;
    color: var(--text-primary-color);
    font-weight: 700;
    line-height: 1.1;
}

.single-product.woocommerce .product-price .price-block .price label {
    color: var(--text-secondary-color);
    font-family: "Open Sans", serif;
}

.single-product.woocommerce .product-price .commission .vat-apply,
.single-product.woocommerce .product-price .commission .commission-label {
    color: var(--text-dark-gray-color);
    font-size: 13px;
    line-height: 19px;
}

.single-product.woocommerce .product-price.no-child .forest-type {
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .single-product.woocommerce .product-price .commission .vat-apply,
    .single-product.woocommerce .product-price .commission .commission-label,
    .single-product.woocommerce .product-price .price-block .price-for-ha {
        font-size: 16px;
    }

    .single-product.woocommerce .product-price .price-block .price label,
    .single-product.woocommerce .product-price .price-block .price {
        font-size: 24px;
    }
}

.single-product.woocommerce .offer-price {
    margin-top: 18px;
    background: var(--price-ofer-bg);
    padding: 25px 18px;
    border-radius: 8px;
    box-shadow: 6px 4px 13px rgba(0, 0, 0, 0.13);
    width: 100%;
}

.single-product.woocommerce .offer-price p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-family: "Open Sans", serif;
    color: var(--text-dark-blue);
}

.single-product.woocommerce .offer-price .price-input {
    margin-top: 15px;
}

.single-product.woocommerce .offer-price .price-input input {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    color: #111827;
    border: unset;
    font-family: "Open Sans", serif;
}

.single-product.woocommerce .offer-price {
    
}

.single-product.woocommerce .offer-price .sum-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
}

@media (max-width: 1199px) {
  .single-product.woocommerce .offer-price .sum-row > * {
    flex: 1 1 100%;
    min-width: 0;
  }
}


.single-product.woocommerce .offer-price input[type="submit"] {
    background: var(--main-color);
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 10px;
    letter-spacing: 2px;
    color: #FFF;
    font-family: "Nunito sans", serif;
    margin-top: 11px;
}

.single-product .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .single-product.woocommerce .offer-price {
     max-width: 502px;
    }

    .single-product.woocommerce .offer-price .sum-row {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 19px;
    }

    .single-product.woocommerce .offer-price input[type="submit"] {
        font-size: 19px;
        margin-top: 15px;
        float: right;
    }
}

@media (min-width: 1600px) {
    .single-product.woocommerce .offer-price {
        width: calc(100% - 240px);
    }
}

.single-product.woocommerce .product-price.not-logged .price-block {
    width: 100%;
}

.single-product.woocommerce .product-price.not-logged .price-block .commission {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}