/*
*   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: -47px;opacity:1;  -khtml-opacity: 1;-webkit-opacity: 1; -moz-opacity:1;}
#categorytab .products.owl-theme .owl-buttons div{top: -55px;}
.brand-carousel.owl-theme .owl-buttons div{ top:30%;}
.owl-theme .owl-buttons div{   
    display: block;
    font-size: 0;
    color:#808080;
    height: 26px;
    font-weight:400;
    position: absolute;
    text-align: center;
    width: 16px;
    top: 18px;
    line-height:26px;       
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity:1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1;
}
.home_blog .owl-carousel button.owl-dot, .feature_product .owl-carousel button.owl-dot, .product_categorytab .owl-carousel button.owl-dot, .related .owl-carousel button.owl-dot, .upsells .owl-carousel button.owl-dot{
	background: #000 !important;
	padding: 5px !important;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin: 0 6px;
}
.home_blog .owl-carousel .owl-dot.active, .feature_product .owl-carousel .owl-dot.active, .product_categorytab .owl-carousel .owl-dot.active, .related .owl-carousel .owl-dot.active, .upsells .owl-carousel .owl-dot.active{
    background: #FCC927 !important;
}
.owl-dots{margin-top: 20px;}
.blog-page .blog-posts-content .owl-theme .owl-buttons div {
    top: 18px;
}
.blog-posts-content .owl-theme .owl-buttons div{opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1;}
.blog-posts-content:hover .owl-theme .owl-buttons div{opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1;}
#blog-posts-products.blog-posts-content .owl-theme .owl-buttons div{top: -47px;}
#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{ opacity:1;   -khtml-opacity: 1;-webkit-opacity: 1; -moz-opacity:1;}

.owl-theme .owl-buttons div:before{
    content:'';
    font-family:'FontAwesome';
    font-size: 22px;
    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{color: #000;background-color: transparent;opacity: 0;}
.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{ left:0;}
.owl-theme .owl-buttons div.owl-next:before{ right:-5px;}
.owl-theme .owl-buttons div:hover:before{color:#014e37;}
.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;}
.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 { right: 36px;}
.owl-theme .owl-buttons div.owl-next{ right:15px;}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev{left: -8px;}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next{right: -6px;}
.products.owl-theme .owl-buttons div.owl-prev , .products.owl-theme .owl-buttons div.owl-prev, #blog-posts-products.blog-posts-content .owl-theme .owl-buttons div.owl-prev{ left:auto; right: 40px;box-shadow: none;}
.products.owl-theme .owl-buttons div.owl-next, #blog-posts-products.blog-posts-content .owl-theme .owl-buttons div.owl-next{ right:15px;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:10px;
    width:10px;
    background-color:#dcdcdc;
    display:block;
    border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    -moz-border-radius:50%;
    border: 1px solid #eee;
}
.owl-pagination .owl-page:hover span,.owl-pagination .owl-page.active:hover span,.owl-pagination .owl-page.active span{     
    background:#014e37;
    border: 1px solid #014e37;
}
.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 {
    text-align: center;
}
.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-nav button {
    position: unset;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 6px 0 rgba(4,0,0,.10);
    border-radius: 50%;
    margin: 40px 8px 0;
    background: #fff !important;
}
.testimonial .owl-nav button {
    position: absolute;
    top: 25%;
}
.woocommerce-page .owl-nav button{
	margin: 10px 10px 0;
}
.owl-nav button.disabled{
    opacity: 1 !important;
}
.owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -50px;
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}
.owl-nav span {
    font-size: 26px;
    color: #808080;
    margin: 5px 2px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.owl-nav div.owl-prev::before {
    content: '\2190';
}
.owl-nav div.owl-next::before {
    content: '\2192';
}
/* .slick-prev::before , .slick-next::before {
    content: none !important;
} */
.testimonial-carousel .owl-dots {
    text-align: center;
    margin: 10px 0 20px;
}
.testimonial-carousel .owl-dots span {
    height: 11px;
    width: 11px;
    display: block;
    background-color: #fff;
    margin: 0 8px;
    border-radius: 2px;
}
.home #secondary .owl-nav button {
    position: absolute;
    top: -60px;
}
.home #secondary .owl-carousel .owl-nav button.owl-prev {
    right: 20px;
    left: auto;
}
.home #secondary .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -10px;
}
.home #secondary .owl-nav span {
    font-size: 22px;
}
.slick-next::before {
    content: '\2192';
}
.slick-prev::before {
    content: '\2190';
}
.owl-nav button::before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 28px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
.owl-prev::before {
    content: '\2190';
}
.slick-slider .slick-prev::before {content: '\f104';}
.slick-slider .slick-next::before{content: '\f105';}
.slick-slider .slick-prev::before, .slick-slider .slick-next::before {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#woo-products-var .slick-prev {
    right: auto;
    left: 0;
}
#woo-products-var .slick-next {
    right: 0;
    left: auto;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
    top: auto;
    bottom: 0;
}
.slick-slider .slick-next.slick-disabled::before, .slick-slider .slick-prev.slick-disabled::before {
    opacity: 1;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
    position: unset;
    display: inline-block;
    box-shadow: 0 0 6px 0 rgb(4 0 0 / 10%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 60px 8px 0;
    background-color: #fff;
    /* display: none !important; */
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
	color: #fff;
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
   background: #88B44E !important;
}
.owl-nav .fa {
    margin: 0 10px;
    font-size: 27px;
	font-family: 'FontAwesome';
}
.owl-carousel .owl-nav svg , .slick-slider button svg {
    width: 22px;
    height: 22px;
    stroke: #777;
}
.home_category .owl-nav{display: none;}