/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*Style du bloc des tabs de la fiche produit*/
#product_tabs_block{
	margin-bottom: 2rem;
}

/*Images responsive dans les tabs de la fiche produit*/
.product-description img{
	max-width: 100%;
	height: auto;
}