string(7) "#104E8B"

/** Primary Color **/

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

    }
/**/

/** Secondary Color **/

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

.product-item .product-item-name a:hover {
    color: #2b2f3e;

}
/**/

body {
            background-color: #ffffff;
                background-image: none;
        background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-repeat: repeat;
    }

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

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


/** Typography Settings  **/

/*Primary font family*/
body {
            font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                line-height: 1.57;
    
            color: #959595;
    }
a {
            color: #fc5047;
    }

/*Secondary font family*/
    .welcome,
    .switcher-options,
    .header.links {
        font-family: 'Roboto Slab', serif;
    }
/* 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;
    }
}
