/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.l-subheader.at_middle { 
        -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
        transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
        -webkit-transition-property: background-color, -webkit-backdrop-filter;
        transition-property: background-color, -webkit-backdrop-filter;
        transition-property: background-color, backdrop-filter;
        transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, 0.65);
}


.l-section-shape>* {
    transform: scale(-1) !important;
}

.woocommerce .variation {
	display:grid !important;
}

.l-section-shape.pos_top {
	 transform: scale(-1) !important;
}


@media (max-width: 600px) {

.l-section-shape.on_front {
   height: 6vh !important;
}
}


.w-nav.type_desktop .w-nav-anchor {
top: 180% !important;
border: none !important;
border-radius: 8px !important;
overflow: hidden !important;
box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1 !important;
}


