.img_producto {
    height: 210px !important;
    width: auto  !important;
    margin: auto;
}


@media only screen and (max-width: 1024px) {
    .img_producto {
        height: 112px !important;
        width: auto !important;
        margin: auto;
    }

    .category-list>a{
        word-break: break-all;
    }

    .mobile-menu li ul{
        display: block !important;
    }
}
.img_producto_carro {
    height: 112px !important;
    width: auto  !important;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .img_producto_carro {
        height: 80px !important;
        width: auto !important;
        margin: auto;
    }

    .category-list>a{
        word-break: break-all;
    }

    .mobile-menu li ul{
        display: block !important;
    }
}

.img_producto_ficha {
    height: 410px !important;
    width: auto  !important;
    margin: auto;
}


@media only screen and (max-width: 1024px) {
    .img_producto_ficha {
        height: 210px !important;
        width: auto !important;
        margin: auto;
    }

    .category-list>a{
        word-break: break-all;
    }

    .mobile-menu li ul{
        display: block !important;
    }
}

.cart-dropdown{
    display:none;
}
