
.bg-grey{
    background-color: #eee;
}

a[href^="mailto"] {
   font-family: 'Bitter';
   font-size: 1.1em;
}


.rte-content a[href $= ".xlsx"]{
    border: 1px #349706 solid;
    color: #349706;
    background-color: #fff;
}
.rte-content a[href $= ".xlsx"]:before{
    content: "\f1c3";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #349706;
    margin-right: 8px;
}
.rte-content a[href $= ".xlsx"]:hover{
    background-color: #349706;
    color: #fff;
}
.rte-content a[href $= ".xlsx"]:hover:before{
    color: #fff;
}


#desktop-header {
    box-shadow: 0px 3px 5px 0px #646464;
}
.header-top{
    background-image: url("/img/cms/bg-logo7.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header-top img.logo{
    height: 60px;
}
.header-phones{
    display: inline-block;
}
.header-phones a{
    color: #39f;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.4s ease;
}
.header-phones a:hover{
    color: #FF6666;
}
#search_widget{
    margin-left: auto;
    margin-right: 1rem;
}
.iqit-megamenu-container{
    background-color: #fff;
}
#iqitmegamenu-wrapper.stuck{
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px #646464;
}
.search-widget .search-btn{
    background-color: #39f;
    color: #fff;
    padding: 0;
    font-size: 22px;
    width: 45px;
}
/*breadcrumb */
#wrapper .breadcrumb{
    margin-top: 1rem;
}
/* #mobile-header */
#mobile-header{
    background-color: #333;
}
#mobile-header .m-nav-btn{
    color: #ccc;
}
#mobile-header .m-nav-btn:hover{
    color: #39f;
}
/* --- SLIDER  --- */
#slider{
    padding: 3rem 0 0 0; 
}
#slider .slider-overlay{
    padding-top: 5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
#slider .slider-overlay h2{
    font-size: 50px;
    color: #fff;
}
#slider .slider-overlay p{
    font-size: 28px;
    line-height: 1em;
    color: #fff;
}
#slider .slider-overlay .btn{
    font-size: 20px;
    padding: 0.8rem 1.2rem;
    margin: 1rem 0;
}



 /* category tree */
 .block-categories{
    padding-right: 3rem;
 }
 .block-links ul > li a{
    padding-left: 0;
 }
 .block-links ul > li a::before{
    display: none;
 }
 .block-categories ul > li[data-depth="0"] > a {
    display: block;
    position: relative;
    padding: 0.8rem 1.2rem;
    background-color: #88aeff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.6rem;
  }
  .block-categories .collapse-icons[aria-expanded="true"] .remove {
        display: inline-block;
  }  
 .block-categories li[data-depth="0"] > .collapse-icons {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
  }
 .block-categories li[data-depth="0"] ul.category-sub-menu {
    padding: 0 0 0.5rem;
 }
  .block-categories li[data-depth="0"] > a:hover{
    background-color: #5cadff;
    color: #fff;
  }
 .block-categories li[data-depth="1"] > a {
    display: block;
    position: relative;
    padding: 0.2rem 1rem;
    font-size: 15px;
    font-weight: bold;
    color: #333;
  }
  
  .block-categories li[data-depth="0"].current-category > a {
    background-color: #39f;  
  }
  .block-categories li[data-depth="1"] > a:hover,
  .block-categories li[data-depth="1"].current-category > a {
    color: #39f;  
  }


/* home  */

.home-section{
    max-width: 280px;
    margin-bottom: 2rem;
}
.home-section h2.elementor-heading-title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: #333;
    padding: 0.6em 1.2rem;
}

/* blog posts */

.post-title h2 a{
    color: #333;
    font-size: 16px;
}
.post-title h2 a{
    color: #333;
    font-size: 16px;
}
.post-item:hover .post-title h2 a{
    color: #39f;
}


/* product card */
.product-miniature-grid .product-title a{
    color: #333;
    font-weight: bold;
}
.product-miniature-grid:hover .product-title a{
    color: #39f;
}
.product-miniature-default .product-flags{
    top: 1rem;
}

#search_filters .facet,
#search_filters .facet:first-child{
    padding: 10px;
    background-color: #eee;
    margin-top: 1rem;
}
#search_filters .facet .facet-label a{
    color: #333;
}
/* product page */
.product-variants .input-color,
.product-variants .color.preview{
    width: 98px;
    height: 127px;
}

.product-reference span[itemprop="sku"]{
    font-weight: bold;
    color: #333;
}


/* footer */
.footer-logo img.logo{
    height: 50px;
}
.contact-rich .part .data{
    display: inline;
}
