
<!DOCTYPE html>

<!--[if lt IE 7 ]> <html lang="en" id="top" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="en" id="top" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="en" id="top" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="en" id="top" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" id="top" class="no-js"> <!--<![endif]-->

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Wholesale Foods, Fine Foods Supplier &amp; Distributor Online (UK)</title>
<meta name="description" content="Established for over 17 years Cotswold Fayre are a leading name in wholesale food distribution. From fine foods to specialist suppliers we have over 220 brands and 2500 products stocked online." />
<meta name="keywords" content="fine foods
wholesale foods
wholesale food 
wholesale food distributors
wholesale food suppliers
food wholesalers
wholesale food online
food wholesalers uk
food suppliers
wholesale suppliers
food distributors" />
<meta name="robots" content="INDEX,FOLLOW" />

<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<meta name="apple-mobile-web-app-title" content="Cotswold Fayre">
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="application-name" content="Cotswold Fayre">
<!--[if lt IE 7]>
<script type="text/javascript">
//<![CDATA[
    var BLANK_URL = 'https://www.cotswold-fayre.co.uk/js/blank.html';
    var BLANK_IMG = 'https://www.cotswold-fayre.co.uk/js/spacer.gif';
//]]>
</script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="https://www.cotswold-fayre.co.uk/media/css_secure/d45a531fdeddf3142c06abe8b85c82ca.css" media="all" />
<script type="text/javascript" src="https://www.cotswold-fayre.co.uk/media/js/0f55bb1f1d312143b7bb3e753575ad86.js"></script>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway:300,400,500,700,600" />
<link href="https://www.cotswold-fayre.co.uk/blog/rss/index/store_id/1/" title="Blog" rel="alternate" type="application/rss+xml" />
<!--[if  (lte IE 8) & (!IEMobile)]>
<link rel="stylesheet" type="text/css" href="https://www.cotswold-fayre.co.uk/media/css_secure/50f9d2342fabc37fdcc79191a165c624.css" media="all" />
<![endif]-->
<!--[if (gte IE 9) | (IEMobile)]><!-->
<link rel="stylesheet" type="text/css" href="https://www.cotswold-fayre.co.uk/media/css_secure/0fe37ce2bc0aacb15598aba619480859.css" media="all" />
<!--<![endif]-->

<script type="text/javascript">
//<![CDATA[
Mage.Cookies.path     = '/';
Mage.Cookies.domain   = '.www.cotswold-fayre.co.uk';
//]]>
</script>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />

<script type="text/javascript">
//<![CDATA[
optionalZipCountries = ["HK","IE","MO","PA"];
//]]>
</script>
            <!-- BEGIN GOOGLE ANALYTICS CODE -->
        <script type="text/javascript">
        //<![CDATA[
            var _gaq = _gaq || [];
            
_gaq.push(['_setAccount', 'UA-2382146-2']);
 _gaq.push(['_setSiteSpeedSampleRate', 100]);_gaq.push (['_gat._anonymizeIp']);
_gaq.push(['_trackPageview']);
            
            (function() {
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
            })();

        //]]>
        </script>
        <!-- END GOOGLE ANALYTICS CODE -->
    <script>
	var isMobile = false;
		
		if (!isMobile) {
		window.__lc = window.__lc || {};
		window.__lc.license = 9895780;
		(function() {
		var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
		lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
		})();
		}
		var LC_API = LC_API || {};
			
		
	if (!isMobile) {
		function getCart() {
			var xhr = new XMLHttpRequest();
			xhr.open('GET', 'https://www.cotswold-fayre.co.uk/livechat/index/getCart/');
			xhr.send(null);

			xhr.onreadystatechange = function () {
				var DONE = 4; 
				var OK = 200; 

				if (xhr.readyState === DONE) {
					if (xhr.status === OK) { 
						var data = JSON.parse(xhr.response);
						var custom_vars = [];
							try {
								data['products'].forEach(function(item){

									custom_vars.push({ name: item['name']+" ( "+item['price']+" ) "+"("+item['qty']+")", value: item['url']});

								});
								custom_vars.push({ name: 'Value', value: data['grand_total']});
							}catch(err){}

							if(custom_vars) LC_API.set_custom_variables(custom_vars);
					}
				} 
			};			
		}
		
		window.setInterval(function(){
			getCart();
		}, 20000);
	}
	</script>
<script type="text/javascript">//<![CDATA[
        var Translator = new Translate({"Add to Cart":"Add to Basket","Are you sure you would like to remove this item from the shopping cart?":"Are you sure you would like to remove this item from the shopping basket?"});
        //]]></script><script type="text/javascript" src="https://secure.leadforensics.com/js/94656.js" ></script>
</head>
<body class=" cotswold-index-index solr-filter-">
<div class="wrapper">
        <noscript>
        <div class="global-site-notice noscript">
            <div class="notice-inner">
                <p>
                    <strong>JavaScript seems to be disabled in your browser.</strong><br />
                    You must have JavaScript enabled in your browser to utilize the functionality of this website.                </p>
            </div>
        </div>
    </noscript>
    <div class="page">
        
<header id="header" class="page-header">
    <div class="page-header-container">

        <div class="page-header-logo">
            <a class="logo" href="https://www.cotswold-fayre.co.uk/">
                <img src="/skin/frontend/rwd/cotswold/images/cotswold-logo.png" alt="" class="small" />
            </a>
        </div>

        <!-- Account -->
        <div id="header-account-top-left">
            <div id="login-reg-account">
              <!--[ajaxpro_top.links_start]--><div class="links">
        <ul>
                                    <li class="first" ><a href="https://www.cotswold-fayre.co.uk/customer/account/login/" title="Login" >Login <span>or</span></a></li>
                                                <li class=" last" ><a href="https://www.cotswold-fayre.co.uk/customer/account/create/" title="Register" >Register</a></li>
                        </ul>
</div>
<!--[ajaxpro_top.links_end]-->            </div>
        </div>

        <!-- Contact -->
        <div id="header-contact">
            <div class="phone" itemscope itemtype="http://schema.org/Organization"><span itemprop="telephone" style="letter-spacing: 3px; font-size: 24px;">03452 606060</span></div>
            <div class="phone-sub-text">(03 numbers are charged at the standard rate from mobiles)</div>
            <div class="email">sales@cotswold-fayre.co.uk</div>
        </div>

        <div id="header-wholesale">
            <div class="header-wholesale-b-corp">
                <a href="/blog/cat/news/post/b-corp-partner-suppliers/">
                    <img src="/skin/frontend/rwd/cotswold/images/E_BCorp_logo_POS.png">
                </a>
            </div>
            <div class="header-wholesale-text">
                <div><span>Wholesale</span></div>
                <div><span>trade only</span></div>
            </div>
        </div>

        <div class="page-header-logo">
            <a class="logo" href="https://www.cotswold-fayre.co.uk/">
                <img src="/skin/frontend/rwd/cotswold/images/cotswold-logo.png" alt="" class="large" />
            </a>
        </div>


        <div class="skip-links">
            <a href="#header-nav" class="skip-link skip-nav" onclick="wpMenuButtonToggle()">
                <span class="icon"></span>
                <span class="label">Menu</span>
            </a>
            <a href="#header-search" class="skip-link skip-search">
                <span class="icon"></span>
                <span class="label">Search</span>
            </a>
            <a href="#header-account" class="skip-link skip-account">
                <span class="icon"></span>
                <span class="label">Account</span>
            </a>
            <!-- Cart -->
            <div class="header-minicart">
                <!--[ajaxpro_minicart_head_start]-->

<a href="#header-cart" class="skip-link skip-cart  no-count">
    <span class="icon"></span>
    <span class="count">
            No items
        </span>
    <span class="label">in your basket</span>
</a>

<div id="header-cart" class="block block-cart skip-content">
    
<div id="minicart-error-message" class="minicart-message"></div>
<div id="minicart-success-message" class="minicart-message"></div>

<div class="minicart-wrapper">

    <p class="block-subtitle">
        Recently added item(s)        <a class="close skip-link-close" href="#" title="Close">&times;</a>
    </p>

                    <p class="empty">You have no items in your shopping basket.</p>

    </div>
</div>
<!--[ajaxpro_minicart_head_end]-->            </div>
        </div>

    </div>
</header>

<!-- Navigation -->
<div id="header-nav">
    <div class="page-header">
        <div id="header-nav-inner">
            
<script type="text/javascript">
    //<![CDATA[
    var CUSTOMMENU_POPUP_WIDTH = 0;
    var CUSTOMMENU_POPUP_TOP_OFFSET = 0;
    var CUSTOMMENU_POPUP_DELAY_BEFORE_DISPLAYING = 250;
    var CUSTOMMENU_POPUP_DELAY_BEFORE_HIDING = 100;
    var CUSTOMMENU_RTL_MODE = 0;
    var wpCustommenuTimerShow = {};
    var wpCustommenuTimerHide = {};
    var wpActiveMenu = null;
    var wpPopupMenuContent = '';
    var wpMobileMenuContent = '';
    //]]>
    jQuery(document).ready(function($) {
        wpCustomMenuMobileToggle();
    });

</script>

<div class="nav-container" id="wp-nav-container">

    <div id="custommenu" class="" style="display: none;">
        <div id="popup1" class="wp-custom-menu-popup" onmouseout="wpHideMenuPopup(this, event, 'popup1', 'menu1')"
             onmouseover="wpPopupOver(this, event, 'popup1', 'menu1')"
             style="top: 53px; left: 0px; z-index: 10000; display: none;">
            <div class="block1">
                <div class="columns columns-4">
                    <div class="sideblock-container">
    <div class="block-title">
        <strong><span><a class="cat_link" href="/blog/cat/news">News</a></span></strong>
    </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/carbon-neutral-distribution/" >Carbon Neutral Distribution</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>Partnership that is better for the planet...</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/carbon-neutral-distribution/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/city-harvest-impact-report/" >City Harvest: Cotswold Fayre 2018 Impact</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>Cotswold Fayre 2018 Impact Report</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/city-harvest-impact-report/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/b-corp-bulletin/" >B Corp Bulletin</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>Momentum for reinventing UK business grows as 20 CEOs and founders become trustees or ambassadors of the UK B Corporation movement.</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/b-corp-bulletin/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
    </div>

