<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
header search
*/
.wbSearch {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 28px;
}
#leo_search_query_top {
    height: 45px;
    background: transparent;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0;
    outline: none !important;
}
#leo_search_top_button {
    height: 45px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    background-color: #ed1c24;
    border-color: transparent;
    transition: 0.3s ease;
    padding: 0 15px;
}
#leosearchtopbox label {
    display: none;
}
.cssload-speeding-wheel {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: none;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear;
    animation: cssload-spin 800ms infinite linear;
    position: absolute;
    top: -44px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}
body.active-search::after{
    content: "";
    background: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.ac_results {
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
    display: none;
    position: absolute;
    width: 100% !important;
    margin-top: 0;
    max-height: 330px;
    overflow: auto;
    left: 0;
}
.leoproductsearch-result .search-value-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #ED1C24;
    font-weight: 700 !important;
}
.leoproductsearch-result .search-value-title:before {
    content: ".";
    color: #ED1C24;
    font-weight: 700;
    display: inline-block;
    width: 1em;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
}
.ac_results li {
    padding: 10px;
    display: flex;
    align-items: center;
}
.ac_results li a {
    display: block;
}
.leoproductsearch-result .search-in-suggest li a:before {
    content: '&gt;';
    font-weight: 700;
    margin-right: 5px;
    color: #ea4335;
    font-family: "FontAwesome";
    font-size: 14px;
}
.ac_event {
    background-color: #f5f5f5;
}
.ac_old {
    background-color: #fff;
}
.ac_results li a .lps-result-img {
    display: block;
    float: left;
}
.lps-result-img img {
    max-width: 60px;
}
.ac_results .all-search-product {
    margin-top: 10px;
}
.lps-result-title {
    text-overflow: ellipsis;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(0, 0, 0);
}
.ac_results li a .lps-result-img {
    display: block;
    float: left;
}
.lps-result-img img {
    max-width: 60px;
}
.lps-result-price{
    color: rgb(0, 0, 0);
}
.ac_results a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.menu-mobile{
    display: none;
}

#header .main_menu&gt;ul&gt;li:first-of-type{
    margin-right:14px;
}
#header .main_menu&gt;ul&gt;li {
    margin: 0 14px;
    padding: 13.204px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .main_menu&gt;ul&gt;li.static-position{
    position:static;
}
#header .main_menu ul li a{
    text-transform: capitalize !important;
    font: normal normal 600 14px Rubik !important;
    color: #000;
}
#header .main_menu ul li a.red-text{
    color: #ed1c24 !important;
}
#header .main_menu ul li a img{
    transition: 0.1s all ease-in-out;
}
#header .main_menu ul li:hover a img.img-normal{
    display: none !important;
}
#header .main_menu ul li a img.img-hover{
    display: none !important;
}
#header .main_menu ul li:hover a img.img-hover{
    display: block !important;
}
#header .main_menu ul li .zoom-in-zoom-out{
    animation: zoom-in-zoom-out 1s ease-out infinite;
    display: flex;
    width: max-content;
}
#header .main_menu ul li.has-children&gt;div.submenu-1{
    position: absolute;
    height: auto;
    font-weight: 300;
    color: #000;
    border-top: 2px solid #ed1c24;
    min-width: 185px;
    background-color: #fff;
    text-align: left;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .24);
    transition: opacity 0.3s linear 0s;
    padding: 30px 35px !important;
    /*width: 90%;
    min-width: 902px;
    left: 5%;*/
    top: 100%;
    display: none;
}
@media(min-width:768px){
    #header .main_menu ul li.has-children&gt;div.submenu-1.center-menu{
        left: 50%;
        transform: translateX(-50%);
    }
    #header .main_menu ul li.has-children&gt;div.submenu-1.left-menu{
        left: 0;
    }
    #header .main_menu ul li.has-children&gt;div.submenu-1.right-menu{
        right: 0;
    }
}
@media(max-width:1500px){
    #header .main_menu ul li.has-children&gt;div.submenu-1{
        width: 100%;
        left: 0%;
    }
}
#header .main_menu:not(.menu-busness) ul li.has-children:hover&gt;a{
    animation: none;
    margin-bottom: 0px;
    color: #ed1c24 !important;
}
#header .main_menu ul li.has-children:hover&gt;div.submenu-1{
    display: flex;
}
#header div.submenu-1&gt;div&gt;ul&gt;li{
    width: 138.36px;
    padding: 0 15px;
}
#header div.submenu-1&gt;div&gt;ul&gt;li.col-3{
    width: calc( ( 138.36px / 2 )  * 3 );
}
#header div.submenu-1&gt;div li.mega-menu-template&gt;ul&gt;li{
    width: 100% !important;
    /*margin-bottom: 5px !important;*/
}
#header .mega-menu-template.style-2.horizontale{
    width: 100% !important;
    padding-top: 20px;
}
#header .mega-menu-template.style-2&gt;ul{
    display: flex;
    flex-wrap: wrap;
}
#header div.submenu-1&gt;div li.mega-menu-template.style-2.horizontale&gt;ul&gt;li{
    width: max-content !important;
    margin-right: 15px;
}

#header .mega-menu-template.style-2&gt;ul li a{
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 12px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: Rubik !important;
    font-size: 14px !important;
    color: #333 !important;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 600 !important;
    text-align: center;
}
#header .mega-menu-template.style-2&gt;ul li a:hover{
    background-color: #ed1c24;
    color: #fff !important;
}
#header div.submenu-1&gt;div li.mega-menu-template.style-2&gt;ul&gt;li a{
    text-transform: capitalize !important;
}
#header .mega-menu-template.style-2&gt;ul li a img{
    width: 20px !important;
    margin-right: 10px;
}
#header .mega-menu-template.style-2&gt;ul li a:hover img:not(.img-hover),
#header .mega-menu-template.style-2&gt;ul li a img.img-hover{
    display: none !important;
}   
#header .mega-menu-template.style-2&gt;ul li a:hover img.img-hover{
    display: inline !important;
}
#header div.submenu-1&gt;div&gt;ul&gt;li&gt;a,
#header div.submenu-2.link-same-level&gt;ul&gt;li&gt;a,
#header div.submenu-1&gt;div li.mega-menu-template&gt;ul&gt;li a{
    color: #221E20 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    /*position: relative;
    top: -5px;*/
}
#header div.submenu-1&gt;div&gt;ul&gt;li&gt;a{
    margin-bottom: 10px !important;
    display: block; 
}
#header div.submenu-1&gt;div li.mega-menu-template&gt;ul a{
    font-family: sans-serif !important;
    line-height: 1.5 !important;
    position: relative;
    top: 0px;
}
#header div.submenu-2&gt;ul&gt;li{
    padding: 4px 0px 4px 0;
}
#header div.submenu-2:not(.link-same-level)&gt;ul{
    margin-left: 15px;
}
#header .menu-busness div.submenu-2:not(.link-same-level)&gt;ul ul{
    margin-left: 0;
}
#header .menu-busness div.submenu-padding:not(.link-same-level)&gt;ul&gt;li&gt;a{
    padding-left: 5px;;
}
#header div.submenu-2&gt;ul&gt;li&gt;a,
#header div.submenu-3&gt;ul&gt;li&gt;a{
    color: #555555 !important;
    font: normal normal 14px Rubik !important;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    
}
#header .main_menu:not(.menu-busness) div.submenu-2&gt;ul&gt;li:hover&gt;a,
#header .main_menu:not(.menu-busness)  div.submenu-3&gt;ul&gt;li:hover&gt;a {
    transform: translateX(10px);
}</pre></body></html>