.menu-navbar{
color: white;   
}

.nav-menu-li{
    text-decoration: none;
}

.nav-menu-link{
    color: white;
    font-weight: bold;
}


.nav-menu-link:hover{
color: whitesmoke
}


/* Estilos predeterminados */
.menu-navbar {
    color: white;
}

.nav-menu-li {
    text-decoration: none;
}

.nav-menu-link {
    color: white;
    font-weight: bold;
}

.nav-menu-link:hover {
    color: whitesmoke;
}

/* Media query para teléfonos */
@media only screen and (max-width: 768px) {
    .nav-menu-li {
        display: block;
        margin-bottom: 10px; /* Espacio entre elementos */
      }
    
      .nav-menu-link {
        color: #333; /* Color del texto */
        text-decoration: none; /* Quitar subrayado del enlace */
        font-size: 16px; /* Tamaño de la fuente */
      }
    
      .nav-menu-link:hover {
        color: #007bff; /* Cambiar color al pasar el ratón por encima */
      }
      
}





/* Estilos del buscador */
.search_form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.search_form{
	position:absolute;
	z-index:9999;
	right:0;
	top:15px;
	overflow: hidden;
	width: 20px;
	height:0px;
	background:#212121c4;
	transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
	-webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}


/* Boton de buscar */
label.icon-search span {
    color: #2347e6;
    padding: .6em;
    background-color: white;
    border-radius: 10PX;
}




/* Boton del carrito  */

 
.w3view-cart {
    background: #3D107B;
    color: white;
    border: none;
    border-radius: 5px;
}

.box_1 a {
    color: white;
    font: bold;
    padding:10px;
  }


  /* estilos del carrito y de los botones de auth */

/* .showtotalprod{
  display: flex;
  flex-direction: column;
  justify-content: start;   
  align-items: start
}

.auth-content{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
 }
 */

 .auth-content a{
    color: black;
    margin: 0px;
    padding: 0px;
 }
/* 
 .box_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
 }


.search{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
} */




/* prueba */