<div class="sideblock-container">
    <div class="block-title">
        <strong><span><a class="cat_link" href="/blog/cat/events">Events</a></span></strong>
    </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/christmas-2019-roadshows/" >Christmas Launch Events | 09 May - 06 June 2019</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p><span style="font-size: medium; font-family: arial, helvetica, sans-serif;">Our Christmas range is on the road and coming to a venue near you!</span></p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/christmas-2019-roadshows/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/pauls-book-launch/" >Paul's Book Launch</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>Paul&nbsp;will be holding two launch events for "Forces for Good".</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/pauls-book-launch/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/new_product_launch_shows19/" >New Product Launch Shows: Jan 2019</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p><img src="https://www.cotswold-fayre.co.uk/media/wysiwyg/NPLS18_1200x250pix_1.jpg" /></p>
<p>Register your interest and confirm your attendance today...</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/new_product_launch_shows19/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
    </div>

<div class="sideblock-container">
    <div class="block-title">
        <strong><span><a class="cat_link" href="/blog/cat/products-and-recipes">Products & Recipes</a></span></strong>
    </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/gradz/" >Introducing Gradz Bakery</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p class="heading2" id="u16289-7">GRADZ artisan bread is hand-crafted in London to combine traditional heritage and modern taste.</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/gradz/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/littlepod/" >LittlePod Queen's Award</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>This year LittlePod were winners of the prestigious Queen&rsquo;s Award for Enterprise in Sustainable Development.</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/littlepod/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/farringtons-mellow-yellow/" >A deliciously daring new dressing from Farrington’s Mellow Yellow</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>The first new product launch from Farrington Oils in four years perfectly blends the&nbsp;warm heat of chilli flakes with the gentle aroma of cumin seeds.</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/farringtons-mellow-yellow/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
    </div>

<div class="sideblock-container">
    <div class="block-title">
        <strong><span><a class="cat_link" href="/blog/cat/blog">Blog</a></span></strong>
    </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/p-h-benefits-of-mentoring/" >Paul Hargreaves: The Benefits to the Mentor of Mentoring</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>&nbsp;6 reasons to encourage you to become a mentor.</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/p-h-benefits-of-mentoring/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/ph-two-decades-progression-passion-purpose/" >Paul Hargreaves: Two Decades of Progression, Passion and Purpose</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p>Last weekend we celebrated our 20<sup>th</sup>&nbsp;birthday, so this week a few reflections from the last 20 years...</p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/ph-two-decades-progression-passion-purpose/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
            <div class="sideblogPostWrapper">
            <div class="sideblogPostTitle">
                <strong><span><a href="https://www.cotswold-fayre.co.uk/blog/ph-power-balance/" >Paul Hargreaves: Power Balance</a></span></strong>
            </div>
            <div class="sideblogPostContent"><p><span>Where is the power balance between retailers and suppliers?</span></p><a class="aw-blog-read-more" href="https://www.cotswold-fayre.co.uk/blog/ph-power-balance/">Read More</a></div>

                        <div class="sideblogPostDetails">
                            </div>
            <div class="sideblogLine"></div>
        </div>
    </div>

                </div>
            </div>
        </div>
        <div id="popup2" class="wp-custom-menu-popup" onmouseout="wpHideMenuPopup(this, event, 'popup2', 'menu2')"
             onmouseover="wpPopupOver(this, event, 'popup2', 'menu2')"
             style="top: 53px; left: 0px; z-index: 10000; display: none;">
            <div class="block1 popup-menu">
<div class="columns"><!-- First Column Links -->
<div class="popup-menu-column1-4">
<div class="itemSubMenu desktop level1"><a class="itemMenuName desktop level1" href="/about"><span>About Us</span></a>
<div class="itemMenu level2"><a class="itemMenuName level2" href="/our-philosophy"><span>Our Philosophy</span></a> <a class="itemMenuName level2" href="/our-team"><span>Our Team</span></a> <a class="itemMenuName level2" href="/our-dream"><span>Our Dream</span></a></div>
</div>
<a class="itemMenuName desktop level1"><span>Downloads</span></a>
<div class="itemSubMenu desktop level1">
<div class="itemMenu level2"><a class="itemMenuName level2" href="/media/wysiwyg/CF_July_2017-January_2018_Catalogue.pdf" target="_blank">January-July 2018 Catalogue</a> <a class="itemMenuName level2" href="/media/wysiwyg/CF_January-July_2018_Promotions.pdf" target="_blank">Promotions (Jan-Jul 2018)</a></div>
</div>
</div>
<!-- Second Column Links -->
<div class="popup-menu-column1-4"><a class="itemMenuName desktop level1" href="/contact"><span>Contact</span></a> <a class="itemMenuName desktop level1" href="/customer-service"><span>Customer Service</span></a> <a class="itemMenuName desktop level1" href="/delivery/"><span>Delivery</span></a> <a class="itemMenuName desktop level1" href="/privacy-policy-cookie-restriction-mode/"><span>Privacy</span></a> <a class="itemMenuName desktop level1" href="/terms-and-conditions/"><span>Terms &amp; Conditions</span></a></div>
<!-- End Second Column Links --> <!-- Third Column Links -->
<div class="popup-menu-column1-4"><a class="itemMenuName desktop level1" href="/testimonials/"><span>Testimonials</span></a> <a class="itemMenuName desktop level1" href="/vacancies/"><span>Vacancies</span></a> <a class="itemMenuName desktop level1" href="/blog/cat/blog/"><span>Speciality Bites</span></a></div>
<!-- End Third Column Links -->
<div class="popup-menu-column1-4">
<div class="menu-cms-header">Our chosen charity</div>
<div class="menu-cms-body"><img alt="Bala children's centre" src="/media/wysiwyg/Bala_big.jpg" /></div>
<div class="menu-cms-footer">Bala Children's Centre, Kenya</div>
</div>
</div>
</div>        </div>
        <div id="popup3" class="wp-custom-menu-popup" onmouseout="wpHideMenuPopup(this, event, 'popup3', 'menu3')"
             onmouseover="wpPopupOver(this, event, 'popup3', 'menu3')" style="z-index: 9999;">
                            <div class="block1 popup-menu">
<div class="popup-menu-column1-4">
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/beverages.html"><span class="">Beverages</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/grocery.html"><span class="">Grocery</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/store-cupboard.html"><span class="">Store Cupboard</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/baking.html"><span class="">Baking</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/bakery.html"><span class="">Bakery</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/snacks.html"><span class="">Snacks</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/confectionery.html"><span class="">Confectionery</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/kid-s.html"><span class="">Kid's</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
    </div>
<div class="popup-menu-column1-4 promoted-menu-text">
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/chilled.html"><span class="chilled-menu-text">Chilled</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/christmas.html"><span class="christmas-menu-text">Christmas</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/special-offers-1785.html"><span class="">Special Offers</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/new-products.html"><span class="">New Products</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/best-sellers.html"><span class="">Best Sellers</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
            <div class="itemMenu desktop level1"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/last-chance.html"><span class="">Last Chance</span></a>
            <div class="itemSubMenu desktop level1">
                            </div>
        </div>
    </div>
