.nw-priceblock-amt {
  @include nw-product-price();
  white-space: nowrap;

}

.nw-priceblock-mrp {
  display: none;
  margin-right: 6px;
  font-family: $primary-font-family;
  font-weight: 400;

  &.is-having-discount {
    display: inline-block;
  }
}

.nw-priceblock-discount {
  @include nw-product-price();
  display: inline-block;
  padding-left: 5px;
  color: $product-pricediscount-color;
}

.nw-priceblock .nwc-contentloader {
  width: 70%;
}

.nw-price-terms {
  position: relative;
  display: inline-block;

  &:hover {
    .nw-price-hover {
      z-index: 2;
      display: block;
    }

    &::before {
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      display: block;
      transform: rotate(45deg);
      margin: 5px auto;
      width: 15px;
      height: 15px;
      background: $default-color;
    }
  }
}

.nw-price-tc {
  margin-left: 7px;
  cursor: pointer;
  font-weight: 600;
  color: $boston-blue;
}

.nw-price-hover {
  position: absolute;
  left: -35px;
  display: none;
  margin-top: 10px;
  border-radius: 3px;
  width: 105px;
  padding: 7px;
  background: $default-color;
  font-size: $font-size-xxs;
  font-weight: 600;
  line-height: 1.5;
  color: $white;
}

.nw-priceblock-container {
  position: relative;
}
