// .nw-mybag-checkout {
.nw-staticheader {
  .nw-mainbar-actionbutton {
    float: right;
  }
  
  .nw-login-hover {
    right: 15px;
  }

  .nw-mainbar-logo-link {
    height: 51px;
  }

  @media screen and (max-width: $screen-max-xs) {
    .nw-login-name {
      margin-top: 10px;
    }
  }
}

.nw-staticheader-col {
  max-width: $body-maxwidth;
}

.nw-staticheader-row {
  justify-content: center;
}

.nw-staticheader-logo-holder {
  float: left;
  line-height: 0;
}
// }
