.owl-theme .owl-buttons div,.slick-prev, .slick-next{
    text-align: center;
    margin-left: 7px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    position: static;
    top: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 0;
    font-weight: 300;
    background-size: 12px;
    cursor: pointer;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-buttons div:hover,.slick-prev:hover, .slick-next:hover{
	background-color: #ffffff;
	color: #FFD200;
}
#content .category-list-block .owl-theme .owl-buttons div {
    top: 41%;
}
.widget.woocommerce.widget_products .owl-buttons {
    position: absolute;
    left: auto;
    right: 0;
    top: -3px;
    bottom: auto;
}
.widget.woocommerce.widget_products .owl-theme .owl-buttons div {
    background-color: transparent;
    border: none;
    position: static;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.team-posts-content.staff-page.posts-content .team-carousel .owl-buttons div {
    top: 45%;
}
.woocommerce .related .owl-theme .owl-buttons div.owl-prev, 
.woocommerce .upsells.products .owl-theme .owl-buttons div.owl-prev,
.woocommerce .cross-sells .owl-theme .owl-buttons div.owl-prev, 
.woocommerce-page .related .owl-theme .owl-buttons div.owl-prev, 
.woocommerce-page .upsells.products .owl-theme .owl-buttons div.owl-prev ,
.woocommerce-page .cross-sells .owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}
.woocommerce .related .owl-theme .owl-buttons div.owl-next, 
.woocommerce .upsells.products .owl-theme .owl-buttons div.owl-next,
.woocommerce .cross-sells .owl-theme .owl-buttons div.owl-next, 
.woocommerce-page .related .owl-theme .owl-buttons div.owl-next, 
.woocommerce-page .upsells.products .owl-theme .owl-buttons div.owl-next ,
.woocommerce-page .cross-sells .owl-theme .owl-buttons div.owl-next {
    right: 15px;
}
.owl-buttons, .slick-prev, .slick-next {
    direction: ltr;
    text-align: center;
    z-index: 1;
    position: absolute;
    left: auto;
    right: 0;
    top: 10px;
    bottom: auto;
    background-color: transparent;
}
#brand-products .owl-buttons {
    position: static;
}
.woo_categories_slider .owl-theme .owl-buttons div {
    top: -82px;
}
.woo_categories_slider .owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}
.woo_categories_slider .owl-theme .owl-buttons div.owl-next {
    right: 15px;
}
 .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: 14px;
    margin: 0;
}
 .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:14px;
}
.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:14px;
}
 .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:14px;
}
 .owl-theme:hover .owl-buttons div ,.product-block:hover .owl-buttons div ,.products:hover .owl-buttons div{
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-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;
}
 .owl-theme .owl-buttons div.owl-next{
    right:0;
}
 .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: 37%;
    position: absolute;
}
.blog-wrapper .owl-theme .owl-buttons div{
	
}
 .owl-theme .owl-page{
    display:inline-block;
    margin:0 3px;
    vertical-align:middle;
}
 .owl-pagination .owl-page span{
    height: 9px;
    width: 9px;
    margin: 0 2px;
    background-color: #dddddd;
    display: block;
	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-pagination .owl-page:hover span,.owl-pagination .owl-page.active:hover span,.owl-pagination .owl-page.active span{
    background: #FFD200;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	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-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: 85%;
	margin: 30px auto 0;
}
 .portfolio-container, #latest_news{
    margin:0 auto;
}
.primary-sidebar .owl-buttons {
    background-color: #ffffff;
    top: 17px;
    padding-right: 10px;
}
.primary-sidebar .owl-buttons div {
    background-color: transparent;
}
.custom-testimonial .testimonial-carousel,
.primary-sidebar .widget.widget_nav_menu .menu {
    position: static;
}

@media (min-width: 980px) {
	#content .deal-of-the-day-block .owl-buttons {
		position: absolute;
		left: auto;
		right: 0;
		top: 9px;
		bottom: auto;
	}
	#content .deal-of-the-day-block .owl-theme .owl-buttons div {
		position: static;
		margin: 0 5px;
	}
}