/* Estilos para el menú */
.custom-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    overflow-x: hidden;
    transition: width 0.3s ease;
    border-right: 1px solid rgba(0,0,0,.12);
}

.custom-menu.menu-open {
    width: 300px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: block;
}

.category-item a {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%; /* Agregado */
}

.arrow-down {
    position: absolute;
    top: 15px;
    right: 10px;
    margin-top: -5px;
    cursor: pointer;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

span.arrow-down i {
    font-size: 20px;
}

.subcategory-list {
    display: none;
    padding-left: 20px;
    margin: 10px 0; /* Agregado */
}

.subcategory-list.show {
    display: block; /* Agregado */
}

.menu-icon {
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 9999;
    padding: 0;
    color: #ad6fc4;
}

.custom-menu.menu-open .menu-icon {
    position: relative;
    color: #ad6fc4;
    padding-bottom: 20px;
}

.custom-menu.menu-open .menu-icon i {
    font-size: 24px;
}

ul.menu-list li {
    position: relative;
}

#header .header-nav .material-icons {
    color: #fff;
}

ul.subcategory-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#header ul.subcategory-list a {
    width: 100%;
    display: block;
}


/*hovers*/

#header .menu-list li:hover span.arrow-down i,
#header .menu-list li.abierto span.arrow-down i {
    color: #fff;
}

#header .menu-list li.abierto span.arrow-down i {
    -webkit-transform: rotate(90deg);  
    -moz-transform: rotate(90deg);      
    -ms-transform: rotate(90deg);      
    -o-transform: rotate(90deg);        
    transform: rotate(90deg); 
}

#header .menu-list li:hover a.category-link,
#header .menu-list li.abierto a.category-link {
    background: #ad6fc4;
    color: #fff;
}

#header ul.subcategory-list a:hover {
    color: #ad6fc4;
}

/* Estilizar el scrollbar */
.custom-menu::-webkit-scrollbar {
    width: 12px; /* Ancho del scrollbar */
}

.custom-menu::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color del track (fondo del scrollbar) */
}

.custom-menu::-webkit-scrollbar-thumb {
    background-color: #ad6fc4; /* Color del pulgar (scroll thumb) */
    border-radius: 10px; /* Radio de borde para hacerlo redondeado */
    border: 3px solid #f1f1f1; /* Espacio entre el pulgar y el track */
}

/* Firefox scrollbar styling */
.custom-menu {
    scrollbar-width: thin;
    scrollbar-color: #ad6fc4 #f1f1f1;
}

/*****************/

.custom-top-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Establece un contenedor flexible */
    justify-content: center; /* Centra los elementos horizontalmente */
}

.custom-top-categories li {
    margin: 0 10px; /* Espacio entre cada elemento */
}

.custom-top-categories .category-item {
    text-align: center; /* Centra el contenido dentro de cada elemento */
}

.custom-top-categories .category-image img {
    max-width: 100px; /* Tamaño máximo de la imagen */
    height: auto;
}



/*filtro azul producto home*/

.page-home .product-miniature .product-description {
    bottom: 30%;
    background: transparent;
    z-index: 6;
    position: absolute;
    width: 100%;
}

.page-home .product-flags {
    left: auto;
    right: auto;
    margin: 0 auto;
    justify-content: center;
    top: 20%;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page-home .product-flags li.product-flag {
    background: #00c4ff;
}

.page-home .wishlist-button-add i {
    color: #00c4ff !important;
}

.page-home .product-miniature .product-price-and-shipping .price {
    color: #000;
}

.product-miniature .product-title {
    min-height: auto !important;
}

.page-home .thumbnail-container .product-flags {
    opacity: 0;
}



.page-home .thumbnail-container .product-description {
    opacity: 0;
}

.page-home .thumbnail-container button.wishlist-button-add {
    opacity: 0;
}

.page-home .product-miniature .thumbnail-container:hover:after {
    content: '';
    background-color: rgba(189, 235, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    /* z-index: 999; */
}

.page-home .thumbnail-container:hover .product-flags {
    opacity: 1;
}

.page-home .thumbnail-container:hover .product-description {
    opacity: 1;
}

.page-home .thumbnail-container:hover button.wishlist-button-add {
    opacity: 1;
}

.page-home .product-miniature .thumbnail-container:hover .product-thumbnail img {
    opacity: 0.5;
}


/*filtro azul producto home*/

section#categoriasHome {
    padding-top: 60px;
}

.flex-container {
    display: flex;
    /*flex-wrap: wrap;*/
}

.justify-content-center {
    justify-content: center;
}

.col-mmd-5  {
    flex: 0 0 20%;
    max-width: 12%;
}

.text-center{
    text-align: center !important;
}

#categoriasHome a:hover .category-name {
    opacity: 1;
}
#categoriasHome .category-name {
    color: #00c4ff
    font-size: 14px;
    padding-top: 5px;
    line-height: normal;
    opacity: 0;
}

#categoriasHome img {
    max-width: 50px;
}

#header .logo {
    width: 190px;
}

.header-top .menu-icon.logoIcon i {
    font-size: 35px;
}
.header-top .menu-icon.logoIcon {
    left: unset;
    right: 50px;
    top: 15px;
}

@media only screen and (max-width : 1200px) {
    .header-top .menu-icon.logoIcon {
        right: 15px;
    }
    #header .logo {
        width: 160px;
    }
}

@media only screen and (max-width :1024px) {
    .header-top .menu-icon.logoIcon {
        right: 3px;
    }
    #header .logo {
        width: 160px;
    }
}

@media only screen and (max-width : 991px){

    .col-mmd-5 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    #categoriasHome .category-name {
		font-size: 12px;
		opacity: 1;
	}

}

@media only screen and (max-width : 979px){
    .header-top .menu-icon.logoIcon {
        right: -25px;
        top: 10px;
    }
}

@media only screen and (max-width : 767px){
	#header .header-nav #menu-icon {
        display: none !important;
    }

    .menu-icon {
        top: 10px;
        left: 15px;
    }

    #header .header-top .position-static {
        display: block !important; 
    }

    #header .top-logo {
        margin-left: 50px;
    }
	

    .col-mmd-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #categoriasHome .category-name {
		font-size: 12px;
		opacity: 1;
	}
    

}

@media only screen and (max-width : 600px){
	
	
}

@media only screen and (max-width : 480px){

}

