.woocommerce-cart-form, .cart-collaterals{
  width: 100%;
}
table.cart th, table.cart td {
    padding: 1em !important;
}
.storefront-breadcrumb{
  display: none;
}
#content{
  margin-top: 40px;
}
@media screen and (min-width: 970px) {
  .woocommerce-cart-form{
    width: 60%;
  }
  .cart_totals{
    width: 100% !important;
  }
  .cart-collaterals h2{
    display: none;
  }
  .cart-collaterals{
    width: 35%;
    margin-left: 10px;
  }
}
.product-thumbnail img:not(.wall-image) {
  display: none;
}
.cart_item > .product-name > .variation > .variation-Image{
  display: none;
}
