.nw-paymentview-page {
  margin: 40px auto 0;
  max-width: $body-maxwidth;
  padding-bottom: 0;
  @media screen and (min-width: $screen-min-sm) {
    padding-bottom: 120px;
  }
}

.nw-checkoutpage-paymentcontainer {
  padding: 50px 0 0;
}

.nw-paymentview-options {
  padding-left: 25px;
  font-size: $font-size-xs;
}

.nw-paymentoption-radio {
  margin-right: 15px;
}

.nw-paymentoptions-option {
  margin-top: 20px;
}

.nw-paymentview-walletmessage {
  margin: 0 0 20px;
}

.nw-paymentview-nooptions {
  margin-top: 120px;
  padding-top: 50px;
  font-family: $paymentview-nooptions-fontfamily;
  text-align: center;
  @media screen and (min-width: $screen-min-sm) {
    margin: 0;
    padding-top: 150px;
  }
}

.nw-paymentview-title {
  padding-bottom: 10px;
  font-size: $font-size-lg;
  font-weight: 600;
}

.nw-paymentview-message {
  font-size: $font-size-sm;
}

.nw-paymentview-paymentmethodstitle {
  display: flex;
  margin: 30px 0 20px;
  border-bottom: 1px solid $paymentview-paymentmethodstitle-bordercolor;
  padding-bottom: 10px;
  font-size: $paymentview-subtitle-fontsize;
  @media screen and (min-width: $screen-min-sm) {
    margin-top: 40px;
    margin-right: 40px;
    font-size: $paymentview-subtitle-fontsize-desktop;
  }
}

.nw-paymentview-methodstitlemain {
  margin-right: 8px;
  font-family: $secondary-font-family;
  @media screen and (min-width: $screen-min-sm) {
    margin-right: 10px;
  }
}

.nw-paymentview-icon {
  margin-right: 8px;
}
