.nw-consignment-details {
  margin-bottom: 32px;

  @media screen and (min-width: $screen-max-sm) {
    margin: 0;
    max-width: $consignment-details-max-width;
  }
}

.nw-consignment {
  position: relative;
  margin-bottom: 24px;

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

.nw-consignment-address {
  margin-bottom: 16px;
}

.nw-consignment-addresstext .nw-slectedaddresstext-address {
  font-size: $consignment-address-font-size;
  font-style: normal;
  line-height: 1.8;
}

.nw-consignment-addresstext .nw-slectedaddresstext-content {
  margin-bottom: 24px;
  border-bottom: 1px solid $orderdetailspage-title-border;
  padding-bottom: 24px;
}

.nw-consignment-addresstext .nw-storeaddresstext-address {
  font-size: $consignment-address-font-size;
  font-style: normal;
  line-height: 1.8;
}

.nw-consignment-addresstext .nw-storeaddresstext-content {
  margin-bottom: 24px;
  border-bottom: 1px solid $orderdetailspage-title-border;
  padding-bottom: 24px;
}

.nw-consignment-trackingtitle {
  margin-bottom: 16px;
  font-size: $consignment-estimate-font-size;
  font-family: $consignment-estimate-font-family;
}

.nw-consignment-trackinglink {
  float: right;
  margin: 0 10px;
  font-size: $consignment-estimate-font-size;
  color: $consignment-link-color;
}

.nw-consignment-trackingnumber {
  font-size: $consignment-estimate-font-size;
}

.nw-consignment-subtitle {
  margin-bottom: 16px;
  font-size: $consignment-sub-title-font-size;
  font-family: $consignment-sub-title-font-family;
  text-transform: uppercase;
}

.nwc-neft-btn {
  border: $return-addneft-border;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: $addneft-cta-font-size-16;
  font-family: $addneft-cta-font-family;
  text-transform: uppercase;
  color: $return-addneft-color;

  @media screen and (max-width: $screen-max-sm) {
    height: 48px;
    font-size: $addneft-cta-font-size-14;
  }
}

.nwc-neft-btn-block {
  margin-bottom: 24px;
  border-bottom: 1px solid $orderdetailspage-title-border;
  padding-bottom: 24px;
}
