
/* Footer ----------------------------------------------------------- */

#wrapwrap {
    background: white;
    color: black;
}

#wrapwrap a {
    color: black;
}

#wrapwrap a:hover {
    color: gray;
}

#wrapwrap div.navbar {
    background: #cdda62 !important;
    color:  #000000;
}

#wrapwrap div.navbar ul.nav li a {
    background: #cdda62 !important;
    color:  #000000 !important;
}

#wrapwrap div.navbar ul.nav li ul.dropdown-menu {
    background: #cdda62 !important;
    color:  #000000 !important;
}

#wrapwrap div.navbar ul.nav li ul.dropdown-menu li a:hover {
    background: #cdda62 !important;
    color: #A8AF51 !important;
}

#wrapwrap div.navbar ul.nav li a:hover {
    background: #cdda62 !important;
    color: #A8AF51 !important;
}

#wrapwrap div.navbar ul.nav li.active a {
    background: #A8AF51 !important;
    color:  #000000  !important;
}

#wrapwrap footer {
    background: #cdda62;
    color: black;
}

#wrapwrap footer .container {
    color: black;
}

#wrapwrap footer .container .text-muted {
    color: black !important;
}

#wrapwrap footer a {
    color: darkgray;
}

#wrapwrap footer a:hover {
    color: gray;
    text-decoration: none;
}

#wrapwrap footer .container h4 {
    color: black;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#wrapwrap footer .container .fa {
    color: black;
}

#wrapwrap footer .container .fa.fa-facebook-square {
    color: black;
}

.openerp button.oe_dropdown_toggle {
    color: black !important;
}            

.openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp .oe_button, .openerp input[type="submit"] {
    color: black;
}            

.openerp .oe_button.oe_link span, .openerp button.oe_highlight {
    color: black !important;
}            

.openerp .oe_application a {
    color: black;
}            

.openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
    color: black !important;
}            

.oe_secondary_submenu li.active a {
    color: #BDB951 !important;
}            

.openerp .oe_application a {
    color: black;
}            

.openerp ul.oe_form_status li.oe_active > .label, .openerp ul.oe_form_status_clickable li.oe_active > .label {
    color: black !important;
}            

.shop_filter .row button {
    background-color: #A8AF51; border-color: #A8AF51; color: black; border-radius: 12px;
}            

.nav > li > a {
    display : flex ! important;
}            
