.wc_payment_method.payment_method_cod {
  background-color: #fafafa;
  padding: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  border-radius: 5px;
}

.wc_payment_method.payment_method_plationline {
  background-color: #fafafa;
  padding: 15px;
  margin-top: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  border-radius: 5px;
}

#billing_first_name.input-text.fl-input {
  font-weight: bold;
}

#billing_last_name.input-text.fl-input {
  font-weight: bold;
  color: #000000;
}

#billing_company.input-text.fl-input {
  font-weight: bold;
  color: #000000;
}

#codunicdeidentificare.input-text.fl-input {
  font-weight: bold;
  color: #000000;
}

#billing_phone.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#billing_email.input-text.fl-input {
  font-weight: bold;
  color: #000000;
}

#billing_address_1.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#billing_address_2.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#billing_state.state_select.fl-select {
  color: #000000;
  font-weight: bold;
}

#billing_city.input-text.fl-input {
  font-weight: bold;
  color: #000000;
}

#shipping_first_name.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#shipping_last_name.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#shipping_company.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#shipping_address_1.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#shipping_address_2.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#shipping_city.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#shipping_state.state_select.fl-select {
  color: #000000;
  font-weight: bold;
}

#shipping_postcode.input-text.fl-input {
  color: #000000;
  font-weight: bold;
}

#order_comments.input-text.fl-textarea {
  color: #000000;
  font-weight: bold;
}