.nw-nnnowbarv2-logo {
  position: relative;
  align-items: center;
  flex: 1;
  display: inline-flex;
  padding: 0;
  white-space: nowrap;
  text-decoration: none;
  outline: 0;
}

.nw-nnnowbarv2-logoimg {
  max-width: calc(100vw - 160px);
  height: 50px;
  vertical-align: middle;

}

.nw-nnnowbarv2-nav {
  position: static;
  margin: 0;
  width: initial;
  padding: 0;
}

.nw-nnnowbarv2-searchwrap {
  display: inline-flex;
  height: 100%;
}

.nw-nnnowbarv2-favicon {
  display: inline-flex;
  padding: 15px 0;
}

.nw-nnnowbarv2-leftmenu {
  display: inline-flex;
  width: auto;
  padding: 0;
}

.nw-brandbarv2-menu {
  margin: 0;
  padding: 0 10px;
}

.nw-brandbarv2-row {
  padding: 0;
}

.nw-brandbarv2-hamburger-menu {
  &.nw-brandbarv2-nnnow-leftmenu {
    animation-name: mobileMenuRightSlideIn;
    background: $menu-background;
  }
}

.nw-nnnowbarv2-searchwrap {
  .nw-searchbar-mobilebutton {
    padding: 0 12px 0 8px;
    font-size: $font-size-xs;
  }

  .icomoon-search3 {
    font-weight: 600;
  }
}

.nw-nnnowbarv2-mybagwrap {
  display: inline-flex;
  height: 100%;
  padding: 0 12px;
}

.nw-nnnowbarv2-logowrap {
  padding-left: 5px;
}

.nw-nnnowbarv2-nav,
.nw-brandbarv2-wrapper {
  .nw-favoriteslink-icon,
  .nw-mybagbutton-icon {
    font-weight: 600;
  }

  .nw-mybagbutton-text {
    position: relative;
    top: -8px;
    left: 0;
  }

  .nw-favoriteslink {
    border-left: 1px solid lighten-colors($header-seperator-color, 4);
    border-right: 1px solid lighten-colors($header-seperator-color, 4);
    padding: 0 12px;
  }
}
