@media only screen and (max-width: 1199px) and (min-width: 1081px)  {

    .banner > div.container {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {

    .banner > div.container {
        width: 100%;
    }
}

span.input-group-btn > button.btn-primary > span.glyphicon-search
{
    color: white !important;
}

.fa-toggle-up
{
    color: #0000ff !important;   
}

.fb-side
{
    padding-left: 0px;
}

.navbar-list
{
    display: flex;
    
}

.navbar-list:nth-child(1)
{
    order: 1;
}

.navbar-list > li.nav-item:nth-child(2)
{
    order: 3;
}

.navbar-list > li.nav-item:nth-child(3)
{
    order: 2;
}

.navbar-list > li.nav-item:nth-child(4)
{
    order: 5;
}

.navbar-list > li.nav-item:nth-child(5)
{
    order: 6;
}

.navbar-list > li.nav-item:nth-child(6)
{
    order: 7;
}


.navbar-list > li.nav-item:nth-child(7)
{
    order: 8;
}

#hidden-nav
{
    background-color: #0000ff;
}

.footer-contact > ul > li > a
{
    color: #0000ff !important;
}

.footer-contact > ul > li
{
    color: #0000ff !important;
}

.footer-nav > ul > li > a
{
    color: #0000ff !important;
}

.footer-block > div#custom-page > p
{
    color: #0000ff !important;
}

p.custInd
{
    text-indent: 68px;
}

li.textInd
{
    text-indent: 50px;
}

p.textInd
{
    text-indent: 50px;
}

p.leftAl
{
    text-align: left;
}

#custom-page > ul
{
    list-style-position: inside;
}

.side-navigation > a
{
    color: #0000ff !important;
}

.side-bar-header > h1
{
    color: white !important;
}

.side-bar-header
{
    background-color: #0000ff !important;
    color: white !important;
}

.featured-items > h3 > span
{
    color: white !important;
}

.featured-items > h3
{
    background-color: #0000ff;
}

.featured-items > p
{
    visibility: hidden;
}

.nav_cart > p > a
{
    color: #0000ff !important; 
}

.nav_cart > p > a > i
{
    color: #0000ff !important; 
}

.nav-cart-total
{
    color: #0000ff !important;
}

a.nav-link
{
    color: #0000ff !important;
}

.nav_cart
{
    background-color: #FF9900 !important;   
}

.banner
{
    background-color: #FF9900;
}

.brand
{
    background-color: #DDDCEA;
}

.brand_logo
{
    width: 100%;
}

a.nav-link{
    font-size:.75em;
}

.empty-cart-link, .fa.fa-trash, .nav-cart-total, .glyphicon.glyphicon-shopping-cart{
    font-size:.9em;
}

/**************************************************************************/

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;
}

