/* ------------------ Login ------------------ */
.custom-form-perfil input[type="text"], 
.custom-form-perfil input[type="password"], 
.custom-form-perfil input[type="email"],
.custom-form-perfil input[type="date"],
.custom-form-perfil select {
    font-family: "Inter", sans-serif !important;
}

.custom-form-agora span  {
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.custom-form-agora h3 {
    font-family: "Inter", sans-serif !important;
}

/* Estilo para el input usuario y contraseña */
#custom-login-form #login-username, #login-password{
    height: 56px;
}
@media screen and (max-width: 768px) {
    #custom-login-form #login-username, #login-password{
        font-size: 16px !important;
        line-height: 24px !important;
        color: var(--agora-grey-3) !important;
    }
    #custom-login-form #login-username:focus, #login-password:focus {
        color: var(--agora-black-2) !important;
        box-shadow: none !important;
    }
}

/* Estilo para el checkbox */
#custom-login-form .recordarme-checkbox{
    color: #4E4B66;
    font-family: "Inter", sans-serif ;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

/* Oculta el checkbox real */
#custom-login-form  .recordarme-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #D9DBE9; /* Color de fondo inicial */
    border: 1px solid #D9DBE9; /* Borde del checkbox */
    border-radius: 4px; 
    outline: none; /* Eliminar el borde de enfoque */
    cursor: pointer; 
    position: relative; /* Para posicionar el checkmark */
  }
  
  /* Estilo para el estado marcado */
  #custom-login-form .recordarme-checkbox input[type="checkbox"]:checked {
    background-color: #2C9BFF; /* Color de fondo cuando está marcado */
    border-color: #2C9BFF; /* Borde del checkbox cuando está marcado */
  }
  
  /* Estilo para el checkmark */
  #custom-login-form .recordarme-checkbox input[type="checkbox"]:checked::after {
    content: '\2713'; /* Carácter de checkmark */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Color del checkmark */
    font-size: 12px; /* Ajusta el tamaño del checkmark */
  }

/* Estilo para el enlace a Recuperar contraseña */
#custom-login-form  .recuerdame a{
    height: 100%;
    margin-top: 0px;
    display: flex;
    align-items: center;
    color: #2C9BFF;
    font-family: "Inter", sans-serif ;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

#custom-login-form .btn.btn-outline-primary, #custom-login-form .btn.btn-primary{
    width: 150px;
    height: 56px;
    font-family: "Inter", sans-serif ;
    align-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

#custom-login-form .separacion{
    display: block;
    gap: 16px;
}

#custom-login-form .btn-outline-primary{
    margin-right: 24px;
}



@media screen and (max-width: 768px) {

    #custom-login-form .btn-outline-primary{
        margin-right: 0px;
    }

    #custom-login-form .separacion{
        display: flex;
        flex-direction: column-reverse;
    }
}

#reenviar-correo-login a {
    transition: all 0.3s ease;
}
#reenviar-correo-login a:hover {
    text-decoration: underline !important;
}
/* ------------------ Login Final ------------------ */


/* ------------------ Registro ------------------ */
#custom-register-form .input{
   height: 56px;
}
#custom-register-form input[type="text"], 
#custom-register-form input[type="password"], 
#custom-register-form input[type="email"],
#custom-register-form input[type="date"],
#custom-register-form select {
    font-family: "Inter", sans-serif !important;
    height: 56px;
}

#custom-register-form input[type="text"], 
#custom-register-form input[type="password"], 
#custom-register-form input[type="email"],
#custom-register-form input[type="date"],
#custom-register-form select label{
    font-family: "Inter", sans-serif !important;
}

.recordarme-checkbox-register {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

.register-center{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
}

.custom-register-form .recordarme-checkbox-register .span-register{
    width: auto !important;
    font-weight: 400 !important;
    display: flex !important;
}

/* Estilos para el checkbox */
.recordarme-checkbox-register input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 16px !important; 
    height: 16px !important; /* Alto del checkbox */
    background-color: #D9DBE9 !important; /* Color de fondo inicial */
    border: 1px solid #D9DBE9 !important; /* Borde del checkbox */
    border-radius: 4px !important; /* Bordes redondeados */
    outline: none !important; /* Eliminar el borde de enfoque */
    cursor: pointer !important; /* Cambiar el cursor al pasar sobre el checkbox */
    position: relative !important; /* Para posicionar el checkmark */
    display: inline-block !important;
    vertical-align: middle !important; /* Alinear verticalmente con el texto */
    margin: 0px 8px 0px 0px !important;
    padding: 0px !important;
}

