.nw-orderconfirm-summary-block-title {
  padding: 20px 0;
  font-size: $orderconfirm-ordersummary-title-font-size;
  font-weight: 600;
  text-align: center;
  @media (min-width: $screen-min-sm) {
    border-bottom: $orderconfirm-ordersummary-border-color solid 2px;
    padding-bottom: 10px;
    text-align: left;
  }
}

.nw-orderconfirm-summary-title-row {
  @media screen and (min-width: $screen-min-sm) {
    margin-bottom: 36px;
  }
}

.nw-orderconfirm-summary-block-trackorder-col {
  margin-bottom: 20px;
  padding: 0 20px;

  @media screen and (min-width: $screen-min-sm) {
    margin: 0 0 50px;
    width: 90%;
    padding-left: 20px;
  }
}

.nw-orderconfirm-summary-col-btn {
  @media screen and (min-width: $screen-min-sm) {
    margin: auto;
    width: 50%;
    text-align: center;
  }
}

.nw-orderconfirm-summary-block-trackorder-btn {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  font-size: $orderconfirm-ordersummary-btn-font-size;
  font-weight: 600;
  text-align: center;
}

.nw-orderconfirm-summary-block-print-btn {
  display: block;
  width: 100%;
  font-weight: 600;

  &:hover {
    color: $orderconfirm-summary-block-btn-hover-fontcolor;
  }

}

.nw-orderconfirm-summary-discription {
  margin-bottom: 19px;
  padding: 25px 15px;
  background: $white;
}
