/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	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: #001E22;
}

.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
}


.related-products {
	margin: 0 0 20px 0;
	padding: 5px;
	background: #EBEBEB;
	border-bottom: 3px solid rgba(0,0,0,0.1);
}

.related-products h2 {
	font-size: 1.3em;
	padding: 10px;
	margin: -5px;
	margin-bottom:0px;
	color: #fff;
	background: #74BF46;
}

.related-products .item {
	margin: 10px;
	padding:10px;
	text-align: justify;
	position: relative;
	background: #fff;
}

.related-products .relpro-image {
	height: 120px;
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #ddd;
}

.owl-carousel .owl-item .relpro-image img {
	width: auto;
	height: auto;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	margin: auto;
	position: absolute;
	text-align: center;
}

.related-products .owl-controls {
	text-align: center;
	position: absolute;
	bottom: 100%;
	right: 0px;
}

/* Styling Next and Prev buttons */

.related-products .owl-controls .owl-buttons .owl-prev, .related-products .owl-controls .owl-buttons .owl-next {
	margin: 0px 5px 5px 0px;
	height: 28px;
	width: 28px;
	line-height: 24px;
	background: rgba(0,0,0,0.3);
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	position: relative;
}



.item .product-desc h3{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.item .product-desc span{
	display:block;
	padding:5px 0;
	color:#779c27;
	font-weight:bold;
}


.item .product-desc .add-to-cart{
	display:inline-block;
	padding:2px 30px 2px 10px;
	border:1px solid #a0c64e;
	color:#a0c64e;
	font-size:12px;
	margin:0px;
	position:relative;
	text-decoration:none;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.item .product-desc .add-to-cart:after{
	content:'\f07a';
	font-family:'FontAwesome';
	color:#fff;
	background:#a0c64e;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	padding:3px 5px;
}


.releted-products .item:hover{
	box-shadow:0px 3px 3px #ddd;
	margin:-5px 0px 25px 0px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.related-products .item:hover>.product-desc>.add-to-cart{
	border:1px solid #a0c64e;
	background:#a0c64e;
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-decoration:none;
}
