
    /** Logo **/
        /** end Logo **/


/* Category page */
    @media screen and (min-width: 1024px) {
        .page-products .products-grid .product-item {
            width: calc((100%-4%)/3);
        }
        .page-products .products-grid .product-item:nth-child(4n+1) {
            margin-left: 2%;
        }
        .page-products .products-grid .product-item:nth-child(3n+1) {
            margin-left: 0;
        }
    }
/* END Category page */
