.elementor-kit-6{--e-global-color-primary:#21193C;--e-global-color-secondary:#8E3F7F;--e-global-color-text:#F4C7B3;--e-global-color-accent:#EF7052;--e-global-color-5bb2160:#F8F8F8;--e-global-color-2b2c794:#2A292B;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-size:1.75em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-size:1.25em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-size:0.8em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-5c093f9-font-family:"Kanit";--e-global-typography-5c093f9-font-size:1.25em;--e-global-typography-5c093f9-font-weight:600;--e-global-typography-5c093f9-text-transform:uppercase;--e-global-typography-5c093f9-letter-spacing:0.03em;--e-global-typography-7fcfdbb-font-family:"Kanit";--e-global-typography-7fcfdbb-font-size:0.75em;--e-global-typography-7fcfdbb-font-weight:600;--e-global-typography-7fcfdbb-text-transform:uppercase;--e-global-typography-26c1d0e-font-family:"Kanit";--e-global-typography-26c1d0e-font-size:1.15em;--e-global-typography-26c1d0e-font-weight:600;--e-global-typography-430cf2f-font-family:"Kanit";--e-global-typography-430cf2f-font-size:3.5em;--e-global-typography-430cf2f-font-weight:600;--e-global-typography-430cf2f-line-height:0.75em;--e-global-typography-ffe889a-font-family:"Kanit";--e-global-typography-ffe889a-font-size:0.75em;--e-global-typography-ffe889a-font-weight:600;--e-global-typography-ffe889a-text-transform:uppercase;background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{font-family:"Kanit", Sans-serif;font-size:4vw;font-weight:600;line-height:0.9em;}.elementor-kit-6 h3{font-family:"Kanit", Sans-serif;font-size:2.5em;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{--e-global-typography-26c1d0e-font-size:1.15em;--e-global-typography-430cf2f-font-size:3em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:6.5vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-text-font-size:1em;--e-global-typography-26c1d0e-font-size:1.15em;--e-global-typography-430cf2f-font-size:3em;--e-global-typography-430cf2f-line-height:0.75em;--e-global-typography-ffe889a-font-size:1.15em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:12vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-notices-wrapper .woocommerce-message {
    z-index:1000!important;
    background-color: var(--e-global-color-accent);
    color:#f8f8f8 !important;
    border-top:none;
    border-radius:999px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {color:#f8f8f8;}
 
 /* Checkout confirmation page colours */ 
 .elementor-kit-6 .elementor-widget-woocommerce-checkout-page, .elementor-kit-6  .elementor-widget-woocommerce-checkout-page li, .elementor-kit-6 .product-quantity, .elementor-kit-6 .woocommerce-Price-amount, .elementor-kit-6 .woocommerce-table--order-details th, .elementor-kit-6 .woocommerce-table--order-details td, .elementor-kit-6 #shipping_method label{
     color:#f8f8f8!important;
     font-family: 'Kanit', Sans-Serif;
     font-size:14px!important;
 }
 
 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */