<div class="pdp-price-container">
  <div class="pdp-price">
    <div class="pdp-price__value pdp-price-sale__value">
      <div class="pdp-price__old-price"><s>&pound;119.99</s></div>
      <div class="pdp-price__new-price">&pound;79.99</div>
      <div class="pdp-price__remainder">You save &pound;40.00</div>
    </div>
    <div class="pdp-price__value pdp-price__value_extended">
      <div class="pdp-price__offer">2 for &pound;40.00</div>
      <div class="pdp-price__items">
        <ul>
          <li>Of the same product and size in a single purchase</li>
          <li>Online only offer</li>
          <li>Not available as Mix & Match</li>
        </ul>
      </div>
    </div>
    <div class="pdp-price__value pdp-price__value_extended">
      <div class="pdp-price__availability">Currently In Stock</div>
      <div class="pdp-price__delivery">
            <span class="delivery-link">
              <a href="#" data-open-tab="#delivery-tab">Delivery</a>
            </span>
        <span class="delivery-info">next day available</span>
      </div>
    </div>
    <div class="pdp-price__controls">
      <form action="#" class="quantity-counter">
        <div class="pdp-price__control-holder">
          <label for="quantity-field" class="quantity-label">Quantity: </label>
          <input type="text" inputmode="numeric" pattern="[0-9]*" id="quantity-field" class="tbx tbx_quantity" value="1">
        </div>
        <div class="pdp-price__control-holder">
          <button class="btn btn-action btn_full btn-add-to-basket">
              <span class="btn__text">Add for Delivery</span>
          </button>
        </div>
        <div class="pdp-price__control-holder">
          <button class="btn btn-primary btn_full" data-toggle="modal" data-target="#modal-click-and-collect">
              <span class="btn__text">Click & Collect</span>
          </button>
        </div>
        <div class="pdp-price__call-to-actions">
          <div class="pdp-price__control-holder pdp-price__actions">
            <a href="#" class="link-secondary">Check stock in your local store</a>
          </div>
        </div>
      </form>
    </div>
  </div>
</div>