/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2024 | 07:11:42 */
header{height:100px;background-color:rgb(241,243,248);z-index:2;position:relative}header .logo-container{height:70%}header .logo{height:100%}header nav{margin-left:50px}header nav .header-menu-desktop{display:flex;flex-direction:row;flex-flow:wrap;list-style:none;gap:50px}header .button-container{gap:20px}header .button-container .btn-search{display:flex;align-items:center;border-radius:0;background-color:#3b7e01;cursor:pointer;font-size:16px;padding:10px 15px}header .button-container .btn-search i{color:#fff}header .menu-toggle{height:25px;width:25px;display:none;cursor:pointer}header .mobile-menu{overflow:hidden;height:0;position:absolute;transition:0.4s;background-color:#fff;top:100px;left:0;width:100%}@media only screen and (max-width:1024px){header .button-container{display:none}}@media only screen and (max-width:820px){header .mobile-menu.open{transition:0.4s}header .mobile-menu a{display:block;box-sizing:border-box;padding-top:10px;padding-bottom:10px;padding-left:10px;border-bottom:1px #ddd solid;text-align:center}header nav{display:none!important}header .menu-toggle{display:block}}