.woocommerce h3 {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 14px;
    min-height: 42px;
    color: #484848;
    font-size: var(--yith-wcbk-fields-font-size);
    border: 1px solid var(--yith-wcbk-border-color);
}
.select2-container--default .select2-selection--single {
    padding-top: 0;
    padding-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    height: 100%;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #f37e7e;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #f37e7e;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #62bb62;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
    opacity: 1;
    left: unset;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background: #f47b49 !important;
    color: #fff;
    border-radius: 7px;
    text-transform: capitalize;
    font-size: 0.9em;
    min-height: 42px;
    min-width: 80px;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; /* For Safari and older versions of Chrome */
    -moz-transition: all .3s ease-in-out; /* For Firefox */
    -o-transition: all .3s ease-in-out; /* For Opera */
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    box-shadow: 0 7px 4px -5px rgba(0,0,0,.5);
    background: #2e2e2e !important;
    color: #fff;;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-width: 2px;
    color: #2e2e2e;
    background-color: #efefef;
}
.woocommerce-info {
    border-top: none;
}
.woocommerce-info::before {
    color: #2e2e2e;
}
.woocommerce-error::before {
    top: 1.2em;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
    position: relative;
}
.woocommerce form.checkout_coupon::after,
.woocommerce form.login:after,
.woocommerce form.register:after,
.woocommerce form.lost_reset_password:after {
    position: absolute;
    width: 26px;
    height: 26px;
    border-top: 1px solid #cfc8d8;
    border-bottom: 0px solid #cfc8d8;
    border-left: 1px solid #cfc8d8;
    border-right: 0px solid #cfc8d8;
    top: 0;
    left: 6%;
    margin-left: -13px;
    margin-top: -13px;
    transform: rotate(45deg);
    background: #fff;
    content: '';
}
.woocommerce .col-1 > div:last-child,
.woocommerce .woocommerce-additional-fields,
.woocommerce .woocommerce-additional-fields-verify,
.woocommerce .woocommerce-checkout-review-order {
    margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out; /* For Safari and older versions of Chrome */
    -moz-transition: color .3s ease-in-out; /* For Firefox */
    -o-transition: color .3s ease-in-out; /* For Opera */
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
    color: #f47b49
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #2e2e2e;
}
@media (min-width: 1200px) {
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
        font-size: 0.8em;
    }
}
@media (max-width: 768px) {
    .woocommerce form.checkout_coupon::after,
    .woocommerce form.login:after,
    .woocommerce form.register:after,
    .woocommerce form.lost_reset_password:after {
        width: 12px;
        height: 12px;
        margin-top: -7px;
    }
}
@media (max-width: 575.98px) {
    .woocommerce form.checkout_coupon::after,
    .woocommerce form.login:after,
    .woocommerce form.register:after,
    .woocommerce form.lost_reset_password:after {
        left: 10%;
    }
}

/*
Thankyou - Yith
*/
.woocommerce .yith-wcbk-booking-actions a {
    min-height: auto;
    border-radius: 30px;
}

/*
Payment - Checkout/My Account
*/
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f7f7f7;
    border: 1px solid #cfc8d8;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    padding-top: 0;
    padding-bottom: 0;
}
#stripe-payment-data > fieldset:last-child {
    padding: 0;
    border: none;
}
#stripe-payment-data > fieldset:last-child > p {
    background: #f7f7f7;
    border: 1px solid var(--yith-wcbk-border-color) !important;
    margin: 0 1em !important;
    padding: 4px 14px !important;
}
#stripe-payment-data .stripe-source-errors {
    padding: 0 1em;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 12px 14px !important;
    min-height: 42px;
    color: #484848;
    font-size: var(--yith-wcbk-fields-font-size);
    border: 1px solid var(--yith-wcbk-border-color) !important;
}