.owl-buttons {
    position:static;
	z-index: 3;
}
.owl-theme .owl-buttons div{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	color: #000;
	position: absolute;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	top: 20px;
	margin: 0 2px;
	background-color: #ffffff;
	border-radius: 50px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	right: auto;
	left: auto;
	bottom: auto;
    border: 1px solid #d7d7d7;

}
.owl-theme .owl-buttons div:hover{
	border: 1px solid #89b758;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	}
	
.owl-theme .owl-buttons div.owl-prev,
#horizontalTab .owl-theme .owl-buttons div.owl-prev,
.custom-testimonial .owl-theme .owl-buttons div.owl-prev{
	background-image: url("../../images/themeimages/prev.svg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 19px;
}
.owl-theme .owl-buttons div.owl-next,
#horizontalTab .owl-theme .owl-buttons div.owl-next,
.custom-testimonial .owl-theme .owl-buttons div.owl-next{
	background-image: url("../../images/themeimages/next.svg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 19px;
}
.owl-theme .owl-buttons div.owl-prev:hover,
#horizontalTab .owl-theme .owl-buttons div.owl-prev:hover,
.custom-testimonial .owl-theme .owl-buttons div.owl-prev:hover{
	background-image: url("../../images/themeimages/prev-hover.svg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 19px;
}
.owl-theme .owl-buttons div.owl-next:hover,
#horizontalTab .owl-theme .owl-buttons div.owl-next:hover,
.custom-testimonial .owl-theme .owl-buttons div.owl-next:hover{
	background-image: url("../../images/themeimages/next-hover.svg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 19px;
}
.owl-theme:hover .owl-buttons div{
   opacity:1;
   -khtml-opacity:1;
   -webkit-opacity:1;
   -moz-opacity:1;
}
 .owl-theme:hover .owl-buttons div ,.product-block:hover .owl-buttons div ,.products:hover .owl-buttons div{
    opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
	
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.owl-theme .owl-buttons div.owl-prev{
   left:0;
}

.related.products .owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}


.owl-theme .owl-buttons div.owl-next{
   right:0;
}

.related.products .owl-theme .owl-buttons div.owl-next{
   right:15px;
}
.brands .owl-buttons {
   position: static;
	
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity:0;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.brands:hover .owl-buttons {
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity:1;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.brand-carousel.owl-theme .owl-buttons div.owl-next:before{
   border:none;
}
#brand-products .owl-carousel{
   width:100%;
   margin:0 auto;
}
#brand-products .owl-theme .owl-buttons div{
    top: 35%;
    position: absolute;
}
.blog-wrapper .owl-theme .owl-buttons div{
	top: 48.3%;
}
.owl-theme .owl-page{
   display:inline-block;
   margin:0 3px;
   vertical-align:top;
}
.owl-pagination .owl-page span{
   height: 9px;
   width: 9px;
   background-color: rgba(0, 0, 0, 0.1);
   display: block;
   border: 2px solid rgba(0, 0, 0, 0.1);
	
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -khtml-border-radius: 50%;
   -moz-border-radius: 50%;
	
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
}
.owl-pagination .owl-page:hover span,.owl-pagination .owl-page.active:hover span,.owl-pagination .owl-page.active span{
   background: #ffd200;
   border: 2px solid #ffd200;
	
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
}
.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;
}
.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;
}
.owl-item.loading{
   min-height:150px;
   background:url(../../images/owl/AjaxLoader.gif) no-repeat center center;
}
.owl-carousel .owl-wrapper:after{
   content:".";
   display:block;
   clear:both;
   visibility:hidden;
   line-height:0;
   height:0;
}
.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;
}
.grabbing{
   cursor:url("../../images/owl/grabbing.png") 8 8, move;
}
.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;
}
.flex-control-thumbs{
   float: none;
   width: 80%;
   margin: 20px auto 0;
}
.portfolio-container, #latest_news{
   margin:0 auto;
}

@media only screen and (min-width: 980px) {
.owl-theme .owl-buttons div , button.slick-arrow{
		opacity:0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		transition-duration: 300ms;
		-webkit-transition-duration:300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration:300ms;
}

.owl-theme:hover .owl-buttons div, #content .new-product:hover .owl-buttons div, #content .featuredproduct-block:hover .owl-buttons div,.blog-block:hover button.slick-arrow{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
}
@media only screen and (max-width: 979px) {
	.flex-control-thumbs{
		width: 60%;
	}
}