You have messed up CS, you have @media rules that are missing a closing curly bracket.
@media all and (min-width:768px){
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width: 35%; clear: none;} /* make the left hand column narrower */
Missing closing bracket above
@media all and (min-width:768px){
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width: 65%;} /* make the right hand column wider */
Missing closing bracket again
Go through all your custom CSS with a comb to make sure there arent any other ones….
Then you have the value set at .1em right now, set it to 2em