.nw-pricing-unit {
  justify-content: space-between;
  display: flex;
  padding: 0 0 15px;
  font-size: $font-size-xs;
}

.nw-pricing-total {
  border-top: $pricingoverview-border-top;
  padding: 15px 0 0;
  font-size: $font-size-sm;
  font-family: $pricingoverview-total-font;
}

.nw-pricing-discount {
  color: $pricingoverview-discount-color;
}

.nw-pricing-loyalty {
  color: $pricingoverview-discount-color;
}

.nw-pricing-deliverycharges {
  position: absolute;
  transform: rotate(180deg);
  margin: 2px 5px;
  cursor: pointer;
  font-size: $font-size-xs;
}

.nw-pricing-deliverycharges-listcontainer {
  margin-bottom: 50px;
  padding: 0 36px;
}

.nw-pricing-delivercharges-title {
  margin: 45px auto;
  padding: 0 18px;
  font-size: $deliverycharges-title-font-size;
  font-family: $deliverycharges-title-font-family;
  text-align: left;
}

.nw-pricing-delivercharges-list {
  margin: 34px auto;
  font-size: $deliverycharges-list-mob-font-size;
  line-height: 24px;
}

.nw-pricing-deliverycharges-secondarylist {
  margin: 8px auto;
  font-size: $deliverycharges-secondarylist-mob-font-size;
  color: $deliverycharges-secondarylist-font-color;
}

@media screen and (min-width: $screen-min-sm) {
  .nw-pricing-delivercharges-title {
    padding: 0;
    text-align: center;
  }

  .nw-pricing-delivercharges-list {
    font-size: $deliverycharges-list-desktop-font-size;
  }

  .nw-pricing-deliverycharges-secondarylist {
    font-size: $deliverycharges-secondarylist-desktop-font-size;
  }

  .nw-pricing-deliverycharges-listcontainer {
    padding: 0 72px;
  }

}

