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

.carousel-caption{
    color:white;
}


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

.header-bottom{
   border-bottom: 5px solid #b5edb59b;
   background-color: rgba(240, 237, 237, 0.81)
}
#search_widget form input{
background-color: #afb9af !important;
color: #000 !important;
}

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

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

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

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

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

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




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

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

#_desktop_cart > div:hover > a{
    color:#000 !important; 
    font-weight: normal;
} 
#_desktop_cart > div:hover > a > i{
    color: #000 !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: #000 !important;
}

.header-block__icon{
    color: #fff !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:#000 !important;
    color: #fff !important;;
}

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

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

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

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