.widget_sd_widget_lang_switcher {
  margin-left: 60px;
  padding-right: 12px;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher {
  position: relative;
  font-size: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher.open .sd-lang-dropdown-container, .widget_sd_widget_lang_switcher .sd-lang-switcher.hover .sd-lang-dropdown-container {
  display: block !important;
  font-size: 16px;
}
.widget_sd_widget_lang_switcher .sd-lang-item {
  height: 30px;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div {
  display: inline-flex;
  padding: 0;
  cursor: pointer;
  align-items: center;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  width: 10px;
  position: relative;
  transform: rotateZ(45deg);
  right: -10px;
  top: 0;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current:hover {
  color: #0cb13e;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current:hover div:after {
  border-color: #0cb13e;
}
.widget_sd_widget_lang_switcher .sd-lang-item svg {
  display: inline-block;
  width: 15px !important;
  height: 10px !important;
  margin-right: 10px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
  top: 0;
  display: none;
  position: absolute;
  padding-top: 25px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
  display: block;
  height: 30px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a:hover {
  color: #0cb13e;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_lang_switcher {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_lang_switcher {
    margin-left: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .widget_sd_widget_lang_switcher {
    padding-right: 0;
    margin-right: 10px;
    margin-left: 0;
  }
  .widget_sd_widget_lang_switcher .sd-lang-switcher {
    position: relative;
    min-height: 40px;
    padding: 0 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: border 0.2s ease-out, border-radius 0.2s ease-out;
    -moz-transition: border 0.2s ease-out, border-radius 0.2s ease-out;
    -o-transition: border 0.2s ease-out, border-radius 0.2s ease-out;
    transition: border 0.2s ease-out, border-radius 0.2s ease-out;
  }
  .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-item.current div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-item.current div:after {
    display: block;
    position: unset;
    margin-bottom: 3px;
    margin-left: 10px;
    height: 8px;
    width: 8px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-switcher:hover {
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container {
    top: 100%;
    left: -1px;
    padding: 0 10px 0;
    width: calc(100% + 2px);
    border: 1px solid #fff;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  header.scrolled .widget_sd_widget_lang_switcher .sd-lang-switcher,
  .menu-open header.fixed .widget_sd_widget_lang_switcher .sd-lang-switcher {
    border: 1px solid #DDD;
    background-color: #fff;
  }
  header.scrolled .widget_sd_widget_lang_switcher .sd-lang-switcher:hover,
  .menu-open header.fixed .widget_sd_widget_lang_switcher .sd-lang-switcher:hover {
    border-bottom: none;
  }
  header.scrolled .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-item.current div,
  .menu-open header.fixed .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-item.current div {
    color: #231f20;
  }
  header.scrolled .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-item.current div:after,
  .menu-open header.fixed .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-item.current div:after {
    border-color: #231f20;
  }
  header.scrolled .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container,
  .menu-open header.fixed .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container {
    background-color: #fff;
    border: 1px solid #DDD;
    border-top: none;
  }
}
@media screen and (max-width: 600px) {
  header .widget_sd_widget_lang_switcher {
    display: none;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher {
    margin-bottom: 33px;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher {
    width: fit-content;
  }
}

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