/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 28 2024 | 08:10:22 */
.elementor-nav-menu__container{
top:0px!important;
}
#menu_sticky.headershow {transform: translateY(15%);}
#menu_sticky{
position: fixed;
top:0;
width: 100vw;
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
transform: translateY(-200px); /*adjust this value to the height of your header*/
}

#menuhopin.headershow {transform: translateY(0%);}
#menuhopin{
position: fixed;
top:0;
width: 100vw;
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
transform: translateY(-200px); /*adjust this value to the height of your header*/
}


