.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  /* margin-top: 10px; */
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  text-decoration: none;
  transition: all 04s linear;
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}
.owl-theme .owl-nav .disabled .nav-slide-arrow-next,
.owl-theme .owl-nav .disabled .nav-slide-arrow-pre {
  color: #fdefce;
}
/* .owl-theme .owl-nav .nav-slide-arrow-pre {
  color: #ff3d00;
} */
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff !important;
}

.owl-theme .owl-nav .owl-prev {
  left: 12%;
}

.owl-theme .owl-nav .owl-next {
  right: 12%;
}
.nav-slide-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  margin-top: -3px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 9px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fdefce;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 26px;
  height: 6px;
  background: #ca9b2d;
}
.owl-theme .owl-dots .owl-dot span {
  height: 6px;
  width: 15px;
  margin: 5px 4px;
  display: block;
  background: #d6d6d6;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  transition: all 0.4s linear;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #fdefce;
}
