/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 #blockcart .cart-products-count-btn
 {
    background: #ad1f00;
 }

 #product span.price_ht
 {
   display: block;
   margin-top:5px;
   margin-bottom:10px;
 }

 .product-miniature-grid .product-price
 {
	 font-size: 1.4rem;
 }

 .product-price-and-shipping span.price_ht
 {
   display: block;
   margin-top:5px;
   margin-bottom:10px;
 }