﻿/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls{
	margin-top: 41px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
}

/* 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 */
	transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s; 
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	margin: 5px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	#-webkit-border-radius: 20px;
	#-moz-border-radius: 20px;
	#border-radius: 20px;
	#background: #869791;
}
#incart-product-cat .owl-buttons .owl-prev:before, #incart-re-product .owl-buttons .owl-prev:before  {
	font-size: 22px;
	content: "\f104";
	font-family: FontAwesome;	
}

#incart-product-cat .owl-buttons .owl-prev, #incart-re-product .owl-buttons .owl-prev {
    border: 1px solid;
    padding: 4px 14px;
	transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s; 
}

#incart-product-cat .owl-buttons .owl-next, #incart-re-product .owl-buttons .owl-next {  
	margin: 0 5px; 
	padding: 4px 14px;
	transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s; 
}

#incart-product-cat .owl-buttons .owl-next:after, #incart-re-product .owl-buttons .owl-next:after {
	font-size: 22px;
	content: "\f105";
	font-family: FontAwesome;	
}

.owl-theme .owl-controls .owl-page.active span { color: #ffffff; }

.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: 325px;
	background: url(../images/AjaxLoader.gif) no-repeat center center;
}