.nw-loyaltypointspopupblock-wrapper {
  padding: 20px 15px 10px;

  @media screen and (max-width: 321px) {
    padding: 20px 0 10px;
  }
}

.nw-loyaltypointspopupblock-innerwrap {
  position: relative;
}

.nw-loyaltypointspopupblock-title {
  top: 0;
  left: 0;
  margin: 0 0 24px;
  font-size: $font-size-xxl;
  text-align: center;
}

%nw-loyaltypointspopupblock-subtitle {
  display: block;
  margin-top: 8px;
  text-align: center;
}

.nw-loyaltypointspopupblock-subtitle {
  @extend %nw-loyaltypointspopupblock-subtitle;
}

.nw-loyaltypointspopupblock-subtitle1 {
  @extend %nw-loyaltypointspopupblock-subtitle;
  color: $loyaltypointspopupblock-subtitle-color;
}

.nw-loyaltypointspopupblock-imagewrap {
  display: block;
  margin-top: 8px;
  text-align: center;
}

.nw-loyaltypointspopupblock-image {
  max-width: 70px;
  max-height: 70px;
}

.nw-loyaltypointspopupblock-table {
  margin-top: 10px;
  width: 100%;
  font-size: $font-size-xs;
  font-weight: 400;
  text-align: center;

  .nwc-grid-row {
    flex-wrap: nowrap;
  }

  .nwc-grid-col {
    min-width: 70px;
  }
}

.nw-loyaltypointspopupblock-td {
  padding: 10px;
}

.nw-loyaltypointspopupblock-th {
  padding: 10px;
  background-color: $loyaltypointspopupblock-th-backgroundcolor;
  font-weight: 900;
  
}

.nw-loyaltypointspopupblock-note {
  margin-top: 30px;
  border-top: $loyaltypointspopupblock-note-bordertop;
  padding: 20px 0 10px;
  font-size: $font-size-xs;
  text-align: center;
}


@media screen and (min-width: $screen-min-sm) {
  .nw-loyaltypointspopupblock-imagewrap {
    margin: 28px 0 10px;
    text-align: center;
  }

  .nw-loyaltypointspopupblock-wrapper {
    padding: 35px 50px 10px;
  }

  .nw-loyaltypointspopupblock-note {
    padding: 20px 52px 10px;
  }
}

