p {
    color: black !important;
}

@media only screen and (max-width: 990px) and (min-width: 760px)  {
    /* Centering featured items when rows of two are displayed */
    .featured-item {
        left: 20%;
    }
}

.header-logo-links {
    padding: 0;
}

.banner {

}
.top_nav_right .nav_cart {

}

footer table div {
    /* make the footer stretch across the screen */
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
}
footer {
    padding-bottom: 0;
}

/*sidebar*/
.side-bar-header {
    background-color: #a42022 !important;
    color: white !important;
}
h1.primary-font-color {
    color: white !important;
}
#sidebar-advanced-search-link {
    color: #a42022 !important;
}
.primary-background-color-hover:hover {
    background-color: #a42022 !important;
}
.side-navigation-link-cont {
    color: #363636;
}
.clands-search-category-cont > label {
    color: #363636 !important;
}

#custom-page {
    padding-left: 30px;
}
.custom-page > h2 {
    color: #a42022;
}
.trademark-links {
    color: #838383 !important;
}
h2 {
    color: #a42022;
}
.logos > a {
    display: inline-block;
    float:left;
    margin: 20px;
    padding: 20px;
}