html[lang=ar] .dropdown .dropdown-menu li a[hreflang=EN]::before,
html[lang=ar] .dropdown .dropdown-menu li a[hreflang=TR]::before,
html[lang=ar] .dropdown .dropdown-menu li a[hreflang=FR]::before,
html[lang=ar] .dropdown .dropdown-menu li a[hreflang=RU]::before {
  left: auto;
  right: -7px;
}

/*Styling Selectbox*/
.dropdown {
  display: inline-block;
  background-color: transparent;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  color: #535353;
  height: 100%;
  text-align: left;
  outline: none;
  border: rgba(163, 163, 163, 0.45);
  border-radius: 5px;
  font-weight: 500;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 7px;
  width: 75px;
}
.dropdown .select .choose {
  display: flex;
  align-items: center;
  text-indent: 20px;
}
.dropdown .select .choose[data-lang=TR] {
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -3px -65px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dropdown .select .choose[data-lang=Turkish] {
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -3px -65px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dropdown .select .choose[data-lang=EN] {
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -35px -2px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dropdown .select .choose[data-lang=RU] {
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -32px -33px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dropdown .select .choose[data-lang=FR] {
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -4px -31px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dropdown .select .choose[data-lang=AR] {
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -3px -4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dropdown .select .lang-icon {
  padding-right: 10px;
}
.dropdown .select .lang-icon img {
  border-radius: 50%;
  display: flex;
}

.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

.dropdown.active .select > i {
  transform: rotate(-90deg);
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #f8f8f8;
  width: 100%;
  left: 0;
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  top: 40px;
}
@media only screen and (max-width: 992px) {
  .dropdown .dropdown-menu {
    background-color: #fff;
  }
}

.dropdown .dropdown-menu li {
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  text-align: center;
  justify-content: center;
}
.dropdown .dropdown-menu li a {
  display: flex;
  line-height: 20px;
  padding-left: 20px;
  align-items: center;
}
.dropdown .dropdown-menu li a img {
  margin-right: 10px;
  border-radius: 50%;
}
.dropdown .dropdown-menu li a[hreflang=FR]::before {
  content: "";
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -4px -31px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.dropdown .dropdown-menu li a[hreflang=RU]::before {
  content: "";
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -32px -33px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.dropdown .dropdown-menu li a[hreflang=EN]::before {
  content: "";
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -35px -2px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.dropdown .dropdown-menu li a[hreflang=tr]::before {
  content: "";
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -3px -65px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.dropdown .dropdown-menu li a[hreflang=Turkish]::before {
  content: "";
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -3px -65px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.dropdown .dropdown-menu li a[hreflang=Ar]::before {
  content: "";
  background: url("/sites/kalekilit.com.tr/themes/custom/kalekilit/images/lang-flags.png");
  background-position: -3px -4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown .dropdown-menu .is-active {
  display: none;
}

html[lang=ar] .dropdown .select {
  margin-right: 0;
}
html[lang=ar] .dropdown-menu {
  right: 0;
}

/*# sourceMappingURL=dropdown.css.map */
