.nw-orderconfirm-static-container {
  margin-bottom: 20px;
  background: $orderconfirm-static-subtitle-bgcolor;
  color: $default-color;
}

.nw-orderconfirmstaticdetails-bannerrow {
  padding: 30px 0 40px;
}

.nw-orderconfirmstaticdetails-heading {
  text-align: center;
}

.nw-orderconfirm-static-text {
  font-size: $font-size-sm;
  font-family: $orderconfirm-static-text-font-family;
  line-height: 22px;
  text-transform: uppercase;

  @media screen and (min-width: $screen-min-sm) {
    font-size: $orderconfirm-static-text-font-size-mobile;
  }
}

.nw-orderconfirmstaticdetails-bullets {
  margin: 0;
  padding-bottom: 20px;
  font-size: $font-size-xs;

  @media screen and (min-width: $screen-min-sm) {
    font-size: $font-size-sm;
  }
}

.nw-orderconfirm-order-info-bullets {
  @media screen and (min-width: $screen-min-sm) {
    margin: auto;
  }
}

.nw-orderconfirm-static-bullets-padding {
  display: block;
  padding: 0 16px 10px 0;
  line-height: 18px;
  text-align: center;

  @media screen and (min-width: $screen-min-sm) {
    padding-right: 0;
    line-height: 26px;
  }
}

.nw-orderconfirm-checkicon {
  font-size: $orderconfirm-static-text-icomoon-check-font-size;
  font-family: $secondary-font-family;
  text-align: center;
}
