/* 
 * 	Default theme - Owl Carousel CSS File
 */


.owl-theme .owl-nav{
    color: #000;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none;
    color: #e13a3a;
}
.owl-prev, .owl-next{
    font-family: 'Advent Pro', sans-serif;
    font-size: 16px !important;
    line-height: 16px;
    color: #000;
    top:40%;
    background: url("../images/owl-arrow.png")no-repeat;
    height: 60px;
    width: 40px;
}
.owl-prev{
    position: absolute;
    left: -70px;
    background-position: left;
}
.owl-next{
    position: absolute;
    right: -70px;
    background-position: right;
}
.areaSlide .owl-prev{
    position: absolute;
    left: -60px;
    background-position: left;
}
.areaSlide .owl-next{
    position: absolute;
    right: -60px;
    background-position: right;
}
.blCategories .owl-prev, .blCategories .owl-next{
    top:20%;
}
.areaSellers .owl-prev, .areaSellers .owl-next{
    top:34%;
}




.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {

  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;

  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.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: rgba(236, 247, 233, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #008a13;
}
