


/** Primary Color **/

/* put this selectors for primary color/background */
.actions-primary .action, .action.primary,
.checkout.methods .action.primary {
            background-color: #30a0dd;
    }
a {
            color: #30a0dd;
    }
/**/

/** Secondary Color **/

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

body {
            background-color: #ffffff;
        }

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

.page-footer{
            background-color: #1d1d1d;
        }

/** Typography Settings  **/

/*Primary font family*/
body {
            font-family: 'Open sans', sans-serif;
                font-size: 14px;
                line-height: 1.5;
    
            color: #777777;
    }
a {
            color: #30a0dd;
    }

/*Secondary font family*/
    .block-title,
    .page-title,
    .section-title,
    .sm-desktop nav.navigation li.level-top > a,
    .navigation a.level-top .tm-megamenu ul.level1 > li > a,
    .navigation li.level-top .tm-megamenu ul.level1 > li > a,
    .mm_block-1 .mm_block-1_box-2_title a,
    .mm_block-1 .mm_block-1_box-2_list .mm_block-1_box-2_name,
    .mm_block-2 .mm_block-2_txt span,
    .mm_block-2 .mm_block-2_txt a,
    .catalog-image-grid .category-grid .grid-inner_content > .category-link,
    .products-grid .product-item .product-item-name a,
    .products-list .product-item .product-item-name a,
    .widget.blog-posts,
    .page-footer h4,
    .footer .block.newsletter .subtitle,
    .footer .block.newsletter .control .actions button.action.primary,
    .bans-1{
        font-family: 'Montserrat', sans-serif;
    }
/* Category page */
/* 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;
    }
}

