#select2-FiltroTiendas-results .select2-results__option[aria-disabled=true] {
  display: none;
}

#module-clutx_registrogarantia-registro_garantia {
  h2 {
    font-family: "Manier", serif;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
  }

  .select2-search__field {
    outline: 0;
  }

  .ui-widget * {
    font-family: Neue Haas Grotesk Display, serif;
  }

  .ui-tabs {
    border: 0;
    max-width: 1140px;
    margin: auto;

    .ui-tabs-nav {
      max-width: 480px;
      margin: auto;
      border: none;
      background: #fff;
      color: #222;
      font-weight: 500;
      padding: 10px 10px;
      border-radius: 0;
      display: flex;
      justify-content: center;

      .ui-state-default {
        border: 0;
        border-bottom: 4px solid #d3d3d3;
        background: transparent;
        margin: 0;
        width: 100%;
        font-family: Neue Haas Grotesk Display, serif;

        a {
          color: #d3d3d3;
          font-size: 14px;
          text-transform: uppercase;
          width: 100%;
          text-align: center;
          font-family: Neue Haas Grotesk Display, serif;
        }
      }

      .ui-state-active {
        border: 0;
        border-bottom: 4px solid #666439;

        a {
          color: #666439;
          font-family: Neue Haas Grotesk Display, serif;
        }
      }
    }
  }

  .register-form-flex {
    display: flex;
    flex-wrap: wrap;

    .input-field-layer:not(.radio-gender) {
      flex: 1 1 50%;

    }

    .radio-gender {
      flex: 1 1 100%;
      display: flex;
      gap: 20px;

      div {
        display: flex;
        position: relative;
        align-items: center;

        label {
          display: inline-block;
          vertical-align: top;
          line-height: 120%;
          color: #666439;
          font-size: 18px;
          text-align: left;
          margin: 0;
        }

        .checkmark {
          height: 18px;
          width: 18px;
          background-color: #fff;
          border: 1px solid #666439;
          border-radius: 22px;
          margin-right: 6px;
          flex: 0 0 18px;
        }

        .checkmark:has(+input:checked) {
          border-color: #666439;
          background-color: #666439;
        }

        input:checked + label {
          font-weight: 500;
        }

        input[type=radio] {
          cursor: pointer;
          z-index: 10;
          line-height: 100%;
          opacity: 0;
          position: absolute;
          height: 18px;
          min-width: 24px;
          width: 100%;
          top: 0;
          left: 0;
          margin: 0;
          background: transparent;
          border: none;
          appearance: none;
          font-family: Neue Haas Grotesk Display, serif;
        }
      }
    }

    .input-field-layer {
      padding: 5px;

      input:not([type=radio]), select {
        width: 100%;
        padding: 10px 15px;
        font-size: 18px;
        color: #666439;
        border: 1px solid #666439;
        font-family: Neue Haas Grotesk Display, serif;
      }

      input::placeholder {
        color: #666439;
        opacity: 1;
      }

      .required_text {
        font-size: 14px;
        color: #666439;
      }
    }
  }

  .button-submit-layer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 10px;

    .button-submit {
      margin-top: 1.25rem;
      border-color: #666439;
      background: #666439;
      width: 226px;

      button {
        width: 100%;
        color: #FFF !important;
        font-size: clamp(0.875rem, 0.75rem + 0.3472222222vw, 1.0625rem);
        font-weight: 400;
        font-family: Neue Haas Grotesk Display, serif;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        height: 45px;
        text-transform: none;
        cursor: pointer;
        background: transparent;
        border: 0;
      }

      button:hover {
        background-color: #000;
      }
    }
  }

  #tab-login {
    max-width: 510px;
    margin: auto;

    .input-field-layer {
      padding: 5px 0;

      input {
        width: 100%;
        padding: 10px 15px;
        font-size: 18px;
        color: #666439;
        border: 1px solid #666439;
      }

      input::placeholder {
        color: #666439;
        opacity: 1;
      }
    }

    .button-submit-layer {
      padding: 0;

      .button-submit {
        margin-top: 0;
        width: 100%;
      }
    }

    #FormularioLostPassword {
      .button-submit-layer {
        .button-submit {
          margin: 15px 0;
        }
      }
    }
  }

  #mostrarRecuperarContrasenia {
    font-size: 12px;
    text-decoration: underline;
  }

  #mostrarLogin {
    font-size: 12px;
    text-decoration: underline;
    width: 100%;
    display: block;
    text-align: center;
  }

  .texto-privacidad {
    max-width: 752px;
    margin: 60px auto;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;

    #tablaPrivacidad {
      max-width: 634px;
      margin: auto;
      text-align: left;
      font-size: 14px;
      border: 1px solid #E9E5DE;
      border-radius: 5px;
      padding: 20px;

      h4, strong {
        font-weight: bold;
        font-size: 16px;
      }

      h4 {
        text-align: center;
        margin-bottom: 35px;
      }

      strong {
        display: block;
        margin-bottom: 5px;
      }

      div {
        margin: 15px 0;
      }
    }
  }

  #DatosTicketTienda {
    max-width: 650px;

    label {
      color: #666439;
      margin-bottom: 0;
    }

    input:not([type=radio]), select, .select2 {
      width: 100%;
      padding: 10px 15px;
      font-size: 15px;
      color: #666439;
      border: 1px solid #666439;
    }

    .select2-selection {
      border: 0;
      background-color: #FFF !important;
    }

    .select2-selection__arrow {
      top: 10px;
    }

    .select2-selection__rendered {
      padding-left: 0;
    }

    input::placeholder, .select2-selection__placeholder {
      color: #666439;
      opacity: 1;
    }

    .form_input_half {
      display: flex;
      gap: 15px;

      > div {
        flex: 1 1 50%;
      }
    }

    h3 {
      font-family: "Neue Haas Grotesk Text", sans-serif;
      margin: 2rem 0;
      font-size: 24px;
      color: #666439;
      font-weight: lighter;
      text-align: center;
    }

    #ComoNosHasConocidoObservaciones {
      width: 100%;
    }

    input[type=file] {
      position: absolute;
      margin: 0 -18px 0 0;
      padding: 0;
      border: 0;
      width: 14px;
      height: 14px;
      filter: alpha(opacity=0);
      opacity: 0;
      vertical-align: middle;
      display: inline-block;
    }

    .ep-uiInput-custom {
      display: flex;
      cursor: pointer;

      .ep-uiInput-text {
        flex: 1;
        line-height: 100%;
        outline: 0;
        background: #fff;
        border: 1px solid #666439;
        margin: 0;
        padding: 12px 12px;
        color: #666439;
        height: 40px;
        border-radius: 0 0 0 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

      .ep-uiInput-button {
        flex: 1 1 200px;
        max-width: 200px;
        height: 40px;
        padding: 0 12px;
        font-size: 0.875rem;
        font-weight: 400;
        text-transform: none;
        border-radius: 0 0 0 0;
        line-height: 40px !important;
        text-align: center;
        border-color: #666439;
        background: #666439;
        color: #FFF !important;
      }

      .ep-uiInput-button:hover {
        background: #000;
      }
    }
  }

  .contentGarant {
    max-width: 959px;
    margin: auto;

    #step1 {
      margin-top: clamp(2.5rem, 0.1923076923rem + 6.4102564103vw, 5rem);

      #tituloProductoComprado {
        margin-bottom: clamp(2.5rem, 1.3461538462rem + 3.2051282051vw, 3.75rem);
        color: #666439;
      }

      .input-radiobox.custom-checkbox {
        display: flex;
        position: relative;

        .checkmark {
          height: 18px;
          width: 18px;
          background-color: #fff;
          border: 1px solid #666439;
          border-radius: 22px;
          margin-right: 6px;
          flex: 0 0 18px;
        }

        .checkmark:has(+input:checked) {
          border-color: #666439;
          background-color: #666439;
        }

        input:checked + label {
          font-weight: 500;
        }

        input[type=radio] {
          cursor: pointer;
          z-index: 10;
          line-height: 100%;
          opacity: 0;
          position: absolute;
          height: 18px;
          min-width: 24px;
          width: 100%;
          top: 0;
          left: 0;
          margin: 0;
          background: transparent;
          border: none;
          appearance: none;
        }
      }
    }

    #step2 {
      margin-top: clamp(2.5rem, 0.1923076923rem + 6.4102564103vw, 5rem);

      #tituloEspecificaciones {
        margin-bottom: clamp(2.5rem, 1.3461538462rem + 3.2051282051vw, 3.75rem);
        color: #666439;
      }

      .datos_compra {
        display: flex;
        flex-wrap: wrap;
      }

      .DatosColchon, .DatosBase, .MedidasEspeciales {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 5px;

        label {
          color: #666439;
          margin-bottom: 0;
        }

        input:not([type=radio]), select, .select2 {
          width: 100% !important;
          padding: 10px 15px;
          font-size: 15px;
          color: #666439;
          border: 1px solid #666439;
        }

        .select2-selection {
          border: 0;
          background-color: #FFF !important;
        }

        .select2-selection__arrow {
          top: 10px;
        }

        .select2-selection__rendered {
          padding-left: 0;
        }

        input::placeholder, .select2-selection__placeholder {
          color: #666439;
          opacity: 1;
        }
      }
    }

    #step3 {
      margin-top: clamp(2.5rem, 0.1923076923rem + 6.4102564103vw, 5rem);

      #tituloTuCompra {
        margin-bottom: clamp(2.5rem, 1.3461538462rem + 3.2051282051vw, 3.75rem);
        color: #666439;
      }

      h3 {
        font-family: "Manier", serif;
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: clamp(1.25rem, 1.0192307692rem + 0.641025641vw, 1.5rem);
        color: #666439;
        text-align: center;
        font-weight: lighter;

      }
    }

    #step4 {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto;

      #tituloInfoCompra {
        font-family: "Neue Haas Grotesk Text", sans-serif;
        margin: 2rem 0;
        font-size: 24px;
        color: #666439;
        font-weight: lighter;
        text-align: center;
      }

      #datos_personales, #datos_compra, #datos_compra_productos, #datos_cien_noches {
        border: 1px solid #575757;
        display: flex;
        flex-direction: column;

        .header {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          border-bottom: 1px solid #575757;
          background: #E9E5DE;

          .titulo {
            flex: 1;
            padding: 14px;
            text-transform: uppercase;
          }

          .editar {
            padding: 14px;
            text-decoration: underline;

            img {
              width: 65px;
            }

            a {
              color: #666439 !important;
            }
          }
        }

        .content {
          display: flex;
          flex-wrap: wrap;

          .block1, .block2 {
            flex: 1 1 50%;
            max-width: 50%;
          }

          .block3 {
            flex: 1 1 100%;
            max-width: 100%;
            padding: 14px;

            label {
              margin-bottom: 0;
            }
          }

          p {
            padding: 14px;
            margin: 0;
            font-size: 1em;

            strong {
              font-weight: bold;
            }
          }
        }
      }

      #datos_personales, #datos_compra {
        margin-top: 36px;
      }
    }

    #CopiaProductosComprados {
      .layer_producto {
        display: flex;
        padding: 10px 15px;
        border: 1px solid #666439;

        input:not([type=radio]), select, .select2 {
          flex: 1;
          font-size: 15px;
          color: #666439;
          border: 0;
          outline: 0;
        }

        button {
          width: 28px;
          height: 28px;
          background: no-repeat center center url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7L7 21' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L7 7' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='14' cy='14' r='13.75' stroke='%23222222' stroke-width='0.5'/%3E%3C/svg%3E%0A");
          border: none;
          background-color: transparent !important;
          overflow: visible;
          cursor: pointer;
        }
      }

      h4 {
        color: #222;
        font-weight: 700;
        font-family: "Neue Haas Grotesk Text", sans-serif;
        font-size: 0.875em;
      }

      .divValoracion {
        margin: 20px 0;
      }

      .EditarValoracion {
        margin-top: -10px;
        text-align: right;

        .linkRating {
          font-size: 0.75rem;
          padding: 5px 0;
          color: #666439;
        }
      }

      .ProductRatingSwitchContainer {
        display: flex;
        flex-direction: column;

        input, textarea {
          padding: 10px 15px;
          border: 1px solid #666439;
          font-size: 15px;
          color: #666439;
          margin-bottom: 10px;
        }

        .rating {
          width: fit-content;
          margin: 5px 0 5px -10px;
        }
      }
    }

    .input-radiobox {
      display: block;
      position: relative;
      cursor: pointer;
      line-height: 100% !important;
      padding: 0 0 0 24px;
      user-select: none;

      input {
        cursor: pointer;
        z-index: 10;
        line-height: 100%;
        opacity: 0;
        position: absolute;
        height: 18px;
        min-width: 24px;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        background: transparent;
        border: none;
        appearance: none;
      }

      label {
        display: inline-block;
        vertical-align: top;
        line-height: 120%;
        color: #666439;
        font-size: 0.875rem;
        text-align: left;
      }

      input:checked ~ .checkmark {
        border-color: #666439;
        background-color: #666439;
      }

      &.square .checkmark {
        border-radius: 0;
      }

      .checkmark {
        position: absolute;
        position: absolute;
        height: 18px;
        width: 18px;
        top: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #666439;
        border-radius: 22px;
      }
    }

    .button-layer {
      display: flex;
      width: 100%;
      justify-content: center;
      padding: 10px;
      margin-top: 20px;

      .button-def {
        margin: 1.25rem;
      }

      .button-next, .button-def {
        margin-top: 1.25rem;
        border-color: #666439;
        background: #666439;
        width: 226px;

        button {
          width: 100%;
          color: #FFF !important;
          font-size: clamp(0.875rem, 0.75rem + 0.3472222222vw, 1.0625rem);
          font-weight: 400;
          padding-left: 10px;
          padding-right: 10px;
          border-radius: 0;
          height: 45px;
          text-transform: uppercase;
          cursor: pointer;
          background: transparent;
          border: 0;
        }

        button:hover {
          background-color: #000;
        }
      }
    }
  }

  @media (max-width: 1024px) {
    .register-form-flex {
      flex-direction: column !important;
    }

    .row:has(> #content-wrapper) {
      margin: 0;
    }

    div:has(>.input-radiobox) {
      margin-top: 40px;
    }
  }
}

.marcado-red {
  border: 1px solid red !important;
}