/*
* The following styles are used to match the design of standard theme
* Feel free to remove unused styles or adjust them for your theme
*/
.easycarousels {
	margin-bottom: 15px;
	    margin-top: 4%;
}
.easycarousels .product-miniature .product-title {
	margin-top: 5px;
}
.easycarousels .regular-price {
	color: #ACAAA6;
	text-decoration: line-through;
	font-size: .875rem;
}
.easycarousels .product-miniature .product-thumbnail {
	height: auto;
}
.easycarousels .product-miniature .product-description,
.easycarousels .product-miniature .thumbnail-container {
	background: #FFF;
	height: auto;
	width: auto;
	margin: 0;
	position: relative;
}
.easycarousels .product-miniature .product-description {
	padding: 10px 0;
}
.easycarousels .product-miniature .thumbnail-container img {
	position: relative;
	margin: 0 auto;
}
.easycarousels .product-miniature .thumbnail-container:hover .product-description:after {
	content: none;
}
.product-item-buttons .btn {
	border-width: .15rem;
	box-shadow: none;
	margin-top: 10px;
}
.easycarousels .product-flags {
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
}
.easycarousels .product-flags li {
	margin-top: 0.4rem;
	float: left;
	clear: left;
	padding: .3125rem .4375rem;
	color: #FFF;
	background: #2FB5D2;
	text-transform: uppercase;
	font-size: 1rem;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}
.easycarousels .product-flags li.discount,
.easycarousels .product-flags li.on-sale {
	background: #F39D72;
}
.easycarousels .product-flags li.on-sale {
	float: none;
	margin-top: 0;
}
.c_item .prop-line {
	font-size: 0.9em;
	line-height: 1.3;
}
/* quick view */
.easycarousels .product-miniature .highlighted-informations {
	position: absolute;
	background: #FFF;
	top: auto;
	bottom: auto;
	height: 31px;
	line-height: 28px;
	padding: 0;
	font-size: 0.9em;
	width: 100%;
	transition: all 0.1s;
	z-index: 0;
}
.easycarousels .product-miniature .highlighted-informations:after {
	content: '';
	display: block;
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
}
.easycarousels .product-miniature .highlighted-informations a {
	color: #999;
}
.easycarousels .product-miniature .thumbnail-container:hover .highlighted-informations {
	margin-top: -31px;
	bottom: auto;
	top: auto;
}
/* availability */
.c_item .product-availability span {
	display: inline-block;
	max-width: 100%;
	padding: 2px 5px;
	background: #4CBB6C;
	color: #FFF;
}
.c_item .product-availability.unavailable span {
	background: #FF9A52;
}
/* wishlist */
.c_item .wishlist-button-add {
	position: absolute;
	top: 0.635rem;
	right: 0.635rem;
	box-sizing: border-box;
}

.swiper-slide .product-miniature .thumbnail-container .product-thumbnail img {
  
    max-height: 123px;
    width: auto!important;
}
.easycarousels.row h3.carousel_title {
    margin: 20px;
}
