/* 
 *  Products Categories Carousel Theme
 */

.product_categories_carousel_theme {
    padding-left: 53px;
    padding-right: 53px;
}
.product_categories_carousel_theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -45px;
}
.product_categories_carousel_theme .owl-nav [class*='owl-'] {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0;

    z-index: 10;
    width: 33px;
    height: 90px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_categories_carousel_theme .owl-nav .owl-prev {
    left: 0;
}
.product_categories_carousel_theme .owl-nav .owl-next {
    right: 0;
}
.product_categories_carousel_theme .owl-nav [class*='owl-']:hover {
    text-decoration: none;
    opacity: 1;
}
.product_categories_carousel_theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.product_categories_carousel_theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.product_categories_carousel_theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.product_categories_carousel_theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.product_categories_carousel_theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ddd;
    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;
}
.product_categories_carousel_theme .owl-dots .owl-dot.active span,
.product_categories_carousel_theme .owl-dots .owl-dot:hover span {
    background: #333;
}
