I took a look at the site and it looks like this is due to some custom styling. You can add the following CSS to your theme or child theme and it should resolve the issue for you.
body .woocommerce .quantity .minus { float:left; position:relative}
body .woocommerce .quantity input.qty { color:#fff; }