.woocommerce .col2-set .col-1 {
  padding: 10px;
  margin: 0px;
  width: 500px;
}

.woocommerce form .form-row input.input-text {
  width: 250px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  width: 500px;
}

.woocommerce-billing-fields {
  width: 500px;
}

#order_comments_field.form-row.notes {
  width: 400px;
}

.woocommerce .col2-set .col-2 {
  width: 400px;
}