.slot--header-horizontal-menu .navbar-nav > li a {
  color: #39442A;
  background-color: #A3AB94;
  text-decoration: none;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover,
.slot--header-horizontal-menu .navbar-nav > li a:focus {
  
  text-decoration: underline;
}
.slot--header-horizontal-menu .dropdown-menu a {
  color: #1C1815 !important;
}
.slot--header-horizontal-menu .dropdown-menu a:hover,
.slot--header-horizontal-menu .dropdown-menu a:focus {
  background-color: #F3ECE4 !important;
  color: #667058 !important;
}
.form-control {
  background-color: #fff;
}
.slot--header-horizontal-menu {
  background-color: #A3AB94;
}