.owl-carousel .owl-nav div {
    display: block;
    position:absolute;
    top:50%;
    width: 35px;
    height: 50px;
    margin-top:-25px;
    background: url(../../images/icon-slider-arr.png) no-repeat top left;
    z-index:99;
    opacity:0.5;
    text-indent: -9999px;
    cursor:pointer;
}
.owl-carousel .owl-nav .owl-prev {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-position: -35px 0;
    left:0;
}
.subCategoryProducts .owl-nav .owl-prev {
    left:4px;
}
.owl-carousel .owl-nav .owl-next {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-position: 0 0;
    left:100%;
    margin-left:-35px;
}
.subCategoryProducts .owl-nav .owl-next {
    margin-left:-39px;
}
.owl-carousel .owl-nav div:hover {
    opacity:0.9;
}


.owl-dots {
    position: absolute;
    bottom:3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.owl-dots .owl-dot {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    border:1px solid #777;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 5px;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
    background:#f47b32;
    color: #fff;
    opacity: 1;
    border-color:#f47b32;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.owlVideo .owl-dots {
    bottom:-20px;
}






