#bb-send-gift h3 label {
  font-size: 22px;
  text-transform: uppercase; }
#bb-send-gift .hidden-fields {
  display: none;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 2rem; }
#bb-send-gift .form-row .optional {
  display: none; }
#bb-send-gift .form-row .required {
  text-decoration: none !important;
  border-bottom: none !important; }
#custom_document_field {
  position: relative;
}
#custom_document_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
}
#custom_document_field input[type="radio"]:last-of-type {
    margin-left: 20px;
}
#custom_document_field input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  border: 1px solid rgb(0 0 0 / 8%);
  width: 50%;
  height: 35px;
  cursor: pointer;
  transition: all .25s ease;
}
#custom_document_field input[type="radio"]:hover, #custom_document_field input[type="radio"]:checked {
  border-color: #000000!important;
}
#custom_document_field input[type="radio"]:checked {
  border-width: 2px!important;
}
#custom_document_field input[type="radio"]:before {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}
/*#custom_document_field #custom_document_Boleta:before {
  content: "Boleta";
}
#custom_document_field #custom_document_Factura:before {
  content: "Factura";
}
#custom_document_field label.radio {
  display: none!important;
}*/

/*# sourceMappingURL=style.css.map */
