.nw-checkoutemptystate {
  padding-top: 75px;
  text-align: center;  
}

.nw-checkoutemptystate-msg {
  margin-bottom: 50px;
  @media screen and (max-width: $screen-max-xs) {
    margin-bottom: 30px;
    font-size: $font-size-sm;
    line-height: 24px;
  }
}

.nw-checkoutemptystate-actions {
  margin-bottom: 30px;
  @media screen and (min-width: $screen-min-sm) {
    margin-bottom: 50px;
  }
}

.nw-checkoutemptystate-shopnow {
  border: 2px solid $default-color;
  padding: 12px 32px;
  font-size: $font-size-xxs;
  color: $default-color;
  text-decoration: none;
}

.nw-checkoutemptystate-empty-image {
  margin-bottom: 20px;
}

.nw-checkoutemptystate-image {
  @media screen and (max-width: $screen-max-xs) {
    width: 250px;  
  }
}
