.nw-checkoutmybag-continue-button {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  padding: 17px;
  font-family: $checkoutmybag-button-font-family;

  @media screen and (min-width: $screen-min-sm) {
    position: relative;
    z-index: 1;
  }
}

.nw-checkoutmybag-shopmore-button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 20px;
  width: 100%;
  height: $checkoutmybag-button-height;
  font-size: $font-size-sm;
  font-family: $checkoutmybag-button-font-family;

  @media screen and (min-width: $screen-min-sm) {
    margin-bottom: 20px;
  }
  
  &:hover {
    border: 2px solid $shopmore-color-hover;
    color: $shopmore-color-hover;
  }
}