<div class="popup-menu-column1-4" style="margin-left: -65px; margin-right: 65px;">
<div class="menu-cms-footer"><span><strong>DOWNLOADS / VIEW ONLINE</strong></span></div>
<div class="menu-cms-footer"><a href="https://www.cotswold-fayre.co.uk/media/wysiwyg/CF_July2019_Catalogue-lores.pdf" title="CF Jul 2019 - Jan 2020 Catalogue" target="_blank">Ambient Catalogue Jul19 - Jan20</a></div>
<div class="menu-cms-footer"><a href="https://www.cotswold-fayre.co.uk/media/wysiwyg/CF_Jul2019-Jan2020_Promotions.pdf" title="CF Jul2019-Jan2020 Catalogue" target="_blank">Ambient Promotions (Jul19 - Jan20)</a></div>
<div class="menu-cms-footer"><strong><a href="http://www.cotswold-fayre.co.uk/media/wysiwyg/CF_Spring2019_lores.pdf" target="_blank">Spring 2019 Catalogue</a></strong></div>
<div class="menu-cms-footer"><span style="color: #0000ff;"><span class="chilled-menu-text"><a href="https://www.cotswold-fayre.co.uk/media/wysiwyg/CF_Chilled_Summer-Autumn2019.pdf" title="CF Chilled Summer-Autumn 2019" target="_blank"><span style="color: #0000ff;">Chilled Range Summer-Autumn 2019</span></a></span></span></div>
<div class="menu-cms-footer"><strong><a href="https://www.cotswold-fayre.co.uk/media/wysiwyg/CF_Christmas_2019_Catalogue_LoRes.pdf" target="_blank">Christmas 2019 Catalogue</a></strong></div>
<div class="menu-cms-footer"></div>
</div>
<div class="popup-menu-column1-4">
<div class="menu-cms-header"><span style="font-size: 14px;">Featured Product</span></div>
<div class="menu-cms-body">
<div class="menu-cms-body"><a href="https://www.cotswold-fayre.co.uk/products/seaglassgin.html" title="CF Sea Glass Gin" target="_self"><img src="https://www.cotswold-fayre.co.uk/media/wysiwyg/FP_Deerness_Aug19.jpg" /></a></div>
<div class="menu-cms-body"><span style="font-size: medium;"><a href="https://www.cotswold-fayre.co.uk/products/seaglassgin.html" title="CF Sea Glass Gin" target="_self">Click&nbsp;<strong>here</strong>&nbsp;to view products</a><a href="https://www.cotswold-fayre.co.uk/products/holdsworth.html" title="CF Holdsworth" target="_self"></a></span></div>
<div class="menu-cms-body"><a href="https://www.deernessdistillery.com/" title="www.deernessdistillery.com" target="_blank"><span style="font-size: medium;">Or&nbsp;<strong>here</strong>&nbsp;to visit supplier website</span></a></div>
</div>
</div>
</div>


                    </div>


        <div id="menu1" class="menu" onmouseover="wpShowMenuPopup(this, event, 'popup1');"
             onmouseout="wpHideMenuPopup(this, event, 'popup1', 'menu1')">
            <div class="parentMenu menu0">
                <a href="/blog" rel="/blog">
                    <span>News</span>
                </a>
            </div>
        </div>
        <div id="menu2" class="menu" onmouseover="wpShowMenuPopup(this, event, 'popup2');"
             onmouseout="wpHideMenuPopup(this, event, 'popup2', 'menu2')">
            <div class="parentMenu">
                <a href="/about" rel="/about">
                    <span>About</span>
                </a>
            </div>
        </div>
        <div id="menu3" class="menu" onmouseover="wpShowMenuPopup(this, event, 'popup3');"
             onmouseout="wpHideMenuPopup(this, event, 'popup3', 'menu3')">
            <div class="parentMenu">
                <a href="javascript:void(0);" rel=https://www.cotswold-fayre.co.uk/products.html >
                    <span>Products</span>
                </a>
            </div>
        </div>
        <div class="menu">
            <div class="parentMenu menu0">
                <a href=https://www.cotswold-fayre.co.uk/>
                    <span>Home</span>
                </a>
            </div>
        </div>
        <div class="clearBoth"></div>
    </div>




    <div id="custommenu-mobile" class="" style="display: none;">
        <div id="menu-button" onclick="wpMenuButtonToggle()">
            <a href="javascript:void(0);">
                <span>Menu</span>
            </a>
        </div>
        <div id="menu-content"><div id="menu-mobile-0" class="menu-mobile level0">
                <div class="parentMenu">
                    <a href=https://www.cotswold-fayre.co.uk/>
                        <span>Home</span>
                    </a>
                </div>
                <div class="parentMenu">
                    <a href="/about/">
                        <span>About</span>
                    </a>
                </div>
            </div>
            <div id="menu-mobile-3" class="menu-mobile level0">
                <div class="parentMenu">
                    <a onclick="wpSubMenuToggle(this, 'menu-mobile-3', 'submenu-mobile-3');">
                        <span>Products</span>
                    </a>
                    <span class="button" rel="submenu-mobile-3" onclick="wpSubMenuToggle(this, 'menu-mobile-3', 'submenu-mobile-3');">&nbsp;</span>
                </div>

                <!-- MOBILE MENU -->
                                    <div id="submenu-mobile-3" rel="level0" class="wp-custom-menu-submenu" style="display: none;">
                        <div id="menu-mobile-14" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/non-food.html"><span>Non-Food</span></a><span class="button" rel="submenu-mobile-14" onclick="wpSubMenuToggle(this, 'menu-mobile-14', 'submenu-mobile-14');">&nbsp;</span></div><div id="submenu-mobile-14" rel="level1" class="wp-custom-menu-submenu level1" style="display: none;"><div id="menu-mobile-61" class="itemMenu level2"><div class="parentMenu"><a class="itemMenuName level2" href="https://www.cotswold-fayre.co.uk/products/non-food/pet-collection.html"><span>Pet Collection</span></a></div></div><div class="clearBoth"></div></div></div><div id="menu-mobile-6" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/beverages.html"><span>Beverages</span></a></div></div><div id="menu-mobile-71" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/chilled.html"><span>Chilled</span></a><span class="button" rel="submenu-mobile-71" onclick="wpSubMenuToggle(this, 'menu-mobile-71', 'submenu-mobile-71');">&nbsp;</span></div><div id="submenu-mobile-71" rel="level1" class="wp-custom-menu-submenu level1" style="display: none;"><div id="menu-mobile-98" class="itemMenu level2"><div class="parentMenu"><a class="itemMenuName level2" href="https://www.cotswold-fayre.co.uk/products/chilled/bread-cakes.html"><span>Bread &amp; Cakes</span></a></div></div><div id="menu-mobile-99" class="itemMenu level2"><div class="parentMenu"><a class="itemMenuName level2" href="https://www.cotswold-fayre.co.uk/products/chilled/salads-olives.html"><span>Salads &amp; Olives</span></a></div></div><div class="clearBoth"></div></div></div><div id="menu-mobile-7" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/grocery.html"><span>Grocery</span></a></div></div><div id="menu-mobile-87" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/christmas.html"><span>Christmas</span></a></div></div><div id="menu-mobile-8" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/store-cupboard.html"><span>Store Cupboard</span></a></div></div><div id="menu-mobile-63" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/special-offers-1785.html"><span>Special Offers</span></a></div></div><div id="menu-mobile-9" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/baking.html"><span>Baking</span></a></div></div><div id="menu-mobile-64" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/new-products.html"><span>New Products</span></a></div></div><div id="menu-mobile-10" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/bakery.html"><span>Bakery</span></a></div></div><div id="menu-mobile-62" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/best-sellers.html"><span>Best Sellers</span></a></div></div><div id="menu-mobile-11" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/snacks.html"><span>Snacks</span></a></div></div><div id="menu-mobile-12" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/confectionery.html"><span>Confectionery</span></a></div></div><div id="menu-mobile-69" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/last-chance.html"><span>Last Chance</span></a></div></div><div id="menu-mobile-13" class="itemMenu level1"><div class="parentMenu"><a class="itemMenuName level1" href="https://www.cotswold-fayre.co.uk/products/kid-s.html"><span>Kid's</span></a></div></div>                    </div>
                            </div>
            <div id="menu-mobile-0" class="menu-mobile level0">
                <div class="parentMenu">
                    <a href="/blog/">
                        <span>News</span>
                    </a>
                </div>
                <div class="parentMenu">
                    <a href="/contact/">
                        <span>Contact</span>
                    </a>
                </div>
                <div class="parentMenu">
                    <a href="/customer-service/">
                        <span>Customer Service</span>
                    </a>
                </div>
                <div class="parentMenu">
                    <a href="/privacy-policy-cookie-restriction-mode/">
                        <span>Privacy</span>
                    </a>
                </div>
                <div class="parentMenu">
                    <a href="/terms-and-conditions/">
                        <span>Terms &amp; Conditions</span>
                    </a>
                </div>
            </div>
            <div class="clearBoth"></div></div>
    </div>
</div>




            <!-- Search -->
            <div id="header-search" class="skip-content">
                
<form id="search_mini_form" action="https://www.cotswold-fayre.co.uk/catalogsearch/result/" method="get">
    <div class="input-box">
        <label for="search">Search:</label>
        <input id="search" type="search" name="q" value="" class="input-text required-entry" maxlength="128" placeholder="Search by keyword or code..." />
        <button type="submit" title="Search" class="button search-button"><span><span>Search</span></span></button>
    </div>

    <div id="search_autocomplete" class="search-autocomplete"></div>
    <script type="text/javascript">
    //<![CDATA[
        var searchForm = new Varien.searchForm('search_mini_form', 'search', '');
        searchForm.initAutocomplete('https://www.cotswold-fayre.co.uk/catalogsearch/ajax/suggest/', 'search_autocomplete');
    //]]>
    </script>
</form>
            </div>
            <div id="header-account" class="skip-content">
                <!--[ajaxpro_top.links_start]--><div class="links">
        <ul>
                                    <li class="first" ><a href="https://www.cotswold-fayre.co.uk/customer/account/login/" title="Login" >Login <span>or</span></a></li>
                                                <li class=" last" ><a href="https://www.cotswold-fayre.co.uk/customer/account/create/" title="Register" >Register</a></li>
                        </ul>
</div>
<!--[ajaxpro_top.links_end]-->            </div>
        </div>
    </div>
</div>

<div class="top-container"><!--[ajaxpro_headerCart_start]--><span></span><!--[ajaxpro_headerCart_end]--></div>
<script>
jQuery(document).ready(function($) {
    $("#header-contact .email").html(function(){
        var e = "sales";
        var a = "@cotswold-fayre.co";
        var c = ".uk";
        return '<a href="mailto:' + e + a + c + '">' + e + a + c + '</a>';
    });
});
</script>
        <div class="main-container col1-layout">
            <div class="main">
                                <div class="col-main">
                                         <div class="home-wrapper">
    <div id="home-banner-carousel-nav" class="crsl-nav">
    <a href="#" class="previous">Previous</a>
    <a href="#" class="next">Next</a>
</div>

<div class="display-only-one-item home-banner crsl-items" id="home-banner-carousel"  data-navigation="home-banner-carousel-nav" data-crsl='{ "speed": 1200, "autoRotate": 6000 }'>
    <ul class="crsl-wrap">
<li class="crsl-item"><a href="https://www.cotswold-fayre.co.uk/products/propernutty.html"><img alt="first" src="https://www.cotswold-fayre.co.uk/media/wysiwyg/PN_Jul19_1200x400.jpg" /></a></li>
<li class="crsl-item"><a href="https://www.cotswold-fayre.co.uk/products/chilled/preciouspea.html"><img alt="second" src="https://www.cotswold-fayre.co.uk/media/wysiwyg/PreciousPea_Aug19.jpg" /></a></li>
<li class="crsl-item"><a href="https://www.cotswold-fayre.co.uk/products/beverages/ahmadtea.html"><img alt="third" src="https://www.cotswold-fayre.co.uk/media/wysiwyg/AhmadTea_Aug19_1200x400_1.jpg" /></a></li>
</ul>
<h2>Speciality &amp; fine food wholesale distributor, supplying independent retailers</h2>
    <div class="clearfix"></div>
</div>

<script>
jQuery(document).ready(function($) {
    

    $('#home-banner-carousel').imagesLoaded( function() {
        $('#home-banner-carousel').removeClass('display-only-one-item');
    });

    $("#home-banner-carousel").carousel({visible: 1, itemMinWidth: 193 });
    var autoRotate = true;
    $("#home-banner-carousel").on( "initCarousel", function(event, defaults, obj){
       $(this).hover( function(){
           if (autoRotate == true) {clearInterval( obj.rotateTime );}
       }, function(){
              if (autoRotate == true) {
                obj.rotateTime = window.setInterval( function(){
                     obj.rotate();
                }, defaults.autoRotate );
              }
       });
       $(this).click( function(){
        autoRotate = false;
        return true;
       });
    });
});


</script>


<div id="home-offers-nav" class="crsl-nav">
    <a href="#" class="previous">Previous</a>
    <a href="#" class="next">Next</a>
</div>

