.swiper-button.swiper-button-circle {
  background-color: #f1eeff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.swiper-button.swiper-button-circle:after {
  color: #a66be1;
  font-size: 14px !important;
}
.swiper-button.swiper-button-circle.swiper-button-next {
  right: -40px;
}
.swiper-button.swiper-button-circle.swiper-button-prev {
  left: -40px;
}
.swiper-button.swiper-button-circle:hover {
  background-color: #946ff0;
}
.swiper-button.swiper-button-circle:hover:after {
  color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -30px !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #a66be1;
}
