/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.2
*/
/* Styling Next and Prev buttons */
.woocommerce-product-gallery .owl-theme .owl-buttons div{ top: 36%;width: 25px;height: 25px;line-height: 26px;box-shadow: none;}
.products.owl-theme .owl-buttons div{top: 36%;}

.brand-carousel.owl-theme .owl-buttons div{ top:30%;}
.owl-theme .owl-buttons div, .slick-slider button {
    display: block;
    font-size: 0px;
    color: #808080;
    height: 30px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    width: 30px;
    top: 45%;
    line-height: 26px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    text-transform: capitalize;
    background: #f8f8f8;
    border-radius: 50%;
}
.owl-theme .owl-buttons div:hover,.owl-theme .owl-buttons div:focus , .slick-slider button:hover, .slick-slider button:focus{
  
}
.slick-prev::before, .slick-next::before{
    color: #d4d4d4;
}
.blog-page .blog-posts-content .owl-theme .owl-buttons div {
    top: 18px;
}
.blog-posts-content .owl-theme .owl-buttons div{ top: 34%;}
.blog-posts-content:hover .owl-theme .owl-buttons div{opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1; }
.blog-posts-content .owl-theme .owl-buttons div.owl-prev{left:-35px; right: auto;}
.blog-posts-content .owl-theme .owl-buttons div.owl-next{right:-35px;}
#team-posts-products .owl-theme .owl-buttons div{top:10px;box-shadow: none; opacity:0; -khtml-opacity: 0; -webkit-opacity: 0; -moz-opacity:0;}
#team-posts-products:hover .owl-theme .owl-buttons div{opacity:1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1;}
#team-posts-products .owl-theme .owl-buttons div.owl-prev{right:54px; left: auto;}
#team-posts-products .owl-theme .owl-buttons div.owl-next{right:10px;}
.owl-theme:hover .owl-buttons div, .slick-slider:hover button{ opacity:1;   -khtml-opacity: 1;-webkit-opacity: 1; -moz-opacity:1;}

.owl-theme .owl-buttons div:hover ,.products .slick-prev:hover,
 .products .slick-next:hover, .product_list_widget .slick-prev:hover,
.product_list_widget .slick-next:hover{ background: #518432; color: #fff; }

 .products .slick-next:hover::before, .product_list_widget .slick-prev:hover::before,
.product_list_widget .slick-next:hover::before{ color: #fff;  }
.owl-theme .owl-buttons div:before{
    content:'';
    font-family:'FontAwesome';
    font-size: 17px;
    text-align:center;
    position:absolute;
    right:0;
    left:0;
    top:0;
}
.woocommerce-product-gallery .owl-theme .owl-controls .owl-buttons .owl-prev::after{content: none;}
.woocommerce-product-gallery .owl-theme .owl-buttons div{background-color: transparent;opacity: 0; border: none; position: absolute;}
.woocommerce-product-gallery:hover .owl-theme .owl-buttons div{opacity: 1;background: none;border: none;}
.woocommerce-product-gallery .owl-theme .owl-buttons div:hover:before{color:#232b54;}
.woocommerce-product-gallery .owl-theme .owl-buttons div::before{font-size: 20px;}

.owl-theme .owl-buttons div.owl-prev:before{content:'\f104';}
.owl-theme .owl-buttons div.owl-next:before{content:'\f105'; }
#brand-products .owl-carousel{width: 100%;margin:0 auto;}
.brand-carousel.owl-theme .owl-buttons div{opacity:1;   -khtml-opacity: 1;-webkit-opacity: 1; -moz-opacity:1; display: none;}
.brand-carousel.owl-theme .owl-buttons div.owl-prev{left: 0;}
.brand-carousel.owl-theme .owl-buttons div.owl-next{right: 0;}
.brand-carousel.owl-theme .owl-controls .owl-buttons .owl-prev::after{
    content: none
}
.brand-container:hover .owl-buttons div{  opacity:1;    -khtml-opacity: 1;-webkit-opacity: 1; -moz-opacity:1;}
.owl-theme .owl-buttons div.owl-prev { left:-0;}
.owl-theme .owl-buttons div.owl-next{ right:0; }
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev {

    left: 0;
    padding: 0;
    font-size: 0;

}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next {

    right: 0;
    padding: 0;
    font-size: 0;

}
.products.owl-theme .owl-buttons div.owl-prev{ left:-30px;right:auto;box-shadow: none;}
.products.owl-theme .owl-buttons div.owl-next{ right:-30px;box-shadow: none;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-page {
    display: inline-block;    
    margin:0 3px;
     vertical-align: top;
}
.owl-pagination .owl-page span {

    height: 6px;
    width: 10px;
    background-color: #eee;
    display: block;
    border-radius: 30px;
    border: 1px solid #cfcfcf;

}
.owl-pagination .owl-page:hover span,.owl-pagination .owl-page.active:hover span,.owl-pagination .owl-page.active span{     
    background:#518432;
    border: 1px solid #518432;
    width: 25px;
}
.owl-pagination .owl-page.active span{
    cursor:default;
}
.owl-pagination .owl-page span:before{
    font-family:'FontAwesome';
    font-size:13px;
    color:#000;
}
.product-page .owl-pagination{margin: 10px 0;}
/* If PaginationNumbers is true */
.owl-theme .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;
}
.owl-pagination {
    margin: 0;
    text-align: center;
}
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../../images/owl/AjaxLoader.gif) no-repeat center center;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-page,
.owl-buttons div {
    cursor: pointer;
}
/* mouse grab icon */
.grabbing {
    cursor: url("../../images/owl/grabbing.png") 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel {
    position: relative;
}
/*==  Recent Portfolio Slider ==*/
.portfolio-container, #latest_news {
    margin: 0 auto;
}





    .owl-theme .owl-buttons div, .slick-slider button,.products.owl-theme .owl-buttons div, .blog-posts-content .owl-theme .owl-buttons div {
    position: relative;
    bottom: 0px;
    opacity: 1;
    margin: 0 auto;
    top: auto;
    display: inline-block;
    }
    .woocommerce .related .products.owl-theme .owl-buttons div.owl-prev, 
    .woocommerce .upsells .products.owl-theme .owl-buttons div.owl-prev, 
    .woocommerce-page .related .products.owl-theme .owl-buttons div.owl-prev,
     .woocommerce-page .upsells .products.owl-theme .owl-buttons div.owl-prev,
    .products.owl-theme .owl-buttons div.owl-prev, .blog-posts-content .owl-theme .owl-buttons div.owl-prev {
    left: -5px !important;
    right: auto !important;
    }
    .woocommerce .related .products.owl-theme .owl-buttons div.owl-next,
     .woocommerce .upsells .products.owl-theme .owl-buttons div.owl-next, 
     .woocommerce-page .related .products.owl-theme .owl-buttons div.owl-next,
     .woocommerce-page .upsells .products.owl-theme .owl-buttons div.owl-next,
    .products.owl-theme .owl-buttons div.owl-next, .blog-posts-content .owl-theme .owl-buttons div.owl-next {
    left: auto !important;
    right: -5px !important;
    }
    .slick-slider button{position: absolute; bottom: -40px;}


