.elementor-kit-65{--e-global-color-primary:#006B51;--e-global-color-secondary:#54595F;--e-global-color-text:#1B1B1B;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-size:17px;line-height:1.8rem;}.elementor-kit-65 button,.elementor-kit-65 input[type="button"],.elementor-kit-65 input[type="submit"],.elementor-kit-65 .elementor-button{background-color:#006B51;}.elementor-kit-65 button:hover,.elementor-kit-65 button:focus,.elementor-kit-65 input[type="button"]:hover,.elementor-kit-65 input[type="button"]:focus,.elementor-kit-65 input[type="submit"]:hover,.elementor-kit-65 input[type="submit"]:focus,.elementor-kit-65 .elementor-button:hover,.elementor-kit-65 .elementor-button:focus{background-color:#FFFFFF;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:#006B51;}.elementor-kit-65 e-page-transition{background-color:#FFBC7D;}.elementor-kit-65 a{color:#008A5E;}.elementor-kit-65 a:hover{color:#008A5E;}.elementor-kit-65 h1{font-size:36px;}.elementor-kit-65 h2{font-size:36px;}.elementor-kit-65 h3{color:#006B51;font-size:28px;}.elementor-kit-65 h4{font-size:22px;}.elementor-kit-65 h5{font-size:18px;}.elementor-kit-65 h6{font-size:16px;}.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);}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-icon-color:#006B50;--message-buttons-padding:0px 0px 0px 0px;}.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 *//* Targets all WooCommerce notices: Success, Error, and Info */
.woocommerce-message, 
.woocommerce-error, 
.woocommerce-info {
    /* Step 1: Fix Position below the Header */
    position: fixed; 
    top: 80px; /* <--- CHANGE THIS VALUE to match your actual header height! */
    left: 50%;
    transform: translateX(-50%); /* Centers the fixed element */
    
    /* Step 2: Set the custom width */
    max-width: 600px !important; 
    width: 90%; /* Use a percentage for responsiveness */
    
    /* Ensure it's always visible and on top */
    z-index: 9999;
}/* End custom CSS */