/*
 Theme Name:   DigitalExpress child
 Description:  Tema DigitalExpress child
 Author:       PEIGRIEGA
 Author URI:   https://peigriega.com
 Template:     digiexp
 Version:      1.0.0
 Text Domain:  DigitalExpress child
*/

.oculta-titulo .category-title{
	display:none;
}

.cat-design-center .more-products {
    margin-top: 5px;
    color: rgb(2 2 2 / 90%);
    line-height: 35px;
    opacity: 0;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    background-color: white;
    border-radius: 25px;
}

.cat-item img {
	max-height:90px !important;
}

.nav-shop .cat-item img{
	box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.4);
}

.nav-shop .cat-item.current-cat img{
	max-height:150px !important;
	box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.4);
}

.nav-shop .cat-item img:hover {
	max-height:110px !important;
    transition: max-height 0.2s ease-in;
}

.nav-shop .cat-item.current-cat img:hover{
	max-height:150px !important;
}