/**
 * --------------------------------------------------------------------------------------------
 * VP Product Carousel - Joomla! 3 Module for VirtueMart 3.0
 * --------------------------------------------------------------------------------------------
 * @package    VP Product Carousel
 * @author     Abhishek Das
 * @copyright  Copyright (C) 2012-2022 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html
 * @link       http://www.virtueplanet.com
 * --------------------------------------------------------------------------------------------
*/
.vp-product-carousel {
	margin-top: -10px;
}
.vp-product-carousel-inner {
	text-align: center;
}
.vp-product-carousel-inner .product-item {
	position: relative;
	margin: 0;
	padding: 0;
}
.vp-product-carousel-inner .product-name {
	font-size: 14px;
	margin: 10px 0;
	font-weight: normal;
}
.vp-product-carousel-inner .product-image-cont {
	position: relative;
	background-color: transparent;
}
.vp-product-carousel-inner .product-image-cont > a {
	display: block;
}
.vp-product-carousel-inner .product-image-cont > a > img {
	margin: 0 auto;
}
.lazyload-enabled .vp-product-carousel-inner .loading .product-image-cont {
	background-image: url('../../images/image-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 100px;
}
.vp-product-carousel-inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	max-width: 100%;
}
.vp-product-carousel-inner .addtocart-area {
	position: relative;
}
.vp-product-carousel-inner .product-variants-inner-cont {
	display: none;
}
.vp-product-carousel-inner .product-action-buttons {
	display: none;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.vp-product-carousel-inner .display-on-mouseover {
	display: none;
}
.vp-product-carousel-inner .product-inner {
	position: relative;
	zoom: 1;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 9;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.vp-product-carousel .owl-carousel .owl-wrapper-outer {	
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.vp-product-carousel-inner .product-inner.open {
	z-index: 12;
}
.vp-product-carousel-inner .product-price-cont {
	margin-top: 0;
}
.vp-product-carousel-inner .product-addtocart-cont {
	margin-top: 15px;
	margin-bottom: 10px;
}
.owl-carousel.carousel-nav-top {
	position: relative;
}
.carousel-nav-top .owl-controls .owl-buttons {
	position: absolute;
	top: -45px;
	right: 0;
}
.carousel-nav-top .owl-nav.disabled {
	display: none;
}
.carousel-nav-top .owl-dots {
	margin: 15px 0;
}
.carousel-nav-top .owl-dots.disabled {
	display: none;
}
.carousel-nav-top .owl-controls .owl-buttons .owl-prev, 
.carousel-nav-top .owl-controls .owl-buttons .owl-next {
	display: inline-block;
	font-family: 'VPFrameworkIcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;	
	line-height: 1;	
	vertical-align: middle;	
	color: #333;
	font-size: 12px;
	margin: 0 0 0 2px;
	padding: 10px;
	background: #F5F5F5;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-transition: all 300ms ease-in-out;	
	-moz-transition: all 300ms ease-in-out;	
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}
.carousel-nav-top .owl-controls .owl-buttons .owl-prev:before {
	content: "\edc1";
}
.carousel-nav-top .owl-controls .owl-buttons .owl-next:before {
	content: "\edb9";
}
.carousel-nav-top .owl-controls .owl-buttons .owl-prev:hover,
.carousel-nav-top .owl-controls .owl-buttons .owl-prev:focus,
.carousel-nav-top .owl-controls .owl-buttons .owl-next:hover,
.carousel-nav-top .owl-controls .owl-buttons .owl-next:focus {
	background: #F5F5F5;
	color: #333;
 	cursor: default;
}
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-prev:hover,
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-prev:focus,
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-next:hover,
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-next:focus {
	background: #333;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.carousel-nav-top .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.carousel-nav-top .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.carousel-nav-top .owl-dots .owl-dot.active span, .carousel-nav-top .owl-dots .owl-dot:hover span {
	background: #869791;
}
.vp-product-carousel-inner .product-tag-left {
	top: 10px;
	left: 10px;
}
.vp-product-carousel-inner .product-tag-right {
	top: 10px;
	right: 10px;
}