/* Adding css */
/* #copy_billing_to_shipping {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  appearance: none;
  border: 2px solid #0071a1;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

#copy_billing_to_shipping:checked {
  background-color: #0071a1;
  border-color: #0071a1;
} */

/* #copy_billing_to_shipping:checked::after {
  content: "✔";
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
} */
.custom-class {
  display: flex !important;
}
.class-custom {
  margin-right: 5px !important;
}
