/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.new_products { position:relative; z-index:3; margin-bottom:20px; }
.specials_products { position:relative; z-index:2; margin-bottom:2px; }

.new_products .owl-carousel .owl-wrapper-outer,
.specials_products .owl-carousel .owl-wrapper-outer { position:absolute; z-index:2; padding:20px 4px 0 4px; left:-4px; right:-4px; width:auto; }

.owl-carousel-wrapper { margin:0 -15px; }
.owl-item .item { border:0; background:none; margin:0 15px; padding:0 0 0 0; transition: all 0.3s ease 0s; }
.owl-item .item .item_wrap { padding:0; transition: all 0.3s ease 0s; }
.owl-item .item:hover .item_wrap { background:#fff; padding:20px 20px 0 20px; margin:-20px -20px 0 -20px; }

.owl-item .item .product-image { display:block; background:#ededed; padding:15px; margin:0 0 7px 0; }
.owl-item .item .product-image img { width:100%; }
.owl-item .item .product-shop { padding:6px 0 0 0; }
.owl-item .item .product-name { font-size:14px; font-weight:500; min-height:40px; text-transform:uppercase; margin:0 0 1px 0; }
.owl-item .item .product-name a { color:#393834; transition: all 0.3s ease 0s; }
.owl-item .item .product-name a:hover { color:#999; }
.owl-item .item .price-box { margin:0 0 3px 0; }
.owl-item .item .price-box .price { font-size:18px; font-weight:900; color:#393834; }
.owl-item .item .price-box .old-price { display:inline; }
.owl-item .item .price-box .old-price .price { font-size:16px; font-weight:normal; color:#a2a29f; }
.owl-item .item .price-box .special-price { display:inline; }
.owl-item .item .price-box .special-price .price { }
.owl-item .item .desc_grid { font-size:12px; font-weight:normal; line-height:22px; color:#999998; margin:0 0 17px 0; }
.owl-item .item button.button { width:100%; margin:0 0 10px; }
.owl-item .item button.button > span { float:none; width:100%; display:block; position:relative; height:auto; white-space:normal; font-size:17px; line-height:18px; font-weight:900; text-align:left; }
.owl-item .item button.button > span:before { font-family: "material-design"; content: "\e14e"; position:absolute; left:26px; top:15px; font-size:25px; color:#edd47c; }
.owl-item .item button.button:hover > span:before { color:#4a4946; }
.owl-item .item button.button span span { float:none; width:100%; display:block; padding:14px 20px 18px 60px; }
.owl-item .item .add-to-links { float:none; overflow:hidden; margin:0 -5px 16px; }
.owl-item .item .add-to-links li { float:left; width:50%; padding:0 5px; }
.owl-item .item .add-to-links li a { display:block; background:#ededed; height:50px; line-height:50px; padding:0 0 0 0; font-size:24px; color:#b4b4b3; text-align:center; transition: all 0.3s ease 0s; }
.owl-item .item .add-to-links li a:hover { color:#edd47c; }
.owl-item .item .ratings { margin:0; }
.owl-item .item .ratings .amount { display:none; }
.index_item .prod_additional { padding:0 0 19px 0; overflow:hidden; display:none; opacity:0; transition: opacity 1s ease 0s, height 0.3s ease 0s; }
.index_item:hover .prod_additional { opacity:1; display:block; }
.index_item .product-thumbs { display:none; }
.index_item:hover .product-thumbs { display:block; }
/*.owl-item:hover .item .desc_grid,
.owl-item:hover .item button.button,
.owl-item:hover .item .add-to-links { display:block; }*/

.carousel_nav {  }
.carousel_nav .btns { 
	display:block;
	position: absolute;
	top: 10px;
	z-index: 2;
	line-height:30px;
	font-size:31px;
	color:#4a4946;
	cursor:pointer;
	transition: all 0.3s ease 0s;
}
.carousel_nav .btns:hover { color:#fff; }
.carousel_nav .btns.prev_new,
.carousel_nav .btns.prev_specials { right:32px; }
.carousel_nav .btns.next_new,
.carousel_nav .btns.next_specials { right:11px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.new_products .owl-carousel .owl-wrapper-outer,
	.specials_products .owl-carousel .owl-wrapper-outer { position:relative; padding:20px 0 0 0; left:0; right:0; width:100%; }
	
	.index_item .prod_additional { display:block; opacity:1; padding-bottom:10px; }
	.index_item:hover .prod_additional { opacity:1; display:block; }
	.index_item .product-thumbs { display:block; }
	
	.owl-item .item .item_wrap { padding:10px; background:#fff; }
	.owl-item .item:hover .item_wrap { padding:10px; margin:0; background:#fff; }
	
	.owl-item .item .product-name { font-size:12px; min-height:45px; }
	.owl-item .item .price-box .price { font-size:18px; }
	.owl-item .item .desc_grid { font-size:12px; line-height:18px; }
	.owl-item .item button.button > span { font-size:14px; }
	.owl-item .item button.button > span:before { left:16px; top:15px; }
	.owl-item .item button.button span span { padding:16px 15px 16px 50px; }
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.new_products .owl-carousel .owl-wrapper-outer,
	.specials_products .owl-carousel .owl-wrapper-outer { position:relative; padding:20px 0 0 0; left:0; right:0; width:100%; }
	.owl-item .item { margin-bottom:2px; }
	
	.index_item .prod_additional { display:block; opacity:1; padding-bottom:10px; }
	.index_item:hover .prod_additional { opacity:1; display:block; }
	.index_item .product-thumbs { display:block; }
	
	.owl-item .item .item_wrap { padding:10px; background:#fff; }
	.owl-item .item:hover .item_wrap { padding:10px; margin:0; background:#fff; }
	
	.owl-item .item .product-name { font-size:13px; min-height:45px; }
	.owl-item .item .price-box .price { font-size:18px; }
	.owl-item .item .desc_grid { font-size:12px; line-height:16px; }
	.owl-item .item button.button > span { font-size:14px; }
	.owl-item .item button.button > span:before { left:10px; top:18px; }
	.owl-item .item button.button span span { padding:16px 15px 16px 44px; }
	
	.carousel_nav .btns.prev_new,
	.carousel_nav .btns.prev_specials { top:8px; z-index:3; }
	.carousel_nav .btns.next_new,
	.carousel_nav .btns.next_specials { top:8px; z-index:3; }
	
}
@media only screen and (max-width: 767px) {
	.cms-index-index .page-title { padding-right:70px; }
	
	.new_products .owl-carousel .owl-wrapper-outer,
	.specials_products .owl-carousel .owl-wrapper-outer { position:relative; padding:20px 0 0 0; left:0; right:0; width:100%; }
	.owl-item .item { margin-bottom:2px; }
	.owl-item .item .item_wrap { padding:10px; background:#fff; }
	.owl-item .item:hover .item_wrap { padding:10px; margin:0; background:#fff; }
	
	.index_item .prod_additional { display:block; opacity:1; padding-bottom:10px; }
	.index_item:hover .prod_additional { opacity:1; display:block; }
	.index_item .product-thumbs { display:block; }
	
	.carousel_nav .btns.prev_new,
	.carousel_nav .btns.prev_specials {  }
	.carousel_nav .btns.next_new,
	.carousel_nav .btns.next_specials {  }
	
}

@media only screen and (min-width: 362px) and (max-width: 480px) {
	.owl-item .item button.button > span { font-size:14px; }
	.owl-item .item button.button > span:before { left:10px; top:16px; }
	.owl-item .item button.button span span { padding:16px 15px 16px 50px; }
}




