.carousel-container .er-grid .only-item {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.carousel-container .er-grid .only-item a {
  pointer-events: none !important;
  touch-action: none !important;
  -ms-touch-action: none !important;
  cursor: default !important;
}

.carousel-container .er-grid .only-item .bank-price {
  min-width: 60px;
}
.carousel-container .er-grid .only-item .bank-icon-disccount {
  margin: 0;
}

.cart-carousel-title {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat-500";
}

.swiper-button-next {
  right: 0px !important;
}

.swiper-button-prev {
  left: 0px !important;
}

.swiper-button-next, .swiper-button-prev {
  background: white;
  border: 1px solid gray;
  border-radius: 0.4rem;
  padding: 0.5rem;
  width: 40px !important;
  height: 40px !important;
  top: auto !important;
  bottom: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: var(--skin-primary-color-1);
  font-size: 16px !important;
  font-weight: 800 !important;
}

.link-category-carousel {
  font-size: 14px;
  font-family: "Lato-700";
  font-weight: 700;
  line-height: 1;
}