/* .lang-switcher{
  margin-left:auto;
  display:flex;
  align-items:center;
  height:100%;
}
.lang-switcher .lang-link{
  color:#fff;
  text-decoration:none;
  font-weight:500;
  padding-left:16px;
  line-height:1;
}
.lang-switcher .lang-link:hover{
  text-decoration:underline;
}
.lang-switcher.mobile{
  padding:10px 0;
}
#sticky-header .row > [class*="col-"]:last-child{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px; 
}
#sticky-header .row > [class*="col-"]:last-child .hotelhub_nav_manu nav{
  display:flex;
}
#sticky-header .lang-switcher{
  margin:0;
  display:inline-flex;
}
#sticky-header .lang-switcher .lang-link{
  color:#fff;
}
#sticky-header .lang-switcher .lang-link{ padding-left:8px; } */
