.product_catalog__category_img,
.product_catalog__category_img img {
  transition: .5s;
}

.product_catalog__category_img:hover img {
  transform: scale(1.12);
  box-shadow: 0 -8px 16px -13px rgba(0,0,0,0.75);
}
/* .product_catalog__category_img:hover ~ .product_catalog__category {
  box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.75);
} */

.product_catalog__category_img:hover  .product_catalog__category_name h3 {
  font-weight: bold !important;
}
#header-navigation .row.mw > .col-md-10,#header-navigation .row.mw >  .col-md-2{
    background-color: #344150;
    color: white;
    position: relative;
    height: 55px;
}
/*
#header-navigation .row.mw >  .col-md-10::after{
    z-index: -1;
    content: " ";
    position: absolute;
    width: 190%;
    background-color: #344150;
    height: 100%;
    left: -210px;
    top: 0;
}   */

.c-footer__footer{
    height: 50px;
}
.c-product-counter{
    display: none !important;
}

#header-navigation .header_menu a{
    color: white;
}
#header-navigation .header_menu a:hover{
    font-weight: bold;
}
#header-navigation .row.mw >  .col-md-2 .fa-shopping-cart{
    color: white;
}

.fullWidthSlider .slick-slide img{
    width: 100%;
}
.fullWidthSlider{
    max-height: 600px;
}
#centered > div:nth-child(2){
    height: 100%;
    display: flex;
align-items: center;
justify-content: center;
}
#centered #seachproducts > a:last-child{
    top: 3px !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf svg{
    display: none;
}


.c-header__category-dropdown {
    position: absolute;
    top: 45px;
    display: none;
    opacity: 0;
}
.main_category:hover .c-header__category-dropdown{
    display: block;
    opacity: 1;

}
.category-slider__buttons > button{
    display: none;
}

.slick-prev{
    left: 50px;
    z-index: 5;
    width: 40px;
    height: 40px;
    
}
.slick-next{
    right: 50px;
    z-index: 5;
    width: 40px;
    height: 40px;
  
}
.slick-prev::before,.slick-next::before{
    font-size: 40px;
    color: #344150;
    opacity: 0.9;
   
   
}
.fullWidthSlider .slick-dots{
    display: none !important;
}






@media screen and (max-width: 1500px) and (min-width: 1300px){
    .container{
        max-width: 1290px;
    }
}










@media only screen and (min-width: 1560px){
    .c-header__category-dropdown {
        width: 1560px;
    }
}
@media only screen and  (min-width: 1000px){
   .categories-block .filter-button{
        top: unset !important;
        bottom: -65px;
        left: 50%;
        transform: translateX(-50%);
        height: 45px;
        width: 100px;
        padding-block: 5px;
        font-size: 15px;
        border-radius: 5px !important;
   }
   #filters_wrap > .c-filter-block .categories-block{
    padding-bottom: 35px;
   }
}

.no-show{
    display: none;
}
 aside .row .installment__row{
    display: none;
}