.owl-carousel .item {
    padding: 0.5rem 0.7rem;
}

 

.customPreviousBtn {
    margin-left: 0rem;
    margin-right: 2rem;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    top: 22%;
    z-index: 999;
    position: absolute;
    width: 100%;
}
    .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        transform: translateY(-50%);
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        border: 1px solid #404040;
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
        font-size: 0px;
        cursor: pointer;
        transition: .3s;
    }
.owl-prev {
    left: -26px;
    background-image: url(../images/arrow_left.png) !important;
}

.owl-next {
    right: -26px;
    background-image: url(../images/arrow_right.png) !important;
}
    .owl-theme .owl-nav [class*='owl-']:hover {
     
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        display: none;
    }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
