
.switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 10000;
  /* position: absolute; */
  margin-top: 30px;
  /* right: 20px; */
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  background: #050505;
  padding: 3px 5px 0px 5px;
  border-radius: 5px;
}
.lang-flag {
  margin-top: 15px;
  width: 20px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 10px;
  color: white;
}
.lang-dropdown {
  display: none;
  background: #050506;
  border-radius: 5px;
  position: absolute;
  /* margin-top: 2px; */
  width: 110px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang:hover {
  background: #b42425;
  border-radius: 5px;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}
