/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.st-content { background: #ffffff; }
.woocommerce-info, .woocommerce-noreviews, p.no-comments { background: #217C7E; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #217C7E;
    border-color: #217C7E;
    color: #ffffff;
}

.storefront-primary-navigation, .main-navigation ul.nav-menu ul.sub-menu {
    background-color: #E60000;
}
.in-header-widget-area h1.site-title a, .naga-mobile-banner h1.site-title a {
    color: #E60000;
}
.site-search { margin-top: 20px; }
.site-navigation { font-size: .8em; padding: 20px 0; }
.site-footer .widget_recent_reviews a:hover { color: #ffffff !important; }
.site-footer .widget_recent_reviews a > img { border: 2px solid #ffffff; }