/* .swiper.AkashProductSwiper .swiper-wrapper .swiper-slide {
    height: 150px;
    background-color: lightcoral;
} */
.swiper.AkashProductSwiper2 {
  padding-bottom: 30px;
}

.AkashProductSwiper2 .swiper-pagination {
  bottom: 5px;
}

.AkashProductSwiper2 .swiper-pagination-bullet-active {
  background: var(--theme-color);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.recommended-section .container {
  position: relative;
}

.recommended-section .AkashProductSwiper {
  position: unset;
  padding: 15px;
}

.recommended-section .AkashProductSwiper .swiper-button-next {
  right: -24px;
  width: 32px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 3px;
}

.recommended-section .AkashProductSwiper .swiper-button-prev {
  left: -24px;
  width: 32px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 3px;
}

.recommended-section .AkashProductSwiper .swiper-button-next:after,
.recommended-section .AkashProductSwiper .swiper-button-prev:after {
  color: #fff;
  font-size: 21px;
}

/* category product start here */
.AkashProductCategorySwiper .product-category img {
  margin-top: 1rem;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.category-swiper-container {
  max-width: 600px;
  padding: 18px 50px;
  margin: auto;
  position: relative;
}

.AkashProductCategorySwiper {
  max-width: 100%;
  position: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px;
  color: var(--theme-color);
  font-weight: 600;
}
