.n5colunas ul {
    display: flex;
    flex-wrap: wrap;
}
.n5colunas ul li { width: 20%; padding: 1em; }

.n5colunas ul li h3 {
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: .5em;
}
.n5colunas ul li .quickView,
.n5colunas ul li .category,
.n5colunas ul li .brand,
.n5colunas ul li .gift-list-wished,
.n5colunas ul li .gift-list-purchased,
.n5colunas ul li .gift-list-insert,
.n5colunas ul li .product-insertsku
{
    display: none;
}

.price .newPrice, .price .installments {
    display: block
}
.price .newPrice * {
    font-weight: 500!important;
    font-style: normal;
}