<div class="home-offers crsl-items" id="home-offers-carousel"  data-navigation="home-offers-nav">

    <h3>Our Fine Food Special Offers</h3>

    <ul class="product-list crsl-wrap">
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-5377">
                    <span class="currency">£</span>17<span class="decimials">.95</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-5377">
                    <span class="currency">£</span>15<span class="decimials">.26</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/jacob-s-finest-olive-falafel-15-days-life-6-x-180g.html" title="Jacob's Finest - Olive Falafel (16 min DSL) - 12 x 180g">Jacob's Finest - Olive Falafel (16 min DSL) - 12 x 180g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/jacob-s-finest-olive-falafel-15-days-life-6-x-180g.html" title="Jacob's Finest - Olive Falafel (16 min DSL) - 12 x 180g" class="product-image">
                                                                        <img id="product-collection-image-5377"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/Y/J/YJCB03_4.jpg"
                             alt="Jacob's Finest - Olive Falafel (16 min DSL) - 12 x 180g" />

                            <div class="mst_discount"><p>15%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/5377/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10517">
                    <span class="currency">£</span>11<span class="decimials">.30</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10517">
                    <span class="currency">£</span>7<span class="decimials">.91</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/innocent-innocent-bubbles-orange-lime-12-x-330ml.html" title="Innocent - Innocent bubbles - Orange & lime - 12 x 330ml">Innocent - Innocent bubbles - Orange &amp; lime - 12 x 330ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/innocent-innocent-bubbles-orange-lime-12-x-330ml.html" title="Innocent - Innocent bubbles - Orange &amp; lime - 12 x 330ml" class="product-image">
                                                                        <img id="product-collection-image-10517"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/Y/I/YINN39.jpg"
                             alt="Innocent - Innocent bubbles - Orange &amp; lime - 12 x 330ml" />

                            <div class="mst_discount"><p>30%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10517/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-6422">
                    <span class="currency">£</span>6<span class="decimials">.75</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-6422">
                    <span class="currency">£</span>5<span class="decimials">.40</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/dan-hull-coleslaw-5-dsl-6-x-225g.html" title="Dan Hull - Coleslaw (5 min DSL) - 4 x 225g">Dan Hull - Coleslaw (5 min DSL) - 4 x 225g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/dan-hull-coleslaw-5-dsl-6-x-225g.html" title="Dan Hull - Coleslaw (5 min DSL) - 4 x 225g" class="product-image">
                                                                        <img id="product-collection-image-6422"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/Y/D/YDHU01_3.jpg"
                             alt="Dan Hull - Coleslaw (5 min DSL) - 4 x 225g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/6422/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9626">
                    <span class="currency">£</span>19<span class="decimials">.20</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9626">
                    <span class="currency">£</span>17<span class="decimials">.28</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/gradz-bakery-oats-flax-bread-6-x-500g.html" title="Gradz Bakery - Oats & Flax Sourdough Bread (3 min DSL) - 6 x 500g">Gradz Bakery - Oats &amp; Flax Sourdough Bread (3 min DSL) - 6 x 500g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/gradz-bakery-oats-flax-bread-6-x-500g.html" title="Gradz Bakery - Oats &amp; Flax Sourdough Bread (3 min DSL) - 6 x 500g" class="product-image">
                                                                        <img id="product-collection-image-9626"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/Y/G/YGRZ02_1.jpg"
                             alt="Gradz Bakery - Oats &amp; Flax Sourdough Bread (3 min DSL) - 6 x 500g" />

                            <div class="mst_discount"><p>10%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/9626/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10314">
                    <span class="currency">£</span>11<span class="decimials">.95</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10314">
                    <span class="currency">£</span>9<span class="decimials">.56</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/precious-pea-organic-red-pepper-houmous-6-x-180ml.html" title="Precious Pea - Organic Red Pepper Houmous (7 min DSL) - 6 x 180g">Precious Pea - Organic Red Pepper Houmous (7 min DSL) - 6 x 180g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/precious-pea-organic-red-pepper-houmous-6-x-180ml.html" title="Precious Pea - Organic Red Pepper Houmous (7 min DSL) - 6 x 180g" class="product-image">
                                                                        <img id="product-collection-image-10314"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/Y/P/YPRP04_1.jpg"
                             alt="Precious Pea - Organic Red Pepper Houmous (7 min DSL) - 6 x 180g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10314/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-172">
                    <span class="currency">£</span>8<span class="decimials">.75</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-172">
                    <span class="currency">£</span>7<span class="decimials">.00</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/belvoir-elderflower-presse-cans-12x25cl.html" title="Belvoir - Elderflower Presse (Cans) - 12 x 250ml">Belvoir - Elderflower Presse (Cans) - 12 x 250ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/belvoir-elderflower-presse-cans-12x25cl.html" title="Belvoir - Elderflower Presse (Cans) - 12 x 250ml" class="product-image">
                                                                        <img id="product-collection-image-172"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/B/E/BEV301.jpg"
                             alt="Belvoir - Elderflower Presse (Cans) - 12 x 250ml" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/172/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-868">
                                            <span class="price"><span class="currency">£</span>11<span class="decimials">.15</span></span>                                    </span>
                        
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/fentimans-rose-lemonade-12x275ml.html" title="Fentimans - Rose Lemonade - 12 x 275ml">Fentimans - Rose Lemonade - 12 x 275ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/fentimans-rose-lemonade-12x275ml.html" title="Fentimans - Rose Lemonade - 12 x 275ml" class="product-image">
                                                                        <img id="product-collection-image-868"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/F/E/FEN320.jpg"
                             alt="Fentimans - Rose Lemonade - 12 x 275ml" />

                                                    </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/868/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-8669">
                                            <span class="price"><span class="currency">£</span>22<span class="decimials">.90</span></span>                                    </span>
                        
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/olina-s-bakehouse-cashew-and-rosemary-seed-crisp-bread-12-x-130g.html" title="Olina's Bakehouse  - Cashew & Rosemary Seeded Crisps - 12 x 130g">Olina's Bakehouse  - Cashew &amp; Rosemary Seeded Crisps - 12 x 130g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/olina-s-bakehouse-cashew-and-rosemary-seed-crisp-bread-12-x-130g.html" title="Olina's Bakehouse  - Cashew &amp; Rosemary Seeded Crisps - 12 x 130g" class="product-image">
                                                                        <img id="product-collection-image-8669"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/B/A/BAK06_1.jpg"
                             alt="Olina's Bakehouse  - Cashew &amp; Rosemary Seeded Crisps - 12 x 130g" />

                                                    </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/8669/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9239">
                    <span class="currency">£</span>16<span class="decimials">.05</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9239">
                    <span class="currency">£</span>11<span class="decimials">.24</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/manomasa-chargrilled-pineapple-arbol-12-x-160g.html" title="Manomasa - Chargrilled Pineapple & Arbol Corn Chips - 12 x 160g">Manomasa - Chargrilled Pineapple &amp; Arbol Corn Chips - 12 x 160g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/manomasa-chargrilled-pineapple-arbol-12-x-160g.html" title="Manomasa - Chargrilled Pineapple &amp; Arbol Corn Chips - 12 x 160g" class="product-image">
                                                                        <img id="product-collection-image-9239"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/M/C/MCC22.jpg"
                             alt="Manomasa - Chargrilled Pineapple &amp; Arbol Corn Chips - 12 x 160g" />

                            <div class="mst_discount"><p>30%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/9239/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10055">
                    <span class="currency">£</span>30<span class="decimials">.60</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10055">
                    <span class="currency">£</span>26<span class="decimials">.01</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/xochitl-nacho-chips-10-x-340g.html" title="Xochitl - Nacho Chips - 10 x 340g">Xochitl - Nacho Chips - 10 x 340g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/xochitl-nacho-chips-10-x-340g.html" title="Xochitl - Nacho Chips - 10 x 340g" class="product-image">
                                                                        <img id="product-collection-image-10055"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/X/O/XOC14.jpg"
                             alt="Xochitl - Nacho Chips - 10 x 340g" />

                            <div class="mst_discount"><p>15%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10055/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-7333">
                    <span class="currency">£</span>12<span class="decimials">.10</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-7333">
                    <span class="currency">£</span>9<span class="decimials">.68</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/the-protein-ball-co-lemon-pistacho-protein-balls-10-x-45g.html" title="Protein Ball Co, The - Lemon & Pistachio Protein Balls - 10 x 45g">Protein Ball Co, The - Lemon &amp; Pistachio Protein Balls - 10 x 45g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/the-protein-ball-co-lemon-pistacho-protein-balls-10-x-45g.html" title="Protein Ball Co, The - Lemon &amp; Pistachio Protein Balls - 10 x 45g" class="product-image">
                                                                        <img id="product-collection-image-7333"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/P/B/PBC06.jpg"
                             alt="Protein Ball Co, The - Lemon &amp; Pistachio Protein Balls - 10 x 45g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/7333/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-8348">
                    <span class="currency">£</span>11<span class="decimials">.65</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-8348">
                    <span class="currency">£</span>10<span class="decimials">.49</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/cleaver-keg-chorizo-cuts-8-x-45g.html" title="Cleaver & Keg - Chorizo Cuts - 8 x 45g">Cleaver &amp; Keg - Chorizo Cuts - 8 x 45g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/cleaver-keg-chorizo-cuts-8-x-45g.html" title="Cleaver &amp; Keg - Chorizo Cuts - 8 x 45g" class="product-image">
                                                                        <img id="product-collection-image-8348"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/K/E/KEG03.jpg"
                             alt="Cleaver &amp; Keg - Chorizo Cuts - 8 x 45g" />

                            <div class="mst_discount"><p>10%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/8348/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9694">
                    <span class="currency">£</span>12<span class="decimials">.60</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9694">
                    <span class="currency">£</span>10<span class="decimials">.08</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/ahmad-tea-royal-earl-grey-5-x-37-5g.html" title="Ahmad Tea -  Royal Earl Grey Tea Bags (15) - 5 x 37.5g">Ahmad Tea -  Royal Earl Grey Tea Bags (15) - 5 x 37.5g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/ahmad-tea-royal-earl-grey-5-x-37-5g.html" title="Ahmad Tea -  Royal Earl Grey Tea Bags (15) - 5 x 37.5g" class="product-image">
                                                                        <img id="product-collection-image-9694"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/A/H/AHT03.jpg"
                             alt="Ahmad Tea -  Royal Earl Grey Tea Bags (15) - 5 x 37.5g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/9694/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10168">
                    <span class="currency">£</span>33<span class="decimials">.15</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10168">
                    <span class="currency">£</span>29<span class="decimials">.84</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/teoni-s-cookies-gf-cranberry-oat-crumbles-15-x-200g.html" title="Teoni's - Cranberry Oat Crumbles - 15 x 200g">Teoni's - Cranberry Oat Crumbles - 15 x 200g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/teoni-s-cookies-gf-cranberry-oat-crumbles-15-x-200g.html" title="Teoni's - Cranberry Oat Crumbles - 15 x 200g" class="product-image">
                                                                        <img id="product-collection-image-10168"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/T/N/TNI78.jpg"
                             alt="Teoni's - Cranberry Oat Crumbles - 15 x 200g" />

                            <div class="mst_discount"><p>10%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10168/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-10744">
                                            <span class="price"><span class="currency">£</span>8<span class="decimials">.75</span></span>                                    </span>
                        
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/folkington-s-english-garden-tonic-water-fridgepack-3-x-8-x-150ml.html" title="Folkington's - English Garden Tonic Water (fridgepack) - 3 x 8  x 150ml">Folkington's - English Garden Tonic Water (fridgepack) - 3 x 8  x 150ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/folkington-s-english-garden-tonic-water-fridgepack-3-x-8-x-150ml.html" title="Folkington's - English Garden Tonic Water (fridgepack) - 3 x 8  x 150ml" class="product-image">
                                                                        <img id="product-collection-image-10744"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/M/E/MET50.jpg"
                             alt="Folkington's - English Garden Tonic Water (fridgepack) - 3 x 8  x 150ml" />

                                                    </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10744/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10813">
                    <span class="currency">£</span>21<span class="decimials">.95</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10813">
                    <span class="currency">£</span>18<span class="decimials">.66</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/creative-nature-brownie-mix-6-x-400g.html" title="Creative Nature - Brownie Mix  - 6 x 400g">Creative Nature - Brownie Mix  - 6 x 400g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/creative-nature-brownie-mix-6-x-400g.html" title="Creative Nature - Brownie Mix  - 6 x 400g" class="product-image">
                                                                        <img id="product-collection-image-10813"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/C/R/CRN04.jpg"
                             alt="Creative Nature - Brownie Mix  - 6 x 400g" />

                            <div class="mst_discount"><p>15%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10813/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10667">
                    <span class="currency">£</span>11<span class="decimials">.20</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10667">
                    <span class="currency">£</span>8<span class="decimials">.40</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/flower-white-meringue-bites-salted-caramel-8-x-75g.html" title="Flower & White - Meringue Bites - Salted Caramel - 8 x 75g">Flower &amp; White - Meringue Bites - Salted Caramel - 8 x 75g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/flower-white-meringue-bites-salted-caramel-8-x-75g.html" title="Flower &amp; White - Meringue Bites - Salted Caramel - 8 x 75g" class="product-image">
                                                                        <img id="product-collection-image-10667"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/M/G/MGZ65.jpg"
                             alt="Flower &amp; White - Meringue Bites - Salted Caramel - 8 x 75g" />

                            <div class="mst_discount"><p>25%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10667/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9721">
                    <span class="currency">£</span>20<span class="decimials">.80</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9721">
                    <span class="currency">£</span>16<span class="decimials">.64</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/speyside-sweet-chilli-salmon-jerky-12-x-30g.html" title="Speyside - Sweet Chilli Salmon Jerky - 12 x 30g ">Speyside - Sweet Chilli Salmon Jerky - 12 x 30g </a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/speyside-sweet-chilli-salmon-jerky-12-x-30g.html" title="Speyside - Sweet Chilli Salmon Jerky - 12 x 30g " class="product-image">
                                                                        <img id="product-collection-image-9721"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/S/A/SAL02.jpg"
                             alt="Speyside - Sweet Chilli Salmon Jerky - 12 x 30g " />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/9721/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9798">
                    <span class="currency">£</span>14<span class="decimials">.20</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9798">
                    <span class="currency">£</span>11<span class="decimials">.36</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/proper-nutty-slightly-salted-peanut-butter-6-x-280g.html" title="Proper Nutty - Slightly Salted Peanut Butter - 6 x 280g">Proper Nutty - Slightly Salted Peanut Butter - 6 x 280g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/proper-nutty-slightly-salted-peanut-butter-6-x-280g.html" title="Proper Nutty - Slightly Salted Peanut Butter - 6 x 280g" class="product-image">
                                                                        <img id="product-collection-image-9798"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/B/U/BUS60.jpg"
                             alt="Proper Nutty - Slightly Salted Peanut Butter - 6 x 280g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/9798/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10550">
                    <span class="currency">£</span>26<span class="decimials">.65</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10550">
                    <span class="currency">£</span>22<span class="decimials">.65</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/crosta-mollica-organic-piadina-wholeblend-flatbreads-with-evoo-12-x-300g.html" title="Crosta & Mollica - Organic Piadina Wholeblend Flatbreads with EVOO - 16 x 300g">Crosta &amp; Mollica - Organic Piadina Wholeblend Flatbreads with EVOO - 16 x 300g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/crosta-mollica-organic-piadina-wholeblend-flatbreads-with-evoo-12-x-300g.html" title="Crosta &amp; Mollica - Organic Piadina Wholeblend Flatbreads with EVOO - 16 x 300g" class="product-image">
                                                                        <img id="product-collection-image-10550"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/C/T/CTA120.jpg"
                             alt="Crosta &amp; Mollica - Organic Piadina Wholeblend Flatbreads with EVOO - 16 x 300g" />

                            <div class="mst_discount"><p>15%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/10550/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-897">
                    <span class="currency">£</span>17<span class="decimials">.70</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-897">
                    <span class="currency">£</span>14<span class="decimials">.16</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/image-on-food-asst-deluxe-iced-animals-12-pieces.html" title="Original Biscuit Bakers - Assorted Deluxe Farmyard Range - 12 x 60-70g">Original Biscuit Bakers - Assorted Deluxe Farmyard Range - 12 x 60-70g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/image-on-food-asst-deluxe-iced-animals-12-pieces.html" title="Original Biscuit Bakers - Assorted Deluxe Farmyard Range - 12 x 60-70g" class="product-image">
                                                                        <img id="product-collection-image-897"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/F/g/Fgb13.jpg"
                             alt="Original Biscuit Bakers - Assorted Deluxe Farmyard Range - 12 x 60-70g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-2772">
                    <span class="currency">£</span>20<span class="decimials">.15</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-2772">
                    <span class="currency">£</span>16<span class="decimials">.12</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/perry-s-cider-50cl-bottle-conditioned-cider-puffin-12-x-500ml.html" title="Perry's Cider - Bottle Conditioned Cider 'Puffin' 6.5% Abv - 12 x 500ml">Perry's Cider - Bottle Conditioned Cider 'Puffin' 6.5% Abv - 12 x 500ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/perry-s-cider-50cl-bottle-conditioned-cider-puffin-12-x-500ml.html" title="Perry's Cider - Bottle Conditioned Cider 'Puffin' 6.5% Abv - 12 x 500ml" class="product-image">
                                                                        <img id="product-collection-image-2772"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/C/I/CID06.jpg"
                             alt="Perry's Cider - Bottle Conditioned Cider 'Puffin' 6.5% Abv - 12 x 500ml" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action"><button type="button" title="Order Now" class="button btn-cart" onclick="setLocation('https://www.cotswold-fayre.co.uk/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/product/2772/form_key/1yWAIVkYmMX3Hm4B/')"><span><span>Order Now</span></span></button></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-4906">
                    <span class="currency">£</span>8<span class="decimials">.00</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-4906">
                    <span class="currency">£</span>6<span class="decimials">.00</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/naturelly-apple-and-blackcurrant-gelatine-free-jelly-juice-12-x-100g.html" title="Naturelly - Apple & Blackcurrant Jelly Juice - 12 x 100g">Naturelly - Apple &amp; Blackcurrant Jelly Juice - 12 x 100g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/naturelly-apple-and-blackcurrant-gelatine-free-jelly-juice-12-x-100g.html" title="Naturelly - Apple &amp; Blackcurrant Jelly Juice - 12 x 100g" class="product-image">
                                                                        <img id="product-collection-image-4906"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/N/L/NLY03.jpg"
                             alt="Naturelly - Apple &amp; Blackcurrant Jelly Juice - 12 x 100g" />

                            <div class="mst_discount"><p>25%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-7326">
                    <span class="currency">£</span>13<span class="decimials">.80</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-7326">
                    <span class="currency">£</span>11<span class="decimials">.04</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/olly-s-olives-the-connoisseur-garlic-basil-green-olives-12-x-50g.html" title="Olly's Olives - The Connoisseur Garlic & Basil Green Olives - 12 x 50g">Olly's Olives - The Connoisseur Garlic &amp; Basil Green Olives - 12 x 50g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/olly-s-olives-the-connoisseur-garlic-basil-green-olives-12-x-50g.html" title="Olly's Olives - The Connoisseur Garlic &amp; Basil Green Olives - 12 x 50g" class="product-image">
                                                                        <img id="product-collection-image-7326"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/O/L/OLY02.jpg"
                             alt="Olly's Olives - The Connoisseur Garlic &amp; Basil Green Olives - 12 x 50g" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9305">
                    <span class="currency">£</span>16<span class="decimials">.00</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9305">
                    <span class="currency">£</span>12<span class="decimials">.00</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/dalston-s-fizzy-elderflower-24-x-330ml.html" title="Dalston's - Fizzy Elderflower - 24 x 330ml">Dalston's - Fizzy Elderflower - 24 x 330ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/dalston-s-fizzy-elderflower-24-x-330ml.html" title="Dalston's - Fizzy Elderflower - 24 x 330ml" class="product-image">
                                                                        <img id="product-collection-image-9305"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/D/A/DAL08.jpg"
                             alt="Dalston's - Fizzy Elderflower - 24 x 330ml" />

                            <div class="mst_discount"><p>25%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-9679">
                    <span class="currency">£</span>5<span class="decimials">.45</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-9679">
                    <span class="currency">£</span>4<span class="decimials">.63</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/water-works-natural-still-water-for-the-planet-12-x-330ml.html" title="Water Works - Natural Still Water For The Planet - 12 x 330ml">Water Works - Natural Still Water For The Planet - 12 x 330ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/water-works-natural-still-water-for-the-planet-12-x-330ml.html" title="Water Works - Natural Still Water For The Planet - 12 x 330ml" class="product-image">
                                                                        <img id="product-collection-image-9679"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/B/E/BER04_1.jpg"
                             alt="Water Works - Natural Still Water For The Planet - 12 x 330ml" />

                            <div class="mst_discount"><p>15%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10085">
                    <span class="currency">£</span>19<span class="decimials">.15</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10085">
                    <span class="currency">£</span>14<span class="decimials">.36</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/emily-crisps-sweet-potato-sticks-salt-pepper-8-x-120g.html" title="Emily Crisps - Sweet Potato Sticks - Salt & Pepper - 8 x 120g">Emily Crisps - Sweet Potato Sticks - Salt &amp; Pepper - 8 x 120g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/emily-crisps-sweet-potato-sticks-salt-pepper-8-x-120g.html" title="Emily Crisps - Sweet Potato Sticks - Salt &amp; Pepper - 8 x 120g" class="product-image">
                                                                        <img id="product-collection-image-10085"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/E/M/EMY28.jpg"
                             alt="Emily Crisps - Sweet Potato Sticks - Salt &amp; Pepper - 8 x 120g" />

                            <div class="mst_discount"><p>25%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item last crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10679">
                    <span class="currency">£</span>18<span class="decimials">.45</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10679">
                    <span class="currency">£</span>13<span class="decimials">.84</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/pip-organic-organic-strawberry-banana-and-purple-carrot-smoothie-24-x-180ml-24-x-180ml.html" title="Pip Organic - Organic Strawberry, Banana and Purple Carrot Smoothie - 24 x 180ml">Pip Organic - Organic Strawberry, Banana and Purple Carrot Smoothie - 24 x 180ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/pip-organic-organic-strawberry-banana-and-purple-carrot-smoothie-24-x-180ml-24-x-180ml.html" title="Pip Organic - Organic Strawberry, Banana and Purple Carrot Smoothie - 24 x 180ml" class="product-image">
                                                                        <img id="product-collection-image-10679"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/placeholder/default/Missing_big_1.jpg"
                             alt="Pip Organic - Organic Strawberry, Banana and Purple Carrot Smoothie - 24 x 180ml" />

                            <div class="mst_discount"><p>25%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-10763">
                                            <span class="price"><span class="currency">£</span>14<span class="decimials">.65</span></span>                                    </span>
                        
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/border-biscuits-lemon-drizzle-melts-12-x-150.html" title="Border Biscuits - Lemon Drizzle Melts - 12 x 150g">Border Biscuits - Lemon Drizzle Melts - 12 x 150g</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/border-biscuits-lemon-drizzle-melts-12-x-150.html" title="Border Biscuits - Lemon Drizzle Melts - 12 x 150g" class="product-image">
                                                                        <img id="product-collection-image-10763"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/B/O/BOR197.jpg"
                             alt="Border Biscuits - Lemon Drizzle Melts - 12 x 150g" />

                                                    </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
                    <li class="product-item crsl-item">
                    <div class="inner-li">
                        

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-10772">
                    <span class="currency">£</span>11<span class="decimials">.20</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-10772">
                    <span class="currency">£</span>8<span class="decimials">.96</span>                </span>
                </p>
                    
    
        </div>


                                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/la-brewery-lemongrass-kombucha-6-x-300ml-10772.html" title="LA Brewery - Lemongrass Kombucha - 6 x 300ml">LA Brewery - Lemongrass Kombucha - 6 x 300ml</a></h4>
                        <a href="https://www.cotswold-fayre.co.uk/la-brewery-lemongrass-kombucha-6-x-300ml-10772.html" title="LA Brewery - Lemongrass Kombucha - 6 x 300ml" class="product-image">
                                                                        <img id="product-collection-image-10772"
                             src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/350x/17f82f742ffe127f42dca9de82fb58b1/L/A/LAB03.jpg"
                             alt="LA Brewery - Lemongrass Kombucha - 6 x 300ml" />

                            <div class="mst_discount"><p>20%&nbsp;off</p></div>                        </a>
                        <div class="sale-button">
                                                            <p class="action availability out-of-stock"><span>Out of stock</span></p>
                                                    </div>
                    </div>
                </li>
            </ul>

