.owl-carousel .owl-stage-outer{
  background-color: #fafafa;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  font-family: serif !important;
  background: #f6d200 !important;
  width: 50px;
  height: 50px;
  line-height: 75px !important;
  border-radius: 50% !important;
  opacity: .4;
}

.owl-nav button.owl-prev {
  left: 0;
  margin-left: -20px !important;
}

.owl-nav button.owl-next {
  right: 0;
  margin-right: -20px !important;
}

.owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -20px;
}

.owl-nav button:focus {
  outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  color: var(--colorPrimary);
  opacity: 1;
}