/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* White Product Background */
.content-area {
    background: #ffffff;
}

/* Change On Sale Colors */
.onsale {
    background-color: #00CC00;
    border-color: #00CC00;
    color: #FFFFFF;
}

/* Remove Page Icons from Mobile Nav */
.main-navigation ul li a:before {
display: none;
}

/* Primary Nav */
.deli-primary-navigation {
    font-family: sans-serif;
}

/* Footer Widgets */
body, button, input, select, textarea {
    font-family: sans-serif;
}
