﻿.product_list {
	list-style: none
}

.product_list>li {
	float: left;
	width: 280px;
	margin: 0 0 23px 53px
}
.product_list_bottom{
	width: 1332px;
    margin: auto;
    margin-top: 3%;
}
.product_list>li.first-in-line {
	clear: both
}

.product_list>li .product_img_link {
	display: block;
	position: relative;
	overflow: hidden
}

.product_list>li .product_img_link img {
	transition: 400ms all;
	display: block
}

.product_list>li .product_img_link img.lazyload {
	background: url("../images/fr-default-home_default.jpg") no-repeat
}

.product_list>li .product_img_link .encart {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 36px 36px 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border-color: transparent #d81f20 transparent;
	z-index: 3
}

.product_list>li .product_img_link .encart.value_283 {
	border-color: transparent #d81f20 transparent
}

.product_list>li .product_img_link .encart.value_284 {
	border-color: transparent #848687 transparent
}

.product_list>li .product_img_link .encart.value_285 {
	border-color: transparent #263185 transparent
}

.product_list>li .product_img_link .text_vertical {
	font-size: 14px;
	text-transform: uppercase;
	color: #d81f20;
	position: absolute;
	left: 5px;
	top: 0;
	width: 16px;
	line-height: 14px;
	height: 150px;
	overflow: hidden;
	font-weight: 500;
	z-index: 3
}

.product_list>li .product_img_link .text_vertical>span {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	width: 150px;
	height: 150px;
	text-align: right
}

.product_list>li .product_img_link .text_vertical>span:before {
	content: '';
	height: 1px;
	width: 20px;
	background: #aca7a3;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-right: 8px
}

.product_list>li .product_img_link .text_vertical.new {
	color: #aca7a3
}

.product_list>li .product_img_link .oos {
	position: absolute;
	top: 48%;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 3
}

.product_list>li .product_img_link .oos .btn_gold {
	font-size: 14px;
	padding: 2px 20px
}

.product_list>li .product_img_link .oos .btn_gold:hover {
	background: #b2995e
}

.product_list>li .product_img_link .btn_bottom {
	position: absolute;
	left: 20%;
	bottom: -40px;
	z-index: 10;
	width: 60%;
	background: white;
	height: 40px;
	padding: 0 15px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	transition: 400ms all
}

.product_list>li .product_img_link .btn_bottom span {
	text-transform: uppercase;
	border-bottom: 2px solid #b2995e;
	padding-bottom: 5px
}

.product_list>li .product_img_link .image2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0
}

.product_list>li .product_img_link.img_hover:hover .image1 {
	opacity: 0
}

.product_list>li .product_img_link.img_hover:hover .image2 {
	opacity: 1
}

.product_list>li .product_img_link:hover .btn_bottom {
	bottom: 0
}

.product_list>li .infos {
	margin-top: 15px;
	text-align: center
}

.product_list>li .infos .product-name {
	text-transform: uppercase;
	font-weight: 500
}

.product_list>li .infos .subtitle {
	color: #aca7a3;
	font-family: "Droid Serif",sans-serif
}

.product_list>li .infos .content_price {
	line-height: 16px;
	margin-top: 6px
}

.product_list>li .infos .content_price>* {
	display: inline-block;
	width: 50%
}

.product_list>li .infos .content_price>*>* {
	display: block
}

.product_list>li .infos .content_price .price_tax_exc {
	/*border-right: 1px solid #b2995e;*/
	/*padding-right: 10px;*/
	text-align: center;
	font-weight: 500
}

.product_list>li .infos .content_price .price_tax_exc .reduction {
	color: #d81f20;
	font-weight: 500;
	margin-top: 3px
}

.product_list>li .infos .content_price .price_tax_incl {
	margin-left: -1px;
	padding-left: 10px;
	text-align: left;
	font-weight: 300
}

.product_list>li .infos .content_price .price_tax_incl .price {
	margin-top: 3px
}

.product_list>li .infos .content_price.specific_prices .price_tax_exc .price {
	font-weight: 300;
	text-decoration: line-through
}

.product_list>li .infos .content_price.specific_prices .price_tax_incl .price_exc {
	font-weight: 500
}

.product_list>li .infos .content_price.specific_prices .price_tax_incl .price {
	font-weight: 300
}

.product_list>li .infos .content_price.notax .price_tax_exc {
	border-right: 0;
	text-align: center;
	padding-right: 0
}

.product_list>li .infos .content_price.notax .price_tax_incl {
	display: none !important
}

.product_list>li .infos .color-list-container {
	list-style: none;
	margin-top: 15px
}

.product_list>li .infos .color-list-container li {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	margin: 0 2px;
	overflow: hidden;
	border: 1px solid #f8f4ef
}

.product_list>li .infos .color-list-container li a {
	display: block;
	height: 16px;
	width: 16px
}

.product_list>li .infos .color-list-container li a img {
	display: block;
	border-radius: 50%
}

.product_list>li .infos .color-list-container li.color_407 {
	border: 1px solid #aca7a3
}

.product_list>li.push_full {
	width: 947px;
	height: 300px;
	position: relative;
	margin-left: 74px;
	margin-bottom: 35px
}

.product_list>li.push_full .content_nq {
	position: absolute;
	bottom: 0;
	right: 0;
	background: white;
	padding: 22px 25px;
	width: auto
}

.product_list>li.push_full .content_nq .title {
	margin-top: 5px
}

