/*
*     Owl Carousel Owl Demo Theme 
*    v1.3.2
*/

.owl-theme .owl-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

.owl-theme .owl-controls {
    top: 32%;
}
#SideProductRelated .owl-controls {
    top: -22%;
    z-index: 1;
}

#QuickViewContent .owl-controls {
    top: 32%;
    z-index: 1;
}
#QuickViewContent .owl-controls .owl-buttons div.owl-next {
    float: riht;
    margin-right: -28px;
}
#QuickViewContent .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -12px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    color: #333;
    font-size: 24px;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out; 
    -moz-transition: all 250ms ease-in-out; 
    -o-transition: all 250ms ease-in-out; 
    transition: all 250ms ease-in-out;
}
#SideProductRelated .owl-theme .owl-controls .owl-buttons div {
    font-size: 32px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #999;
    -webkit-transition: all 250ms ease-in-out; 
    -moz-transition: all 250ms ease-in-out; 
    -o-transition: all 250ms ease-in-out; 
    transition: all 250ms ease-in-out;
}    
.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
}
#CategoryDescription .owl-controls .owl-buttons div.owl-prev,
#CategoryDescription .owl-controls .owl-buttons div.owl-next,
#BrandCarousel .owl-controls .owl-buttons div.owl-prev,
#BrandCarousel .owl-controls .owl-buttons div.owl-next {
    background: rgba(255,255,255,0.8) !important;
    margin: 0px;
    height: 50px !important;
    line-height: 48px !important;
    width: 50px !important;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D5D5D5;
}

.owl-theme .owl-pagination .owl-page:first-child span {
    margin-left: 15px;
}

.owl-theme .owl-pagination .owl-page:last-child span {
    margin-right: 15px;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    background:#fff;
}
.owl-theme .owl-controls .owl-page span{
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    
    border:2px solid #d5d5d5;    
     background: none repeat scroll 0 0 #D5D5D5;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    width: 8px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

@media screen and (max-width: 768px) {
    
    #CategoryDescription .owl-controls, #BrandCarousel .owl-controls {top: 40%;}

}

@media screen and (max-width: 640px) {
    
    #CategoryDescription .owl-controls, #BrandCarousel .owl-controls {top: 36%;}
    #CategoryDescription .owl-controls .owl-buttons div.owl-prev, 
    #CategoryDescription .owl-controls .owl-buttons div.owl-next,
    #BrandCarousel .owl-controls .owl-buttons div.owl-prev, 
    #BrandCarousel .owl-controls .owl-buttons div.owl-next{
        font-size: 40px;
        height: 36px !important;
        line-height: 34px !important;
        width: 36px !important;
    }

}

@media screen and (max-width: 420px) {
    
    #SideProductRelated .owl-controls {top: -14%;}

}

@media screen and (max-width: 360px) {
    
    #CategoryDescription .owl-controls, #BrandCarousel .owl-controls {top: 30%;}

}