</div>

<script>
jQuery(document).ready(function($) {
    $("#home-offers-carousel").carousel({visible: 4, itemMinWidth: 285, itemMargin: 10});
});
</script>
<div class="col2-set">
<div class="col-1">
<h1><span style="color: #72be38;">Speciality &amp; fine food wholesale distributor, supplying independent retailers</span></h1>
<p><span style="font-size: medium;">When we first set-up Cotswold Fayre, in the late 1990s, our team of two, worked hard to distribute products for a handful of small Cotswold producers.</span></p>
<p><span style="font-size: medium;">&nbsp;</span></p>
<p><span style="font-size: medium;">Today, we are a leading wholesale distributor, with a team of 40, delivering a complete range of fine food products, to the independent retail sector.</span></p>
<p><span style="font-size: medium;">&nbsp;</span></p>
<p><span style="font-size: medium;">We now represent more than <a href="//www.cotswold-fayre.co.uk/products.html" title="products" target="_self">200 brands and stock 2500 ambient products</a> spanning beverages, grocery, store cupboard, baked goods, gluten free food and more. We also now represent more than <a href="//www.cotswold-fayre.co.uk/products/chilled.html" target="_self">30 brands and stock 200 chilled products</a> from pies to puddings and more.&nbsp;</span></p>
<p><span style="font-size: medium;">&nbsp;</span></p>
<p><span style="font-size: medium;">But,&nbsp;<a href="//www.cotswold-fayre.co.uk/our-philosophy" title="Our Philosophy" target="_self">our philosophy</a>&nbsp;has remained the same. We scour the UK, and beyond, to provide independent retailers with a range of quality fine foods, from reputable producers.</span></p>
<p></p>
<p><span style="font-size: medium;"><span><br />Here at Cotswold Fayre, we are proud to be a certified&nbsp;</span><span><strong><span><a href="https://bcorporation.net/directory/cotswold-fayre-ltd" title="CF Certified B-Corp" target="_blank"><span>B-Corporation</span></a></span></strong></span><span>! This accreditation is increasingly recognised as a label which highlights companies with exceptional environmental and social standards. We use business as a force for good to benefit both people and planet.&nbsp;<span style="text-decoration: underline;"><span style="color: #339966;"><a href="https://youtu.be/P2HJX2Tj0Jc" title="CF Towards a Greener Future, Supplier Conference 2019" target="_blank"><span style="color: #339966; text-decoration: underline;">Click here to view our video from the last supplier conference; working together 'towards a greener future'.</span></a></span></span></span><br /><span style="text-decoration: underline;"><span style="color: #ff0000;"><a href="https://app.bimpactassessment.net/get-started/partner/cotswoldfayre" title="B Impact Assessment" target="_blank"><span style="color: #ff0000; text-decoration: underline;">Click here to complete the B Impact Assessment</span></a></span></span><span>.&nbsp;<br /></span></span></p>
<p><span style="font-size: medium;">&nbsp;</span></p>
</div>
<div class="col-2">
<p><span style="color: #000080;"><span style="font-size: medium;">We are rolling out our chilled range across the country and can currently deliver anywhere in mainland UK. Please <a href="https://www.cotswold-fayre.co.uk/customer/account/create/" target="_self"><span style="color: #000080;">register</span></a> to order online.</span></span><span style="font-size: medium;"><br /><br /></span></p>
<p><a href="https://www.cotswold-fayre.co.uk/products/chilled.html" title="CF Chilled Range" target="_self"><img alt="CF Chilled Range" src="https://www.cotswold-fayre.co.uk/media/wysiwyg/Click-here-to-see-our-chilled-range.gif" /></a></p>
<p><span style="font-size: medium;">&nbsp;</span></p>
<p><span style="font-size: medium;">Our seasonal catalogues and <a href="http://beta.cotswold-fayre.co.uk/products/special-offers-30.html" title="special offers">promotions</a> are constantly reviewed to reflect seasonal and consumer buying trends. Above all, our products offer independent retailers a real point of difference from the supermarket giants.</span><br /><br /></p>
<p><span style="font-size: medium;">So, if you&rsquo;re a retailer looking for a fine wholesale foods distributor please contact our customer service team on&nbsp;<a href="mailto:sales@cotswold-fayre.co.uk" target="_blank">sales@cotswold-fayre.co.uk</a>. If&nbsp;you're a producer that is looking for a distributor then please get in touch with Dave on&nbsp;<a href="mailto:products@cotswold-fayre.co.uk" title="mailtoproducts@">products@cotswold-fayre.co.uk</a>.</span></p>
<p>________________________________________________________________________________<span style="font-size: medium;"></span></p>
<p><span style="font-size: medium;"><br />We are a <span style="text-decoration: underline;"><a href="https://www.livingwage.org.uk/" title="CF_Living Wage">Living Wage</a></span> employer and believe in fair pay.</span><br /><span style="font-size: medium;">We have switched to green energy with <span style="text-decoration: underline;"><a href="https://www.ecotricity.co.uk/" title="CF_Ecotricity">Ecotricity</a></span> to fight climate change and offset our carbon emissions with <span style="text-decoration: underline;"><a href="https://climatecare.org/" title="CF_Climate Care">Climate Care</a></span>.</span><br /><span style="font-size: medium;">We donate 25p from every invoice to the <span style="text-decoration: underline;"><a href="https://www.trusselltrust.org/" title="CF_Trussell Trust">Trussell Trust</a></span>, Wokingham Foodbank.<br /><br /><img src="https://www.cotswold-fayre.co.uk/media/wysiwyg/Charity_Banner.gif" /><br /></span></p>
</div>
</div>
<h3 class="bestsellers">Our Wholesale Food Best Sellers</h3>

