/*	
**	==========================================================
**	Css para el tema "norellana"
**	v1.0
**	==========================================================
*/
/* =========================================================== */
:root{
	--negro_transparente: rgba(0, 0, 0, 0.5);
	--color_1: white;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* productos */
.producto-item{
    display: flex;
}
.producto-item:hover .bolsa-icono {
    display: block; /* Mostrar cuando se hace hover */
}
.producto-item:hover {
    background-color: #f9f9f9;
}
/* Opcional: estilo para las categorías */
.producto-item .categorias-producto {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
}

/* HEADER SECUNDARIO */
 
  /* Clase para mostrar el header secundario */
  #header_secundario.visible {
    top: 0; /* Baja suavemente */
  }
  
  /* Clase para ocultar el header secundario */
  #header_secundario.hidden {
    top: -100px; /* Sube suavemente */
  }


.account_container{
    min-height: 50vh;
    padding: 5% 10%;
    display: flex;
}
.woocommerce-account-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-account-navigation a{
    text-decoration: none;
}
.woocommerce-MyAccount-navigation{
    width: 100% !important;
}
.woocommerce-order-details ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-order-details li{
    display: flex;
}
.woocommerce-order-details .wc-item-meta-label{
    margin-right: 0.5em;
}
.woocommerce-account .addresses .title .edit{
    float: left;
}
.woocommerce-MyAccount-navigation ul{
    background-color: #E9E8E6;
}
.woocommerce-MyAccount-navigation a{
    width: 100% !important;
    color: black;
    display: block;
    padding: 10px 15px;
    border-bottom: solid 1px  rgb(175, 175, 175);
    transition: all 0.5s;
}
.woocommerce-MyAccount-navigation a:hover{
    background-color: rgb(175, 175, 175);
    transition: all 0.5s;
}

.woocommerce span.onsale{
    z-index: 1 !important;
}


/* Estilo para los puntos de navegación */
.owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.owl-dot {
    background: #9c9c9c !important;
}
.owl-dot.active {
    background: #333 !important;
}
.owl-item{
    width: 5% !important;
}

.owl-carousel .owl-stage-outer{
    height: 35vh !important;
}