.catkomplekt {
    height: auto;
   position: relative;
}
.catkomplekt:hover {
    background-color: #bc47d5;
    color: #fff;
	transition-duration: 0.2s;
}
.catkomplekt:hover .product-banner__text {
    color: #fff;
	transition-duration: 0.2s;
}
.catkomplekt.in_cart_block::after {
    position: absolute;
    font-family: "Font Awesome\ 5 Free","FontAwesome";
    content: "\f00c";
    color: #1af100;
    font-size: 38px;
    font-weight: 900;
    right: 15px;
    top: -5px !important;
    left: auto !important;
    transform: none;
    width: 24px;
    background-color: transparent;
}
.catkomplekt img.icon {
    width: 50px;
    height: 50px;
}

.header-logo img{
    height: 60px;
    width: auto;

}
/* Скрываем сортировку по коду товара */
.sorts-block__wrapper span:last-child{
	display: none;
}
/* Скрываем сортировку по коду товара */


/* Прокрутка меню */
@media (min-width: 992px){
	.menu__level-3-ul {
		max-height: 60vh;
		overflow-y: auto;
	}
	.nicescroll-rails div {
		background: #00cace !important;
		width: 11px !important;
		cursor: grab;
	}
	.nicescroll-rails{
		z-index: 2 !important;
		
	}
}

/* Прокрутка меню */


.filter-line a {
    text-decoration: underline;
    
    font-weight: 500;
    margin-right: 25px;
    font-size: 12px;
    white-space: nowrap;
}
.filter-line a.active {
    font-weight: bold;
}
.filter-line h5 {
    margin-bottom: 0;
}
.filter-line {
	margin-bottom: 15px;
}