
/** Primary Color **/

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

/** Secondary Color **/

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

body {
        }

header.page-header,
.rd-navbar-static {
    }

.page-footer{
        }


/** Typography Settings  **/

/*Primary font family*/
body {
            
    }
a {
    }

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

@media (min-width: 768px) {
    ul.social-links {
        float: left;
        clear: both;
        width: 100%;
        padding: 0!important;
        text-align: left;
    }
    ul.social-links li {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    ul.social-links {
        display: none;
    }
}
