.nw-orderconfirm-deliverydetails-block {
  margin-bottom: 12px;

  @media screen and (max-width: $screen-max-xs) {
    overflow: hidden;
    padding: 0;
  }
}

.nw-orderconfirm-deliverydetails {
  @media screen and (min-width: $screen-min-sm) {
    background: $orderconfirm-deliverydetails-col-bgcolor;
  }
}

.nw-orderconfirm-deliverydetails-col {
  padding: 20px 0 20px 40px;
}

.nw-orderconfirm-deliverydetails-info-col {
  padding: 20px 40px;
  font-size: $orderconfirm-deliverydetails-info-font-size;
}

.nw-orderconfirm-deltype-subtitle {
  font-size: $orderconfirm-deliverydetails-subtitle-font-size;
  line-height: 18px;
}

.nw-orderconfirm-deliverydetails-info {
  line-height: 18px;

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

.nw-orderconfirm-addressusername {
  margin-bottom: 10px;
  font-weight: 600;
}
