
.selling-specials-two .swiper-pagination-bullet,
.categories-products-two .swiper-pagination-bullet,
.landing-seventeen .swiper-pagination-bullet {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.selling-specials-two {
    padding-top: 40px;
  }
  
  .selling-specials-two .swiper-bottom {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  
  .selling-specials-two .swiper-pagination {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  
  .selling-specials-two .swiper-pagination-bullet {
    background-color: rgba(18, 18, 18, 0.15);
    width: 17px;
    height: 2px;
  }
  
  .selling-specials-two .swiper-pagination-bullet-active {
    background-color: rgba(18, 18, 18, 0.4);
  }
  