
.product_list_category li {
	margin-bottom: 30px;
}

.product_list_category li .label-new {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	background: rgba(11,122,134,0.80);
	text-align: center;
	text-transform: uppercase;
	color: white;
	width: 30%;
	z-index: 1;
}

#center_column.col-sm-9 .product_list_category li .label-new {
	font-size: 12px;
}

.product_list_category li .block-image {
	position: relative;
}

.product_list_category li .block-image .pointures {
	display: none;
	background: rgba(0,0,0,0.45);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.product_list_category li:hover .block-image .pointures {
	display: block;
}

.product_list_category li .block-image .pointures ul {
	height: 100%;
	width: 100%;
	padding: 40% 10% 10% 10%;
}

.product_list_category li .block-image .pointures li {
	float: left;
	width: 20%;
	height: 33%;
	margin: 0;
}

.product_list_category li .block-image .pointures li a {
	color: white;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_list_category li .block-image .pointures li a span {

}

.product_list_category li .block-image .pointures li a:hover {
	background: #faefd9;
	color: black;
}

.product_list_category li .block-image a {
	text-align: center;
	display: block;
}

.product_list_category li .block-image a img {
	display: inline-block;
}

.product_list_category li .block-informations {
	height: 50px;
	width: 80%;
	margin: auto;
}

.product_list_category li .block-informations .states {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.product_list_category li .block-informations .states .label-promotion {
	color: #23c888;
	text-transform: uppercase;
	text-align: left;
}

.product_list_category li .block-informations .states .label-sale {
	color: #ef325e;
	text-transform: uppercase;
	text-align: left;
}

.product_list_category li .block-informations .informations {
	height: 30px;
	line-height: 30px;
	background: #faefd9;
	text-align: center;
}

.product_list_category li .block-informations .informations .content_price .price {
	font-size: 20px;
}

.product_list_category li .block-informations .informations .content_price .old-price {
	font-size: 12px;
	text-decoration: line-through;
	color: black;
    position: absolute;
    right: 0px;
    margin-top: 28px;
    margin-right: 50%;
    background: #ef325e;
    line-height: normal;
    padding: 2px 8px;
}

.product_list_category li .block-informations .state-promotion {
	background: #23c888;
	color: white;
}

.product_list_category li .block-informations .state-sale {
	background: #ef325e;
	color: white;
}

.product_list_category li .block-informations .informations .eye_link {
	float: right;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 24px;
	text-align: center;
	background: rgba(0, 0, 0, 0.30);
	color: #faefd9;
}

.product_list_category li .block-informations .state-promotion .eye_link {
	color: #23c888;
}

.product_list_category li .block-informations .state-sale .eye_link {
	color: #ef325e;
}

.product_list_category li .block-informations .informations .eye_link:hover {
	background: rgba(0, 0, 0, 0.60);
}















.product_list_home li {
	margin-bottom: 20px;
}

.product_list_home li .block-image {
	border: 1px solid #eaeaea;
}

.product_list_home li:hover .block-image {
	border: 1px solid #dadada;
}

.product_list_home li .block-image a {
	text-align: center;
	display: block;
}

.product_list_home li .block-image a img {
	display: inline-block;
}

.product_list_home li .block-informations {
	position: absolute;
	width: 30%;
	right: 18px;
	top: 20px;
}

.product_list_home li .block-informations .informations {
	background: rgba(250,239,217,0.80);
	padding: 5px;
}

.product_list_home li .block-informations .informations span.product-price {
	font-size: 22px;
	display: block;
	text-align: right;
	line-height: 20px;
}

.product_list_home li .block-informations .informations span.product-reference {
	font-size: 11px;
	display: block;
	text-align: right;
	line-height: 10px;
}

.product_list_home li .block-informations .states span {
	display: block;
	margin-top: 2px;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.product_list_home li .block-informations .states span.label-new {
	background: rgba(11,122,134,0.80);
}

.product_list_home li .block-informations .states span.label-sale {
	background: rgba(239,50,94,0.80);
}

.product_list_home li .block-informations .states span.label-promotion {
	background: rgba(35,200,136,0.80);
}