<div id="bestsellers-nav" class="crsl-nav">
    <a href="#" class="previous">Previous</a>
    <a href="#" class="next">Next</a>
</div>

<div class="home-bestsellers crsl-items" id="bestsellers-carousel"  data-navigation="bestsellers-nav">
    <ul class="product-list crsl-wrap">
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/mattarello-mattarello-buffalo-milk-ricotta-spinach-ravioloni-21-days-shelf-life-6-x-250g.html" title="Mattarello - Buffalo Milk Ricotta &amp; Spinach Ravioloni (35 min DSL) - 6 x 250g" class="product-image">
                                                <img id="product-collection-image-5263"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/Y/F/YFPC01_2.jpg"
                     alt="Mattarello - Buffalo Milk Ricotta &amp; Spinach Ravioloni (35 min DSL) - 6 x 250g" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/mattarello-mattarello-buffalo-milk-ricotta-spinach-ravioloni-21-days-shelf-life-6-x-250g.html" title="Mattarello - Buffalo Milk Ricotta & Spinach Ravioloni (35 min DSL) - 6 x 250g">Mattarello - Buffalo Milk Ricotta &amp; Spinach Ravioloni (35 min DSL) - 6 x 250g</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-5263">
                                            <span class="price"><span class="currency">£</span>20<span class="decimials">.10</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/rodda-s-cornish-clotted-cream-8-days-life-6-x-113g.html" title="Rodda's - Cornish Clotted Cream (13 min DSL) - 6 x113g" class="product-image">
                                                <img id="product-collection-image-5317"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/Y/R/YROD01_3.jpg"
                     alt="Rodda's - Cornish Clotted Cream (13 min DSL) - 6 x113g" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/rodda-s-cornish-clotted-cream-8-days-life-6-x-113g.html" title="Rodda's - Cornish Clotted Cream (13 min DSL) - 6 x113g">Rodda's - Cornish Clotted Cream (13 min DSL) - 6 x113g</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-5317">
                                            <span class="price"><span class="currency">£</span>6<span class="decimials">.30</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/jacob-s-finest-sun-dried-tomato-falafel-15-days-life-6-x-180g.html" title="Jacob's Finest - Sun-Dried Tomato Falafel (16 min DSL) - 12 x 180g" class="product-image">
                                                <img id="product-collection-image-5376"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/Y/J/YJCB02_4.jpg"
                     alt="Jacob's Finest - Sun-Dried Tomato Falafel (16 min DSL) - 12 x 180g" />
                    <div class="mst_discount-smaller"><p>15%&nbsp;off</p></div>                </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/jacob-s-finest-sun-dried-tomato-falafel-15-days-life-6-x-180g.html" title="Jacob's Finest - Sun-Dried Tomato Falafel (16 min DSL) - 12 x 180g">Jacob's Finest - Sun-Dried Tomato Falafel (16 min DSL) - 12 x 180g</a></h4>
                

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-5376">
                    <span class="currency">£</span>17<span class="decimials">.95</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-5376">
                    <span class="currency">£</span>15<span class="decimials">.26</span>                </span>
                </p>
                    
    
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/shaken-udder-chocolush-21-days-life-6-x-330ml.html" title="Shaken Udder - Chocolush Milkshake (20 min DSL) - 6 x 330ml" class="product-image">
                                                <img id="product-collection-image-5388"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/Y/S/YSHU01_1.jpg"
                     alt="Shaken Udder - Chocolush Milkshake (20 min DSL) - 6 x 330ml" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/shaken-udder-chocolush-21-days-life-6-x-330ml.html" title="Shaken Udder - Chocolush Milkshake (20 min DSL) - 6 x 330ml">Shaken Udder - Chocolush Milkshake (20 min DSL) - 6 x 330ml</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-5388">
                                            <span class="price"><span class="currency">£</span>7<span class="decimials">.15</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/me-too-foods-original-houmous-12-x-250g.html" title="Me Too - Houmous Original (35 min DSL) - 12 x 250g" class="product-image">
                                                <img id="product-collection-image-6244"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/Y/R/YRAM02_1.jpg"
                     alt="Me Too - Houmous Original (35 min DSL) - 12 x 250g" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/me-too-foods-original-houmous-12-x-250g.html" title="Me Too - Houmous Original (35 min DSL) - 12 x 250g">Me Too - Houmous Original (35 min DSL) - 12 x 250g</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-6244">
                                            <span class="price"><span class="currency">£</span>16<span class="decimials">.80</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item last crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/fentimans-trad-ginger-beer-12x275ml.html" title="Fentimans - Traditional Ginger Beer - 12 x 275ml" class="product-image">
                                                <img id="product-collection-image-870"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/F/E/FEN330.jpg"
                     alt="Fentimans - Traditional Ginger Beer - 12 x 275ml" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/fentimans-trad-ginger-beer-12x275ml.html" title="Fentimans - Traditional Ginger Beer - 12 x 275ml">Fentimans - Traditional Ginger Beer - 12 x 275ml</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-870">
                                            <span class="price"><span class="currency">£</span>10<span class="decimials">.75</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/manomasa-chipotle-lime-corn-chips-10x160g.html" title="Manomasa - Chipotle &amp; Lime Corn Chips - 10 x 160g" class="product-image">
                                                <img id="product-collection-image-1360"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/M/C/MCC01.jpg"
                     alt="Manomasa - Chipotle &amp; Lime Corn Chips - 10 x 160g" />
                    <div class="mst_discount-smaller"><p>30%&nbsp;off</p></div>                </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/manomasa-chipotle-lime-corn-chips-10x160g.html" title="Manomasa - Chipotle & Lime Corn Chips - 10 x 160g">Manomasa - Chipotle &amp; Lime Corn Chips - 10 x 160g</a></h4>
                

                        
    <div class="price-box">
                                            
                    <p class="old-price">
                <span class="price-label">Original Price</span>
                <span class="price" id="old-price-1360">
                    <span class="currency">£</span>13<span class="decimials">.35</span>                </span>
            </p>

                            <p class="special-price">
                    <span class="price-label">Special Price</span>
                <span class="price" id="product-price-1360">
                    <span class="currency">£</span>9<span class="decimials">.35</span>                </span>
                </p>
                    
    
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/olives-et-al-chilli-puffs-20x150g.html" title="Lapsnacks - Chilli Puffs - 20 x 150g" class="product-image">
                                                <img id="product-collection-image-1554"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/O/L/OLV01.jpg"
                     alt="Lapsnacks - Chilli Puffs - 20 x 150g" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/olives-et-al-chilli-puffs-20x150g.html" title="Lapsnacks - Chilli Puffs - 20 x 150g">Lapsnacks - Chilli Puffs - 20 x 150g</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-1554">
                                            <span class="price"><span class="currency">£</span>33<span class="decimials">.65</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/difatti-gluten-free-plain-gnocchi-12-x-250g.html" title="Difatti - Plain Gnocchi - 12 x 250g" class="product-image">
                                                <img id="product-collection-image-5505"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/L/S/LSC21.jpg"
                     alt="Difatti - Plain Gnocchi - 12 x 250g" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/difatti-gluten-free-plain-gnocchi-12-x-250g.html" title="Difatti - Plain Gnocchi - 12 x 250g">Difatti - Plain Gnocchi - 12 x 250g</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-5505">
                                            <span class="price"><span class="currency">£</span>18<span class="decimials">.95</span></span>                                    </span>
                        
        </div>

            </li>
                        <li class="product-item crsl-item">
                <a href="https://www.cotswold-fayre.co.uk/rj-s-soft-eating-natural-log-30x40g.html" title="RJ's Licorice - Natural Soft Eating Licorice Log Display - 25 x 40g" class="product-image">
                                                <img id="product-collection-image-599"
                     src="https://www.cotswold-fayre.co.uk/media/catalog/product/cache/1/small_image/300x/17f82f742ffe127f42dca9de82fb58b1/D/D/DDU02.jpg"
                     alt="RJ's Licorice - Natural Soft Eating Licorice Log Display - 25 x 40g" />
                                    </a>
                                <h4 class="product-name"><a href="https://www.cotswold-fayre.co.uk/rj-s-soft-eating-natural-log-30x40g.html" title="RJ's Licorice - Natural Soft Eating Licorice Log Display - 25 x 40g">RJ's Licorice - Natural Soft Eating Licorice Log Display - 25 x 40g</a></h4>
                

                        
    <div class="price-box">
                                                                <span class="regular-price" id="product-price-599">
                                            <span class="price"><span class="currency">£</span>10<span class="decimials">.65</span></span>                                    </span>
                        
        </div>

            </li>
            </ul>
    <div class="clearfix"></div>
