.nw-selectedaddressblock-wrapper {
  border-bottom: 1px solid $mybag-productview-bottomborder;
  width: 100%;
  font-family: $primary-font-family;
}

.nw-selectedaddressblock-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  padding: 0 8px;
  font-size: $font-size-checkout-mobile-address-header;
  font-weight: 600;
  letter-spacing: 1px;

  @media screen and (min-width: $screen-min-sm) {
    padding: inherit;
    font-size: $font-size-xs;
  }
}

.nw-selectedaddressblock-pincode {
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  color: $icon-color;
  text-decoration: underline;
}

.nw-selectedaddressblock-topbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-bottom: 5px;
}

.nw-selectedaddressblock-address {
  padding: 0 4px 12px 20px;
  font-size: $font-size-xxs;
  line-height: 14px;
  letter-spacing: 1px;
}

.nw-selectedaddressblock-addresstext {
  font-weight: 600;
}

.nw-selectedaddressblock-cta {
  border: 0;
  padding: 0;
  font-size: $font-size-xxs;
}

.nw-selectedaddressblock-textwrap .nw-slectedaddresstext-address {
  margin-bottom: 5px;
  font-size: $font-size-xxs;
  font-family: $primary-font-family;
  font-style: normal;
}
