.topmenu-item__social {
  /*@include flexCenter(row, flex-end);*/
  box-sizing: border-box;
  width: 100%;
  height: 6rem;
  padding: 0 3rem 0 1rem;
  margin-left: 1vw;
}
.topmenu-item__social--text {
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  -moz-osx-font-smoothing: antialiased;
  white-space: nowrap;
}
.topmenu-item__social--text a {
  color: var(--black);
}
.topmenu-item__social--text:hover {
  color: var(--primary);
  text-decoration: underline;
}
.topmenu-item__parent {
  /*@include flexCenter(row, flex-end);*/
  box-sizing: border-box;
  width: 100%;
  min-width: 198px;
  max-width: 276px;
  height: auto;
  min-height: 6rem;
  max-height: 6rem;
  cursor: pointer;
}
.topmenu-item__search {
  /*@include flexCenter(row, flex-start);*/
  box-sizing: border-box;
  width: 100%;
  min-width: 198px;
  max-width: 276px;
  height: 6rem;
  padding: 0 1rem 0 2rem;
  margin-right: 3rem;
  border-left: 2px solid var(--black);
  border-right: 2px solid var(--black);
  white-space: nowrap;
  cursor: text;
}
.topmenu-item__search--icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  fill: none;
  stroke: var(--primary);
  stroke-width: 4;
}
.topmenu-item__search--text {
  color: var(--shade-trans-40);
  text-decoration: none;
  text-transform: uppercase;
  -moz-osx-font-smoothing: antialiased;
  white-space: nowrap;
}
#topmenu-social #weglot-switcher-1 {
  margin-right: 30px;
}
