/*
 * 	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 .owl-buttons div {
	position: absolute;
	width:40px;
	height:40px;
	border-radius:1px;	
	background:#353535 url(prev-next.png) no-repeat 0 0;
	top:34.5%;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	
	padding-right:3px
	
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	padding-left:3px;
	background-position:100% 0;
}
.owl-controls .owl-buttons div:hover{background-color:#484848}
.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);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
/*.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}*/
.owl-carousel .owl-item img{margin:0 auto}
.owl-carousel .owl-buttons div {
	opacity: 1;
	color: rgba(0,0,0,0.8);
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.3);*/
	transition: all .3s ease;
	text-align:center
}
/*.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}*/
.owl-carousel .owl-buttons .owl-prev {
	left: -3px;
}
.owl-carousel .owl-buttons .owl-next {
	right: -4px;
}
.owl-carousel .owl-buttons div i {
	font-size: 16px;
	color:#fff;
	margin-top:10px;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
.owl-carousel .owl-buttons div i{display:none}
/*-- Css Slideshow--*/
.slideshow .owl-controls .owl-buttons div{top:32%;background:rgba(0,0,0,0.6) url(nav-bg.png) no-repeat 0 0;width:90px;height:159px}
.slideshow .owl-carousel .owl-buttons div:hover{background-color: rgba(0,0,0,0.3)}
.slideshow .owl-carousel .owl-buttons .owl-prev{left:0}
.slideshow .owl-carousel .owl-buttons .owl-next{right:0; background-position:100% 0}


/*-- Css Sidebar carousel--*/
aside .owl-controls .owl-buttons{position:absolute;top:14px;right:0;width:36px}
aside .owl-controls .owl-buttons .owl-next{top:45px}
aside .owl-carousel .owl-buttons .owl-prev{left:0}
aside .owl-carousel .owl-buttons .owl-next{right:0}
/*aside .owl-carousel{background:#f5f5f5; border:1px solid #0f0}*/

/*-- Css Featured Carousel--*/
.top-section .product-box .img-slider{margin:0 -15px}
.top-section .product-box .owl-item{opacity:0;
	-webkit-transition: all 1s .1s ease-in-out;
	-moz-transition: all 1s .1s ease-in-out;
	-ms-transition: all 1s .1s ease-in-out;
	-o-transition: all 1s .1s ease-in-out;
	transition: all 1s .1s ease-in-out;z-index:10;}
/*.top-section .owl-item .product-layout{width:100% !important}*/
.top-section .product-box .owl-item.active{opacity:1;}
.top-section .product-box .owl-item .zoom{opacity:1;transition: all 0.8s ease-in-out;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);transform:scale(0.9)}
.top-section .product-box .owl-item.active .zoom{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}

/*-- Css Image carousel Carousel--*/
/*.img-carousel .owl-carousel .owl-wrapper-outer{border:1px solid #dedede;width:94%;margin:0 auto}*/
.img-carousel{margin:24px 0 0}
.img-carousel .owl-carousel{margin:24px 0 0;border-top: solid 1px #ddd;padding-top:43px;}
.img-carousel .owl-carousel .owl-buttons div{opacity:0;}
.img-carousel .owl-carousel:hover .owl-buttons div{opacity:1}
.img-carousel .owl-carousel .owl-buttons .owl-next{right:-31px;background:url(nav-bg2.png) no-repeat -40px 0;}
.img-carousel .owl-carousel .owl-buttons .owl-prev{left:-31px;background:url(nav-bg2.png) no-repeat;}
.img-carousel .owl-carousel .owl-controls .owl-buttons div{top:53.5%;}
.img-carousel .text-center{text-align: center;padding: 0;border: solid 1px #cbcbcb;margin: 0 10px;}


/*-- products-carousel--*/
.products-carousel .owl-carousel .owl-buttons .owl-next{right:0;background:url(nav-bg2.png) no-repeat -43px 0px;}
.products-carousel .owl-carousel .owl-buttons .owl-prev{left:-24px;background:url(nav-bg2.png) no-repeat;}
.products-carousel .owl-carousel{background: transparent;}
.products-carousel .owl-controls .owl-buttons div{top:40.5%;}
.products-carousel .owl-controls .owl-buttons .owl-next{right:-39px;}

.products-carousel .owl-carousel .owl-buttons .owl-prev:hover{background-position:-115px 0;}
.products-carousel .owl-carousel .owl-buttons .owl-next:hover{background-position: -158px 0px;}
@media (max-width:1260px){
	.products-carousel .block{padding:0 20px;position:relative;left:-4px;}
	.owl-carousel .owl-wrapper-outer{margin:0 0 0 8px;}
	.products-carousel .col-item{width:260px;margin:0 5px;}
	.products-carousel .owl-controls .owl-buttons .owl-next{right:-24px;}
	.products-carousel .owl-carousel .owl-buttons .owl-prev{left:-10px;}
	.img-carousel .owl-carousel .owl-buttons .owl-next{right:-10px;}
	.img-carousel .owl-carousel .owl-buttons .owl-prev{left:-10px;}
	
	/*body{border:solid 1px red}*/
}
@media (max-width:1199px){
	.products-carousel .col-item{width:218px;}
	.products-carousel .owl-carousel .owl-buttons .owl-prev{left:-10px;}
	.products-carousel .owl-controls .owl-buttons .owl-next{right:-34px;}
	
	.img-carousel .owl-carousel .owl-buttons .owl-next{right:-8px;}
	.img-carousel .owl-carousel .owl-buttons .owl-prev{left:-5px;}
	/*.img-carousel .owl-carousel .owl-wrapper-outer{width:92.4%}*/
	
	/*body{border:solid 1px black}*/
}

@media (max-width:1024px){
	.products-carousel .owl-carousel .owl-buttons .owl-prev{left:18px;}
	.products-carousel .owl-controls .owl-buttons .owl-next{right:-6px;}
	
	/*body{border:solid 1px blue}*/
}

/*@media (max-width:991px){
	.img-carousel .owl-carousel .owl-wrapper-outer{width:90.2%}
}*/

@media (max-width:767px){
	/*.img-carousel .owl-carousel .owl-wrapper-outer{width:88.2%}*/
	.products-carousel .col-item{width:255px;margin: 0 auto;}
	.products-carousel .owl-controls .owl-buttons .owl-next{right:3px;}
	body{border:solid 1px red}
}
@media (max-width:639px){
	.products-carousel .col-item{width:218px;}
	
	/*body{border:solid 1px black}*/
}

@media (max-width:524px){
	.products-carousel .col-item{width:280px;}
	
	/*body{border:1px solid #0fa5e4}*/
}

@media (max-width:480px){
	/*.top-section .product-box .img-slider{margin-left:-23px}*/
	.products-carousel .owl-carousel .owl-buttons .owl-prev{left:24px;}
	
	/*body{border:solid 1px red}*/
}
@media (max-width:320px){
	.products-carousel .col-item{width:224px;}
}