/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
product
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#product {
	overflow-x: hidden;
}

#product .product-bloc {
	margin: 0 0 9rem 0;
}

#product .product-container {
	margin: auto;
	width: 100%;
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;	
}

/* media ---------------------------------------------------------------- */

#product .media {
	padding: 0;
	width: 50%;
	float: right;
}

#product #content {
	width: 100%;
	max-width: none;
}

.product-cover {
	margin: 0;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}

.product-cover img {
	cursor: zoom-in;
	box-shadow: none;
}

.product-cover .slick-slide > div {
	line-height: 0;
}

.product-cover .slick-prev, 
.product-cover .slick-next {
	left: 0;
	padding: 0 0 0 3rem;
}

.product-cover .slick-next {
  right: 0;
	left: auto;
	padding: 0 3rem 0 0;
}

.product-cover .slick-prev:after, 
.product-cover .slick-next:after {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.product-cover ul.slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.product-cover ul.slick-dots li button {
	background: #fff;
	width: 10px;
	height: 10px;
	border: solid 1px #ccc;
}

.images-container .product-images {
	margin: 3rem auto 0 auto;
	padding: 0 2rem;
	max-width: 600px;
}

.images-container .product-images .thumb-container {
	padding: 0 1rem;
	display: block !important;
}

.images-container .product-images .thumb {
	border: solid 1px #ccc;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.images-container .product-images .thumb:hover {
	border: solid 2px #3a744e;
}

.images-container .product-images .slick-current .thumb {
	border: solid 2px #3a744e;
}

.product-img-legend {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background: rgba(255,255,255,.9);
	margin: -45px 0 0 -100px;
	padding: 2rem;
	width: 200px;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	display: block;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1000ms cubic-bezier(0.390, .500, .150, 1.360);
	-moz-transition: all 1000ms cubic-bezier(0.390, .500, .150, 1.360);
	-o-transition: all 1000ms cubic-bezier(0.390, .500, .150, 1.360);
	transition: all 1000ms cubic-bezier(0.390, .500, .150, 1.360);
}

.slick-current .product-img-legend {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* corps ---------------------------------------------------------------- */

#product .corps {
	padding: 6rem;
	width: 50%;
	float: left;
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/**/
}

.product-information {
	font-size: inherit;
	color: inherit;
	margin: auto;
	padding-bottom: 12rem;
	width: 100%;
	max-width: 600px;
}

.product-information > .product-titre {
	font-size: 90%;
}

.product-reassu {
  font-size: 85%;
  line-height: 1.3;
  margin: 0 -1rem;
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	/**/
}

.product-reassu .item {
  padding: 0.25rem 1rem;
  width: 50%;
  /**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/**/
}

.product-reassu .item i {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  color: #3a744e;
  background: #e8f3ec;
  margin-right: 0.5rem;
  padding: 0.4rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.product-information > .product-description {
	font-size: 90%;
  margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
  width: 100%;
  border-top: dashed 1px #ccc;
}

.product-actions label,
.product-actions .label {
  font-size: inherit;
  text-align: inherit;
  margin: 0;
}

/* product-variants */

.product-variants > .product-variants-item {
	margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
	border-top: dashed 1px #ccc;
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	align-items: center;
	/**/
}

.product-actions .control-label {
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0 1.5rem 0 0;
	width: 50%;
	float: left;
}

.product-actions .control-label-select {
	font-size: 80%;
	font-weight: 300;
	display: none;
}

.product-actions .control-label-select.checked {
	display: block;
}

.product-actions .control-content {
	width: 50%;
	float: right;
}

.product-variants > .product-variants-item ul {
	margin: 0 -.25rem;
	padding: 0;
}

.product-variants > .product-variants-item ul.colors {
	font-size: 0;
	text-align: center;
}

.product-variants > .product-variants-item ul li {
	line-height: 1;
	margin: 0;
	padding: .25rem;
	width: 50%;
}

.product-variants > .product-variants-item ul.colors li {
	width: auto;
	float: none !important;
	display: inline-block;
}

.product-variants > .product-variants-item ul li label {
	line-height: 20px;
	text-align: center;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-shadow: #ccc 0 0 0 1px inset !important;
}

.product-variants > .product-variants-item ul.colors li label {
	padding: .5rem;
	border-radius: 50%;
	box-shadow: none !important;
}

.product-variants > .product-variants-item li label.checked {
	box-shadow: #3a744e 0 0 0 2px inset !important;
}

.product-variants > .product-variants-item ul.colors li label.checked {
	box-shadow: #3a744e 0 0 0 2px inset !important;
}

.product-variants > .product-variants-item .input-radio,
.product-variants > .product-variants-item .input-color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 1px;
	opacity: 0;
}

.product-variants > .product-variants-item .radio-label {
	font-weight: inherit;
	background: none;
	padding: 0;
	border: none;
	box-shadow: none;
}

.product-variants > .product-variants-item .color {
	margin: 0;
	width: 27px;
	height: 27px;
	border: none !important;
	box-shadow: inset 3px 3px 8px rgba(0,0,0,.3);
	float: left;
}

.product-variants > .product-variants-item .txt {
	/*
	line-height: 20px;
	float: left;
	*/
	display: none;
}

.product-variants > .product-variants-item select {
	text-align: center;
	background-position: right 1.75rem center;
	padding-right: 5rem !important;
	width: 100%;
}

/* product-pack */

.product-pack {
	margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
	border-top: dashed 1px #ccc;
}

.product-pack .h4 {
	font-size: inherit;
}

.product-pack article {
	margin-top: .75rem;
	padding-top: .75rem;
	border-top: dashed 1px #eee;
}

.product-pack article:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.product-pack .pack-product-container {
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	align-items: center;
	/**/
}

.product-pack .thumb-mask {
	width: 10%;
}

.product-pack .thumb-mask  > .mask {
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #ccc;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.product-pack .thumb-mask  > .mask:hover {
	z-index: 10;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.product-pack .thumb-mask  > .mask img {
	width: 100%;
	height: auto;
}

.product-pack .pack-product-container .pack-product-name {
	font-size: .9em;
	color: inherit;
	padding: 0 0 0 1rem;
	width: 60%;
	/**/
	-ms-flex: auto;
	flex: auto;
	/**/
}

.product-pack .pack-product-container .pack-product-name a {
	color: inherit;
	
}

.product-pack .pack-product-container .pack-product-name a:hover {
	color: #3a744e;
	
}

.product-pack .pack-product-container .pack-product-price {
	font-size: .9em;
	text-align: right;
	padding: 0 0 0 1rem;
	width: 20%;
	display: block;
}

.product-pack .pack-product-container .pack-product-quantity {
	font-size: .9em;
	text-align: right;
	padding: 0 0 0 1rem;
	width: 10%;
	border: none;
	display: block;
}


/* product-customization */

.product-customization.fake {
	margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
	border-top: dashed 1px #ccc;
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	align-items: center;
	/**/
}

.product-customization:not(.fake) {
	margin: 0;
}

.product-customization .card-title {
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: .5rem 1.5rem .5rem 0;
	width: 50%;
	float: left;
}

.product-customization:not(.fake) .card-title {
	display: none;
}

.product-customization .custom-check {
	content: "ok";
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: relative;
	top: -1px;
	background: #3a744e;
	padding: 0 .75rem;
	border-radius: 10px;
	display: none;
}

.product-customization.ok .custom-check {
	display: inline-block;
}

.product-customization .custom-mess {
	font-size: 80%;
	font-weight: 300;
	display: none;
}

.product-customization .custom-mess.isnot {
	display: block;
}

.product-customization.ok .custom-mess.isnot {
	display: none;
}

.product-customization .custom-mess.is {
	display: none;
}

.product-customization.ok .custom-mess.is {
	display: block;
}

.product-customization .custom-btn {
	width: 50%;
	float: right;
}

.product-customization:not(.fake) .custom-btn {
	display: none;
}

.product-customization .custom-btn i {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 0 .2rem;
	display: block;
	float: right;
}

.product-customization .product-customization-item {
	position: relative;
	margin: 1rem 0 0 0;
}

.product-customization label {
	font-weight: 400;
	text-align: left;
	width: 100%;
}

.product-customization .group-item-label {
	display: none;
}

.product-customization label .required {
	font-weight: 300;
	font-style: italic;
	opacity: .5;
}

.product-customization label .required.req-alert {
	font-weight: 500;
	color: #e84e0f;
	opacity: 1;
}

.product-customization .product-message {
	line-height: 30px;
	background-color: #f6faf7;
	padding: 1rem;
	display: block;
}

.product-customization .product-message.mess-alert {
	box-shadow: #e84e0f 0 0 0 2px inset !important;
}

.product-customization .customization-message {
	display: none;
}

.product-customization .custom-file {
	font-size: .9em;
	color: inherit;
	text-indent: 0;
	background: #fff;
	height: 50px;
	margin: 0;
	padding: 1rem;
	border: solid 2px #3a744e;
	border-radius: 5px;
}

.product-customization .my-image {
	margin: 0 0 1rem 0;
	width: 100%;
	float: left;
}

.product-customization .my-image .image {
	margin: 0 1.5rem 0 0;
	width: 64px;
	border: solid 1px #ccc;
	float: left;
}

.product-customization .my-image .remove-image {
	font-size: .9em;
	line-height: 64px;
}

.product-customization .file-input {
	top: 0;
	height: 50px;
}

.product-customization .custom-file button {
	color: #fff !important;
	top: -2px;
	background: #3a744e !important;
	border: none !important;
}

.product-customization .custom-save {
	padding-top: 1rem;
}

.product-customization .custom-save-alert {
	font-weight: 500;
	font-style: italic;
	color: #e84e0f;
	padding: 0 0 2rem 0;
	display: block;
}

.product-customization .custom-save-alert.no {
	display: none;
}

.product-customization .custom-save-alert + .custom-save-alert {
	display: none;
}

.product-customization .info {
	font-size: 90%;
}

.product-customization .rq {
	font-size: 80%;
	line-height: 1.4;
	opacity: .6;
}

/* product-customization .split >>> JS */

.product-customization .split {
	margin-bottom: -.5rem;
}

.product-customization .split label {
	font-weight: 700;
	margin: 0;
}

.product-customization .split label .split-line {
	border-top: solid 2px #3a744e;
	margin: 1rem 0;
	width: 100%;
	display: inline-block;
}

.product-customization-item:first-child label .split-line {
	display: none;
}

.product-customization .split .product-message {
	display: none;
}

/* product-customization .legend >>> JS */

.product-customization .legend {
	margin-top: 0;
	/*
	margin-bottom: -1rem;
	*/
}

.product-customization .legend label {
	font-size: .85em;
	line-height: 1.4;
  font-weight: inherit;
	font-style: italic;
	margin: .3rem 0 0 0;
	opacity: .6;
	display: block;
}

.product-customization .legend label .legend-line {
	display: none;
}

.product-customization .legend .product-message {
	display: none;
}

/* product-customization .group >>> JS */

.product-customization .group {
	background: #f6faf7;
	margin: 1.5rem 0 0 0;
	padding: 0;
	border-radius: 5px;
	box-shadow: #999 0 0 0 1px inset;
}

.product-customization .group.open {
	background: #e8f3ec;
}

.product-customization .group.group-alert {
	background: #f8f3f0;
	box-shadow: #e84e0f 0 0 0 1px inset;
}

.product-customization .group-titre {
	font-size: .9em;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
	position: relative;
	padding: 1.5rem;
	display: block;
}

.product-customization .group-titre:after {
	content: "\f0c9";
	font-family: 'Line Awesome Free';
	font-size: 20px;
	line-height: 20px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-align: center;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	z-index: 1;
}

.product-customization .group-titre.open {
	border-bottom: solid 1px #ccc;
}

.product-customization .group-titre.open:after {
	content: "\f068";
}

.product-customization .group-titre .titre-info {
	font-size: .9em;
	font-weight: 300;
	font-style: italic;
	opacity: .5;
}

.product-customization .group-titre .titre-info + .titre-info {
	display: none;
}

.product-customization .group-titre .titre-alert {
	font-size: .9em;
	font-weight: 500;
	font-style: italic;
	color: #e84e0f;
	display: block;
}

.product-customization .group-titre .titre-alert.no {
	display: none;
}

.product-customization .group-titre .titre-alert + .titre-alert {
	display: none;
}

.product-customization .group-in {
	padding: 1.5rem;
	display: none;
}

.product-customization .group-in .group-item:first-child {
	margin-top: 0;
}

.product-customization .group .product-customization-item {
	margin: .5rem 0 0 0;
}

.product-customization .group label {
	/*
  font-weight: inherit;
	*/
}

.product-customization .group .product-message {
	background-color: rgba(255,255,255,.7);
}

/* product-customization .select >>> JS */

.product-customization .select label .list {
	display: none;
}

.product-customization .select label ul {
	position: relative;
	z-index: 20;
	background: #fff;
	margin-top: 5.5rem;
	padding: 1rem;
	width: 100%;
	border: solid 2px #3a744e;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	/**/
}

.product-customization .select label ul li {
	font-size: 90%;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 1%;
	padding: 1rem .5rem;
	width: 18%;
	border-radius: 5px;
	box-shadow: #ccc 0 0 0 1px inset;
	float: left;
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.product-customization .select label ul li:hover {
	z-index: 100;
	background-color: #f9f9f9;
	box-shadow: #3a744e 0 0 0 2px inset;
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.product-customization .select label ul li.clean {
	text-align: left;
	background-image: url(../img/custom-select-clean.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50px;
	padding: 1.5rem 5rem 1.5rem 1rem;
	width: 98%;
}

.product-customization .select label ul li.clean:hover {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.product-customization .select label ul li .carre {
	background-image: url(../img/custom-select-option.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin: 0 0 0.5rem 0;
}

.product-customization .select .mess-fake {
	/*
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	*/
	position: relative;
	z-index: 5;
	margin-top: .5rem;
	width: 100%;
	height: 50px;
	opacity: 0;
}

.product-customization .select .product-message {
	position: absolute;
	top: 3rem;
	right: 0;
	left: 0;
	background-image: url(../img/fl-bas.png);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 24px;
	padding-right: 4rem !important;
}

.product-customization .select .overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,.1);
	display: none;
}

/* product-discounts */

.product-discounts {
	margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
	border-top: dashed 1px #ccc;
}

/* product-prices */

.product-prices {
	margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
	width: 100%;
	border-top: dashed 1px #ccc;
	float: left;
	/**/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	align-items: center;
	/**/
}

.product-dispo {
	font-size: 80%;
	padding-right: 1rem;
	width: 50%;
	float: left;
}

#product-availability,
.delivery-information {
	font-weight: inherit;
	margin: 0;
	display: block;
}

#product-availability i {
	/*
	height: auto;
	*/
	display: none;
}

.product-tarifs {
	text-align: center;
	width: 50%;
	float: left;
}

.product-actions .product-prices div {
	margin-bottom: 0;
	display: inline-block;
}

.product-prices .discount {
	display: none !important;
}

.product-prices .regular-price {
	font-weight: inherit;
	margin-right: 1rem;
}

.product-prices .product-price {
	font-size: 1.2em;
	color: inherit !important;
	padding: 0;
}

.product-prices .tax-shipping-delivery-label {
	/*
	font-size: .7em;
	color: inherit;
	float: left;
	*/
	display: none !important;
}

.product-prices .product-pack-price {
	margin: 0;
	padding: 0;
}

/* product-add-to-cart */

.product-actions .product-add-to-cart {
	margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
	width: 100%;
	border-top: dashed 1px #ccc;
	float: left;
}

.product-actions .product-add-to-cart .control-label {
	display: none;
}

.product-quantity {
	display: block;
}

.product-quantity .qty {
	display: none;
	/*
	margin: 0 1.5rem 0 0;
	float: left;
	*/
}

.product-quantity .bootstrap-touchspin {
	text-align: center;
	box-shadow: none;
}

.product-quantity #quantity_wanted {
	line-height: 50px;
	text-align: center;
	color: inherit;
	margin: 0 .5rem;
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 5px;
	box-shadow: #ccc 0 0 0 1px inset !important;
	display: inline-block !important;
	float: none;
}

.product-quantity .input-group .btn-touchspin {
	line-height: 50px !important;
	text-align: center;
	color: inherit !important;
	background-color: transparent !important;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	border-radius: 5px !important;
	box-shadow: #ccc 0 0 0 1px inset !important;
	display: inline-block;
	float: none;
	-webkit-transition: all 500ms cubic-bezier(0.390, .500, .150, 1.360);
	-moz-transition: all 500ms cubic-bezier(0.390, .500, .150, 1.360);
	-o-transition: all 500ms cubic-bezier(0.390, .500, .150, 1.360);
	transition: all 500ms cubic-bezier(0.390, .500, .150, 1.360);
}

.product-quantity .input-group .btn-touchspin:hover {
	color: #fff !important;
	box-shadow: #76b88e 0 100px 0px 2px inset !important;
}

.product-quantity .input-group .btn-touchspin i {
	content: "\e622";
	font-family: 'themify';
	font-size: 14px;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	display: block;
}

.product-quantity .input-group .btn-touchspin i:after {
	content: "\e622";
}

.product-quantity .input-group .btn-touchspin i.touchspin-up:after {
	content: "\e61a";
}

.product-quantity .add {
	margin: 0;
	min-width: 50%;
	display: block;
	float: right;
}

.product-actions .add-to-cart {
	width: 100%;
}

.product-actions .add-to-cart i {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 0 .5rem;
	display: block;
	float: right;
}

.product-add-to-cart p {
	margin: 0;
}

.product-quantity .icn {
    padding: 1rem 4rem 1rem 0;
    width: 50%;
    float: left;
    display: block;
}

/* product-additional-info */

.product-additional-info {
	width: 100%;
	float: left;
}

.product-additional-info .social-sharing {
	display: none;
}

.product-additional-info .tabs { 
	font-size: inherit;
	background: #e8f3ec;
	margin: 2rem 0 0 0;
	padding: 2rem;
	width: 100%;
	border: dashed 3px #3a744e;
	border-radius: 5px;
	box-shadow: none;
}

.product-additional-info .tabs input[type=email] {
	background-color: #fff;
}

.product-additional-info .tabs .btn { 
	margin: 1.5rem 0 0 0;
	width: 100%;
}

.product-additional-info .tabs .psgdpr_consent_message {
	margin: 1rem 0 0 0;
	font-size: .8em;
	color: #666;
}

.product-additional-info .tabs .psgdpr_consent_message input[type="checkbox"] + span {
	margin: 0;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.product-additional-info .block_newsletter {
	font-size: inherit;
	background: #e8f3ec;
	margin: 2rem 0 0 0;
	padding: 2rem;
	width: 100%;
	border: dashed 3px #3a744e;
	border-radius: 5px;
	box-shadow: none;
}

.product-additional-info .block_newsletter > .row {
	margin: 0;
}

.product-additional-info .block_newsletter .block-newsletter-label {
	font-family: inherit;
	font-size: 0;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	animation: prodAddInfoColor 2s infinite linear;
}

@keyframes prodAddInfoColor {
  0% {
    color: inherit;
  }
  50% {
    color: #3a744e;
  }
  100% {
    color: inherit;
  }
}

.product-additional-info .block_newsletter .block-newsletter-label:before {
	content: "Notre boutique est en cours de\0020maintenance";
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
	display: block;
}

.product-additional-info .block_newsletter .block-newsletter-sub {
	font-size: 0;
}

.product-additional-info .block_newsletter .block-newsletter-sub:before {
	content: "Jean\002D Fr\00E8re vous pr\00E9vient d\00E8s que les articles sont disponibles\0020\0021";
	font-size: 15px;
	margin: .3rem 0 0 0;
	display: block;
}

.product-additional-info .block_newsletter .block-newsletter-sub:after {
	content: "Laissez votre e-mail pour \00EAtre pr\00E9 venu\0028 e\0029  de l\0027ouverture\002E";
	font-size: 13px;
	font-style: italic;
	margin: .3rem 0 0 0;
	display: block;
}

.product-additional-info .block_newsletter .input-wrapper {
	width: calc(50% - 1rem);
	float: left;
}

.product-additional-info .block_newsletter input[type=email] {
	font-size: 1em;
	color: inherit;
	background-color: #fff;
	padding: 1rem;
	width: 100%;
	border: none;
	border-radius: 5px;
	box-shadow: #ccc 0 0 0 1px inset !important;
	outline: none !important;
}

.product-additional-info .block_newsletter .input-btn {
	position: relative;
	width: calc(50% - 1rem);
	height: 50px !important;
	float: right;
}
		
.product-additional-info .block_newsletter .input-btn input {
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: none;
	width: 100%;
	height: 100%;	
	min-height: 1px;
	border: none;	
}

.product-additional-info .block_newsletter .input-btn i {
	font-size: 22px;
	float: right;
}

.product-additional-info .block_newsletter .psgdpr_consent_message {
	margin: 1rem 0 0 0;
	font-size: .8em;
	color: #666;
}

.product-additional-info .block_newsletter .psgdpr_consent_message input[type="checkbox"] + span {
	margin: 0;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* product-tabs ---------------------------------------------------------------- */

#product-tabs {
	margin: 0;
	border-top: solid 1px #3a744e;
}

#product-tabs > .tabs {
	background: none;
	margin: 0;
	padding: 0;	
	box-shadow: none;
}

#product-tabs > .tabs .tab-content {
	background: #e8f3ec;
}

#product-tabs > .tabs .tab-pane {
	padding: 0;	
	border-bottom: solid 1px #3a744e;
	display: block;
	opacity: 1;
}

#product-tabs .tab-pane-title {
	background: #f6faf7;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.07);
}

