.horiz-menu-item + .horiz-menu-item {
  margin-left: 35px;
}
.kith-search-wrap{
  display:flex;
}
.header-language-switcher{
  display: block;
  margin-right: 10px;
  z-index: 1;
}
.header-language-switcher a{
  font-family: "AgencyFB", "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.header-language-switcher a:hover {
  color: #232323;
}
@media screen and (max-width: 767px){
  .horiz-right-down--kith .header-language-switcher{
    position: absolute;
    right: 75px;
    top: 32px;
  }
  .kith-search-wrap .header-language-switcher{
    position: absolute;
    right: -10px;
    top: -40px;
  }
}


