#payment_ebanx_direct {
  list-style: none;
  margin: 0;
  padding: 0;
}
#payment_ebanx_direct li {
  margin: 0 0 15px 0;
  overflow: hidden;
}
#payment_ebanx_direct li.buttons {
  margin: 25px 0 0 0;
  overflow: hidden;
}
#payment_ebanx_direct li > label {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 5px 0;
}
.ebanx-birth {
  overflow: hidden;
}
#payment_ebanx_direct .v-fix {
  float: left;
  display: inline-block;
  margin: 0 5px 0 0;
}
#payment_ebanx_direct .cvv {
  width: 50px;
}
.ebanx-cc-field,
.ebanx-tef-field {
  display: none;
}
.ebanx-methods {
  overflow: hidden;
  padding: 15px 20px;
  background-color: #f2f2f2;
}
.ebanx-methods ul {
  margin: 0;
  padding: 0;
}
.ebanx-methods ul li {
  margin: 5px 0 !important;
}
.ebanx-methods input {
  margin: 2px 5px 0 0;
}
.ebanx-error {
  background-color: rgb(242, 222, 222);
  border-bottom-color: rgb(235, 204, 209);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(235, 204, 209);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(235, 204, 209);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(235, 204, 209);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(169, 68, 66);
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.person-hidden {
  display: none;
}
.person-selector input {}
.person-selector label {
  margin-right: 20px;
}