.elementor-kit-6{--e-global-color-primary:#032340;--e-global-color-secondary:#54595F;--e-global-color-text:#383838;--e-global-color-accent:#DE9D2A;--e-global-typography-primary-font-family:"Rokkitt";--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:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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){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-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 */header.sticky-header {
    --header-height: 90px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --shrink-me-logo: 0.50;
    --sticky-background-color: red;
    --transition: .5s ease-in-out;
    

    background-color: red;
}

header.sticky-header.elementor-sticky--effects {
    /*background-color: var(--sticky-background-color) !important;
    background-image: none !important;*/
    
    transition: opacity var(--transition);    
    opacity: var(--opacity) !important;

}

header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}


header.sticky-header.elementor-sticky--effects > .elementor-container {


    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    
    height: calc(var(--header-height) * var(--shrink-me));
    /*
    transition: min-height var(--transition),
        height: var(--transition);
    */
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    transition: max-width var(--transition);
    max-width: calc(100% * var(--shrink-me-logo));
}

header.sticky-header .logo img {
    transition: all var(--transition);    

}

.woocommerce-review-link{
	display:none!important;
}/* End custom CSS */