.carousel-wrap {
  margin: 0px auto;
  padding: 0 2%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 25px;
  background-color: #998675;
  padding: 5px;
  border-radius: 5px;
  color: #ffffff;
}

.owl-nav .owl-prev {
  left: -20px;
}

.owl-nav .owl-next {
  right: -20px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inherit !important;
}


.owl-one .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 65%;
    color: #cdcbcd;
}

.owl-carousel .owl-stage-outer{
  padding-top: 20px;
  padding-bottom: 20px;
}

.owl-logo .owl-nav.disabled {
    display: none !important;
}