.nw-orderdetailspage-body {
  margin-bottom: 32px;
  max-width: $body-maxwidth;
}

.nw-titlestrip-wrapper.nw-orderdetailspage-titlestrip {
  margin-bottom: 48px;
  background: $orderdetailspage-title-strip-background-color;

  .nw-titlestrip-content {
    color: $orderdetailspage-title-strip-color;
  }
}

.nw-orderdetailspage-summaryblock {
  margin-bottom: 48px;

  @media screen  and (max-width: $screen-max-xs) {
    margin-bottom: 40px;
  }
}
