#billing_city_field .select2-container,
#shipping_city_field .select2-container,
#billing_city,
#shipping_city {
    width: 100% !important;
}
#billing_city:disabled,
#shipping_city:disabled {
    opacity: .65;
    cursor: not-allowed;
}
