@media screen and (min-width: 1500px) {
    .container {
        width: 1400px;
    }
    .col-lg-3 {
        width: 20%;
    }
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: none;
    }
    #product-category .col-lg-4 {
        width: 25%;
    }
    #product-category .col-lg-4:nth-child(4n+1) {
        clear: both;
    }
}

@media screen and (min-width: 1650px) {
    /* .container {
        width: 1550px;
    } */
}