</div>

<script>
jQuery(document).ready(function($) {
    $("#bestsellers-carousel").carousel({visible: 6, itemMinWidth: 193 });
});
</script>

<div id="manufacturers-nav" class="crsl-nav">
    <a href="#" class="previous">Previous</a>
    <a href="#" class="next">Next</a>
</div>

<div class="manufacturer-list crsl-items" id="home-manufacturers" data-navigation="manufacturers-nav" data-crsl='{ "speed": 1200, "autoRotate": 3000 }'>
    <ul class="crsl-wrap">
                                                                                                                                                                                                                                                                                                        </ul>
</div>

<script>
jQuery(document).ready(function($) {
    $("#home-manufacturers").carousel({visible: 8, itemMinWidth: 50, itemMargin: 10});
});
</script>
</div>                </div>
            </div>
        </div>
                <div class="footer-wrapper">
            <div class="footer-container">
    <div class="footer">
        <div class="links">
    <ul>
        <li><a href="https://www.cotswold-fayre.co.uk/home/">Home</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/about/">About</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/blog/">News</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/newsletter-archive/">Newsletter Archive</a></li>
    </ul>
</div>

<div class="links">
    <ul>
        <li><a href="https://www.cotswold-fayre.co.uk/contact/">Contact</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/customer-service/">Customer Service</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/privacy-policy-cookie-restriction-mode/">Privacy</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/terms-and-conditions/">Terms & Conditions</a></li>
        <li><a href="https://www.cotswold-fayre.co.uk/delivery/">Delivery</a></li>
    </ul>
