.dropdown.language, .dropdown.currency {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dropdown.language.language, .dropdown.currency.language {
  /*min-width: 140px;*/
  width: 75px;
}
.dropdown.language.language .dropdownMenuTop, .dropdown.currency.language .dropdownMenuTop {
  bottom: -70px !important;
  overflow: auto;
  padding: 5px 0;
}
.dropdown.language .curerntChoice, .dropdown.currency .curerntChoice {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /*border: 1px solid #ddd;*/
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}
.dropdown.language .curerntChoice.footerChoice .carret, .dropdown.currency .curerntChoice.footerChoice .carret {
  transform: rotate(180deg);
  top: calc(50% - 3px);
}
.dropdown.language .curerntChoice.footerChoice.active .carret, .dropdown.currency .curerntChoice.footerChoice.active .carret {
  transform: rotate(0deg);
  top: calc(50% - 10px);
  filter: invert(36%) sepia(64%) saturate(2655%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.dropdown.language .curerntChoice.active .carret, .dropdown.currency .curerntChoice.active .carret {
  transform: rotate(180deg);
  top: calc(50% - 10px);
  filter: invert(36%) sepia(64%) saturate(2655%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.dropdown.language .curerntChoice.disabled-dropdown, .dropdown.currency .curerntChoice.disabled-dropdown {
  cursor: inherit;
}
.dropdown.language .curerntChoice.disabled-dropdown .text, .dropdown.currency .curerntChoice.disabled-dropdown .text {
  text-align: center;
}
.dropdown.language .curerntChoice.disabled-dropdown .carret svg, .dropdown.currency .curerntChoice.disabled-dropdown .carret svg {
  fill: transparent;
  width: auto;
  height: 4.16px;
}
.dropdown.language .curerntChoice.disabled-dropdown:hover .text, .dropdown.currency .curerntChoice.disabled-dropdown:hover .text {
  color: inherit;
}
.dropdown.language .curerntChoice.disabled-dropdown:hover .carret svg, .dropdown.currency .curerntChoice.disabled-dropdown:hover .carret svg {
  fill: transparent;
}
.dropdown.language .curerntChoice .globe, .dropdown.currency .curerntChoice .globe {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.dropdown.language .curerntChoice .text, .dropdown.currency .curerntChoice .text {
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 17px;
}
.dropdown.language .curerntChoice .carret, .dropdown.currency .curerntChoice .carret {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
}
.dropdown.language .curerntChoice .carret svg, .dropdown.currency .curerntChoice .carret svg {
  fill: #000;
  transition: 0.2s;
  width: auto;
  height: 4.16px;
}
.dropdown.language .curerntChoice:hover .text, .dropdown.currency .curerntChoice:hover .text {
  color: #333;
}
.dropdown.language .curerntChoice:hover .globe, .dropdown.currency .curerntChoice:hover .globe {
  filter: invert(36%) sepia(64%) saturate(2655%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.dropdown.language .dropdownMenu, .dropdown.currency .dropdownMenu {
  display: none;
  position: absolute;
  bottom: 44px;
  right: 0;
  background: #fff;
  width: 100%;
  max-height: 160px;
  overflow: auto;
  padding: 8px 0;
  border: 1px solid #ddd;
}
.dropdown.language .dropdownMenu .item, .dropdown.currency .dropdownMenu .item {
  width: 100%;
  display: block;
  /*padding: 2px 15px;*/
  cursor: pointer;
  line-height: 12px;
  text-align: center;
  padding: 5px 0px;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 17px;
}
.dropdown.language .dropdownMenu .item:hover, .dropdown.currency .dropdownMenu .item:hover {
  color: #bd476f;
}
.dropdown.language .dropdownMenu.active, .dropdown.currency .dropdownMenu.active {
  display: block;
}

.mob-nav .item.active a{
  font-weight: bold;
}
