/* AJAX LIST */
.mv_product_price {
	font-size: 40px;
}
.card-title{
	font-weight: bold !important;
	font-size: 20px;
}
.card-img-top{
	width: auto;
	max-height: 340px;
}
.mv_product_overlay{
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.mv_product_overlay:hover{
	opacity: 1;
}
.mv_product_color_choice div{
	background-color: #000000;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.dvore-product-image{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.mv_productList_title .card-title{
	min-height: 32px;
}
.dvore-product-list-info .dvore-product-list-price {
    font-size: 1.5rem;
    font-family: var(--font-title);
    font-weight: 800;
    margin: 0;
}
.dvore-product-list-info .dvore-product-list-price .dvore-product-list-price-regular-price {
	text-decoration: line-through;
    font-size: 80%;
    font-weight: 300;
}
.dvore-product-list-info .dvore-product-list-price .dvore-product-list-price-promo-price {
    margin-left: 10px;
    color: var(--color-error);
}