/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 juil. 2016, 15:33:40
    Author     : julieberest
*/
/* Largeur max: 320px */
html body .responsive-table,
html body #shopping-cart-table {
  width: 102%;
}
html body .cart .totals td {
  width: 80%;
}
html body .cart .totals li.cart-totals,
html body .cart .totals li.cart-subtotal {
  float: left !important;
  width: 80%;
}
html body .cart .shipping .shipping-form .form-list li {
  clear: both;
  display: block;
  width: 100%;
}

