.vs-main-menu-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  z-index: 9;
  font-size: 14px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.vs-main-menu-header .vs-main-menu-header__top-menu {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  padding: var(--vs-main-padding);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.vs-main-menu-header .vs-main-menu-header__bottom-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--vs-main-padding);
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
}

.vs-main-menu-header .vs-main-menu-header__bottom-menu .vs-main-menu-header__logo-container {
  height: 30px;
}

.vs-main-menu-header .vs-main-menu-header__bottom-menu .vs-main-menu-header__logo-container img {
  height: 100%;
  width: auto;
}

.vs-main-menu-header .vs-main-menu-header__button,
.vs-main-menu-header-mobile .vs-main-menu-header__button {
  width: auto;
  background-color: #de4547;
  color: white;
  text-decoration: none;
  padding: 0.4rem 1.2rem;
  border-radius: 35px;
}

.vs-main-menu-header-mobile {
  padding: var(--vs-main-padding);
  padding-top: 2rem;
}

.vs-main-menu-header .vs-main-menu-header__bottom-menu .vs-main-menu-header__mobile-items-container {
  display: none;
}

.vs-main-menu-header .vs-main-menu-header__bottom-menu .vs-main-menu-header__items-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vs-main-menu-header .vs-main-menu-header__option a {
  color: #222222;
}

.vs-main-menu-header i {
  color: #CF2E2E;
  font-size: 1.2rem;
}

.vs-main-menu-header .vs-main-menu-header__user-section {
  display: flex;
  align-items: center;
  color: #A2A2A2;
  border-left: 2px solid #de4547;
}

.vs-main-menu-header .vs-main-menu-header__avatar-container {
  width: 30px;
  margin-left: 0.6rem;
}

.vs-main-menu-header .vs-main-menu-header__avatar-container img {
  width: auto;
  height: 30px;
  border-radius: 28px;
}

.vs-main-menu-header .vs-main-menu-header__user-section .vs-main-menu-header__username {
  margin: 0 1rem;
  cursor: pointer;
}

.vs-main-menu-header .vs-main-menu-header__user-section .vs-main-menu-header__logout-option {
  text-decoration: none;
}

.vs-main-menu-header .switcher.notranslate a::after {
  display: none;
}

.vs-main-menu-header .switcher .selected {
  background: transparent;
}

/* Tooltip */
.vs-main-menu-header #vs-main-menu-header-tooltip {
  display: none;
  background: #e7e7e7;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  z-index: 1;
}

.vs-main-menu-header #vs-main-menu-header-tooltip .vs-main-menu-header-tooltip__menu {
  min-width: 90px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-main-menu-header #vs-main-menu-header-tooltip .vs-main-menu-header-tooltip__menu .vs-main-menu-header-tooltip__menu-item {
  width: 100%;
  display: flex;
  padding: 0.4rem;
  cursor: pointer;
  margin-bottom: 0;
}

.vs-main-menu-header #vs-main-menu-header-tooltip .vs-main-menu-header-tooltip__menu .vs-main-menu-header-tooltip__menu-item i {
  margin-right: 0.4rem;
}

.vs-main-menu-header #vs-main-menu-header-tooltip[data-show] {
  display: inherit;
}

.vs-main-menu-header #arrow,
.vs-main-menu-header #arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.vs-main-menu-header #arrow {
  visibility: hidden;
}

.vs-main-menu-header #arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

.vs-main-menu-header #vs-main-menu-header-tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -4px;
}

.vs-main-menu-header #vs-main-menu-header-tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}

.vs-main-menu-header #vs-main-menu-header-tooltip[data-popper-placement^='left'] > #arrow {
  right: -4px;
}

.vs-main-menu-header #vs-main-menu-header-tooltip[data-popper-placement^='right'] > #arrow {
  left: -4px;
}

.vs-main-menu-header-mobile {
  display: none;
  position: fixed;
  height: calc(100vh - 60px);
  bottom: 0;
  width: 100%;
  top: 60px;
  background: white;
}

.vs-main-menu-header-mobile--active {
  display: block;
}

.vs-main-menu-header-mobile .vs-main-menu-header__option {
  padding: 0 10px;
  margin-bottom: 10px;
}

.vs-main-menu-header-mobile .vs-main-menu-header__option a {
  color: #7f7f7f;
}

.vs-main-menu-header-mobile .vs-main-menu-header__button {
  width: 100%;
  color: white !important;
  display: flex;
  justify-content: center;
}

.vs-main-menu-header-mobile .vs-main-menu-header__hr {
  margin: 0.5rem 0;
}


/* 
 * Media queries
 */
@media screen and (max-width: 1080px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    flex-direction: column;
  }

  .vs-main-menu-header .vs-main-menu-header__bottom-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--vs-main-padding);
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }

  .vs-main-menu-header .vs-main-menu-header__top-menu,
  .vs-main-menu-header .vs-main-menu-header__bottom-menu .vs-main-menu-header__items-container {
    display: none;
  }

  .vs-main-menu-header .vs-main-menu-header__bottom-menu .vs-main-menu-header__mobile-items-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .vs-main-menu-header .vs-main-menu-header__bottom-menu {
    height: 60px;
    border-top: 2px solid #E45750;
  }
}

