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%;
    }
}

#sidebar-advanced-search-link {
    color: #443b70 !important;
}

.header-logo-links {
    padding: 0;
}

.banner {
    background-color:#443B70;
}
.top_nav_right .nav_cart {
    background-color:#443B70;
}

body{
    background-color:#EAE9EF;
}

.footer-info{
    display:none;
}

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;
}

/*center header logo*/
#header-logo{
    height: auto;
    width: 100%;
    margin: auto;
    max-height: 100%;
}

.logo.pull-left {
    margin: auto;
}

.brand_logo > .logo.pull-left > a {
    height: 100%;
    display: inline-block;
    height: inherit;
}
/*end center header logo*/

.logo{
    max-height:20%;
}


body > div > .row {
    background-color: white;
    border-style: solid;
    border-bottom:none;
}

.side-bar-header {
    background-color: #443B70 !important;
    color: #FFFBE2 !important;
}
.primary-font-color {
    color: white !important;
}



.sidebar {
    padding-left: 10px !important;
}
footer {
    background-color: white !important;
    padding: 0;
}


#sidebar-search-dropdown {
    color: black !important;
}
body > div > div > div > div > div > div.well {
    padding: 0;
}

ul:not(.side-navigation):not(.dropdown-menu){
  padding-left: 20px;
  list-style-position: outside;
}


@media only screen and (min-width: 1177px) {
    footer {
        width: 1170px;
        border-style: solid;
        margin: auto;
        
    }
}

#header-logo{
    margin-right:270px;
}