#product-tabs .tab-pane-title-content {
	margin: auto;
	padding: 1rem 6rem;
	width: 100%;
	max-width: 1020px;
}

#product-tabs .tab-pane-title-content span,
#product-tabs .tab-pane-title-content button {
	color: inherit;
	text-align: left;
	position: relative;
	background: none;
	min-height: 1px;
	padding: 1rem 4rem 1rem 0;
	width: 100%;
	border: none;
	display: block;
}

#product-tabs .tab-pane-title-content button:after {
	content: "\f0c9";
	font-family: 'Line Awesome Free';
	font-size: 30px;
	line-height: 30px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-align: center;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	margin-top: -1.5rem;
}

#product-tabs .tab-pane-title-content button:not(.collapsed):after {
	content: "\f068";
}

#product-tabs .tab-pane-title-content button:hover {
	color: #3a744e;
}


#product-tabs .tab-pane-body-content {
	font-size: 90%;
	margin: auto;
	padding: 6rem;
	width: 100%;
	max-width: 1020px;
}

#product-tabs .product-description h2:after {
	content: " ";
	background: #3a744e;
	margin: 2rem 0 1rem 0;
	width: 100px;
	height: 2px;
	display: block;
}

#product-tabs .product-description span {
	font-size: inherit !important;
	line-height: inherit !important;
	font-style: inherit !important;
	text-align: inherit !important;
	text-transform: inherit !important;
	color: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}

