
    /** 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 **/


/** Primary Color **/

/* put this selectors for primary color/background */
.actions-primary .action,
.primary .action, .action.primary,
.checkout.methods .action.primary {
            background-color: #f76e2f;
    }
.products .product-item .product-item-name a {
            color: #f76e2f;
    }
/**/

/** Secondary Color **/

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

body {
            background-color: #ffffff;
        }

header.page-header,
.rd-navbar-static {
            background-color: #ffffff;
        }

.page-footer{
            background-color: transparent;
        }

/** Typography Settings  **/

/*Primary font family*/
body {
            
            color: #888888;
    }
a {
            color: inherit;
    }

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

@media (min-width: 768px) {
    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;
    }
}
@media (max-width: 768px) {
    ul.social-links {
        display: none;
    }
}