.nw-mybagbutton {
  position: relative;

  @media screen and (max-width: $screen-min-sm) {
    padding: 0;
  }
}

.nw-mybagbutton-text {
  position: absolute;
  top: 2px;
  left: 13px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: $font-size-xs;
  color: $header-mybag-count-background;
}

.nw-mybagbutton-icon {
  font-weight: 600;
}