.product-features {
	margin: 0;
}

.product-features-title:after {
	content: " ";
	background: #3a744e;
	margin: 2rem 0 1rem 0;
	width: 100px;
	height: 2px;
	display: block;
}

.product-features-intro {
	padding: 0 0 2rem 0;
}

#product-details .label {
	font-size: inherit;
	font-weight: 500;
	color: inherit;
}

.product-reference {
	background: #f6faf7;
	margin: 0 0 1rem 0;
	padding: 1rem;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
	display: block;
}

.product-reference > label,
.product-reference > span {
	text-align: left;
	margin: 0;
	padding: 1rem;
	width: 30%;
	display: block;
	float: left;
}

.product-reference > span {
	width: 70%;
}

.product-features > dl.data-sheet {
	position: relative;
	background: #f6faf7;
	margin: 0 0 1rem 0;
	padding: 1rem;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
	display: block;
	float: left;
}

.angle-fr {
	position: relative;
	overflow: hidden;
}

.angle-fr:before,
.angle-fr:after {
	content: " ";
	position: absolute;
	top: 20px;
	right: -50px;
	background: #2488db;
	width: 100px;
	height: 6px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.angle-fr:after {
	right: -66px;
	background: #fd4755;
}

.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: none;
	background: none;
	margin: 0;
	padding: 1rem;
	width: 30%;
	display: block;
	float: left;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
}

