li.product-flag.new {
	background-color: red
}

/*Style du bloc des tabs de la fiche produit*/
#product_tabs_full{
	margin-bottom: 2rem;
}

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

.product-miniature .product-title {
    text-transform: none;
}


