.app-topbar {
  height: 61px;
  line-height: 61px;
  background-color: #fff;
}
.app-topbar .sl-main {
  margin-top: 0;
}
.app-topbar-menu {
  text-align: center;
}

.app-topbar-item {
  display: inline-block;
  font-size: 18px;
  padding: 0 30px;
  font-family: 'Mazius Display', sans-serif;
  /* text-transform: uppercase; */
}
.app-topbar-item a {
  color: #262626;
  display: block;
  position: relative;
  font-weight: bold;
}
.app-topbar-item a span {
  position: absolute;
  top: 10px;
  right: -40px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  font-size: 11px;
  background-color: #212121;
  color: #fff;
}
.app-topbar-item.selected a {
  font-weight: 600;
  position: relative;
}
.app-topbar-item.selected a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #262626;
  left: 0;
  bottom: 0;
}