card-product-n .cart_product_item_n {
	float: left;
	overflow: hidden;
}

card-product-n .cart_product_item_n a {
	color: inherit;
	text-decoration: none;
	outline: none;
    display: block;
}

card-product-n .cart_product_item_n a:hover,a:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

card-product-n .cart_product_item_n  {
	display: inline-block;
	width: 100%;
	height: auto;
}

card-product-n .cart_product_item_n .displayImage {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	padding: 100% 0 0;
}

card-product-n .cart_product_item_n .iconBadge {
	color: white;
	font-size: 14px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -70px;
	float: right;
	display: block;
	margin-right: 10px;
}

card-product-n .cart_product_item_n .displayProductName {
	line-height: 22px;
	display: block;
	font-size: 16px;
	color: #333;
}

card-product-n .cart_product_item_n .displayProductPrice {
	display: block;
	font-size: 0px;	
	margin: 7px 0;
}

card-product-n .cart_product_item_n .displayProductPrice .compare {
	color: #b1b1b1;
	text-decoration: line-through;
	font-size: 16px;
	margin-right: 5px;
}

card-product-n .cart_product_item_n .displayProductPrice .price {
	font-size: 16px;
}

card-product-n .cart_product_item_n .displayProductPrice .currency {
	font-size: 10px;
}