Shopping Basket - Find My Supplies UK

View Basket

Register / Sign In

Delivery Details

Review Order

Complete Payment

Description
Item Price
Qty
Line Price
£36.74
£36.74


£24.25
£24.25


Prices are not guaranteed until the order is processed. Before submitting an order, click update to ensure changes stick.

We can't deliver to the Channel Islands or other locations outside the UK, any orders placed to these locations will be cancelled.

Your Order Summary

£61.00
Subtotal:
£4.99
Delivery:
£65.99
Total (inc. VAT):
// 608) { $("ul.subnav").parent().append(" "); //Only shows drop down trigger when js is enabled (Adds empty span tag after ul.subnav*) $("ul.topnav li a").hover(function() { //When trigger is clicked... //Following events are applied to the subnav itself (moving subnav up and down) $(this).parent().find("ul.subnav").show(); //Drop down the subnav on click $(this).parent().hover(function() { }, function(){ $(this).parent().find("ul.subnav").hide(); //When the mouse hovers out of the subnav, move it back up }); //Following events are applied to the trigger (Hover events for the trigger) }).hover(function() { $(this).addClass("subhover"); //On hover over, add class "subhover" }, function(){ //On Hover Out $(this).removeClass("subhover"); //On hover out, remove class "subhover" }); // Start of Mobile Menu Script } else{ // hides subnav when pressing close button $(".sub-nav-heading, #mobile-menu-cross, #mobile-right-transparent").click(function() { $("ul.subnav").hide(); $(".sub-nav-div").hide(); }); // disable top level menu clicks on mobile // enable on sub-sections $("ul.topnav li a:gt(0)").click(function(e) { $(this).parent().find("ul.subnav").show(); $(this).parent().find(".sub-nav-div").show(); $(this).addClass("subhover"); //return false; e.preventDefault(); $("ul.subnav li a").unbind("click"); }); $('.back').click(function(e){ // console.log ("back button click"); $('.sub-nav-div').hide(); }); }; }); //]]> -->