/* Estilo para el estado marcado */
.recordarme-checkbox-register input[type="checkbox"]:checked {
    background-color: #2C9BFF !important; /* Color de fondo cuando está marcado */
    border-color: #2C9BFF !important; /* Borde del checkbox cuando está marcado */
    width: 16px !important; 
    height: 16px !important; 
}

/* Estilo para el checkmark */
.recordarme-checkbox-register input[type="checkbox"]:checked::after {
    content: '\2713' !important; /* Carácter de checkmark */
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* Centrar el checkmark */
    color: white !important; /* Color del checkmark */
    font-size: 12px !important; /* Ajusta el tamaño del checkmark */
    line-height: 12px !important;
}
/* Alinear verticalmente el texto del label */
.recordarme-checkbox-register {
    display: inline-flex !important;
    align-items: center !important;
}

#custom-register-form  .recuerdame a{
    height: 100%;
    margin-top: 0px;
    display: flex;
    align-items: center;
    color: #2C9BFF;
    font-family: "Inter", sans-serif ;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

#custom-register-form .btn.btn-outline-primary, #custom-register-form .btn.btn-primary{
    width: 150px;
    height: 56px;
    font-family: "Inter", sans-serif ;
    align-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}


#custom-register-form .separacion{
    display: block;
    gap: 16px;
}

.terminos-register{
    text-decoration: underline !important;
    color: #4E4B66 !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}

.input-container {
    position: relative;
    width: 100%;
  }
  
  input[type="password"] {
    padding-right: 30px; /* Da espacio para el ícono */
  }
  
  .toggle-password {
    position: absolute;
    top: 35%;
    right: 10px; /* Ajusta el espacio a la derecha */
    transform: translateY(-50%);
    cursor: pointer;
  }

  .toggle-password-confirm {
    position: absolute;
    top: 35%;
    right: 10px; /* Ajusta el espacio a la derecha */
    transform: translateY(-50%);
    cursor: pointer;
  }

  .toggle-password-login {
    position: absolute;
    top: 50%;
    right: 10px; /* Ajusta el espacio a la derecha */
    transform: translateY(-50%);
    cursor: pointer;
  }

@media screen and (max-width: 768px) {

    #custom-register-form .btn-outline-primary{
        margin-right: 0px;
    }

    #custom-register-form .separacion{
        display: flex;
        flex-direction: column-reverse;
    }
}

/* ------------------ Registro Final ------------------ */
.modal-verificacion-registro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-verificacion-registro-container {
    padding: 24px;
    background-color: #FFFFFF;
    max-width: max-content;
    max-height: max-content;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeInVerificacion 0.3s ease-in-out;
}

@keyframes fadeInVerificacion {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ------------------ Recuperar contraseña ------------------ */
.subtitle-recuperar-contrasena{
    font-size: 16px !important;
    line-height: 20px !important;
    color: #4E4B66 !important;
    text-align: left;
    text-decoration-skip-ink: none;
}

.custom-input-recuperar-contrasena{
    height: 56px !important;
}

#custom-recuperar-form .separacion{
    display: block;
    gap: 16px;
}

#custom-recuperar-form .btn.btn-outline-primary, #custom-recuperar-form .btn.btn-primary{
    height: 56px;
    font-family: "Inter", sans-serif ;
    align-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.custom-response-recuperar{
    font-family: Inter;
    font-size: 12px;
    line-height: 16px;
    color: #4E4B66 !important;
    text-align: left;
    text-decoration-skip-ink: none;
}


#custom-recuperar-form #msg-success-account,
#custom-recuperar-form #msg-success-account .col-10 {
    padding: 0;
}

#custom-recuperar-form #msg-success-account .col-2 {
    display: flex;
    align-items: center;
    width: 44px !important;
    padding-right: 0px !important;
    margin-bottom: 48px !important;
}

#custom-recuperar-form #msg-success-account img {
    margin-right: 8px; /* Ajusta este valor según sea necesario */
}

#custom-recuperar-form #msg-success-account .custom-response-recuperar {
    margin: 0;
}

@media screen and (max-width: 768px) {

    #custom-recuperar-form .btn-outline-primary{
        margin-right: 0px;
    }

    #custom-recuperar-form .separacion{
        display: flex;
        flex-direction: column-reverse;
    }
}

/* ------------------ Recuperar Final ------------------ */


/* ------------------ Cambiar contraseña recuperandola ------------------ */
/* .custom-password-requirements li{
    font-size: 12px !important;
} */

.custom-new-pw{
    height: 56px !important;
}

