/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	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: #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 {
  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: 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; }

.owl-carousel .owl-nav {
  position:absolute;
  top:55%;
  left:50%;
  width:118%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
    z-index: 999;
    height: 100px;
}
.fproducts .owl-carousel .owl-nav {
  position:absolute;
  top:55%;
  left:50%;
  width:118%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
    z-index: 999;
    height: 100px;
}
.fbrands .owl-carousel .owl-nav {
  position:absolute;
  top:80%;
  left:50%;
  width:118%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 999;
  height: 100px;
}
.banner .owl-carousel .owl-nav {
  position:absolute;
  top: auto;
  bottom: 0px;
  left:50%;
  width:141px;
  transform:translate(-50%, 0);
  -webkit-transform:translate(-50%, 0);
  z-index: 999;
  height: 35px;
    background: #000;
}
.owl-carousel .owl-nav div {
  width:54px;
  height:54px;
  margin:0px ;
  padding:0px;
  opacity:1;
  color:rgba(0, 0, 0, 0);
    position: absolute;
}
.banner .owl-carousel .owl-nav div {
  width:12px;
  height:18px;
  margin:0px ;
  padding:0px;
  opacity:1;
  color:rgba(0, 0, 0, 0);
    position: absolute;
}
.owl-carousel .owl-nav .owl-prev {
  background-color: none;
  background-image: url(../img/prev-icn-1.png);
  background-position: 24% 18px;
  background-repeat: no-repeat;
  border: 2px #832cc3 solid;
  border-radius: 50rem;
  left: 0px;
}
.owl-carousel .owl-nav .owl-next {
  background-color: none;
  background-image: url(../img/next-icn-1.png);
  background-position: 76% 18px;
  background-repeat: no-repeat;
  border: 2px #832cc3 solid;
  border-radius: 50rem;
  right: 0px;

}
.fproducts .owl-carousel .owl-nav .owl-prev,
.fbrands .owl-carousel .owl-nav .owl-prev {
  background-color: #ffffff;
  background-image: url(../img/prev-icn-2.png);
  background-position: 24% 18px;
  background-repeat: no-repeat;
  border: 2px #dbdbdb solid;
  border-radius: 50rem;
  left: 0px;
}
.fproducts .owl-carousel .owl-nav .owl-next,
.fbrands .owl-carousel .owl-nav .owl-next {
  background-color: #ffffff;
  background-image: url(../img/next-icn-2.png);
  background-position: 76% 18px;
  background-repeat: no-repeat;
  border: 2px #dbdbdb solid;
  border-radius: 50rem;
  right: 0px;

}
.banner .owl-carousel .owl-nav .owl-prev {
  background-color: none;
  background-image: url(../img/banner-prev.jpg);
  background-position:  0 0;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  left: 24px;
  bottom: 0px;
}
.banner .owl-carousel .owl-nav .owl-next {
  background-color: none;
  background-image: url(../img/banner-next.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  right: 24px;
  bottom: 0px;
}
#features.owl-carousel .owl-nav .owl-prev {
  background-color: #ab53e9 !important;
  background-image: url(../img/prev-icn-1.png);
  background-position: 24% 18px;
  background-repeat: no-repeat;
  border: 2px #832cc3 solid;
  border-radius: 50rem;
  left: 0px;
}
#features.owl-carousel .owl-nav .owl-next {
  background-color: #ab53e9 !important;
  background-image: url(../img/next-icn-1.png);
  background-position: 76% 18px;
  background-repeat: no-repeat;
  border: 2px #832cc3 solid;
  border-radius: 50rem;
  right: 0px;
}
.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.3;
}
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.3;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover { cursor: pointer; }

@media screen and (max-width:1440px) {

  .owl-carousel .owl-nav {width:104%;}
  .fproducts .owl-carousel .owl-nav {width:104%;}
  .fbrands .owl-carousel .owl-nav {width:104%;}
}
@media screen and (max-width:1112px) {
  .banner .owl-carousel .owl-nav {bottom: -1px;}

  .owl-carousel .owl-nav div {
    width:34px;
    height:34px;
  }

  #features.owl-carousel .owl-nav .owl-prev {
    background-position: 50% 8px;
  }
  #features.owl-carousel .owl-nav .owl-next {
    background-position: 50% 8px;
  }
  .fproducts .owl-carousel .owl-nav .owl-prev,
  .fbrands .owl-carousel .owl-nav .owl-prev {
    background-position: 50% 8px;
  }
  .fproducts .owl-carousel .owl-nav .owl-next,
  .fbrands .owl-carousel .owl-nav .owl-next {
    background-position: 50% 8px;}
    .fbrands .owl-carousel .owl-nav {
    position: absolute;
    top: 100%;
}
@media screen and (max-width:450px) {
  .owl-carousel .owl-nav,
  .fproducts .owl-carousel .owl-nav,
  .fbrands .owl-carousel .owl-nav {width:120%;}
}
