/* ==================== ##Polylang ==================== */
.polylang_switcher {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.polylang_switcher select {
  max-width: 100%;
  border: none;
  padding: 0 24px 0 20px;
  color: inherit;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.45s;
  cursor: pointer;
}
.polylang_switcher select:active, .polylang_switcher select:focus {
  outline: none;
  box-shadow: none;
}
.polylang_switcher:before, .polylang_switcher:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: currentColor;
}
.polylang_switcher:before {
  width: 9px;
  height: 1px;
  right: 9px;
  top: 50%;
  margin-top: -1px;
}
.polylang_switcher:after {
  width: 1px;
  height: 9px;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}