.product-features > dl.data-sheet dd.value {
	width: 70%;
}

.product-features > dl.data-sheet dt.name {
	font-weight: 500;
}

.product-features > dl.data-sheet dt.name:nth-of-type(2n),
.product-features > dl.data-sheet dd.value:nth-of-type(2n) {
	background: none;
}

.product-features > dl.data-sheet dd.value .control-label-select {
	display: block;
}

.product-features > dl.data-sheet dd.value .control-label-select.checked:after {
	content: " (option choisie)";
	font-size: 80%;
	font-style: italic;
	opacity: .6;
}

/* product-important ---------------------------------------------------------------- */

.product-important {
	background: #f6faf7;
	margin: 1rem 0 0 0;
	padding: 3rem;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
	display: block;
}

.product-important ul {
    padding-left: 1.8rem !important;
}

.product-important p:last-child {
    padding-bottom: 0;
}

/* product-galerie ---------------------------------------------------------------- */

.product-galerie img {
    margin: 2rem 0 0 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.product-galerie figcaption {
    font-size: 80%;
    line-height: 1.5;
    font-style: italic;
    color: #666;
}

/* product-search ---------------------------------------------------------------- */

.product-search {
	background: #f6faf7;
	padding: 1rem 6rem;
	border-bottom: solid 1px #3a744e;
	overflow: hidden;
}

.product-search .content {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 900px;
}

.product-search .prev, 
.product-search .next {
	color: #3a744e;
	position: absolute;
	top: auto;
	left: -4rem;
	bottom: 1rem;
	z-index: 2;
	background: none;
	padding: 0;
	width: 30px;
	height: 40px;
	min-height: 1px;
	border: none;
	display: none;
}

.product-search .next {
	right: 0;
	left: auto;
	display: block;
}

.product-search .body {
	position: relative;
	padding: 0 3rem 0 0;
	width: 100%;
}

.product-search .body:after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: auto;
	z-index: 1;
	background: #f6faf7;
	width: 1px;
	height: 100%;
	box-shadow: 0 0 40px 80px #f6faf7;
}

