/* 
#customer_login input[type=date],
#customer_login input[type=email],
#customer_login input[type=number],
#customer_login input[type=password],
#customer_login input[type=search],
#customer_login input[type=tel],
#customer_login input[type=text],
#customer_login input[type=url],
#customer_login select,
#customer_login textarea,
#customer_recovery input[type=date],
#customer_recovery input[type=email],
#customer_recovery input[type=number],
#customer_recovery input[type=password],
#customer_recovery input[type=search],
#customer_recovery input[type=tel],
#customer_recovery input[type=text],
#customer_recovery input[type=url],
#customer_recovery select,
#customer_recovery textarea,
#customer_register input[type=date],
#customer_register input[type=email],
#customer_register input[type=number],
#customer_register input[type=password],
#customer_register input[type=search],
#customer_register input[type=tel],
#customer_register input[type=text],
#customer_register input[type=url],
#customer_register select,
#customer_register textarea
{
    border: 1px solid #CBBBA0!important;
    border-radius: 10px!important;
    padding: 14px 20px!important;
    font-weight: 300!important;
    font-size: 15px!important;

} */


.woocommerce-account .page-header{
    display: none;
}

#customer_login a.continuar_invitado,
#customer_recovery a.continuar_invitado,
#customer_register a.continuar_invitado{
    text-decoration: underline!important;
}


.txt_acceso{
    color: var(--sp_color_negro)!important;
}

.txt_o_email{
    color: var(--sp_color_negro) !important;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 24px 0px;
    margin-top: 32px;
}

.txt_o_email:before,
.txt_o_email:after{
    content: "";
    width: 48px;
    height: 1px;
    background-color: var(--sp_color_gris_claro_medio);
}

#customer_login,
#customer_recovery,
#customer_register{
    margin:  0px;
    margin-top: 32px;
}

#customer_login .woocommerce-form-login__submit,
#customer_register .woocommerce-form-register__submit {
    float: unset!important;
    width: 100%!important;
    margin: 24px 0px!important;
    padding: 8px 20px !important;
}

#customer_login,
#customer_recovery,
#customer_register{
    display: flex;
    align-items: center;
    flex-direction: column;
}

#customer_login form,
#customer_recovery form,
#customer_register form
 {
    width: 100%;
    max-width: 524px;
    margin: 0 auto;
    padding: 28px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #0001;
    border: none;
}

#customer_login button[type=submit],
#customer_recovery button[type=submit],
#customer_register button[type=submit]
{
    color: #FFF!important;
    background-color: var(--sp_color_naranja)!important;
    border: 2px solid var(--sp_color_naranja)!important;
    width: 100%!important;
    /* text-transform: uppercase!important; */
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 25px!important;
    text-align: center!important;
    border-radius: 10px!important;
    padding: 8px 28px !important;
    margin: 24px 0px !important;
}


#customer_login button[type=submit]:hover,
#customer_recovery button[type=submit]:hover,
#customer_register button[type=submit]:hover
{
    background-color: var(--sp_color_negro) !important;
    color: #FFF !important;
    border: 2px solid var(--sp_color_negro) !important;
}


.segunda_fila_login{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 8px 4px;
    padding-top: 12px;
}

@media (max-width: 991px) {
    .segunda_fila_login{
        flex-direction: column;
    }
}

.woocommerce-form-login__rememberme{
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin: 10px 0px;
}


.btn_ir_a_registro{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.continuar_invitado a{
    text-align: center!important;
    background: var(--sp_color_naranja)!important;
    color: white!important;
    text-decoration: none!important;
    border-radius: 6px!important;
    padding: 9px!important;
    font-weight: 700!important;
    text-align: center!important;
    width: 100%!important;
    display: block!important;
    transition: all 0.3s!important;
}

.continuar_invitado a:hover{
    background: #000!important;
}



.nsl-container.nsl-container-block,
.nsl-container-buttons{
    width: 100%!important;
}
div.nsl-container .nsl-button {
    border-radius: 6px!important;
}
div.nsl-container .nsl-container-buttons {
    padding: 0!important;
}
div.nsl-container .nsl-button-google[data-skin="light"] {
    color: RGBA(0, 0, 0, 0.8)!important;
}
div.nsl-container a .nsl-button-label-container{
    font-family: 'Lexend'!important;
}



.woocommerce-page .woocommerce-form-login .show-password-input{
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
    margin: 0;
}




.raya_horizontal{
    border-bottom: 1px solid var(--sp_color_gris_claro_medio);
    margin: 40px 0px;
}