.carousel-owl-wrapper { 
  width: 86%; 
  margin: 0 auto; 
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  z-index: 888;
  top: 35px;
  outline: none;
}

.owl-prev { left: -5%; }
.owl-next { right: -5%; }

.owl-prev:hover, 
.owl-next:hover {
  filter: brightness(50%) !important;
}

.owlNavImg { 
  height: 25px; 
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover { 
  text-decoration: none; 
}

.owl-theme .owl-dots { 
  display: none; 
}

.owl-dots {
  text-align: center;
  margin-left: -1%;
}

.owl-dots button.owl-dot span {
  background-color: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: #7f7f7f;
}

.owl-dots button.owl-dot {
  border: 1px solid #7f7f7f;
  background: white;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
}

.owl-item .item {
  padding: 20px 10px 20px 30px;
  position: relative;
}

.owl-item .item img { 
  width: 308px; 
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  text-align: center;
  backface-visibility: hidden;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  margin: 5px;
}

.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: none;
}

.owl-carousel.owl-drag .owl-item{
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] { max-height: 0; }

.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }

.item { background-color: transparent; }

.owl-carousel .item a {
  display: block;
  width: 150px;
  height: 70px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  margin: auto;
}

.owl-carousel .item a:hover { background-position: 1px -99px; }

@keyframes fadeOut {
  0% { opacity: 1 }
  100% { opacity: 0 }
}

@media (max-width: 600px) {
  .owl-prev,
  .owl-next,
  .owl-prev img,
  .owl-next img,
  .owl-prev svg,
  .owl-next svg,
  .owlNavImg {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}