.product-hero__meta form.cart, .product-hero__meta .editable-wrapper {
    margin-top: 0;
}

.variations {
    width: 100%;
}

.variations select {
    background-image: url(../images/font-icons/chevron.svg);
    background-position: top 50% right 18px;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 1rem 1.5625vw 1rem 1rem;
    border: 1px solid rgba(0,0,0,0.38);
    border-radius: 12px;
    width: 100%;
    margin: 1rem 0;
}

.variations select + .reset_variations {
    display: none;
}

.single_add_to_cart_button.disabled {
    opacity: 0.5;
}

body.woocommerce-order-pay {
    --header-height: 124px;
}

body.woocommerce-order-pay iframe[name="israel-toremet"] {
    height: 50em;
}

body.woocommerce-order-pay .wc_payment_methods {
    list-style: none;
}

.gift-order-review {
    width: 100%;
    max-width: 900px;
    margin: 1rem auto 4rem;
}

.gift-order-review .gift-order-info {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0,0,0,0.6);
}

.gift-order-review .shop_table {
    margin-top: 1rem;
    width: 100%;
}

.gift-order-review .shop_table th {
    font-weight: bold;
}

.gift-order-review .shop_table td,
.gift-order-review .shop_table th {
    border-bottom: 1px solid rgba(0,0,0,0.125);
    padding: 10px;
    text-align: left;
}

.gift-order-review .shop_table thead tr th:nth-last-of-type(1),
.gift-order-review .shop_table tbody tr td:nth-last-of-type(1) {
    text-align: right;
}

.gift-order-review .shop_table tfoot th,
.gift-order-review .shop_table tfoot td {
    border: none;
    font-weight: bold;
    text-align: right;
}

.gift-order-review .wc-item-meta {
    list-style: none;
    margin-top: 0.5em;
    font-size: 0.75rem;
}

.gift-order-review .wc-item-meta-label {
    display: none;
}

@media (max-width: 991px) {
    body.woocommerce-order-pay {
        --header-height: 86px;
    }

    .gift-order-review {
        padding: 0 1rem;
    }
}


/* new UI */
.woocommerce-cart main > .woocommerce,
.woocommerce-cart main .wrapper_content > .woocommerce,
.woocommerce-checkout main > .woocommerce,
.woocommerce-checkout main .wrapper_content > .woocommerce {
    margin-bottom: 130px;
}

.cart-title,
.checkout-title {
    margin-top: 50px;
}

.checkout-title {
    margin-bottom: 12px;
}

.woocommerce-cart__wrapper {
    margin-top: 25px;
    padding: 0;
}

.woocommerce-cart__main,
.woocommerce-cart__aside,
.woocommerce-form-wrap {
    padding: 0;
}


.woocommerce-cart__main .cart-list__item-data--img {
    width: 5.9896vw;
    height: 7.8125vw;
    border-radius: 10px 0 0 10px;
}

.cart-list__item-price,
.cart-list__item-total,
.cart-list__item-links,
.woocommerce-cart__main .cart-list__item-data--text > a {
    font-size: clamp(1rem, 0.625rem + 0.625vw, 1.25rem);
    color: #2C2B2B;
}

.cart-list__item-remove {
    width: 40px;
    text-align: center;
}

.review-order .cart-list__item-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
}

.cart-collaterals {
    height: 100%;
}

.cart_totals,
.woocommerce-checkout-review-order-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cart_totals {
    height: 100%;
}

.cart_totals > * {
    width: 100%;
}

.cart-sub-title {
    font-size: clamp(1.25rem, 0.5625rem + 0.9375vw, 1.5rem);
}

.review-order-footer,
.cart-totals {
    position: relative;
    background: #FBF5F2;
    z-index: 1;
}

.review-order-footer::before,
.cart-totals::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: -30px;
    bottom: 0;
    width: calc(100% + 60px);
    height: 100%;
    background: #FBF5F2;
}

.woocommerce-checkout-review-order-table {
    width: 33.85417vw;
}

.bottom-btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.back-link {
    color: #C34C17;
}

@media (max-width: 1280px) {
    .woocommerce-cart__main,
    .woocommerce-cart__aside,
    .woocommerce-form-wrap {
        width: 100%;
    }

    .cart-collaterals .review-order {
        display: none;
    }

    .review-order-footer::before,
    .cart-totals::before {
        left: -20px;
        width: calc(100% + 40px);
    }

}

@media (min-width: 1280px) {
    .woocommerce-cart__wrapper {
        box-shadow: 0 3px 20px 0 rgba(41, 38, 34, 0.1);
        margin-top: 25px;
        min-height: 702px;
    }

    .woocommerce-cart__aside,
    .woocommerce-checkout-review-order-table {
        border-left: 1px solid #D9D9D9;
    }

    .woocommerce-cart__main,
    .woocommerce-cart__aside,
    .woocommerce-form-wrap {
        padding: 50px 48px 0;
    }

    .woocommerce-cart__aside .cart-collaterals {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .woocommerce-cart__main .cart-list__item-data {
        width: 18.70vw;
    }
}

.woocommerce-checkout.woocommerce-order-pay .woocommerce > .woocommerce-notices-wrapper {
    display: block !important;
}

.woocommerce-order-pay .woocommerce-notices-wrapper,
.woocommerce-order-pay .woocommerce-info {
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
}

.woocommerce-order-pay .woocommerce-notices-wrapper ul {
    list-style: none;
    margin-bottom: 24px;
}

.woocommerce-order-pay .woocommerce-info {
    font-size: 20px;
    line-height: 1.5;
}

.woocommerce-order-pay .woocommerce-form-login-wrap {
    margin: 44px auto;
    max-width: 500px;
    background: #fbf5f2;
    padding: 2.1875vw 4.58333vw;
    border-radius: 16px;
}

.woocommerce-order-pay .field-row {
    margin-bottom: 24px;
}

.woocommerce-order-pay .woocommerce-form-login .button {
    width: 100%;
}

.woocommerce-order-pay .lost_password {
    text-align: center;
}

.woocommerce-order-pay .lost_password a {
    font-size: 14px;
    color: #c34c17;
}