@media (max-width: 991.98px) {
  .carousel-category[data-center-mode=true] .slick-list {
    padding: 0px 23px 0px 0px !important;
  }
}
@media (min-width: 769px) {
  .carousel-category .ml-1-desk {
    margin-left: 0.25rem !important;
  }
}
.carousel-category .ml-1-desk {
  margin-left: 0.5rem !important;
}
.carousel-category .category-item img {
  width: 100%;
}
.carousel-category .category-item a span {
  font-size: 14px;
}
.carousel-category .slick-prev, .carousel-category .slick-next {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  z-index: 1;
  background: revert-layer;
  box-shadow: 0 0 0.625rem rgba(29, 29, 29, 0.2);
  background-color: #fff;
}
.carousel-category .slick-prev::before, .carousel-category .slick-next::before {
  font-family: "FontAwesome";
  color: #3C3C3B;
}
@media (max-width: 991.98px) {
  .carousel-category .slick-prev, .carousel-category .slick-next {
    top: 30%;
  }
}
.carousel-category .slick-next {
  right: -13px;
}
.carousel-category .slick-next::before {
  content: "\F105";
}
.carousel-category .slick-prev {
  left: -13px;
}
.carousel-category .slick-prev::before {
  content: "\F104";
}
@media (min-width: 769px) {
  .carousel-category .category-item-width-3 .img-carousel-plp-desktop {
    width: 330px!important;
  }
}
@media (min-width: 769px) {
  .carousel-category .category-item-width-5 .img-carousel-plp-desktop {
    width: 207px!important;
  }
}

.carousel-plp-width-dinamyc-3 {
  width: "calc(330 * 3 + 3 * 7.3)px!important";
}
@media (max-width: 991.98px) {
  .carousel-plp-width-dinamyc-3 {
    width: 100% !important;
  }
}

.carousel-plp-width-dinamyc-5 {
  width: "calc(207 * 5 + 5 * 7.3)px!important";
}
@media (max-width: 991.98px) {
  .carousel-plp-width-dinamyc-5 {
    width: 100% !important;
  }
}

@media (min-width: 769px) {
  .carousel-plp-width-dinamyc-6 {
    width: "1176px!important";
  }
}