</div><div class="currency-switcher">
    <label for="select-currency">Your Currency:</label>
    <select id="select-currency" name="currency" title="Your Currency" onchange="setLocation(this.value)">
                <option value="https://www.cotswold-fayre.co.uk/directory/currency/switch/currency/GBP/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/" selected="selected">
            British Pound - GBP        </option>
            <option value="https://www.cotswold-fayre.co.uk/directory/currency/switch/currency/EUR/uenc/aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsv/">
            Euro - EUR        </option>
        </select>
</div>
<div class="block block-subscribe">
    <div class="block-title">
        <strong><span>Newsletter</span></strong>
    </div>
    <form action="https://www.cotswold-fayre.co.uk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
        <div class="block-content">
            <div class="input-box">
               <input type="email" name="email" id="newsletter" title="Enter email for newsletter updates" placeholder="Enter email for newsletter updates" class="input-text required-entry validate-email" />
            </div>
            <div class="actions">
                <button type="submit" title="Subscribe" class="button"><span><span>Subscribe</span></span></button>
            </div>
        </div>
    </form>
    <script type="text/javascript">
    //<![CDATA[
        var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
        $('newsletter').setAttribute('autocapitalize', "off");
        $('newsletter').setAttribute('autocorrect', "off");
        $('newsletter').setAttribute('spellcheck', "off");
    //]]>
    </script>
</div>
<ul class="footer-social">
    <li><a class="facebook" href="https://www.facebook.com/cotswoldfayreltd" target="_blank">Cotswold Facebook</a></li>
    <li><a class="instagram" href="https://www.instagram.com/cotswold_fayre/" target="_blank">Cotswold Instagram</a></li>
    <li><a class="twitter" href="https://twitter.com/cotswoldfayre" target="_blank">Cotswold Twitter</a></li>
    <li><a class="google" href="https://plus.google.com/110485860596112101471/posts" target="_blank">Cotswold Google+</a></li>
    <li><a class="youtube" href="https://www.youtube.com/user/cotswoldfayre" target="_blank">Cotswold YouTube</a></li>
    <li><a class="pinterest" href="http://www.pinterest.com/cotswoldfayre/" target="_blank">Cotswold Pinterest</a></li>
    <li><a class="livingwage" href="https://www.livingwage.org.uk" target="_blank">Living Wage</a></li>
    <li><a class="bcorp" href="http://bcorporation.uk/blog/better-know-a-b-cotswold-fayre" target="_blank">B Corp</a></li>
</ul>
<a href="http://www.cohesiondigital.co.uk/" class="hwsfooter-footer" target="_blank">eCommerce by: <strong>CohesionDigital</strong></a>        <address class="copyright">Copyright &copy; 2016 Cotswold Fayre. All rights reserved.</address>
    </div>
</div>
        </div>
                

    <script type="text/javascript">
        var formsToProtectOnPage = [];
        var currentForm;
        var currentValidationForm;
        var checkedForms = [];
        var hasFormsChanged = false;

        var onSubmit = function (token) {
            currentForm.querySelector('[name="amasty_invisible_token"]').setAttribute('value', token);
            if (typeof(recaptchaObject) !== 'undefined'
                && 'post' !== currentForm.method
            ) {
                recaptchaObject.submit();
            } else {
                currentForm.submit();
            }
        };

        function checkForms() {
            formsToProtect = ["form[action*=\"customer\/account\/createpost\"]","form[action*=\"newsletter\/subscriber\/new\"]","form[action*=\"customer\/account\/loginPost\"]","form[action*=\"review\/product\/post\"]","form[action*=\"contacts\/index\/post\"]"];
            formsToProtect.forEach(function (item) {
                var continueWorking = true;
                formsSearchedBySelector = $$(item);
                checkedForms.forEach(function (element) {
                    if (element[0] == formsSearchedBySelector[0]) {
                        continueWorking = false;
                        return;
                    }
                })
                if (formsSearchedBySelector.length != 0 && continueWorking) {
                    checkedForms.push(formsSearchedBySelector);
                    formsSearchedBySelector.forEach(function (formToProtect) {
                        formsToProtectOnPage.push(formToProtect);
                        hasFormsChanged = true;
                    });
                }
            });
            if (hasFormsChanged) {
                for (var index in formsToProtectOnPage) {
                    if (formsToProtectOnPage.hasOwnProperty(index)) {
                        var formToProtectOnPage = formsToProtectOnPage[index];
                        if ('form' !== formToProtectOnPage.tagName.toLowerCase()) {
                            formToProtectOnPage = formToProtectOnPage.getElementsByTagName('form');
                            if (0 < formToProtectOnPage.length) {
                                formToProtectOnPage = formToProtectOnPage[0];
                            } else {
                                continue;
                            }
                        }

                        if (1 > formToProtectOnPage.getElementsByClassName('amasty_recaptcha').length) {
                            var recaptchaBlock = document.createElement('div');
                            recaptchaBlock.className = 'amasty_recaptcha';
                            formToProtectOnPage.appendChild(recaptchaBlock);
                        }

                        if (1 > formToProtectOnPage.getInputs(formToProtectOnPage, 'hidden', 'amasty_invisible_token').length) {
                            var tokenInput = document.createElement('input');
                            tokenInput.type = 'hidden';
                            tokenInput.name = 'amasty_invisible_token';
                            tokenInput.value = '';
                            formToProtectOnPage.appendChild(tokenInput);
                        }

                        formToProtectOnPage.onsubmit = function submitProtectedForm(event) {
                            currentForm = event.target;
                            currentValidationForm = new VarienForm(currentForm.id, false);
                            recaptchaBlock = currentForm.querySelector(".amasty_recaptcha");
                            if (recaptchaBlock.innerHTML == '') {
                                if (currentValidationForm && currentValidationForm.validator
                                    && currentValidationForm.validator.validate()
                                ) {
                                    recaptcha = grecaptcha.render(recaptchaBlock, {
                                        'sitekey': '6LcVLWIUAAAAACL0vTRDayE0oFo5mQi8-j-EU7qT',
                                        'callback': onSubmit,
                                        'size': 'invisible',
                                        'theme': 'light',
                                        'badge': 'bottomright'
                                    });
                                }
                            }
                            if (!recaptcha) {
                                grecaptcha.reset(recaptcha);
                                grecaptcha.execute(recaptcha);

                            }
                            return false;
                        }
                    }
                }
            }
        }

        document.observe("dom:loaded", function () {
            var formsCount = 0;
            setInterval(function () {
                var formLength = $$('form').length;
                if (formsCount != formLength) {
                    formsCount = formLength;
                    checkForms();
                }
            }, 1000);
        });
    </script>
            <script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script type="text/javascript">
//<![CDATA[
document.observe("dom:loaded", function (){

    AjaxPro.config.init({"general":{"enabled":"1","disabledOnShoppingCartPage":"0","disabledOnMobileDevice":"0","useLoginFormBlock":"0","blocks":"formkey"},"effect":{"location":"center","spinner_location":"1","enabled_overlay":"0","enabled_opacity":"1","overlay_opacity":"0.7","duration":"0.5","opacity":"1","text":"","autohidemessagedelay":"180"},"checkoutCart":{"enabled":"1","enabledForm":"1","enabledDeleteConfirm":"1","useHeaderCartBlock":"0","blocks":"top.links,headerCart,checkout.cart,cart_sidebar,minicart_head","messageHandle":"tm_ajaxpro_checkout_cart_show_minicart"},"wishlistIndex":{"enabled":"1","enabledForm":"1","enabledDeleteConfirm":"1","blocks":"top.links,customer.wishlist,wishlist_sidebar,checkout.cart"},"catalogProductCompare":{"enabled":"1","enabledForm":"1","enabledDeleteConfirm":"1","blocks":"catalog.compare.sidebar,right.reports.product.compared"},"catalogProductView":{"enabled":"1","blocks":""},"catalogCategoryView":{"enabled":"1","type":"scroll","anchor":"0"}})
        .set('version', '3.3.0')
        .set('handles', ["default","STORE_default","THEME_frontend_rwd_cotswold","cotswold_index_index","customer_logged_out"])
        .set('baseUrl', "https://www.cotswold-fayre.co.uk/")
        .set('isMobile', false)
        .set('isSearchBot', false)
        .set('isLoggedIn',  false)
        .set('_refererParam', 'referer')
        .set('referer', 'aHR0cHM6Ly93d3cuY290c3dvbGQtZmF5cmUuY28udWsvP19fX1NJRD1V')
    ;

    AjaxPro.init();

});
//]]>
</script><!--[ajaxpro_ajaxpro_message_start]--><div id="ajaxpro-notice-form" class="ajaxpro-form" style="display:none">
        <a href="javascript:void(0)" class="btn-close ajaxpro-button" title="Close Window">Close Window</a>
    
<div>
    </div><div class="ajaxpro-buttons-set"><button class="ajaxpro-continue-button ajaxpro-button button">
    <span><span>
        Continue shopping    </span></span>
</button>
<script type="text/javascript">
//<![CDATA[
    var interval, delayName = "delay" + (0 | Math.random() * 100) + "_" + (+new Date());
    window[delayName] = 180;

    clearInterval(interval);
    interval = setInterval(function () {

        if (window[delayName] < 30) {

            var buttons = $$('.ajaxpro-continue-button');
            if (0 == buttons.length) {
                clearInterval(interval);
                return;
            }
            var button = buttons.first().down('span span');
            button.update(
                Translator.translate('Continue shopping (%d second)')
                    .replace('%d', window[delayName])
            );
        }

        if (window[delayName] > 0) {
            window[delayName]--;
        } else {
            AjaxPro.message.hide();
            clearInterval(interval);
        }

    }, 1000);
//]]>
</script></div></div><!--[ajaxpro_ajaxpro_message_end]-->    </div>
</div>
<!-- SessionCam Client Integration v6.0 -->
<script type="text/javascript">
//<![CDATA[
var scRec=document.createElement('SCRIPT');
scRec.type='text/javascript';
scRec.src="//d2oh4tlt9mrke9.cloudfront.net/Record/js/sessioncam.recorder.js";
document.getElementsByTagName('head')[0].appendChild(scRec);
//]]>
</script>
<!-- End SessionCam -->
<!-- Start of LiveChat (www.livechatinc.com) code -->
<script type="text/javascript">
window.__lc = window.__lc || {};
window.__lc.license = 9895780;
(function() {
  var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
  lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
</script>
<!-- End of LiveChat code --></body>
</html>

