/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .woocommerce-input-wrapper :nth-child(3) {
  display:none;
}

span.select2-container.select2-container--default.select2-container--open {
    min-width: 250px;
    text-align: left;
}

span.select2-container.select2-container--default.select2-container--open .select2-dropdown{width:100% !important; text-align: left !important;}