Hi there,
Sorry, didn’t see that you had the site live.
I now see what the issue is though, the border colours for the input boxes are set to the section divide colour, which you have set to white.
You can add this to the custom css box within theme options to override the dynamic setting:
.woocommerce form .form-row input.input-text {
border-color: #e4e4e4;
}
The reason why the cart won’t show is this – https://www.dropbox.com/s/6dff7lmjcui2ej7/Screenshot%202013-12-06%2015.48.56.png
WooCommerce can’t load the AJAX for the cart, so it will spin forever. This is either due to a plugin conflict, or maybe a htaccess issue with mod security. Best bet would be to ask your host to check.
Hope that helps.
– Ed