   /** Logo **/     .tm-logo-container { display: inline-block; } .tm-logo-image { display:flex; flex-direction: row; flex-wrap: nowrap; width: auto; } .tm-logo-image a.logo { text-decoration: none } .tm-logo-text .logo{ max-width: 100%; } .tm-logo-image .tm-slogan { max-width: 100%;    } /** end Logo **/   /** Typography Settings **/ /*Primary font family*/ body {     } a {  } /*Secondary font family*/  /* Category page */  @media screen and (min-width: 1200px) { .grid-main .grid.products-grid .product-item{ -webkit-flex-basis: 16.666666666667%; -ms-flex-preferred-size: 16.666666666667%; flex-basis: 16.666666666667%; width: 16.666666666667%; max-width: 16.666666666667%; } }   /* END Category page */