/*###########----HEADER CON ID CABECERA_PRINCIPAL-------##########*/
body{
    background-color: #fbfbff;
}
header{     
    color: white;
    display: flex;    
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 0% 8%;
    z-index: 5;   
    width: 100vw; 
    border-bottom: 1px solid #d9dae0;
    height: 75px;
    /* position: relative; */
}
.imagen_filtros{
    max-width: 30px;
}
div[style="text-align: right;position: fixed;z-index:9999999;bottom: 0;width: auto;right: 1%;cursor: pointer;line-height: 0;display:block !important;"]{
    display: none;
}
body{
    overflow-x: hidden;
    background-color: #fff;
    z-index: 1;
}
.nombre_usuario{
    color: #1d1e20;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90px;
    height: 25px;
}
.linea_usuario{
    height: 100%;
}
/*###########----CABECERA ESTILOS-------##########*/
#Cabecera{
    outline: none;
    display: flex;
    align-items: center;
}
#Cabecera img{
    width: 150px;
    transition: 0.2s ease-in-out; 
}
#Cabecera img:hover{
    transform: scale(1.05);
}

.contenedor_buscador,.formulario_buscar{
    display: flex;
    background-color: #fff;
    height: 30px;
    width: 50%;
    overflow: hidden;
    
}
.contenedor_buscador{
    border: 1px solid #ddd;
    min-height: 31px;
}
.formulario_buscar{
    width: 100%;
    
    
}
.contenedor_buscador.chico{
    z-index: 2;
    background-color: #fff;
    visibility: hidden;
    width: 100%;
    height: 0px;
    padding: 10px 5%;
    position: absolute;   
    transition: 0.2s ease-in-out;
}
.contenedor_buscador.chico.activo{
    height: 50px;
    visibility: visible;
}
.contenedor_buscador input{
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins';
    outline: none;
    padding: 0px 5px;
    height: 30px;
    border: none;
}
.contenedor_buscador button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.contenedor_buscador button img{
    width: 20px;
}
.contenedor_buscador button:hover{
    background-color: #ff6767;
}
.input_busqueda_productos{   
    height: 28px;
    width: 40vw;
    background: #ffffff;
    border: none;
    border-radius: 2px 0px 0px 2px;
    color: black;  
    font-family: 'Poppins';
    font-size: 15px;
    transition: 0.1s ease-in;
    padding: 0px 13px;
    cursor: text;
    outline: none;
    border: 1px solid #b2b3b4;
    border-right: none;
    transition: all .1s ease-out
}
.boton_busqueda_productos{
    border-radius: 0px 2px 2px 0px;
    height: 28px;
    width: 35px;
    border: 1px solid #b2b3b4;
    cursor: pointer;
}
nav {   
    height: max-content;
}
nav ul {
    list-style: none;
    position: relative;
}
nav ul li {
    display: inline-block;
}
nav ul li .boton_cabecera{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
    color: #1d1e20;
    height: 80px;
    width: 35px;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 0px 20px;   
}
nav ul li .boton_cabecera.Boton_Sesion{
    height: 80px;
    width: max-content;
}
nav ul li .boton_cabecera:hover{
    color: #727272;
    font-size: 16px;
}
nav ul li .boton_cabecera ion-icon{
    font-size: 28px;  
}
nav ul li .boton_cabecera img{
    width: 30px;
}
.contador_productos_carrito{
    color: #fff;
    background-color: #fd2724;
    font-family: "Poppins";
    top: 18px;
    right: -9px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    padding: 0;
    padding-left: 1px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/*###########----CONTENEDOR CARRITO MINI ESTILOS-------##########*/
.titulo_carrito{
    font-weight: 600;
    color: #292b2c;
    font-family: 'Poppins';
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 7px;
}
.titulo_carrito ion-icon{
    font-size: 30px;
    margin-right: 7px;
}
.carrito_vacio .aviso_vacio{
    color: #eec10e;
    background-color: rgba(246, 209, 61, 0.200);
    font-size: 35px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.carrito_vacio .Nombre_Fila_Carrito{
    width: 100%;
    margin: 0;
}
.carrito_vacio .Producto_Descripcion{
    align-items: center;
    justify-content: center;
}
.carrito_menu{
    z-index: 4;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    position: fixed;
    top: 75px;
    right: -350px;
    padding: 0px;
    width: 350px;  
    height: 100%;
    border: 1px solid #dfdfdf;
    border-top: none;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}
.carrito_menu.activo{
    padding: 10px;
    right: 0px;
}
.aviso_carrito_vacio{
    font-family: "Poppins";
    font-weight: 400;
    color: #302f2f; 
    text-align: center;
}
.boton_ver_carrito{
    margin: 5px 0px;
    width: 100%;
    background-color: #1a73e8;
    border: none;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    padding: 5px 0px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.2s ease-in;
}
.boton_ver_carrito:hover{
    background-color: #3288f8;
}


/*###########----CONTENEDOR ITEMS DE CARRITO ESTILOS-------##########*/
.carrito_lleno{
    width: 328px;
    height: calc(100% - 75px - 37px);
}
.Contenedor_Carrito{
    display: flex;
    flex-direction: column;
    width: 328px;
    height: 88%;
    overflow-y: scroll;
    padding-right: 7px;
}

.Contenedor_Carrito::-webkit-scrollbar {
    width: 5px;
    height: 9px;    
    z-index: 2;
}
.Contenedor_Carrito::-webkit-scrollbar-thumb {
    background: #1a76d1;
    border-radius: 0px;
}
.Contenedor_Carrito::-webkit-scrollbar-thumb:hover {
    background: #2f8ff0;
}
.Contenedor_Carrito::-webkit-scrollbar-track {
    background: #ffffff;
}
.Fila_Producto,.fila_vacio{
    margin-bottom: 10px; 
    display: flex;
    flex-direction: row;   
    border-bottom: 1px solid #dfdfdf;
    position: relative; 
    padding: 10px 0px;
}
.Fila_Producto img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.Nombre_Fila_Carrito{
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 5px 0px;
    color: #302f2f;  
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}
.Precio_Fila_Carrito,.Cantidad_Fila_Carrito{
    font-size: 14px;
    font-family: "Poppins";
    color: #292b2c; 
    font-weight: 600; 
}
.Cantidad_Fila_Carrito{
    text-transform: lowercase;
}

.Producto_Informacion{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content; 
}
.Producto_Descripcion{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    text-transform: capitalize; 
}
.Eliminar_Producto{
    position: absolute;
    right: 8px;
    top: 30px; 
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #6e6e75; 
    font-size: 18px;
}
.Total_Pagar_Carrito{
    border-top: 1px solid #dfdfdf;
    font-family: "Poppins";
    font-weight: 500;
    color: #302f2f; 
    padding: 10px 0px;
    margin-top: 2px;
} 

/*###########----CUENTA DE USUARIO ESTILOS-------##########*/
.cuenta_menu{
    position: absolute;  
    top: 100px;
    right: -55px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 10px 20px;
    width: 300px;
    height: max-content;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    z-index: 3;
}
.cuenta_menu.activo{
    visibility: visible;
    opacity: 1;
    top: 78px;
}
.cuenta_menu .boton_iniciar,
.cuenta_menu .boton_informacion_cuenta{
    margin: 0;
}
.cuenta_menu .boton_cuenta,.boton_cuenta_no_iniciada{
    font-family: "Poppins";
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    text-align: center;
    margin: 3px 0px;
    transition: 0.2s ease-in;
    color: #fff; 
    width: 100%;
    background-color: #1a73e8;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.cuenta_menu .boton_cuenta:hover,.boton_cuenta_no_iniciada:hover{
    color: #1a73e8;/* #3288f8 */
    border: 1px solid #1a73e8;
    background-color: transparent;
}

.cuenta_menu .boton_crear,
.cuenta_menu .boton_cerrar_sesion_cuenta{
    color: #1a73e8;
    /* border: 2px solid #1a73e8; */
    background-color: rgba(26, 115, 232, 0.100);
}
.cuenta_menu .boton_crear:hover{
    border: 1px solid #fff;
    background-color: rgba(26, 115, 232, 0.200);
}

.boton_whatsapp_flotante{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    font-size: 35px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #47c258;
}
.boton_whatsapp_flotante a{
    color: #ffff;
    margin: 0;
}
.boton_whatsapp_flotante ion-icon{
    padding-top: 8px;
}



body::-webkit-scrollbar {
    width: 5px;
    height: 9px;    
    z-index: 3;
}
body::-webkit-scrollbar-thumb {
    background: #1a76d1;
    border-radius: 0px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #2f8ff0;
}
body::-webkit-scrollbar-track {
    background: #ffffff;
}
.contenedor_boton_productos{
    display: none;
}

@media screen and (max-width:768px){
    header{     
        padding: 0% 0%;
        width: 100%;
    }
    .contenedor_boton_productos{
        display: block;
    }
    .contenedor_boton_productos_dos{
        display: none;
    }
    .Nombre_Fila_Carrito{
        font-size: 14px; 
        width: 100%;
    }
    .Precio_Fila_Carrito,.Cantidad_Fila_Carrito{
        font-size: 13px;
    }
    .carrito_menu{
        top: 75px;
    }
    .nombre_usuario{
        display: none;
    }
    nav ul li .boton_cabecera{
        margin: 0px 5px;   
    }
    #Cabecera{
        margin-left: 0;
        text-align: center;
    }
    nav {   
        width: max-content;        
    }
    .carrito_lleno{
        height: calc(100% - 100px - 80px);
    }
    .contenedor_buscador.grande{
        display: none;
    }
}