.product-search .productcats {
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: auto;
	overflow-y: hidden;
	overflow-x: scroll;
	display: flex;
	align-items: stretch;
	scroll-snap-type: x mandatory;
}

.product-search .productcats::-webkit-scrollbar {
	display: none;
}

.product-search .productcats li {
	flex-shrink: 0;
	padding: 1rem 1rem 0 0;
	scroll-snap-align: center;
	scroll-snap-stop: normal;
}

.product-search .productcats li:last-child {
	padding-right: 6rem;
}

.product-search .productcats .btn {
	font-size: .9em !important;
	font-weight: 400 !important;
	padding: 1rem !important;
	min-height: 40px !important;
	box-shadow: #3a744e 0 0 0 1px inset !important;
}

.product-search .productcats .btn:hover {
	box-shadow: #76b88e 0 100px 0px 1px inset !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* sections ---------------------------------------------------------------- */

.sections {
	position: relative;
}

.sections:before,
.sections:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: url(../img/bloc-bg-LT-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	width: 30%;
	max-width: 600px;
	height: 100%;
}

.sections:after {
	right: 0;
	left: auto;
	z-index: 2;
	background-image: url(../img/bloc-bg-RB-1.png);
	background-position: right bottom;
}


@media (max-width: 1600px) {

/* corps ---------------------------------------------------------------- */

.product-information {
	padding-bottom: 0;
}

}

@media (max-width: 1400px) {

/* media ---------------------------------------------------------------- */

.images-container .product-images {
	margin: 3rem 3rem 0 3rem;
	max-width: none;
}

/* corps ---------------------------------------------------------------- */

.product-information > .product-description {
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

/* product-variants */

.product-variants > .product-variants-item {
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

.product-variants > .product-variants-item .color {
	width: 25px;
	height: 25px;
	box-shadow: inset 2px 2px 6px rgba(0,0,0,.3);
}

/* product-customization */

.product-customization.fake {
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

/* product-discounts */

.product-discounts {
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

/* product-prices */

.product-prices {
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

/* product-add-to-cart */

.product-actions .product-add-to-cart {
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

/* product-additional-info */

.product-additional-info .tabs {
	margin: 1rem 0 0 0;
	padding: 1.5rem;
}

.product-additional-info .block_newsletter {
	margin: 1rem 0 0 0;
	padding: 1.5rem;
}

.product-additional-info .block_newsletter .input-wrapper {
	width: calc(50% - .7rem);
}

.product-additional-info .block_newsletter .input-btn {
	width: calc(50% - .7rem);
}

}

@media (max-width: 1200px) {

#product .product-bloc {
	margin: 0 0 6rem 0;
}

/* media ---------------------------------------------------------------- */

.images-container .product-images {
	padding: 0 1rem;
}

.images-container .product-images .thumb-container {
	padding: 0 .5rem;
}

/* corps ---------------------------------------------------------------- */

#product .corps {
	padding: 3rem;
}

.product-information {
	max-width: none;
}

/* product-variants */

.product-variants > .product-variants-item .color {
	width: 20px;
	height: 20px;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,.3);
}

/* product-tabs ---------------------------------------------------------------- */

#product-tabs {
	margin: 0;
}

#product-tabs .tab-pane-title-content {
	padding: 1rem 3rem;
}

#product-tabs .tab-pane-body-content {
	padding: 6rem 3rem;
}

/* product-search ---------------------------------------------------------------- */

.product-search {
	padding: 1rem 3rem;
}

.product-search .content {
	max-width: 960px;
}


}

@media (max-width: 991px) {

/* corps ---------------------------------------------------------------- */

/* product-pack */

.product-pack .thumb-mask {
	width: 20%;
}

.product-pack .pack-product-container .pack-product-name {
	width: 50%;
}

/* product-customization .select >>> JS */

.product-customization .select label ul li {
	width: 23%;
}

/* product-add-to-cart */

.product-quantity .qty {
	margin: 1rem 0 0 0;
	width: 100%;
  float: none;
}

.product-quantity .bootstrap-touchspin {
	width: 100%;
}

.product-quantity .add {
	width: 100%;
  float: none;
}

.product-quantity .icn {
  margin: auto;
  padding: 1rem;
  width: 100%;
  max-width: 300px;
  float: none;
}

/* product-search ---------------------------------------------------------------- */

.product-search .prev {
	left: -3rem;
}

}

@media (max-width: 767px) {

#product .product-container {
	flex-direction: column-reverse;
}

/* media ---------------------------------------------------------------- */

#product .media {
	width: 100%;
}