.custom-btn-nueva{
    height: 56px !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-align: center !important;
    text-decoration-skip-ink: none;

}

@media screen and (max-width: 768px) {
    .custom-btn-nueva {
        height: 54px !important;
        width: 100% !important;
    }
}

/* ------------------ Cambiar contraseña recuperandola Final------------------ */



/* ------------------ Cambiar contraseña desde perfil ------------------ */
.custom-btn {
    display: flex !important;
    height: 56px !important;
    align-items: center !important;
    font-weight: 700 !important;
    justify-content: center !important;
}

.toggle-password-change-profile,  .toggle-password-change-profile-new, .toggle-password-change-profile-new-repeat{
    position: absolute;
    top: 50%;
    right: 10px; /* Ajusta el espacio a la derecha */
    transform: translateY(-50%);
    cursor: pointer;
  }
/* ------------------ Cambiar contraseña desde perfil FINAL ------------------ */


/* --------------------- MI CUENTA --------------------- */

/* Nav de mi perfil */
.custom-nav-micuenta{
    margin: 0 auto !important;
    max-width: 859px !important;
}
.custom-nav-micuenta .nav-tabs{
    border-width: "100vw"!important;
    border-bottom-color: #A0A3BD !important;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
}

.custom-nav-micuenta .nav-tabs::-webkit-scrollbar {
    display: none;
}

.custom-nav-micuenta .nav-tabs .nav-link{
    border-left-color: white !important;
    border-right-color: white !important;
    background-color: none !important;
    border-top-width: 0px !important;
    background-color: white !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #4E4B66;

}
.custom-nav-micuenta .active {
    border-bottom: 2px solid #2C9BFF !important;
    color: #2C9BFF !important;
}

.custom-nav-container{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
}

.custom-nav-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers (e.g., Chrome, Safari) */
}

.custom-nav-container .nav {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    
}

/* final nav mi perfil */


.custom-container-micuenta{
    max-width: 859px !important;
}
.custom-puntos-micuenta{
    display: flex;
    flex-direction: row ;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    height: 84px;
    background-color: #FCFCFC;
}

.custom-btn-puntos{
    font-family: Inter;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 18px;
    text-align: center;
    text-decoration-skip-ink: none;
}

.custom-puntos-micuenta-title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F91582;
}

