.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-modern-checkout,
						.cartflows_step-template .select2-container--default .select2-results__option--highlighted[aria-selected],
						.cartflows_step-template .select2-container--default .select2-results__option--highlighted[data-selected]{--wcf-primary-color:#f16334;}.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row input.input-text:focus,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row textarea:focus,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce #order_review .wcf-custom-coupon-field input.input-text:focus{box-shadow:0 0 0 1px #f16334;}.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-one.wcf-current:before,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-two.wcf-current:before{background-color:#f16334;}.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-note:before{border-top-color:#f16334;}.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-two-step .woocommerce .wcf-embed-checkout-form-nav-btns .wcf-next-button,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-note,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form .wcf-custom-coupon-field button.wcf-submit-coupon,
						.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form .woocommerce #order_review button,
						body .wcf-pre-checkout-offer-wrapper #wcf-pre-checkout-offer-content button.wcf-pre-checkout-offer-btn{background-color:#f16334;border-color:#f16334;}.elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form, .elementor-5407 .elementor-element.elementor-element-69d073d .wcf-embed-checkout-form-modern-checkout{--wcf-heading-color:#000000;}/* Start custom CSS for checkout-form, class: .elementor-element-69d073d *//* Hide WooCommerce added-to-cart notice */
.woocommerce-message {
    display: none !important;
}
/* Hide the subtotal row in the cart totals block */
.cart-subtotal {
    display: none !important;
}

/* Simple fix for Astra checkout buttons */

/* 1. Remove blurry effect from both buttons */
#place_order,
button[name="apply_coupon"] {
    opacity: 1 !important;
    filter: none !important;
    text-shadow: none !important;
}

/* 2. Apply Coupon button - Your orange color #f59e0b */
button[name="apply_coupon"] {
    background-color: #f59e0b !important;
    color: white !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: auto !important;
    display: inline-block !important;
}

/* Apply Coupon hover */
button[name="apply_coupon"]:hover {
    background-color: #d97706 !important;
}

/* 3. Place Order button - Your blue color #2563eb */
#place_order {
    background-color: #2563eb !important;
    color: white !important;
    padding: 15px 40px !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    
    /* Make it less wide and centered */
    width: auto !important;
    min-width: 200px !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
}/* End custom CSS */