p {
    color: black !important;
}

body {
      background: #FEFBE2;
}

a.nav-link {
    color:#1A663D !important ;
    font-weight: bolder;
}

#stuck_container > div > div > div.top_nav_right > div > a > h3 > div {
    color:#1A663D !important;
    font-weight: bold;
}

@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: #FEFBE2;

}
.top_nav_right .nav_cart {
background: #FEFBE2;
}

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: #0F6638;
}

#stuck_container > div > div > div.top_nav_right > div > p > a {
    color:#1A663D;
}

#stuck_container > div > div > div.top_nav_right > div > p > a > i {
    color: #1A663D;
}




@media only screen and (max-width: 1199px){
  #custom-page > div:nth-child(10) > span > img {
        width: 100% !important;
        /*display: none;*/
    }
}



@media only screen and (max-width: 1199px){
  #custom-page > div > div > p > img {
        width: 100% !important;
        /*display: none;*/
    }
}



@media only screen and (max-width: 1199px){
  #custom-page > div:nth-child(11) > span:nth-child(3) > span > iframe {
        width: 100% !important;
        /*display: none;*/
    }
}

/* customize sidebar and side search*/
.clands-sidebar-search-cont.side-bar-cont{
background-color:#ffffff;
}

.side-navigation-cont.side-bar-cont{
background-color:#ffffff;
}

.side-navigation-link-cont:hover, .cat-nav:hover{
background-color:#0F6638 !important;
color:white !important;
}

.side-navigation-header.side-bar-header.primary-font-color{
background-color:#0F6638 !important;
color:white !important;
}

.sidebar .clands-sidebar-search-cont .clands-sidebar-header{
background-color:#0F6638 !important;
}

.clands-sidebar-header.side-bar-header .primary-font-color{
color:white !important;
}

#sidebar-search-dropdown{
color: #0F6638 !important;
}

.side-navigation-link-cont:hover, .cat-nav:hover{
background-color:#0F6638 !important;
color:white !important;
}

.btn.clands-btn.clands-search-sidebar-btn.btn-primary{
background-color:#0F6638 !important;
}
/*end customize sidebar and side search*/

 

/* Respnsive header*/

@media only screen and (max-width: 459px) {
#header-logo{
width:100vw;
}
}


body > footer > div > div:nth-child(1) > div:nth-child(1) > div {
    display: none;
}


.glyphicon-search {
    color: white !important;
}

#custom-page > ul:nth-child(48) {
    margin-left: 25px;
}