.mySwiper .swiper-pagination-bullet {
  background: #df4223;
  opacity: 1;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fa7317;
}

.mySwiper1 .swiper-pagination-bullet {
  background: #fa7217a2;
  opacity: 1;
}

.mySwiper1 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #df4223;
}

/* category swiper */
.common_swiper {
  padding-bottom: 30px;
}

.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}

.common_swiper .swiper-pagination-bullet-active-main {
  background: #fa7317 !important;
}

.common_swiper .swiper-pagination-bullet {
  background: #ffc7bc 0 0 no-repeat padding-box;
  border-radius: 5px;
  border-radius: 10px;
  height: 4px;
  opacity: 1;
  width: 32px;
}
