/** Shopify CDN: Minification failed

Line 380:20 Unexpected "{"
Line 380:29 Expected ":"
Line 380:36 Unexpected "{"
Line 381:12 Expected identifier but found whitespace
Line 381:14 Unexpected "{"
Line 381:23 Expected ":"
Line 381:56 Unexpected "{"
Line 381:65 Expected ":"
Line 381:100 Unexpected "{"
Line 381:109 Expected ":"
... and 3 more hidden warnings

**/
.register__body {
    display: block;
    width: 100%;
    max-width: 842px;
    margin: 0 auto;
}
form.register__form {
    display: flex;
    flex-wrap: wrap;
}
label.register__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 50%;
    padding: 12px;
    position: relative;
    justify-content: end;
}
form.register__form .errors {
    display: none;
}
span.required_label {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #707070;
    text-align: right;
    margin-bottom: -24px;
    padding-right: 12px;
}
span.register__label-select {
    font-size: 12px;
    color: #707070;
    line-height: normal;
    position: relative;
    top: 12px;
}
.register__select-box {
    position: relative;
    display: block;
}
.register__select-box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Cpath d='M12.5 16.55L5 9.05 6.05 8 12.5 14.45 18.95 8 20 9.05z'/%3E%3C/g%3E%3C/svg%3E");
}
select.register__select {
    display: block;
    width: 100%;
    background-color: unset;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    appearance: none;
    padding: 18px 35px 8px 0;
    color:black;
}
input.register__input {
    display: block;
    padding: 15px 0 8px 5px;
    border: none;
    outline: none;
    background-color: unset;
    border-bottom: 1px solid #000;
    font-size: 16px;
    width: 100%;
    box-shadow: none;
}
span.register__label {
    position: absolute;
    display: block;
    line-height: normal;
    font-size: 16px;
    top: 28px;
    color: #000;
    transition: all 0.2s ease;
}
.register__field-2 span.register__label {
    top: 43px;
}
.register__country-code {
    display: flex;
    align-items: end;
}
.register__country-code select#country_code {
    max-width: 95px;
    padding: 10px 0 0px;
}
label.register__full-width {
    max-width: unset;
}
span.register__label.active {
    font-size: 12px;
    color: #707070;
    top: 10px;
}
label.register__field-2 span.register__label.active {
    top: 24px;
}
/* .register__field:has(.register__input:not(:placeholder-shown)) .register__label {
  font-size: 12px;
  color: #707070;
  top: 10px;
} */
.register__password-conditions {
    display: block;
    margin-top: 12px;
}
.register__password-conditions span {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #707070;
    margin-top: 4px;
    padding-left: 18px;
    position: relative;
}
.register__password-conditions span:first-child {
    margin: 0;
}
.register__password-conditions span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    outline: 1px solid #5e5e5e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.register__password-conditions span.active::before {
    background-color: #25975d;
}
span.open-eye,
span.close-eye{
    position: absolute;
    top: 24px;
    width: 24px;
    height: 24px;
    right: 12px;
    cursor: pointer;
}
span.close-eye {
  display: none;
}
.custom-select {
    border-bottom: 1px solid #000;
}
.selected-option {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding-bottom: 2px;
}
.selected-option img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.custom-select ul.options {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 445px;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #0003;
    overflow-y: auto;
    height: 100%;
    min-height: 200px;
    max-height: 200px;
}
.custom-select ul.options li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: normal;
    padding: 5px 10px 10px;
    position: relative;
    cursor: pointer;
}
.custom-select ul.options li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.custom-select ul.options li:first-child {
    padding-bottom: 20px;
}
.custom-select ul.options li:first-child::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.custom-select ul.options li:hover{
    background-color: #0000000d;
}
fieldset.register__preferences {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
label.register__checkbox,
label.register__terms {
    display: flex;
    font-size: 14px;
    color: #000;
    line-height: normal;
    margin-top: 10px;
    width: 100%;
    padding: 0 12px;
}
label.register__checkbox input[type=checkbox],
label.register__terms input[type=checkbox] {
      display: none;
}
fieldset.register__preferences .checkbox,
label.register__terms .checkbox {
    min-width: 18px;
    height: 18px;
    border: 1px solid black;
    border-radius: 3px;
    display: block !important;
    margin-right: 10px;
    position: relative;
}
fieldset.register__preferences .checkbox.active::before, 
label.register__terms .checkbox.active::before {
    content: "✔";
    position: absolute;
    top: -3px;
    left: 1px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-size: 22px;
    color: #ce0a2c;
}
label.register__checkbox-heighlighted {
    display: none;
}
fieldset.register__preferences label.register__checkbox:nth-child(2),
fieldset.register__preferences label.register__checkbox:nth-child(5),
fieldset.register__preferences label.register__checkbox:nth-child(9) {
    margin: 35px 0 0 30px;
}
fieldset.register__preferences label.register__checkbox:nth-child(3),
fieldset.register__preferences label.register__checkbox:nth-child(4),
fieldset.register__preferences label.register__checkbox:nth-child(6),
fieldset.register__preferences label.register__checkbox:nth-child(7),
fieldset.register__preferences label.register__checkbox:nth-child(8) {
    margin-left: 60px;
}
button.register__submit {
    display: block;
    width: 100%;
    max-width: 332px;
    margin: 25px auto;
    padding: 15px;
    line-height: normal;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: #707070;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    pointer-events: none;
}
button.register__submit.active {
    background-color: #ce0a2c;
    cursor: pointer;
    pointer-events: all;
}
.register__detail p {
    font-size: 12px;
    color: #707070;
    margin: 0;
    margin-top: 10px;
}
.register__detail p:first-child {
    margin: 0;
}
.register__detail p a {
    color: #707070;
}
.register__back-sign {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    border-top: solid 1px #e5e5e5;
}
.register__back-sign span {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.register__back-sign  a {
    display: block;
    width: 100%;
    max-width: 327px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 14px;
    border-radius: 50px;
    border: 1px solid black;
    color: #000;
    background-color: white;
    margin-top: 16px;
}
.register__detail {
    margin-top: 25px;
    padding: 0 12px;
}
select[name="customer[note][nationality]"] {
    min-height: 42px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    cursor: pointer;
    box-shadow: none;
    font-size: 16px;
    font-family: var(--font-body-family);
    color:black;
}
label.register__full-width .mage-error {
    display: none;
    font-size: 12px;
    color: #ce0a2c;
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
  section.register-{{ section.id }} {
    padding: {{ section.settings.MobilePaddingTop }}px {{ section.settings.MobilePaddingRight }}px {{ section.settings.MobilePaddingBottom }}px {{ section.settings.MobilePaddingLeft }}px;
  } 
  label.register__field {
      max-width: unset;
      padding:12px 0;
  }
  .register__field-2 span.register__label {
      top: 28px;
  }
  label.register__field-2 span.register__label.active {
    top: 10px;
  }
}