/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* * Default theme - Owl Carousel CSS File */
 .owl-theme .owl-nav {
     margin-top: 10px;
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-nav [class*='owl-'] {
     color: #FFF;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #fff;
     border:2px solid #34353d;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
}
 .owl-theme .owl-nav [class*='owl-']:hover {
     background: #34353d;
     color: #FFF;
     text-decoration: none;
}
 .owl-theme .owl-nav .disabled {
     opacity: 0.5;
     cursor: default;
}
 .owl-theme .owl-nav.disabled + .owl-dots {
     margin-top: 10px;
}
 .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: 7px;
     height: 7px;
     margin: 0 6px 0 0;
     background: #fff;
     border:2px solid #34353d;
     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: #34353d;
}
 
/*ADDITIONAL THEME*/
.owl-carousel.brand-carousel,
.owl-carousel.product-carousel{
  position:initial;
}
.owl-theme .owl-dots{
  position:absolute;
  bottom:0;
  z-index:9;
  width:auto;
  padding:0 400px;
  box-sizing: border-box;
  max-width:100%;
  display:block;
  text-align:left;
  margin:auto;
  margin-bottom:10px;
  left:0;
  right:0;
  left:0;
  bottom:31px;
}

@media (max-width:950px){

 .owl-theme .owl-dots {
     padding:0 15px;
    bottom:0;
    text-align:center;
    margin-bottom:-30px;
  }
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}