Please add this custom css:
@media only screen and (min-width: 1200px) {
body.woocommerce .has-no-sidebar ul.products li.product {
width: 212px;
}
}
That will solve the product width issue (fixed for next update).
This css is for the cart page fixes:
.woocommerce .quantity .minus, .woocommerce .quantity input.qty, .woocommerce .quantity .plus {
width: 30px;
}
#shipping_method li label {
font-size: 11px;
}
– Ed