/* 
 *  Categories Carousel Theme
 */

.categories_carousel_theme {
    padding-left: 40px;
    padding-right: 40px;
}
.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: -30px;
}
.categories_carousel_theme .owl-nav button[class*='owl-'] {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    margin: 0;
    padding: 0;

    font-size: 28px;

    color: #333;
    background: transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categories_carousel_theme .owl-nav button.owl-prev {
    left: 0;
}
.categories_carousel_theme .owl-nav button.owl-next {
    right: 0;
}
.categories_carousel_theme .owl-nav button[class*='owl-']:hover {
    color: #19191e;
    border-color: #19191e;
    background: transparent;
    text-decoration: none;
}
.categories_carousel_theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.categories_carousel_theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.categories_carousel_theme .owl-dots {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;

    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.categories_carousel_theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    *display: block;
    outline: none !important;
}
.categories_carousel_theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 2px solid #fff;
    background: #19191e;
    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: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.categories_carousel_theme .owl-dots .owl-dot.active span,
.categories_carousel_theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #19191e;
}
