#mini-visuels-produit img {
	margin-bottom : 10px;
}

.mini-visuels-produit-actif {
	border : 1px solid;
}

.mini-visuels-produit {
	opacity: 0.5;
}

.mini-visuels-produit:hover {
	opacity: 0.8;
}

.bloc-fiche-produit {
	border : 0;
	border-bottom : 1px solid;
}

.vignette-colori-label {
	line-height : 28px !important;
}

.vignette-taille-produit-label {
	line-height : 35px !important;
}

.vignette-taille-produit {
	height : 33px;
	width : 33px;
	cursor : pointer;
	text-align : center;
	border : 1px solid;
	padding : 6px 0 8px 0;
	display : inline-block;
	margin-right : 5px;
	margin-bottom : 15px;
}

.vignette-taille-produit:hover {
	font-weight : 700;
}

.vignette-taille-produit-non-actif {
	font-weight : 300;
}

.vignette-taille-produit-actif {
	border : 2px solid;
	font-weight : 700;
}

.vignette-taille-produit:last-child {
	margin-right : 0;
}

.icone-coupcoeur-produit {
	border : 0;
	line-height : 30px;
}

.tableau-fiche-produit-entete {
	padding : 10px 15px;
	background-color : rgb(229, 229, 229);
	cursor : pointer;
}

.tableau-fiche-produit-entete:hover {
	background-color : #666666;
	color : #fff;
}

.tableau-fiche-produit-entete-actif, .tableau-fiche-produit-entete-actif:hover {
	color : #3f3f3f;
	background-color: #fff;
	cursor : default;
}

#tableau-fiche-produit {
	border : 1px solid #D8D8D8;	
}

.tableau-fiche-produit-contenu-ligne {
	border-bottom : 1px solid #E5E5E5;	
	padding-bottom : 5px;
	font-weight : 300;
}

#tableau-fiche-produit-criteres img {
	display : inline-block;
	margin-left : 15px;
}

.mobile-mini-visuels-produit-actif {
	background-color : #000 !important;
}

.mobile-mini-visuels-produit {
	width : 20px;
	height : 20px;
	margin : 0 5px; 
	border : 1px solid #000;
	background-color : #fff;
	display : inline-block;
	border-radius : 100px;
}

@media screen and (max-width: 640px) {
	.tableau-fiche-produit-entete {
		padding : 10px 5px;
	}
}