/* Custom styles */
#main-wrapper .woocommerce-cart table.cart img {
    width:100px !important;
    height:100px;
}
#content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
   width:100px !important;
    height:100px !important;
}
/* line returns */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br, .woocommerce ul#shipping_method br {
  display:none;
}
.related.products {
  width: 98%;
}