.products-of-cat {
    display: flex;
    flex-wrap: wrap;
}

.products-of-cat a img {
    border: none !important;
    box-shadow: none !important;
}

.products-of-cat a:first-of-type {
    display: none;
}

.products-of-cat a {
    max-width: 18%;
    padding: 0 1rem;
    margin: 1rem 1rem 1rem 0;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 0 0 #f1f1f1;
    font-weight: 400;
    color: #000 !important;
}

.products li.category-new:first-of-type {
    margin-top: -5rem !important;
}

.category-new {
    width: 100% !important;
}

.category-new h2 {
    text-align: left !important;
}

.prod-price {
    color: #f00;
    font-size: 1.25em;
}

.count {
    background: #fff;
}

@media only screen and (max-width: 1165px) and (min-width: 800px) {
    .products-of-cat a {
        max-width: 30%;
    }
}

@media only screen and (max-width: 766px) {
    .products-of-cat a {
        max-width: 50%;
    }
    .products-of-cat {
        justify-content: center;
    }
    .category-new h2 {
        text-align: center !important;
    }
}