/** * Owl Carousel v2.2.1 * Copyright 2013-2017 David Deutsch * Licensed under () */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    display: none !important;
}

.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: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    padding-top: 50px
}

.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
    background: transparent;
    border: 0;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF6D00;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 5px;
    background-color: transparent;
    border: none;
    color: #5e4d46;
    opacity: 0.5;
    font-size: 40px;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 5px;
    background-color: transparent;
    border: none;
    color: #888888;
    opacity: 0.5;
    font-size: 40px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 1;
    color: #cc3333;
    text-decoration: none;
}

.fetureProductSlide .owl-prev {
    right: 0px !important;
    top: -80px !important;
    left: 95% !important;
    font-size: 18px;
}

.fetureProductSlide .owl-nav i {
    font-size: 30px;
}

.fetureProductSlide .owl-next {
    right: 0px !important;
    top: -80px !important;
    left: 97% !important;
}


/* .featureCategory .owl-prev {
    right: 0px !important;
    top: -80px !important;
    left: 95% !important;
    font-size: 18px;
}

.featureCategory .owl-nav i {
    font-size: 30px;
}

.featureCategory .owl-next {
    right: 0px !important;
    top: -80px !important;
    left: 97% !important;
} */

.featureCategory .owl-nav {
    display: block !important;
}

.featureCategory .owl-carousel .owl-dots.disabled,
.featureCategory .owl-carousel .owl-nav.disabled {
    display: block !important;
    /* display: none; */
}

.testimonalSlide .owl-nav {
    display: none !important;
}

.sajiloTopSlide .owl-theme .owl-dots .owl-dot {
    display: inline-block !important;
    zoom: 1
}

@media(min-width:300px) and (max-width:1100px) {
    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-prev {
        display: none;
    }
}