.product-cover {
	border: none;
}

.product-cover .slick-prev, 
.product-cover .slick-next {
	padding: 0 0 0 1rem;
}

.product-cover .slick-next {
  padding: 0 1rem 0 0;
}

.images-container .product-images {
	display: none;
}

.product-img-legend {
	font-size: 14px;
	margin: -40px 0 0 -80px;
	width: 160px;
}

/* corps ---------------------------------------------------------------- */

#product .corps {
	padding: 1.5rem;
	width: 100%;
}

/* product-customization */

.product-customization .custom-save {
	padding-top: 0;
}

/* product-customization .select >>> JS */

.product-customization .select label ul li {
	width: 31.33%;
}

/* product-additional-info */

.product-additional-info .block_newsletter .input-wrapper {
	margin: 0 0 1.5rem 0;
	width: 100%;
}

.product-additional-info .block_newsletter .input-btn {
	width: 100%;
}

/* product-tabs ---------------------------------------------------------------- */

#product-tabs .tab-pane-title-content {
	padding: 1rem 1.5rem;
}

#product-tabs .tab-pane-body-content {
	padding: 3rem 1.5rem;
}

.product-reference {
    padding: .5rem;
}

.product-reference > label,
.product-reference > span {
	width: 100%;
}

.product-reference > label {
	padding-bottom: 0;
}

.product-reference > span {
	padding-top: 0;
}

.product-features > dl.data-sheet {
    padding: .5rem;
}

.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value {
	width: 100%;
}

.product-features > dl.data-sheet dt.name {
	padding-bottom: 0;
}

.product-features > dl.data-sheet dd.value {
	padding-top: 0;
}

.product-features > dl.data-sheet dd.value ul.productcats > li {
	padding: .7rem 0;
}

/* product-important ---------------------------------------------------------------- */

.product-important {
	padding: 1.5rem;
}

/* product-search ---------------------------------------------------------------- */

.product-search {
	padding: 1rem 1.5rem;
}

.product-search .prev, 
.product-search .next {
	display: none !important;
}

.product-search .body {
	padding: 0;
}

.product-search .body:after {
	box-shadow: 0 0 30px 50px #f6faf7;
}

.product-search .productcats .btn:hover {
	color: #3a744e !important;
	box-shadow: #3a744e 0 0 0 1px inset !important;
}

}

@media (max-width: 480px) {

/* corps ---------------------------------------------------------------- */

.product-reassu .item {
  width: 100%;
}

/* product-variants */

.product-variants > .product-variants-item {
	margin: 1rem 0 0 0;
	background: #f5faf6;
	padding: 1.5rem;
	border: solid 1px #3a744e;
	border-radius: 5px;
}

.product-actions .control-label {
	padding: 0 0 1rem 0;
	width: 100%;
	float: none;
}

.product-actions .control-label-select.checked {
	display: inline-block;
}

.product-actions .control-content {
	width: 100%;
	float: none;
}

.product-variants > .product-variants-item ul {
  margin: 0 -.4rem;
}

.product-variants > .product-variants-item ul.colors {
  text-align: left;
}

.product-variants > .product-variants-item ul li {
  padding: .25rem .4rem;
}

.product-variants > .product-variants-item .color {
  width: 25px;
  height: 25px;
	box-shadow: inset 2px 2px 6px rgba(0,0,0,.3);
}

.product-variants > .product-variants-item select {
	text-align: left;
}

/* product-customization */

.product-customization.fake {
	margin: 1rem 0 0 0;
	background: #f5faf6;
	padding: 1.5rem;
	border: solid 1px #3a744e;
	border-radius: 5px;
}

.product-customization .card-title {
	padding: 0 0 1rem 0;
	width: 100%;
	float: none;
}

.product-customization .custom-btn {
	width: 100%;
	float: none;
}

.product-customization .custom-mess.isnot {
	display: inline-block;
}

.product-customization.ok .custom-mess.is {
	display: inline-block;
}

/* product-customization .select >>> JS */

.product-customization .select label ul li {
	width: 48%;
}

/* product-prices */

.product-prices {
	border: none;
}

.product-dispo {
	width: 60%;
}

.product-tarifs {
	text-align: right;
	width: 40%;
}

/* product-add-to-cart */

.product-actions .product-add-to-cart {
	border: none;
}

.product-quantity .qty {
	margin: 1rem 0 0 0;
}

}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////

images pour product-customization

//////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* cheveux ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li[class='1'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-1.png);
}

.product-customization .select label ul li[class='2'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-2.png);
}

.product-customization .select label ul li[class='3'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-3.png);
}

.product-customization .select label ul li[class='4'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-4.png);
}

.product-customization .select label ul li[class='5'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-5.png);
}

.product-customization .select label ul li[class='6'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-6.png);
}

.product-customization .select label ul li[class='7'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-7.png);
}

.product-customization .select label ul li[class='8'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-8.png);
}

.product-customization .select label ul li[class='9'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-9.png);
}

.product-customization .select label ul li[class='10'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-10.png);
}

.product-customization .select label ul li[class='11'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-11.png);
}

.product-customization .select label ul li[class='12'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-12.png);
}

.product-customization .select label ul li[class='13'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-13.png);
}

.product-customization .select label ul li[class='14'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-14.png);
}

.product-customization .select label ul li[class='15'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-15.png);
}

.product-customization .select label ul li[class='16'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-16.png);
}

.product-customization .select label ul li[class='17'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-17.png);
}

.product-customization .select label ul li[class='18'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-18.png);
}

.product-customization .select label ul li[class='19'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-19.png);
}

.product-customization .select label ul li[class='20'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-20.png);
}

.product-customization .select label ul li[class='21'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-21.png);
}

.product-customization .select label ul li[class='22'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-22.png);
}

.product-customization .select label ul li[class='23'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-23.png);
}

.product-customization .select label ul li[class='24'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-24.png);
}

.product-customization .select label ul li[class='25'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-25.png);
}

.product-customization .select label ul li[class='26'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-26.png);
}

.product-customization .select label ul li[class='27'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-27.png);
}

.product-customization .select label ul li[class='28'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-28.png);
}

.product-customization .select label ul li[class='29'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-29.png);
}