.custom-align-img-title-micuenta{
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.custom-puntos-micuenta-codigo-referido-title{
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #4E4B66;
}
.custom-card-codigoreferido-micuenta{
    background-color: #FCFCFC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-align-title-codigoreferido-micuenta{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    background-color: #FCFCFC;
    position: relative;
}

.codigoreferido-micuenta-disclaimer{
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #2C9BFF;
}

.custom-copiar-codigoreferido{
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 8px;
}

.custom-card-header-title{
    background-color: white !important;
    border-bottom: none !important;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #4E4B66 !important;
}

.custom-btn-guardarcambios-micuenta{
    height: 56px !important;
    border: none !important;
    font-weight: 700 !important;
}

.custom-text-cambiar-contrasena{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    color: #4E4B66 !important;
}

.custom-text-eliminar-cuenta{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    color: #950645 !important;
}

@media screen and (max-width: 768px) {
    .custom-puntos-micuenta{
        flex-direction: column;
        height: 108px;
    }

    .custom-card-header-title{
        font-size: 20px !important;
    }
    .custom-btn-guardarcambios-micuenta{
        width: 100% !important;
    }
}

@media (max-width: 640px) {
   .page-wrapper .card{
        background-color: none !important;
        color: inherit !important;
        opacity: 1 !important;
    }
}


/* ------------------ Carrusel datos de facturacion (MI CUENTA) ------------------ */
.custom-swiper-container .swiper-slide {
    width: 238px;
    height: 126px;
    cursor: pointer;
}


.custom-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.custom-card-content h6{
    height: auto;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-decoration-skip-ink: none;
    margin: 0px;
    color: #4E4B66;
}
.custom-card-content p{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #6E7191;
}

.custom-card-label{
    height: 100%;
    width: 100%;
    padding-inline: 16px;
    display: flex;
    
    align-items: center;
    border: 1px solid #D9DBE9;
    
}


.custom-card-checkbox {
    display: none;
}

.custom-card-checkbox:checked + .custom-card-label .custom-card-content {
    color: #4E4B66; /* Cambia el color del texto al seleccionar */
    font-weight: bold;
}

.custom-card-checkbox:checked + .custom-card-label {
    border: 2px solid #4E4B66;
}

.custom-card-checkbox:checked + .custom-card-label .custom-checkmark {
    display: block;
    
}


.custom-checkmark-gray {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #D9DBE9;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
}

.custom-checkmark {
    display: none;
    width: 16px;
    height: 16px;
    background-color: #000;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
}

.custom-checkmark::after {
    content: '\2713';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
}

 .swiper-button-prev-custom {
    color: #000; /* Color de los botones de navegación */
    width: 26px;
    height: 26px;
    position: absolute;
    right: 36px;
    bottom: 30px;
    transform: translateY(-50%);
    z-index: 5;

}
.swiper-button-next-custom {
    color: #000; /* Color de los botones de navegación */
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    transform: translateY(-50%);
    z-index: 5;
    

}
.swiper-button-next-custom::after {
    content: '>';
    font-size: 18px; /* Ajusta el tamaño del > según sea necesario */
    font-weight: 700;
    color: #2C9BFF;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: flex;
    
   
}
.swiper-button-prev-custom::after {
    content: '<';
    font-size: 18px; /* Ajusta el tamaño del > según sea necesario */
    font-weight: 700;
    color: #2C9BFF;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: flex;

}

.custom-hidden-cards-body{
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .custom-swiper-container .swiper-slide {
        width: 268px;
        cursor: pointer;
    }
}

 /* ------------------ Carrusel datos de facturacion FINAL (MI CUENTA) ------------------ */ 


 /* ------------------ Botones con sigo "+" (MI CUENTA) ------------------ */ 
.custom-btn-agregar-datos-facturacion{
    display: flex !important;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding-left: 0px !important;
}

.custom-text-agregar-datos-facturacion{
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #4E4B66;
}
 /* ------------------ Botones con sigo "+" final (MI CUENTA) ------------------ */ 


/* ------------------ Carrusel datos de facturacion Final (MI CUENTA) ------------------ */
.custom-swiper-container-direcciones .swiper-slide {
    width: 331px;
    height: 132px;
    cursor: pointer;
}


.custom-card-direcciones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.custom-card-content-direcciones h6{
    height: auto;
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #4E4B66;
    margin: 0px;

    max-width: calc(100% - 54px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-card-content-direcciones p{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #6E7191;
}

.custom-card-label-direcciones{
    height: 100%;
    width: 100%;
    padding-inline: 16px;
    display: flex;
    align-items: center;
    border: 1px solid #D9DBE9;
    
}


.custom-card-checkbox-direcciones {
    display: none;
}

.custom-card-checkbox-direcciones:checked + .custom-card-label-direcciones .custom-card-content-direcciones {
    color: #4E4B66; /* Cambia el color del texto al seleccionar */
    font-weight: bold;
}

.custom-card-checkbox-direcciones:checked + .custom-card-label-direcciones {
    border: 2px solid #4E4B66;
}

.custom-card-checkbox-direcciones:checked + .custom-card-label-direcciones .custom-checkmark-direcciones {
    display: block;
    
}


.custom-checkmark-gray-direcciones {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #D9DBE9;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
}

.custom-checkmark-direcciones {
    display: none;
    width: 16px;
    height: 16px;
    background-color: #000;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
}

.custom-checkmark-direcciones::after {
    content: '\2713';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
}

.custom-editar-direcciones {
    position: absolute;
    top: 8px;
    right: calc(8px + 16px + 8px);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-editar-direcciones a {
    line-height: 1 !important;
}

 .swiper-button-prev-custom-direcciones {
    color: #000; /* Color de los botones de navegación */
    width: 26px;
    height: 26px;
    position: absolute;
    right: 36px;
    bottom: 30px;
    transform: translateY(-50%);
    z-index: 5;

}
.swiper-button-next-custom-direcciones {
    color: #000; /* Color de los botones de navegación */
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    transform: translateY(-50%);
    z-index: 5;
    

}
.swiper-button-next-custom-direcciones::after {
    content: '>';
    font-size: 18px; /* Ajusta el tamaño del > según sea necesario */
    font-weight: 700;
    color: #2C9BFF;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: flex;
    
   
}
.swiper-button-prev-custom-direcciones::after {
    content: '<';
    font-size: 18px; /* Ajusta el tamaño del > según sea necesario */
    font-weight: 700;
    color: #2C9BFF;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: flex;
}

.custom-space-between-direccion{
    display: flex;
    justify-content: space-between;
}

.custom-hr-direcciones{
    margin: 8px 0px;
}

.custom-card-border-bottom-none{
    border-bottom: none !important;
}
.custom-card-border-top-none{
    border-top: none !important;
}

.custom-btn-agregar-datos-facturacion-direcciones{
    display: flex !important;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    max-width: 216px;
}


@media screen and (max-width: 768px) {
    .custom-swiper-container-direcciones .swiper-slide {
        width: 268px;
        height: 132px;
        cursor: pointer;
    }
}

/* ------------------ Carrusel datos de direccion Final (MI CUENTA) ------------------ */


/* ------------------ Pop up Eliminar cuenta (MI CUENTA) ------------------ */
.custom-modal-title-eliminar{
    margin: 0px !important;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #4E4B66 !important;
}

.custom-modal-subtitle-eliminar{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #6E7191;
    margin-bottom: 48px !important;
}


/* Estilos generales para los checkboxes */
.custom-checkbox-eliminar-cuenta {
    appearance: none; /* Eliminar estilo por defecto */
    width: 20px !important;
    height: 20px !important;
    background-color: #D9DBE9;
    border-radius: 4px; /* Radio de las esquinas */
    position: relative;
    cursor: pointer;
}

/* Estilo para cuando el checkbox está seleccionado */
.custom-checkbox-eliminar-cuenta:checked {
    background-color: #2C9BFF; /* Color de fondo cuando está seleccionado */
    border-color: #2C9BFF; /* Color del borde cuando está seleccionado */
    font-size: 8px;
}

/* Estilo para el icono de check */
.custom-checkbox-eliminar-cuenta:checked::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px; /* Ancho del tick */
    height: 10px; /* Altura del tick */
}

.custom-label-eliminar-cuenta-checkbox{
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #4E4B66;
}

.custom-btn-eliminar{
    height: 56px !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.custom-btn-eliminar-cancelar{
    height: 56px !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #2C9BFF !important;
}

.modal-content-content-eliminar{
    width: 100% !important;
    max-width: 600px !important;
    padding-inline: 20px !important;
    padding-bottom: 48px !important;
}
/* ------------------ Pop up Eliminar cuenta FINAL (MI CUENTA) ------------------ */  


/* ------------------ SHOP Productos y categorias (ecommerce y filtros) ------------------ */

/* Estilo para la pagina shop. post-type-archive esta siempre en shop */
/* Estilo para la pagina product-category. tax-product_cat esta siempre en shop */

.post-type-archive, #main .tax-product_cat * {
    font-family: Inter !important;
}

/* opcion 2 y 3 */
/* .post-type-archive,.tax-product_cat .porto-section, .product-image{
    border-style:none !important;
    border: none !important;
} */

/* Esto es del filtro, los titulos que tiene cada mini seccion del costado. */
.post-type-archive .widget-title,.tax-product_cat .widget-title{
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    text-align: left !important;
    text-decoration-skip-ink: none;
    font-family: Inter !important;
}

.post-type-archive .product-categories .cat-item a,.tax-product_cat .product-categories .cat-item a, .post-type-archive .widget .yith-wcan-list a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #14142B;
}

.post-type-archive .current a,.tax-product_cat .current a{
    font-weight: 700 !important;
    color: #14142B !important;
}

.post-type-archive .yith-wcan a,.tax-product_cat .yith-wcan a{
    color: #14142B !important;
    font-size: 16px;
}

.post-type-archive .price_label,.tax-product_cat .price_label{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #4E4B66;
}

.post-type-archive .price_label span,.tax-product_cat .price_label span{
  color: #14142B !important;
  font-weight: 700 !important;
}

.post-type-archive .yith-woo-ajax-reset-navigation .button,.tax-product_cat .yith-woo-ajax-reset-navigation .button{
 border: 2px solid #4E4B66 !important;
}

.post-type-archive .porto-tb-meta a,.tax-product_cat .porto-tb-meta a{
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #4E4B66 !important;
}

.post-type-archive .porto-heading>a ,.tax-product_cat .porto-heading>a{
    color: #4E4B66 ;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration-skip-ink: none;
}
.post-type-archive .price del, .tax-product_cat .price del{
    font-size: 12px !important;
}

.minicart-offcanvas .widget_shopping_cart_content {
    height: 100vh !important;
    max-height: 100vh;
}

@media screen and (min-width: 600px) and (max-width: 820px) and (orientation: portrait) {
    .minicart-offcanvas .widget_shopping_cart_content {
        height: calc(100vh - 96px) !important;
        max-height: calc(100vh - 96px) !important; /* Ajusta 60px según la altura real de tu barra */
    }

    form.searchform.search-layout-advanced {
        min-width: 300px;
    }
}