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 {

}

.split-top{
    background-color:#00CC00;
}

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;
}

ul:not(.side-navigation):not(.dropdown-menu){
   padding-left: 20px;
   list-style-position: outside;
}

.side-bar-cont .side-bar-header{
    background-color:#00CC00 !important;
    color:white;
}
.product_list > div > div > div > .bread-crumb > a {
    font-size: initial !important;
}
.product_list > div > div > div > .bread-crumb {
    font-size: initial !important;
}
.product_list .category-description {
    display:block !important;
}