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 {
    background-color:#D6000E;
}
.top_nav_right .nav_cart {
    background-color:#D6000E;
}

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;
}

.split-top{
    background:url('/media/background.gif') repeat;
}

ul:not(.side-navigation):not(.dropdown-menu){
   padding-left: 20px;
   list-style-position: outside;
}


.side-bar-cont .side-bar-header{
    background-color:#d6000e !important;
    color: white !important;
}
#bs-example-navbar-collapse-1 > ul > li.dropdown.nav-item.link-categories {
    display: none;
}
body > div > div > div.sidebar.col-xs-12.col-ms-6.col-ms-pull-6.col-sm-2.col-sm-pull-10 > div:nth-child(1) > ul > a:nth-child(4) > li {
    display:none;
}
body > div > div > div.sidebar.col-xs-12.col-ms-6.col-ms-pull-6.col-sm-2.col-sm-pull-10 > div:nth-child(2) {
    padding: 5px;
}
body > div > div > div.sidebar.col-xs-12.col-ms-6.col-ms-pull-6.col-sm-2.col-sm-pull-10 > div:nth-child(3) {
    padding: 5px;
}