.category-slider .gallery-thumbs .swiper-slide-active {
  background-color: #fff;
}

.category-slider .category__swiper-thumbs{
  margin: 1rem 0 2rem;
  padding: 0;
}

.category-slider .swiper-wrapper{
  padding-bottom: 0;
}

@media (min-width: 750px) and (max-width: 1199px) {
  .category-slider .swiper-wrapper {
    padding-bottom: 0;
  }
}