.top-section-list {
	overflow: hidden;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;*/
}

.catalog-filter {
  width: calc(100% / 12 * 3 - 15px);
}

.catalog-section-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 30px;
}

.wishlist,
.compare,
.catalog-item-detail-btn a,
.catalog-item-detail-btn {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.empty-items{
  color: #0a962f;
}

.top-section-list .catalog-list-item {
  width: 23%;
}

/* СЛАЙДЕР ЗАКЛАДКИ start */

.wishlist-slider {
    position: relative;
    padding-top: 90px;
    padding-bottom: 140px;
    margin: 0 auto;
    overflow: hidden;
}

.wishlist-slider .wishlist-track {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.wishlist-arrows-wrapper {
	position: absolute;
    top: 0;
	right: 0;
    display: flex;
    justify-content: center;
    gap: 4px;
    z-index: 10;
    transform: translateX(-50%);
}

.wishlist-prev, 
.wishlist-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
	cursor: pointer;
}

.wishlist-next::after,
.wishlist-prev::after  {
	content: '';
    width: 50px;
    height: 50px;
}

.wishlist-prev::after {
    background: url('/local/templates/savinsname/pictures/icons/nav-swiper-arrow-left.svg') center no-repeat;
}

.wishlist-next::after {
    background: url('/local/templates/savinsname/pictures/icons/nav-swiper-arrow-right.svg') center no-repeat;
}

.wishlist-slider .wishlist-track .catalog-list-item {
    position: relative;
    flex: 0 0 24.0%;
    border-radius: 10px;
    box-sizing: border-box;
}
/* СЛАЙДЕР ЗАКЛАДКИ end */


@media screen and (max-width: 1439.99px) {
	.top-section-list .catalog-list-item {
		width: 32%;
	}
	.wishlist-slider .wishlist-track .catalog-list-item {
		flex: 0 0 32.3%;
	}
}

@media screen and (max-width: 1199.99px) {

}

@media screen and (max-width: 900px) {
  .top-section-list .catalog-list-item{
    width: 45%;
  }
	.wishlist-slider .wishlist-track .catalog-list-item {
		flex: 0 0 49.3%;
	}
	.wishlist-next::after,
	.wishlist-prev::after  {
		width: 30px;
		height: 30px;
        background-size: 30px 30px;
	}
}


@media screen and (max-width: 586px) {
  .top-section-list .catalog-list-item{
    width: 100%;
  }
	.wishlist-slider .wishlist-track .catalog-list-item {
		flex: 0 0 100%;
	}
}
