@media only screen and (max-width: 1200px) and (min-width: 992px)  {
    
    header > div.row
    {
        width: 970px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
    
    header > div.row
    {
        width: 750px;
    }
}

@media only screen and (max-width: 769px) {
    
    body > .container > .row {
        display: flex;
        flex-direction: column
    }
    
    body > .container > .row > .content {
        order: 2;
        padding-top: 0;
    }   
    
    .sidebar 
    {
        order: 1;
    }
    
    .sidebar > .side-navigation-cont 
    {
        display: none !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 770px) {
    .sidebar 
    {
        width: 100%;
        right: 0;
    }

    .content:not(.col-sm-12) {
        width: 100%;
        left: 0;
    }
}

.bs-example-tabs > div.row > div.pull-right
{
    display: none;
}

.bs-example-tabs > div.row > div.col-md-8
{
    display: none;
}

.tab-content
{
    display: flex;
    flex-flow: column;
}

#myTabContent > div#home
{
    display: flex !important;
    visibility: visible !important;
    opacity: 1;
    order: 2;
}

#myTabContent > div#details
{
    display: block !important;
    visibility: visible !important;
    opacity: 1;
    order: 1;
    padding-bottom: 20px;
}

ul#myTab > li > a:hover
{
    color: #11448f !important;
}

ul#myTab > li.active > a:hover
{
    color: white !important;
}

#cat_label > span
{
    color: #11448f !important;
}

/*form > button.btn-danger*/
/*{*/
/*    background-color: #c9302c !important;*/
/*}*/

/*button.btn*/
/*{*/
/*    background-color: #11448f !important;      */
/*}*/

.pagination > li.active > span
{
    background-color: #11448f !important;     
}

.pagination > li.active > span:hover
{
    color: #11448f !important;     
}

.pagination > li > a
{
    color: #000000 !important;     
}

.glyphicon-envelope
{
    color: #11448f !important;  
    border: 1px solid #11448f !important;  
}

.glyphicon-earphone
{
    color: #11448f !important;  
    border: 1px solid #11448f !important;
}

.glyphicon-map-marker
{
    color: #11448f !important;  
    border: 1px solid #11448f !important;  
}

/*button.add_to*/
/*{*/
/*    background-color: #11448f !important;*/
/*}*/

li.active > a
{
    background-color: #11448f !important;
}

.dropdown-menu > li > a:before
{
    background: #11448f !important;
}

.action-link
{
    color: #11448f !important;
}

/*button#login*/
/*{*/
/*    color: #11448f !important;*/
/*}*/

.glyphicon-search
{
    color: white !important;
}

img
{
    max-width: 100%;
}

ul > ul
{
    list-style-position: inside;
}

.center
{
    text-align: center !important;
}

.footer-contact > h4
{
    color: #11448f !important;
}

.footer-nav > h4
{
    color: #11448f !important;
}

.tittle
{
    color: #11448f !important;;
}

form > button.add-to-btn
{
    background-color: #11448f !important;
}

.price
{
    color: #11448f !important;
}

.featured-content
{
    color: #11448f !important;
}

.side-navigation > a > li:hover
{
    background-color: #11448f !important;
}

.side-navigation > a 
{
    color: #11448f !important;
}

.footer-contact > ul > li > a
{
    color: #11448f;
}

.footer-contact > ul > li
{
    color: #11448f;
}

.footer-nav > ul > li > a
{
    color: #11448f;
}

.sub-button
{
    border: 2px solid;
    border-radius: 5px;
    font-size: 24px;
    color: white;
    background-color: #11448f;
}

p.leftAl
{
    text-align: left;
}

.fa-toggle-up
{
    color: #11448f !important;
}

.featured-items > h3 > span
{
    color: white !important;
}

.featured-items > h3
{
    background-color: #11448F !important;
    color: white !important;
}

.featured-items > p
{
    visibility: hidden;
}

.nav_cart
{
    background-color: #11448F !important;
}

.clands-sidebar-search-button-cont > button
{
    background-color: #11448F !important;
}

.side-navigation-header
{
    color: white !important;
}

.side-bar-header > h1
{
    color: white !important;
}

.side-bar-header
{
    background-color: #11448F !important;
}

header > div.row
{
    max-width: 1170px;
    margin: auto;
}

.row
{
    background-color: white;
}

body
{
    background-color: #E2D5CC;
}

.banner
{
    background-color: #11448F;
    border-top: 1px solid white;
}

.header-right > ul.circle-links > li > a
{
    color: white !important;
}

.header-middle > a
{
    color: white !important;
}

.header-middle > span
{
    color: white !important;
}

.header-logo-links
{
    background-color: #11448F;
}

/****************************************************************************/

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;
}

.cat-view a.parent{
    color: blue !important;    
}
.cat-view a.parent:hover{
    text-decoration: underline;  
}
.cookie-submit {
    color: white !important;
}
a.trademark-links {
    color: #00478c !important;
}