/* Owl Carousel v2.3.4 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; 
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; 
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%; 
}
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; 
}
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; 
}
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }


.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
.owl-nav [class*='owl-']{
  padding: 4px 7px;
  /* background: rgba(255, 58, 57, .8) url('../../images/arrow-right.svg') no-repeat center center; */
  background: rgba(0,0,0,.7);
  display: inline-block;
  cursor: pointer;
  border-radius: 100%; 
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
}

.owl-next{right: 10px;}
.owl-prev{left: 10px;transform: rotate(180deg);}


.owl-dots {
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 10px;
  width: 100%;
}
.owl-dots .owl-dot {
  display: inline-block;
  background: #132241;
  padding: 5px;
  margin: 0 5px;
  border-radius: 100%;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active{
  background: #ff3a39;
  transition: opacity 200ms ease;
}
/* product home */
.product-home .owl-next{
  right: -15px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0 0px 0px rgba(0, 0, 0, 0.2);
  top: 30%;
  background: rgba(255, 255, 255, .8);
}
.product-home .owl-prev{
  left: -15px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.3), 0 0px 0px rgba(0, 0, 0, 0.2);
  top: 30%;
  transform: rotate(0deg);
  background: rgba(255, 255, 255, .8);
}
.product-home .owl-next:hover, .product-home .owl-prev:hover{background: rgba(255, 58, 57, .8); }
.product-home .owl-prev svg, .product-home .owl-next svg{width: 20px;height: 20px;fill:#333;}
.product-home .owl-prev:hover svg, .product-home .owl-next:hover svg{width: 20px;height: 20px;fill:#fff;}

.product-home .disabled{display: none;}
.product-home .owl-dots{bottom: -10px;}
/* slideshow */
.slideshow .owl-prev{
  transform: rotate(0deg);
}
.slideshow .owl-prev svg, .slideshow .owl-next svg{width: 15px;height: 15px;fill:#fff;}
.slideshow .owl-prev:hover svg, .slideshow .owl-next:hover svg{fill:#cb1b28;}
.slideshow .owl-dots{bottom: 10px;}

@media only screen and (max-width:640px) {
  .product-home .owl-next, .product-home .owl-prev {
    top: 20% !important;
    border-radius: 5px;
  }
}



