
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  background: rgba(0,0,0,0.6);
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  transition: 0.3s;
  font-size: 18px;
  border: none;
}

.owl-carousel .owl-nav button:hover {
  background: #000;
}

/* Custom styles for Owl Carousel */