.site-header .ui-selectmenu-button {
  position: absolute;
  right: 170px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 40;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  box-sizing: content-box;
  color: #fff;
  transition: color 0.6s ease;
  font-family: proxima-nova;
  font-weight: bold;
  text-align: center;
}
body .ui-selectmenu-menu .ui-state-active,
body .ui-selectmenu-menu .ui-menu-item-wrapper {
  font-family: proxima-nova;
  font-weight: bold;
}
.site-header .ui-button:focus {
  font-weight: bold;
}

.site-header .ui-button:hover {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .site-header .ui-selectmenu-button {
    top: 32px;
    transform: translate(0, 0);
    right: 50px
  }
}
