Regarding the Choose an option to delete the dots you most go to this file:
/Neigborhood/wooocommerce/single-product/add-to-cart/variable.php
Find this line
<option value=""><?php echo __( 'Choose an option', 'woocommerce' ) ?>…</option>
and replace by this one
<option value=""><?php echo __( 'Choose an option', 'woocommerce' ) ?></option>
-Rui