.product-customization .select label ul li[class='30'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-30.png);
}

.product-customization .select label ul li[class='31'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-31.png);
}

.product-customization .select label ul li[class='32'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-32.png);
}

.product-customization .select label ul li[class='33'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-33.png);
}

.product-customization .select label ul li[class='34'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-34.png);
}

.product-customization .select label ul li[class='35'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-35.png);
}

.product-customization .select label ul li[class='36'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-36.png);
}

.product-customization .select label ul li[class='37'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-37.png);
}

.product-customization .select label ul li[class='38'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-38.png);
}

.product-customization .select label ul li[class='39'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-39.png);
}

.product-customization .select label ul li[class='40'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-40.png);
}

.product-customization .select label ul li[class='41'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-41.png);
}

.product-customization .select label ul li[class='42'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-42.png);
}

.product-customization .select label ul li[class='43'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-43.png);
}

.product-customization .select label ul li[class='44'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-44.png);
}

.product-customization .select label ul li[class='45'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-45.png);
}

.product-customization .select label ul li[class='46'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-46.png);
}

.product-customization .select label ul li[class='47'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-47.png);
}

.product-customization .select label ul li[class='48'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-48.png);
}

.product-customization .select label ul li[class='49'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-49.png);
}

.product-customization .select label ul li[class='50'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-50.png);
}

.product-customization .select label ul li[class='51'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-51.png);
}

.product-customization .select label ul li[class='52'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-52.png);
}

.product-customization .select label ul li[class='53'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-53.png);
}

.product-customization .select label ul li[class='54'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-54.png);
}

.product-customization .select label ul li[class='55'] .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-55.png);
}

