#header .header-block-block-2 .ux-menu {
  flex-direction: row;
}
#header .header-block-block-2 .ux-menu-link {
  padding: 5px 15px;
}
#header .header-block-block-2 .ux-menu-link:not(:last-child) {
  border-right: 1px solid rgba(0,0,0,.1);
}
#header .header-block-block-2 .ux-menu-link__text {
  font-size: 14px;
  line-height: 1.5;
}
#header .header-block-block-2 .ux-menu-link__link {
  min-height: unset;
  padding: 0;
}
#header .search-field {
  width: 400px;
  max-width: 100%;
}
#header .header-nav-main {
  justify-content: center;
}
#header .menu-top-right-wrapper {
  gap: 10px;
}
#header .menu-top-right-wrapper .ux-menu-link {
  background-color: var(--fs-color-primary);
  border-radius: 999px;
  margin-left: 10px;
  margin-right: 10px;
}
#header .menu-top-right-wrapper .ux-menu-link__text {
  font-size: 16px;
  color: #fff !important;
}
#header .nav-top-link {
  font-size: 16px;
}