.owl-theme .owl-nav {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  }
  .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;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 25%;
  width: auto;
  right: 15%;
  }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *
    display: inline;
    margin-top: 12px;
    }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 5px;
      background: #00bcd4;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      transition: all 0.5s ease-in-out;
      border: 2px solid #ffffff;
      }
    .owl-theme .owl-dots .owl-dot.active span{
      background: #00BCD4;
      width: 25px;
      height: 25px;
      margin-top: 25px;
    }
    .owl-carousel .owl-item .item{
      min-height: 600px;
    }
    .owl-carousel .owl-item .item .bg{
      min-height: 500px;
    }
#arrivals .owl-dots,#brands .owl-dots{
  bottom: -40px;
    text-align: center;
    left: 0;
    width: 100%;
}
#brands .owl-dots{
  bottom: -25px;
}
#arrivals .owl-dots .owl-dot span,#brands .owl-dots span{
  background: #2a1f25;
}
#review .owl-dots{
    bottom: -25px;
    text-align: center;
    left: 0;
    width: 100%;
}
#review .owl-dots .owl-dot span{
  background: #fff;
}
#review .owl-dots .owl-dot.active span{
  background: #00add2;
  border: 3px solid #fff;
}
