/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* 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-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(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);
}





#main_content .product .cart-btn {  opacity: 0!important;
  position: absolute!important;
  Font-family: 'Montserrat',sans-serif!important;
  left: 0%;
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  border: none;
padding:17px 15px;

}
#main_content .product:hover .cart-btn {opacity:1!important; position:absolute!important; display:none !important; }
#main_content .product .cart-btn:before {content: "\e04f"; font-family: 'Simple-Line-Icons'; font-size:16px; vertical-align: middle; margin-right:5px}
.widget-featured-product .spr-icon-star-empty:before {color:#f9bc04!important;}
.owl-carousel .owl-item:hover .product .product_image-wrap img {background:rgba(0,0,0,0.3); }

/* PRODUCTS SLIDER = */
.owl-item .item {
	margin: 0 10px;
}
.slider-items {
	position: relative;
}
.slider-items .item {
	text-align: center;
}
.owl-buttons {
	opacity: 1;
}
.slider-items .owl-buttons .owl-prev {
	position: absolute;

}
.slider-items .owl-buttons .owl-next {
	position: absolute;
  }
.slider-items .owl-buttons .owl-prev a {
	background-position: 0 100%;
	left: 0;
	top: 50%;
}
.slider-items .owl-buttons .owl-next a {
	background-position: 100% 100%;
	left: 0;
	top: 50%;
}
.slider-items .owl-buttons .owl-next a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: "\f105";
	text-transform: none;
	font-size: 18px;

}
.slider-items .owl-buttons .owl-prev a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: "\f104";
	text-transform: none;
	font-size: 18px;

}
.slider-items .owl-buttons a {
	background: #ffe51e;
	display: block;
	margin: 0px 0 0;
	top: 50%;
	z-index: 5;
	border: 1px solid #000;
	color: #000;
}

.slider-items .owl-buttons a:hover {
	background: #000;
	display: block;
	margin: 0px 0 0;
	top: 50%;
	z-index: 5;
	color: #ffe51e;
}

.product-flexslider {
	margin:5px -10px 0;
}

.product-flexslider .pro-slide {padding:0px!important}


.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}

.owl-carousel .col-lg-4, .owl-carousel .col-md-3, .owl-carousel .col-sm-4, .owl-carousel .col-xs-6-12{ width:100%}

.owl-carousel .product{}

.owl-carousel .product .product_info {top:32%!important;}