/*
* 	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;
	background: #888888;
	height:34px; width:34px;
	text-indent:-9999px;
}
/* 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;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#bf2e36;
}

/* 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
}


/*.owl-theme .owl-controls {position:absolute; margin:0px; top:-54px; right:10px; width:auto;}
.owl-theme .owl-controls .owl-buttons div {margin:0;}*/
.owl-theme .owl-controls .owl-buttons div.owl-prev {background:url(../images/arrow-prev.png) 7px center  no-repeat #d0d0d0; background-size:13px; margin-right:1px;}
.owl-theme .owl-controls .owl-buttons div.owl-next {background:url(../images/arrow-next.png) 14px center no-repeat #d0d0d0; background-size:13px;}
.owl-theme .owl-controls .owl-buttons div:hover {background-color:#bf2e36;}
.owl-controls .owl-pagination{float:left; margin:0; width:100%; }
.owl-controls .owl-buttons {float:left; width:100%;}
.product-slider1-right .owl-theme .owl-controls .owl-buttons div.owl-prev {position:absolute; left:6px; top:50%; margin-top:-50px; border-radius:0 50px 50px 0; -webkit-border-radius:0 50px 50px 0; -moz-border-radius:0 50px 50px 0;}
.product-slider1-right .owl-theme .owl-controls .owl-buttons div.owl-next {position:absolute; right:5px; top:50%; margin-top:-50px; border-radius:50px 0 0 50px; -webkit-border-radius:50px 0 0 50px; -moz-border-radius:50px 0 0 50px;}
.owl-theme .owl-controls .owl-buttons div {width:32px; height:63px; }


.logo-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {position:absolute; left:-15px; top:-15px; margin:0; border-radius:0 50px 50px 0; -webkit-border-radius:0 50px 50px 0; -moz-border-radius:0 50px 50px 0;}
.logo-slider .owl-theme .owl-controls .owl-buttons div.owl-next {position:absolute; right:-15px; top:-15px; margin:0px; border-radius:50px 0 0 50px; -webkit-border-radius:50px 0 0 50px; -moz-border-radius:50px 0 0 50px;}

.owl-carousel .owl-item {padding:0 10px;}
.owl-theme .owl-controls .owl-page span {width:13px; height:13px; margin:5px 6px; border:1px solid #bf2e36;}

.product-img-box .more-views { padding:0 30px 0 0;}
.product-img-box .more-views .owl-theme .owl-controls {position:relative; left:0; top:0; width:100%;}
.product-img-box .more-views .owl-pagination {display:none;}
.product-img-box .more-views .product-image-thumbs  {border:1px solid #dddddd; text-align:center; height:100px;}
.product-img-box .more-views .owl-carousel .owl-item {padding:5px;}
.product-img-box .more-views .product-image-thumbs a {display:inline-block; border:none; margin-top:11px;}
.product-img-box .more-views .owl-theme .owl-controls .owl-buttons div.owl-prev {background: url(../images/arrow-prev-n.png) center no-repeat; position: absolute;    left: -31px;    top: -72px; }
.product-img-box .more-views .owl-theme .owl-controls .owl-buttons div.owl-next {background: url(../images/arrow-next-n.png) center no-repeat; position: absolute;    right: -31px;    top: -72px; }

.left-categary-sub-menu .currently .value {color:#cc0000 !important;}
.left-categary-sub-menu .currently .label {color:#656565;}
.left-categary-sub-menu .actions {float:left; width:100%; margin:10px 0 0 0;}
.left-categary-sub-menu .actions a {color:#000;}
.left-categary-sub-menu .currently .btn-remove:after{color:#cc0000 !important;}
