
    /** Logo **/
                        .tm-logo-container {
        display: inline-block;
    }
    .tm-logo-image {
        display:flex;
        flex-direction: column-reverse;
        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 **/


/** --------------- ColorSchemes ---------------- **/
/** ------- end ColorSchemes ------ **/

/** Typography Settings  **/

/*Primary font family*/
body {

    color: #8a9098;
}


/*Secondary font family*/
/* Category page */
    @media screen and (min-width: 1024px) {
    .grid.products-grid .product-items .product-item {
        -webkit-flex-basis: 33.333333333333%;
        -ms-flex-preferred-size: 33.333333333333%;
        flex-basis: 33.333333333333%;
        max-width: 33.333333333333%;
    }
    }
/* END Category page */

ul.social-links {
float: left;
clear: both;
width: 100%;
padding: 0!important;
text-align: left;
list-style: none;
}
ul.social-links li {
display: inline-block;
}