
/** Primary Color **/

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


body {
        }

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

.page-footer{
background-color: #f5f6f7;
        }


/** Typography Settings  **/

/*Primary font family*/
body {
            font-family: Roboto;
                font-size: 17px;
                line-height: 17px;
    
    }
a {
    }

/*Secondary font family*/
    .block-minicart,
    .tm-megamenu ul.level1 > li > a,
    .rd-navbar-nav>li>a,
    .footer > .row h4,
    .page-title,
    .section-title,
    .block-title,
    .block-subtitle,
    .filter-options-title,
    .block-compare .product-item-name a,
    .product-item-name,
    .price-box,
    .block.newsletter .title,
    .newsletter-popup .modal-header .modal-title,
    .cart-summary .title,
    .cart-summary .item-title,
    .opc-progress-bar .opc-progress-bar-item,
    .checkout-index-index .opc-wrapper .step-title,
    .opc-sidebar .opc-block-summary span.title{
        font-family: Roboto;
    }
/* Category page */
/* 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;
    }
}
