Hi,
1. For the add to cart not working, I think that it comes from the customization of the product page on your website.
And more specifically the comment form being placed inside the description. Because of that, the form of the vote/comment system is inside the form of the add to cart :
monosnap.com/file/v8LxCG06x5zL4DAmsHVajAQR5oGcaS
And thus you have a conflict with the hidden variables.
You should move the end form tag of the main layout to be before the bottom area so that the forms are not one in another. First, that's not valid HTML and second, that's what is creating your problem.