.product_list>li.push_full .content_nq .baseline {
	color: #aca7a3;
	font-size: 16px
}

.product_list.items4 .first-in-line {
	margin-left: 0;
	clear: both
}

.product_list.items4 li {
	clear: none
}

.universe .product_list {
	margin-top: 30px
}

.universe .product_list>li {
	margin-left: 40px
}

.universe .product_list>li.first-in-line {
	clear: none
}

@media (max-width: 1280px) {
	.product_list>li {
		width: 31%;
		margin-left: 1%;
		height: auto;
		margin-bottom: 30px
	}

	.product_list>li.first-in-line {
		clear: none
	}

	.product_list>li .product_img_link img {
		width: 100%;
		height: auto;
	}

	.product_list>li .product_img_link .encart {
		border-width: 0 28px 28px 0
	}

	.product_list>li .product_img_link .text_vertical {
		font-size: 12px
	}

	.product_list>li .product_img_link .oos .btn_gold {
		font-size: 12px;
		padding: 0 20px
	}

	.product_list>li .product_img_link .btn_bottom {
		display: none
	}

	.product_list>li .infos .product-name {
		font-size: 14px
	}

	.product_list>li .infos .subtitle {
		font-size: 12px;
		line-height: 14px
	}

	.product_list>li .infos .content_price {
		font-size: 13px;
		line-height: 14px
	}

	.product_list>li .infos .color-list-container {
		margin-top: 10px
	}

	.product_list>li.push_full {
		width: 100% !important;
		margin-left: 0;
		height: auto;
		margin-bottom: 20px
	}

	.product_list>li.push_full img {
		width: 100%;
		height: auto
	}

	.product_list>li.push_full .content_nq {
		padding: 18px 25px 15px
	}

	.product_list>li.push_full .content_nq .link {
		margin-top: 5px
	}

	.product_list>li.first-item-of-tablet-line {
		clear: both
	}

	.product_list.items4 .first-in-line {
		margin-left: 2%;
		clear: none
	}

	.product_list.items4 .first-item-of-tablet-line {
		margin-left: 0;
		clear: both
	}

	#category .product_list>li.first-item-of-tablet-line,#module-nq_elasticsearch-search .product_list>li.first-item-of-tablet-line {
		clear: both
	}

	#category.universe .product_list>li,#module-nq_elasticsearch-search.universe .product_list>li {
		margin-left: inherit;
		width: 24%
	}

	#category.universe .product_list li+li,#module-nq_elasticsearch-search.universe .product_list li+li {
		margin-left: 1%;
		clear: none
	}
}

@media (max-width: 767px) {
	.product_list li {
		width: 49%;
		margin-bottom: 15px
	}
	.product_list_bottom{
		width: 100%;
	    margin-top: 3%;
	}
	.product_list li .infos {
		margin-top: 5px
	}

	.product_list li .infos .content_price {
		font-size: 12px
	}
	/*.product_list>li .product_img_link img {
		width: 100%;
		height: 251px;
	}*/
	.product_list li .infos .content_price .price_tax_exc {
		padding-right: 5px
	}

	.product_list li .infos .content_price .price_tax_incl {
		padding-left: 5px
	}

	.product_list li.push_full {
		text-align: center
	}

	.product_list li.push_full .content_nq {
		position: relative;
		bottom: inherit;
		right: inherit;
		width: 90%;
		margin: -30px auto 0;
		float: none;
		text-align: left
	}

	.product_list li+li {
		margin-left: 1%
	}

	.product_list .first-in-line,.product_list .first-item-of-tablet-line {
		clear: none
	}

	.product_list .first-item-of-mobile-line {
		clear: both
	}

	.product_list.items4 .first-in-line,.product_list.items4 .first-item-of-tablet-line {
		margin-left: 2%;
		clear: none
	}

	.product_list.items4 .first-item-of-mobile-line {
		margin-left: 0;
		clear: both
	}

	#category .product_list,#module-nq_elasticsearch-search .product_list {
		margin-top: 30px
	}

	#category .product_list>li.first-item-of-tablet-line,#module-nq_elasticsearch-search .product_list>li.first-item-of-tablet-line {
		clear: none
	}

	#category .product_list .first-item-of-mobile-line,#module-nq_elasticsearch-search .product_list .first-item-of-mobile-line {
		margin-left: 0;
		clear: both
	}

	#category.universe .c_center.listing,#module-nq_elasticsearch-search.universe .c_center.listing {
		padding: 0 4%
	}

	#category.universe .product_list>li,#module-nq_elasticsearch-search.universe .product_list>li {
		margin-left: inherit;
		width: 49%
	}

	#category.universe .product_list>li.last-item-of-tablet-line,#module-nq_elasticsearch-search.universe .product_list>li.last-item-of-tablet-line {
		margin-left: 0
	}

	#category.universe .product_list>li.first-item-of-mobile-line,#module-nq_elasticsearch-search.universe .product_list>li.first-item-of-mobile-line {
		clear: both
	}

	#category.universe .product_list>li.last-item-of-mobile-line,#module-nq_elasticsearch-search.universe .product_list>li.last-item-of-mobile-line {
		margin-left: 2%
	}

	#category.universe .product_list>li.push_full .content_nq .baseline,#module-nq_elasticsearch-search.universe .product_list>li.push_full .content_nq .baseline {
		font-size: 14px
	}
}