/* perso ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.BBentre50et70cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-BB.png);
}

.product-customization .select label ul li.XXSentre70et90cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-XXS.png);
}

.product-customization .select label ul li.XSentre90et110cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-XS.png);
}

.product-customization .select label ul li.Sentre110et130cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-S.png);
}

.product-customization .select label ul li.Mentre130et150cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-M.png);
}

.product-customization .select label ul li.Lentre150et170cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-L.png);
}

.product-customization .select label ul li.XLentre170et190cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-XL.png);
}

.product-customization .select label ul li.XXLplusde190cm .carre {
	background-image: url(../img/custom/perso/custom-perso-taille-XXL.png);
}

/* Barbe et moustache  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.BM1 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM1.png);
}

.product-customization .select label ul li.BM2 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM2.png);
}

.product-customization .select label ul li.BM3 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM3.png);
}

.product-customization .select label ul li.BM4 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM4.png);
}

.product-customization .select label ul li.BM5 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM5.png);
}

.product-customization .select label ul li.BM6 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM6.png);
}

.product-customization .select label ul li.BM7 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM7.png);
}

.product-customization .select label ul li.BM8 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM8.png);
}

.product-customization .select label ul li.BM9 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM9.png);
}

.product-customization .select label ul li.BM10 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM10.png);
}

.product-customization .select label ul li.BM11 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM11.png);
}

.product-customization .select label ul li.BM12 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM12.png);
}

.product-customization .select label ul li.BM13 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM13.png);
}

.product-customization .select label ul li.BM14 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM14.png);
}

.product-customization .select label ul li.BM15 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM15.png);
}

.product-customization .select label ul li.BM16 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM16.png);
}

.product-customization .select label ul li.BM17 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM17.png);
}

.product-customization .select label ul li.BM18 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM18.png);
}

.product-customization .select label ul li.BM19 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM19.png);
}

.product-customization .select label ul li.BM20 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM20.png);
}

.product-customization .select label ul li.BM21 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM21.png);
}

.product-customization .select label ul li.BM22 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM22.png);
}

.product-customization .select label ul li.BM23 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM23.png);
}

.product-customization .select label ul li.BM24 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM24.png);
}

.product-customization .select label ul li.BM25 .carre {
	background-image: url(../img/custom/perso/custom-perso-barbe-BM25.png);
}

/* Cheveux couleurs  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.Blond1 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-blond1.png);
}

.product-customization .select label ul li.Blond2 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-blond2.png);
}

.product-customization .select label ul li.Blond3 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-blond3.png);
}

.product-customization .select label ul li.Blond4 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-blond4.png);
}

.product-customization .select label ul li.Brun1 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-brun1.png);
}

.product-customization .select label ul li.Brun2 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-brun2.png);
}

.product-customization .select label ul li.Brun3 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-brun3.png);
}

.product-customization .select label ul li.Brun4 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-brun4.png);
}

.product-customization .select label ul li.Roux1 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-roux1.png);
}

.product-customization .select label ul li.Roux2 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-roux2.png);
}

.product-customization .select label ul li.Roux3 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-roux3.png);
}

.product-customization .select label ul li.Roux4 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-roux4.png);
}

.product-customization .select label ul li.Noir1 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-noir1.png);
}

.product-customization .select label ul li.Noir2 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-noir2.png);
}

.product-customization .select label ul li.Noir3 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-noir3.png);
}

.product-customization .select label ul li.Noir4 .carre {
	background-image: url(../img/custom/perso/custom-perso-cheveux-color-noir4.png);
}

/* Teinte peau  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.Roseclair .carre {
	background-image: url(../img/custom/perso/custom-perso-peau-rose1.png);
}

.product-customization .select label ul li.Rosemat .carre {
	background-image: url(../img/custom/perso/custom-perso-peau-rose2.png);
}

.product-customization .select label ul li.Marronclair .carre {
	background-image: url(../img/custom/perso/custom-perso-peau-marron1.png);
}

.product-customization .select label ul li.Marronmat .carre {
	background-image: url(../img/custom/perso/custom-perso-peau-marron2.png);
}

.product-customization .select label ul li.Marronnoir .carre {
	background-image: url(../img/custom/perso/custom-perso-peau-marron3.png);
}

/* Accessoire  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.AC1 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC1.png);
}

.product-customization .select label ul li.AC2 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC2.png);
}

.product-customization .select label ul li.AC3 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC3.png);
}

.product-customization .select label ul li.AC4 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC4.png);
}

.product-customization .select label ul li.AC5 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC5.png);
}

.product-customization .select label ul li.AC6 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC6.png);
}

.product-customization .select label ul li.AC7 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC7.png);
}

.product-customization .select label ul li.AC8 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC8.png);
}

.product-customization .select label ul li.AC9 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC9.png);
}

.product-customization .select label ul li.AC10 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC10.png);
}

.product-customization .select label ul li.AC11 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC11.png);
}

.product-customization .select label ul li.AC12 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC12.png);
}

.product-customization .select label ul li.AC13 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC13.png);
}

.product-customization .select label ul li.AC14 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC14.png);
}

.product-customization .select label ul li.AC15 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC15.png);
}

.product-customization .select label ul li.AC16 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC16.png);
}

.product-customization .select label ul li.AC17 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC17.png);
}

.product-customization .select label ul li.AC18 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC18.png);
}

.product-customization .select label ul li.AC19 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC19.png);
}

.product-customization .select label ul li.AC20 .carre {
	background-image: url(../img/custom/perso/custom-perso-AC20.png);
}

/* Animal  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.Chat .carre {
	background-image: url(../img/custom/perso/custom-perso-animal-chat.png);
}

.product-customization .select label ul li.Chien .carre {
	background-image: url(../img/custom/perso/custom-perso-animal-chien.png);
}

/* Coeurs  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.Petitscoeursrouges .carre {
	background-image: url(../img/custom/perso/custom-perso-coeur-rouge.png);
}

/* Shoes  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.SS1 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-jaune.png);
}

.product-customization .select label ul li.SS2 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-orange.png);
}

.product-customization .select label ul li.SS3 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-rose.png);
}

.product-customization .select label ul li.SS4 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-vert.png);
}

.product-customization .select label ul li.SS5 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-bleu.png);
}

.product-customization .select label ul li.SS1r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-jaune.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.SS2r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-orange.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.SS3r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-rose.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.SS4r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-vert.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.SS5r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-stan-smith-bleu.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.product-customization .select label ul li.CT1 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-noir.png);
}

.product-customization .select label ul li.CT2 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-rouge.png);
}

.product-customization .select label ul li.CT3 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-rose.png);
}

.product-customization .select label ul li.CT4 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-vert.png);
}

.product-customization .select label ul li.CT5 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-bleu.png);
}

.product-customization .select label ul li.CT1r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-noir.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.CT2r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-rouge.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.CT3r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-rose.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.CT4r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-vert.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.CT5r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-converse-bleu.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.product-customization .select label ul li.AJ1 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-violet.png);
}

.product-customization .select label ul li.AJ2 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-rouge.png);
}

.product-customization .select label ul li.AJ3 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-rose.png);
}

.product-customization .select label ul li.AJ4 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-vert.png);
}

.product-customization .select label ul li.AJ5 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-bleu.png);
}

.product-customization .select label ul li.AJ1r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-violet.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AJ2r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-rouge.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AJ3r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-rose.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AJ4r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-vert.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AJ5r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-jordan-bleu.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.product-customization .select label ul li.AM1 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-rouge.png);
}

.product-customization .select label ul li.AM2 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-blanc.png);
}

.product-customization .select label ul li.AM3 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-rose.png);
}

.product-customization .select label ul li.AM4 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-vert.png);
}

.product-customization .select label ul li.AM5 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-bleu.png);
}

.product-customization .select label ul li.AM1r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-rouge.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AM2r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-blanc.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AM3r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-rose.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AM4r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-vert.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.AM5r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-air-max-bleu.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.product-customization .select label ul li.TI1 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-beige.png);
}

.product-customization .select label ul li.TI2 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-marron.png);
}

.product-customization .select label ul li.TI3 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-rose.png);
}

.product-customization .select label ul li.TI4 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-gris.png);
}

.product-customization .select label ul li.TI5 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-bleu.png);
}

.product-customization .select label ul li.TI1r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-beige.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.TI2r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-marron.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.TI3r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-rose.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.TI4r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-gris.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.TI5r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-timberland-bleu.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.product-customization .select label ul li.VS1 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-noir.png);
}

.product-customization .select label ul li.VS2 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-rouge.png);
}

.product-customization .select label ul li.VS3 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-rose.png);
}

.product-customization .select label ul li.VS4 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-vert.png);
}

.product-customization .select label ul li.VS5 .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-bleu.png);
}

.product-customization .select label ul li.VS1r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-noir.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.VS2r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-rouge.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.VS3r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-rose.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.VS4r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-vert.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-customization .select label ul li.VS5r .carre {
	background-image: url(../img/custom/shoes/custom-shoes-vans-bleu.png);
	moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


/* Phase lune  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.Pleinelune .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-pleine-lune.png);
}

.product-customization .select label ul li.Lunegibbeusedcroissante .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-lune-gibbeuse-decroissante.png);
}

.product-customization .select label ul li.Dernierquartier .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-dernier-quartier.png);
}

.product-customization .select label ul li.Lunedcroissante .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-lune-decroissante.png);
}

.product-customization .select label ul li.NouvelleLune .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-nouvelle-lune.png);
}

.product-customization .select label ul li.Lunecroissante .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-lune-croissante.png);
}

.product-customization .select label ul li.Premierquartier .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-premier-quartier.png);
}

.product-customization .select label ul li.Lunegibbeusecroissante .carre {
	background-image: url(../img/custom/lune-phase/custom-lune-phase-lune-gibbeuse-croissante.png);
}


/* Bebe silhouette  ------------------------------------------------------------------------------------------------------------ */

.product-customization .select label ul li.BBPinceausurlectregardgauche .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-brush-cote-gauche.png);
}

.product-customization .select label ul li.BBPinceausurlectregarddroite .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-brush-cote-droit.png);
}

.product-customization .select label ul li.BBPinceausurleventreregardgauche .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-brush-ventre-gauche.png);
}

.product-customization .select label ul li.BBPinceausurleventreregarddroite .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-brush-ventre-droit.png);
}


.product-customization .select label ul li.BBLignesurlectregardgauche .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-line-cote-gauche.png);
}

.product-customization .select label ul li.BBLignesurlectregarddroite .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-line-cote-droit.png);
}

.product-customization .select label ul li.BBLignesurleventreregardgauche .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-line-ventre-gauche.png);
}

.product-customization .select label ul li.BBLignesurleventreregarddroite .carre {
	background-image: url(../img/custom/bebe/custom-bebe-silhouette-line-ventre-droit.png);
}

