﻿body
{
}




@media (min-width: 980px) {
    .category-grid {
        width: 80%;
    }

    .item-box {
        width: 30%;
    }
}

@media (min-width: 1281px) {
    .item-box:nth-child(4n+1) {
        margin-left: 1% !important;
    }

    .item-box:nth-child(5n+1) {
        clear: none !important;
        margin-left: 1% !important;
    }
}
