.pxl-nav-menu .pxl-menu-primary > li > a:before {
  background-color: #99CA3C;
}

.custom-lang-switcher::before {
  color: #999;
  content: "LANG";
  letter-spacing: 0.8px;
  padding: 0 8px;
}
.custom-lang-switcher ul {
  height: 28px;
  margin-top: -8px !important;
  overflow: hidden;
  padding: 28px 0 0;
  position: relative;
}
.custom-lang-switcher ul:hover {
  overflow: visible;
}
.custom-lang-switcher ul li {
  background: #232323;
  display: block !important;
  position: relative;
  z-index: 2;
}
.custom-lang-switcher ul li.wpml-ls-current-language {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.custom-lang-switcher ul li.wpml-ls-current-language::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 0;
}
.custom-lang-switcher ul li a {
  display: block;
  line-height: 28px;
  padding: 0;
}
.custom-lang-switcher ul li:not(.wpml-ls-current-language) a span {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.custom-lang-switcher ul li:not(.wpml-ls-current-language):hover a span {
  color: #99CA3C;
}