/*------------------product-type-7----------------------------*/

.product-type-7 .container-infinite{
	margin-bottom: -30px;
}

.product-type-7 .item .item-inner {
    margin-bottom: 30px;
	background: #fff;
}

.product-type-7 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.product-type-7 .has-second-img .img-loader:last-child{
	opacity: 0;
}

.product-type-7 .item .item-inner:hover .has-second-img .img-loader:last-child{
    opacity: 1;
}

.product-type-7 .item .item-inner:hover .has-second-img .img-loader:first-child{
    opacity: 0;
}

.product-type-7 .item-inner .left-product {
	position: relative;
}

.product-type-7 .label-flags {
    right: 7px;
    top: 7px;
}

.product-type-7 .item-inner .product-description{
	text-transform: uppercase;
    padding: 22px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.product-type-7 .item-inner .button-action{
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 21px;
	padding: 12px 25px;
	border-top: 1px solid #e5e5e5;
	font-weight: 700;
}

.product-type-7 .item-inner .button-action:not(:hover){
	color: #666666;
}

.product-type-7 .item-inner .info-product a{
	font-size: 1.2rem;
	color: #b33a3a;
	line-height: 20px;
	display: block;
	margin-bottom: 8px;
}

.product-type-7 .item-inner .product_name a{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 20px;
	display: block;
}

.product-type-7 .item-inner .product_name a:not(:hover){
	color: #242424;
}

.product-type-7 .item-inner .product-price-and-shipping{
	text-align: right;
}

.product-type-7 .item-inner .price {
    font-weight: 700;
    color: #b33a3a;
	display: block;
	font-size: 1.8rem;
	line-height: 20px;
	margin-bottom: 8px;
}

.product-type-7 .item-inner .regular-price {
    font-weight: 400;
    color: #666666;
    display: block;
    font-size: 1.3rem;
	line-height: 20px;
}