.owl-carousel {
  touch-action: manipulation;
}
.best-products .owl-carousel .owl-nav .owl-prev,
.best-products .owl-carousel .owl-nav .owl-next {
  position: relative;
  background: none;
  top: 30%;
}
.best-products .owl-carousel .slide-arrow {
  border: none;
  width: 42px;
  height: 42px;
  font-size: 20px;
  border-radius: 50%;
  background: #0c0c0c;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 3.22px 48.29px 0px #292c7c26;
}
.best-products .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.best-products .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.best-products .owl-carousel .owl-nav .owl-prev:hover,
.best-products .owl-carousel .owl-nav .owl-next:hover {
  background-color: inherit;
}
@media (max-width: 991px) {
  .best-products .owl-carousel .owl-nav .owl-prev,
  .best-products .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 6px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #0c0c0c !important;
}
