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

    /** Primary Color **/
        /**/

    /** Secondary Color **/
            /* put this selectors for secondary color/background */
        .filter-options-title {
            color: #ff0000;
        }
        /**/

        
    
    

    
    
    
    
/* Category page */
    @media screen and (min-width: 1024px) {
        .grid-main .products-grid .product-item{
            flex-basis: 16.666666666667%;
            max-width: 16.666666666667%;
        }
    }
/* END Category page */
