.cat--container .products {
    display: flex;
    flex-wrap: wrap;
}

.cat-container li.product-category {
    width: 16.666%;
    text-align: center;
}

.cat-container li.product-category img {
    /*max-width: 100%;*/
    width: 100px;
    height: 100px;
}