.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-message,
.wc-block-components-notice-banner.is-success {
    background: linear-gradient(135deg, #fff8e6, #fff3cd);
    border: 1px solid #f4d06f;
    border-left: 5px solid #f0b90b;
    color: #4a3a00;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 18px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.woocommerce-message::before,
.wc-block-components-notice-banner.is-success::before {
    color: #f0b90b;
}

.woocommerce-message .coupon-success-text,
.wc-block-components-notice-banner.is-success .coupon-success-text {
    font-weight: 600;
}

.woocommerce-message .discount-highlight,
.wc-block-components-notice-banner.is-success .discount-highlight {
    display: inline-block;
    background: #ffe066;
    color: #222;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    margin-left: 4px;
}






#wcf-embed-checkout-form .wcf-shipping-methods-wrapper {
    background: linear-gradient(180deg, #fff7fa 0%, #fffdfd 100%);
    border: 1.5px solid #e9bcc9;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 8px 22px rgba(218, 170, 185, 0.12);
}

#wcf-embed-checkout-form .wcf-shipping-methods-title {
    color: #b85f7a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

#wcf-embed-checkout-form .woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wcf-embed-checkout-form .woocommerce-shipping-methods li {
    border: 1px solid #efd8df;
    border-radius: 10px;
    background: #fff;
    padding: 12px 14px;
    margin-bottom: 10px;
    transition: all 0.25s ease;
}

#wcf-embed-checkout-form .woocommerce-shipping-methods li:hover {
    border-color: #dca2b3;
    background: #fffafb;
}

#wcf-embed-checkout-form .woocommerce-shipping-methods input[type="radio"] {
    accent-color: #d78fa3;
    margin-right: 8px;
}

#wcf-embed-checkout-form .woocommerce-shipping-methods label {
    font-weight: 600;
    color: #3a2d33;
    cursor: pointer;
}

/* Selected option */
#wcf-embed-checkout-form .woocommerce-shipping-methods li:has(input[type="radio"]:checked) {
    border-color: #d78fa3;
    background: #fff2f6;
    box-shadow: 0 0 0 3px rgba(215, 143, 163, 0.10);
}/* End custom CSS */