/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.carousel-caption{
    color:white;
}


.header-top{
   background-color: #92ad85;
   color: #fff;
}

.header-bottom{
  border-bottom: 5px solid #f0e7da8c;
}
#search_widget form input{
    background-color: #c9d2c5 !important;
    color: #000 !important;
}

#search_widget form input::placeholder {
color: #606060 !important;
}

#_desktop_user_info > div > div > a > i{
    color: #fff;
}

#_desktop_user_info > div > div > a > span{
    color: #fff;
}


#_desktop_user_info > div > div > a:hover > i{
    color: #3f643f !important;
}

#_desktop_user_info > div > div > a:hover > span{
    color: #3f643f !important;
}

#_desktop_cart > div > a > span{
    color: #fff;
} 

#_desktop_cart > div > a >i{
    color: #fff;
} 

#_desktop_cart > div:hover > a{
    color:#3f643f !important; 

} 
#_desktop_cart > div:hover > a > i{
    color: #3f643f !important;
    font-weight: normal;

} 

#_desktop_cart > div a:visited > i{
    color: #fff !important;
}  

#_desktop_cart > div > span > span{
    color: #fff !important;
}

#_desktop_cart > div > span > span.header-block__badge{
    background-color: #fff !important;;
    color: #fff !important;
}

#_desktop_cart > div > a > i{
    color: #fff !important;
}

#_desktop_cart > div > a:hover > span{
    color:  #3f643f !important;
}

#_desktop_cart > div a:visited > i{
    color: #fff !important;
    font-weight: normal;
}  
.header-block__icon{
    color: #fff !important;
}

#_desktop_cart > div > a:hover > span{
    color: #3f643f !important;
    font-weight: normal;
}

.header-block__icon:hover{
    color: #3f643f  !important;
}

.header-block__badge{
    color: #0000 !important ;
}
#_desktop_cart > div > span > span.header-block__badge{
    background-color: #fff !important;;
    color: #000 !important;
}


#_desktop_cart > div > a > span.header-block__badge{
    background-color: #fff !important;;
    color: #000 !important;
}

#_desktop_cart > div > a:hover > span.header-block__badge{
    background-color: #3f643f  !important;
    color: #fff !important;;
}

#wrapper > nav{
    background-color: #f0e7da8c;
    color: #fff !important;; 
}

a{
    color: #414141 !important;
    font-weight: normal !important;
}

a:hover{
    color: #3f643f !important;
    font-weight: bold !important;
}

#wrapper > nav > div > ol > li > span{
    color: #3f643f !important;
    font-weight: bolder !important;
}