Verify error invalid response from well known acme challenge

Steps to reproduce Hi Neil I have a series of hosted sites (4 in total) at GoDaddy and manage them through cPanel. I had been issuing and updating certificates via sslforfree but then read about yo...

Steps to reproduce

Hi Neil

I have a series of hosted sites (4 in total) at GoDaddy and manage them through cPanel. I had been issuing and updating certificates via sslforfree but then read about your shell script.

I installed acme.sh, issued and deployed single certificates for each site and then set up a series of cron jobs 80 days ago (unfortunately I deleted the multi-site cron that acme.sh set up and could not find how to reinstate it so set up these separate cron jobs for each site instead). I tested each cron line (using -f) and it worked fine. The cron now runs every day (as I am testing it for its first renewal) and I get 2 emails per site each day that tell me (a) it is too early to renew the certificate (next renewal date is ……) and (b) the deployment gives an error as the certificate (I assume) has not been renewed.

The cron command is:

xorex@n3plcpnl0035 [~]$ «/home/xorex/.acme.sh»/acme.sh —renew -d domain.com -w ~/www —dns dns_gd

Yesterday was the first site that reached its renewal date but it failed. Here is the email I received:

 [Mon Aug 20 01:00:01 MST 2018] Renew: 'domain.com'
[Mon Aug 20 01:00:02 MST 2018] Single domain='domain.com'
[Mon Aug 20 01:00:03 MST 2018] Getting domain auth token for each domain
[Mon Aug 20 01:00:03 MST 2018] Getting webroot for domain='domain.com'
[Mon Aug 20 01:00:03 MST 2018] Getting new-authz for domain='domain.com'
[Mon Aug 20 01:00:04 MST 2018] The new-authz request is ok.
[Mon Aug 20 01:00:04 MST 2018] Verifying:domain.com
[Mon Aug 20 01:00:08 MST 2018] domain.com:Verify error:Invalid response from http://domain.com/.well-known/acme-challenge/sIbESf72SkaVUjHbTPRSFYrzop-Vdrll5_0sMSTBcCE: 
[Mon Aug 20 01:00:08 MST 2018] Please add '--debug' or '--log' to check more details.
[Mon Aug 20 01:00:08 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

When I look at http://domain.com/.well-known/acme-challenge/ that key string does not exist.

I ran debug and it appears to try to write the new key and even changes permissions to do so but it does not appear to be written. I have added the debug and debug 2 logs below (as it is with the actual domain name in it uk.boutiquefrenchwine.com). This is a live site.

Appreciate any guidance you can give me. I still have 20 days left on the existing certificates before I have to go back to sslforfree!

Geoff

Debug log

xorex@n3plcpnl0035 [~]$ "/home/xorex/.acme.sh"/acme.sh --renew -d uk.boutiquefrenchwine.com -w ~/www --dns dns_gd --debug
[Mon Aug 20 04:09:23 MST 2018] Lets find script dir.
[Mon Aug 20 04:09:23 MST 2018] _SCRIPT_='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:09:23 MST 2018] _script='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:09:23 MST 2018] _script_home='/home/xorex/.acme.sh'
[Mon Aug 20 04:09:23 MST 2018] Using config home:/home/xorex/.acme.sh
https://github.com/Neilpang/acme.sh
v2.8.0
[Mon Aug 20 04:09:23 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:09:23 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:23 MST 2018] Renew: 'uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:23 MST 2018] Le_API='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:09:23 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] _main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:23 MST 2018] _alt_domains='no'
[Mon Aug 20 04:09:23 MST 2018] Using ACME_DIRECTORY: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:09:23 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:09:23 MST 2018] GET
[Mon Aug 20 04:09:23 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] timeout=
[Mon Aug 20 04:09:24 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:24 MST 2018] ret='0'
[Mon Aug 20 04:09:24 MST 2018] ACME_KEY_CHANGE='https://acme-v01.api.letsencrypt.org/acme/key-change'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_AUTHZ='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_ORDER='https://acme-v01.api.letsencrypt.org/acme/new-cert'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_ACCOUNT='https://acme-v01.api.letsencrypt.org/acme/new-reg'
[Mon Aug 20 04:09:24 MST 2018] ACME_REVOKE_CERT='https://acme-v01.api.letsencrypt.org/acme/revoke-cert'
[Mon Aug 20 04:09:24 MST 2018] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_NONCE
[Mon Aug 20 04:09:24 MST 2018] ACME_VERSION
[Mon Aug 20 04:09:24 MST 2018] Le_NextRenewTime='1534665607'
[Mon Aug 20 04:09:24 MST 2018] _on_before_issue
[Mon Aug 20 04:09:24 MST 2018] _chk_main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _chk_alt_domains
[Mon Aug 20 04:09:24 MST 2018] Le_LocalAddress
[Mon Aug 20 04:09:24 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] Check for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:09:24 MST 2018] d
[Mon Aug 20 04:09:24 MST 2018] _saved_account_key_hash is not changed, skip register account.
[Mon Aug 20 04:09:24 MST 2018] Read key length:
[Mon Aug 20 04:09:24 MST 2018] _createcsr
[Mon Aug 20 04:09:24 MST 2018] Single domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] Getting domain auth token for each domain
[Mon Aug 20 04:09:24 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] Getting webroot for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _w='/home/xorex/www'
[Mon Aug 20 04:09:24 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:09:24 MST 2018] Getting new-authz for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:09:24 MST 2018] Try new-authz for the 0 time.
[Mon Aug 20 04:09:24 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:09:24 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "uk.boutiquefrenchwine.com"}}'
[Mon Aug 20 04:09:24 MST 2018] RSA key
[Mon Aug 20 04:09:24 MST 2018] GET
[Mon Aug 20 04:09:24 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:24 MST 2018] timeout=
[Mon Aug 20 04:09:24 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:25 MST 2018] ret='0'
[Mon Aug 20 04:09:25 MST 2018] POST
[Mon Aug 20 04:09:25 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:09:25 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:26 MST 2018] _ret='0'
[Mon Aug 20 04:09:26 MST 2018] code='201'
[Mon Aug 20 04:09:26 MST 2018] The new-authz request is ok.
[Mon Aug 20 04:09:26 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283","token":"uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0"'
[Mon Aug 20 04:09:26 MST 2018] token='uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0'
[Mon Aug 20 04:09:26 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:26 MST 2018] keyauthorization='uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:09:26 MST 2018] dvlist='uk.boutiquefrenchwine.com#uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283#http-01#/home/xorex/www'
[Mon Aug 20 04:09:26 MST 2018] d
[Mon Aug 20 04:09:26 MST 2018] vlist='uk.boutiquefrenchwine.com#uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283#http-01#/home/xorex/www,'
[Mon Aug 20 04:09:26 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:26 MST 2018] ok, let's start to verify
[Mon Aug 20 04:09:26 MST 2018] Verifying:uk.boutiquefrenchwine.com
[Mon Aug 20 04:09:26 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:26 MST 2018] keyauthorization='uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:09:26 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:26 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:09:26 MST 2018] wellknown_path='/home/xorex/www/.well-known/acme-challenge'
[Mon Aug 20 04:09:26 MST 2018] writing token:uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0 to /home/xorex/www/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0
[Mon Aug 20 04:09:27 MST 2018] Changing owner/group of .well-known to xorex:xorex
[Mon Aug 20 04:09:27 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:27 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:09:27 MST 2018] POST
[Mon Aug 20 04:09:27 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:27 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:27 MST 2018] _ret='0'
[Mon Aug 20 04:09:27 MST 2018] code='202'
[Mon Aug 20 04:09:28 MST 2018] sleep 2 secs to verify
[Mon Aug 20 04:09:30 MST 2018] checking
[Mon Aug 20 04:09:30 MST 2018] GET
[Mon Aug 20 04:09:30 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:30 MST 2018] timeout=
[Mon Aug 20 04:09:30 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:30 MST 2018] ret='0'
[Mon Aug 20 04:09:30 MST 2018] uk.boutiquefrenchwine.com:Verify error:Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0: 
[Mon Aug 20 04:09:30 MST 2018] Debug: get token url.
[Mon Aug 20 04:09:30 MST 2018] GET
[Mon Aug 20 04:09:30 MST 2018] url='http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0'
[Mon Aug 20 04:09:30 MST 2018] timeout=1
[Mon Aug 20 04:09:30 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g  --connect-timeout 1'
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="http://uk.boutiquefrenchwine.com/xmlrpc.php">

<title>Page not found – Boutique French Wine</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Feed" href="http://uk.boutiquefrenchwine.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Comments Feed" href="http://uk.boutiquefrenchwine.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https://s.w.org/images/core/emoji/2.4/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/2.4/svg/","svgExt":".svg","source":{"concatemoji":"http://uk.boutiquefrenchwine.com/wp-includes/js/wp-emoji-release.min.js?ver=4.9.6"}};
			!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='woosb-frontend-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/css/frontend.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/pac.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-layout-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/layout.css?ver=4.9.6' type='text/css' media='only screen and (min-width: 768px)' />
<link rel='stylesheet' id='parent-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-style-inline-css' type='text/css'>

			.main-navigation ul li a,
			.site-title a,
			ul.menu li a,
			.site-branding h1 a,
			.site-footer .storefront-handheld-footer-bar a:not(.button),
			button.menu-toggle,
			button.menu-toggle:hover {
				color: #eeeeee;
			}

			button.menu-toggle,
			button.menu-toggle:hover {
				border-color: #eeeeee;
			}

			.main-navigation ul li a:hover,
			.main-navigation ul li:hover > a,
			.site-title a:hover,
			a.cart-contents:hover,
			.site-header-cart .widget_shopping_cart a:hover,
			.site-header-cart:hover > li > a,
			.site-header ul.menu li.current-menu-item > a {
				color: #ffffff;
			}

			table th {
				background-color: #f8f8f8;
			}

			table tbody td {
				background-color: #fdfdfd;
			}

			table tbody tr:nth-child(2n) td,
			fieldset,
			fieldset legend {
				background-color: #fbfbfb;
			}

			.site-header,
			.secondary-navigation ul ul,
			.main-navigation ul.menu > li.menu-item-has-children:after,
			.secondary-navigation ul.menu ul,
			.storefront-handheld-footer-bar,
			.storefront-handheld-footer-bar ul li > a,
			.storefront-handheld-footer-bar ul li.search .site-search,
			button.menu-toggle,
			button.menu-toggle:hover {
				background-color: #aaaaaa;
			}

			p.site-description,
			.site-header,
			.storefront-handheld-footer-bar {
				color: #555555;
			}

			.storefront-handheld-footer-bar ul li.cart .count,
			button.menu-toggle:after,
			button.menu-toggle:before,
			button.menu-toggle span:before {
				background-color: #eeeeee;
			}

			.storefront-handheld-footer-bar ul li.cart .count {
				color: #aaaaaa;
			}

			.storefront-handheld-footer-bar ul li.cart .count {
				border-color: #aaaaaa;
			}

			h1, h2, h3, h4, h5, h6 {
				color: #666666;
			}

			.widget h1 {
				border-bottom-color: #666666;
			}

			body,
			.secondary-navigation a,
			.onsale,
			.pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
				color: #666666;
			}

			.widget-area .widget a,
			.hentry .entry-header .posted-on a,
			.hentry .entry-header .byline a {
				color: #6b6b6b;
			}

			a  {
				color: #999999;
			}

			a:focus,
			.button:focus,
			.button.alt:focus,
			.button.added_to_cart:focus,
			.button.wc-forward:focus,
			button:focus,
			input[type="button"]:focus,
			input[type="reset"]:focus,
			input[type="submit"]:focus {
				outline-color: #999999;
			}

			button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
				background-color: #eeeeee;
				border-color: #eeeeee;
				color: #333333;
			}

			button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
				background-color: #d5d5d5;
				border-color: #d5d5d5;
				color: #333333;
			}

			button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
				background-color: #333333;
				border-color: #333333;
				color: #ffffff;
			}

			button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
				background-color: #1a1a1a;
				border-color: #1a1a1a;
				color: #ffffff;
			}

			.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
				background-color: #e6e6e6;
				color: #5c5c5c;
			}

			#comments .comment-list .comment-content .comment-text {
				background-color: #f8f8f8;
			}

			.site-footer {
				background-color: #444444;
				color: #eeeeee;
			}

			.site-footer a:not(.button) {
				color: #444444;
			}

			.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
				color: #aaaaaa;
			}

			#order_review {
				background-color: #ffffff;
			}

			#payment .payment_methods > li .payment_box,
			#payment .place-order {
				background-color: #fafafa;
			}

			#payment .payment_methods > li:not(.woocommerce-notice) {
				background-color: #f5f5f5;
			}

			#payment .payment_methods > li:not(.woocommerce-notice):hover {
				background-color: #f0f0f0;
			}

			@media screen and ( min-width: 768px ) {
				.secondary-navigation ul.menu a:hover {
					color: #6e6e6e;
				}

				.secondary-navigation ul.menu a {
					color: #555555;
				}

				.site-header-cart .widget_shopping_cart,
				.main-navigation ul.menu ul.sub-menu,
				.main-navigation ul.nav-menu ul.children {
					background-color: #9b9b9b;
				}

				.site-header-cart .widget_shopping_cart .buttons,
				.site-header-cart .widget_shopping_cart .total {
					background-color: #a0a0a0;
				}

				.site-header {
					border-bottom-color: #9b9b9b;
				}
			}
</style>
<link rel='stylesheet' id='storefront-icons-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/base/icons.css?ver=2.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-fonts-css'  href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,700,900&subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='tablepress-default-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-woocommerce-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/woocommerce/woocommerce.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-woocommerce-style-inline-css' type='text/css'>

			a.cart-contents,
			.site-header-cart .widget_shopping_cart a {
				color: #eeeeee;
			}

			table.cart td.product-remove,
			table.cart td.actions {
				border-top-color: #ffffff;
			}

			.woocommerce-tabs ul.tabs li.active a,
			ul.products li.product .price,
			.onsale,
			.widget_search form:before,
			.widget_product_search form:before {
				color: #666666;
			}

			.woocommerce-breadcrumb a,
			a.woocommerce-review-link,
			.product_meta a {
				color: #6b6b6b;
			}

			.onsale {
				border-color: #666666;
			}

			.star-rating span:before,
			.quantity .plus, .quantity .minus,
			p.stars a:hover:after,
			p.stars a:after,
			.star-rating span:before,
			#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
				color: #999999;
			}

			.widget_price_filter .ui-slider .ui-slider-range,
			.widget_price_filter .ui-slider .ui-slider-handle {
				background-color: #999999;
			}

			.order_details {
				background-color: #f8f8f8;
			}

			.order_details > li {
				border-bottom: 1px dotted #e3e3e3;
			}

			.order_details:before,
			.order_details:after {
				background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
			}

			p.stars a:before,
			p.stars a:hover~a:before,
			p.stars.selected a.active~a:before {
				color: #666666;
			}

			p.stars.selected a.active:before,
			p.stars:hover a:before,
			p.stars.selected a:not(.active):before,
			p.stars.selected a.active:before {
				color: #999999;
			}

			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				background-color: #eeeeee;
				color: #333333;
			}

			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
				background-color: #d5d5d5;
				border-color: #d5d5d5;
				color: #333333;
			}

			.button.loading {
				color: #eeeeee;
			}

			.button.loading:hover {
				background-color: #eeeeee;
			}

			.button.loading:after {
				color: #333333;
			}

			@media screen and ( min-width: 768px ) {
				.site-header-cart .widget_shopping_cart,
				.site-header .product_list_widget li .quantity {
					color: #555555;
				}
			}
</style>
<link rel='stylesheet' id='storefront-child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var gadwpUAEventsData = {"options":{"event_tracking":0,"event_downloads":"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*","event_bouncerate":0,"aff_tracking":0,"event_affiliates":"/out/","hash_tracking":0,"root_domain":"boutiquefrenchwine.com","event_timeout":100,"event_precision":0,"event_formsubmit":1,"ga_pagescrolldepth_tracking":1,"ga_with_gtag":0}};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js?ver=5.3.1.1'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js?ver=5.3.1.1'></script>
<link rel='https://api.w.org/' href='http://uk.boutiquefrenchwine.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://uk.boutiquefrenchwine.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://uk.boutiquefrenchwine.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.6" />
<meta name="generator" content="WooCommerce 3.3.4" />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}</style>
<!-- end Simple Custom CSS and JS -->
    <style type="text/css" media="screen">
      div.printfriendly a, div.printfriendly a:link, div.printfriendly a:hover, div.printfriendly a:visited {
        text-decoration: none;
        border: none;
      }
    </style>
           <style type="text/css" media="screen">
          div.printfriendly {
            margin: 0px 0px 0px 0px;
            position: relative;
            z-index: 1000;
          }
          div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
            font-size: 12px;
            color: #858382;
            vertical-align: bottom;
          }
          .printfriendly a {
            box-shadow:none;
          }
          .printfriendly a:hover {
            cursor: pointer;
          }
          .printfriendly a img  {
            border: none;
            padding:0;
            margin-right: 6px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
          }
          .printfriendly a span{
            vertical-align: bottom;
          }
          .pf-alignleft {
            float: left;
          }
          .pf-alignright {
            float: right;
          }
          div.pf-aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
          }
        </style>
        <style type="text/css" media="print">
          .printfriendly {
            display: none;
          }
        </style>
<style>.woocommerce-password-strength.short {color: #e2401c}.woocommerce-password-strength.bad {color: #e2401c}.woocommerce-password-strength.good {color: #3d9cd2}.woocommerce-password-strength.strong {color: #0f834d}</style>	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<link rel="me" href="https://twitter.com/B10BFW"><meta name="twitter:partner" content="tfwp"><link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-100x100.png" sizes="32x32" />
<link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" />
<meta name="msapplication-TileImage" content="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-324x324.png" />

<!-- BEGIN GADWP v5.3.1.1 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-115078212-1', 'auto');
  ga('require', 'ecommerce');
  ga('send', 'pageview');
</script>
<!-- END GADWP Universal Analytics -->


		<style type="text/css" id="wp-custom-css">
			/* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}
		</style>
	</head>

<body class="error404 wp-custom-logo wc-pac-hide-sale-flash woocommerce-demo-store right-sidebar woocommerce-active">


<div id="page" class="hfeed site">
	
	<header id="masthead" class="site-header" role="banner" style="">
		<div class="col-full">

					<a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
				<div class="site-branding">
			<a href="http://uk.boutiquefrenchwine.com/" class="custom-logo-link" rel="home" itemprop="url"><img width="429" height="110" src="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png" class="custom-logo" alt="Boutique French Wine" itemprop="logo" srcset="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png 429w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-100x26.png 100w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-200x51.png 200w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-324x83.png 324w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-416x107.png 416w" sizes="(max-width: 429px) 100vw, 429px" /></a>		</div>
				    <nav class="secondary-navigation" role="navigation" aria-label="Secondary Navigation">
			    <div class="menu-categories-container"><ul id="menu-categories" class="menu"><li id="menu-item-1835" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1835"><a href="https://uk.boutiquefrenchwine.com">Type</a>
<ul class="sub-menu">
	<li id="menu-item-879" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-879"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
	<li id="menu-item-1034" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1034"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
	<li id="menu-item-354" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-354"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
	<li id="menu-item-355" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-355"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
	<li id="menu-item-356" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-356"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
	<li id="menu-item-1847" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1847"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
</ul>
</li>
<li id="menu-item-1836" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1836"><a href="https://uk.boutiquefrenchwine.com">Grape</a>
<ul class="sub-menu">
	<li id="menu-item-1958" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1958"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a></li>
	<li id="menu-item-162" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-162"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a></li>
	<li id="menu-item-163" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-163"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a></li>
	<li id="menu-item-164" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-164"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a></li>
	<li id="menu-item-165" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-165"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a></li>
	<li id="menu-item-166" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-166"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a></li>
	<li id="menu-item-167" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-167"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a></li>
	<li id="menu-item-168" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-168"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a></li>
	<li id="menu-item-169" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-169"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a></li>
	<li id="menu-item-170" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-170"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a></li>
	<li id="menu-item-171" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-171"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a></li>
	<li id="menu-item-172" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-172"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a></li>
	<li id="menu-item-173" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-173"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a></li>
	<li id="menu-item-174" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-174"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a></li>
	<li id="menu-item-175" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-175"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a></li>
	<li id="menu-item-176" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-176"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a></li>
	<li id="menu-item-177" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-177"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a></li>
	<li id="menu-item-178" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-178"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a></li>
	<li id="menu-item-179" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-179"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a></li>
	<li id="menu-item-180" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-180"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a></li>
	<li id="menu-item-1957" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1957"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a></li>
	<li id="menu-item-181" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-181"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a></li>
	<li id="menu-item-182" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-182"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a></li>
	<li id="menu-item-183" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-183"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a></li>
	<li id="menu-item-184" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-184"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a></li>
	<li id="menu-item-185" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-185"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a></li>
	<li id="menu-item-186" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a></li>
	<li id="menu-item-367" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-367"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a></li>
	<li id="menu-item-187" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a></li>
	<li id="menu-item-188" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a></li>
</ul>
</li>
<li id="menu-item-1837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1837"><a href="https://uk.boutiquefrenchwine.com">Region</a>
<ul class="sub-menu">
	<li id="menu-item-624" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-624"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a></li>
	<li id="menu-item-625" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-625"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a>
	<ul class="sub-menu">
		<li id="menu-item-626" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-626"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a></li>
		<li id="menu-item-732" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-732"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a></li>
		<li id="menu-item-731" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-731"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a></li>
		<li id="menu-item-627" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-627"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a></li>
		<li id="menu-item-628" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-628"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a></li>
		<li id="menu-item-629" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-629"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a></li>
	</ul>
</li>
	<li id="menu-item-630" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-630"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a>
	<ul class="sub-menu">
		<li id="menu-item-631" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-631"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a></li>
		<li id="menu-item-632" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-632"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a></li>
		<li id="menu-item-633" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-633"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a></li>
		<li id="menu-item-634" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-634"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a></li>
		<li id="menu-item-635" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-635"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a>
		<ul class="sub-menu">
			<li id="menu-item-636" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-636"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a></li>
			<li id="menu-item-637" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-637"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a></li>
			<li id="menu-item-638" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-638"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a></li>
			<li id="menu-item-639" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-639"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a></li>
			<li id="menu-item-640" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-640"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a></li>
			<li id="menu-item-641" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-641"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a></li>
			<li id="menu-item-642" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-642"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a></li>
			<li id="menu-item-643" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-643"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a></li>
			<li id="menu-item-644" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-644"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a></li>
			<li id="menu-item-645" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-645"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a></li>
			<li id="menu-item-646" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-646"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a></li>
			<li id="menu-item-647" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-647"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a></li>
		</ul>
</li>
		<li id="menu-item-648" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-648"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a></li>
	</ul>
</li>
	<li id="menu-item-713" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-713"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a>
	<ul class="sub-menu">
		<li id="menu-item-649" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-649"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a></li>
		<li id="menu-item-651" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-651"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a></li>
		<li id="menu-item-654" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-654"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a></li>
		<li id="menu-item-714" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-714"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a></li>
	</ul>
</li>
	<li id="menu-item-715" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-715"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a></li>
	<li id="menu-item-716" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-716"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a></li>
	<li id="menu-item-658" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-658"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a>
	<ul class="sub-menu">
		<li id="menu-item-665" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-665"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a></li>
		<li id="menu-item-666" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-666"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a></li>
		<li id="menu-item-667" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-667"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a></li>
		<li id="menu-item-668" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-668"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a></li>
		<li id="menu-item-669" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-669"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a></li>
		<li id="menu-item-670" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-670"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a></li>
		<li id="menu-item-671" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-671"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a></li>
		<li id="menu-item-672" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-672"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a></li>
		<li id="menu-item-673" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-673"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a></li>
		<li id="menu-item-674" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-674"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a></li>
		<li id="menu-item-675" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-675"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a></li>
	</ul>
</li>
	<li id="menu-item-659" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-659"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a>
	<ul class="sub-menu">
		<li id="menu-item-676" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-676"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a></li>
	</ul>
</li>
	<li id="menu-item-660" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-660"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a></li>
	<li id="menu-item-661" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-661"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a></li>
	<li id="menu-item-662" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-662"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a>
	<ul class="sub-menu">
		<li id="menu-item-652" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-652"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a></li>
		<li id="menu-item-725" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-725"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a></li>
		<li id="menu-item-726" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-726"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a></li>
		<li id="menu-item-727" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-727"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a></li>
		<li id="menu-item-728" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-728"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a></li>
		<li id="menu-item-729" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-729"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d’Oc</a></li>
	</ul>
</li>
	<li id="menu-item-663" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-663"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a>
	<ul class="sub-menu">
		<li id="menu-item-730" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-730"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a></li>
		<li id="menu-item-682" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-682"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a></li>
		<li id="menu-item-683" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-683"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a></li>
		<li id="menu-item-684" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-684"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a></li>
		<li id="menu-item-685" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-685"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a></li>
		<li id="menu-item-686" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-686"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a></li>
		<li id="menu-item-687" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-687"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a></li>
		<li id="menu-item-688" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-688"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a></li>
		<li id="menu-item-689" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-689"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a></li>
		<li id="menu-item-690" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-690"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a></li>
		<li id="menu-item-691" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-691"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a></li>
		<li id="menu-item-692" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-692"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a></li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-1838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1838"><a href="https://uk.boutiquefrenchwine.com">Producers</a>
<ul class="sub-menu">
	<li id="menu-item-748" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-748"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a></li>
	<li id="menu-item-930" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-930"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
	<li id="menu-item-931" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-931"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
	<li id="menu-item-1933" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1933"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a></li>
	<li id="menu-item-749" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-749"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a></li>
	<li id="menu-item-750" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-750"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a></li>
	<li id="menu-item-751" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-751"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
	<li id="menu-item-752" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-752"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
	<li id="menu-item-754" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-754"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a></li>
	<li id="menu-item-1362" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1362"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
	<li id="menu-item-755" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-755"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a></li>
	<li id="menu-item-756" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-756"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a></li>
	<li id="menu-item-757" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-757"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a></li>
	<li id="menu-item-758" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-758"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a></li>
	<li id="menu-item-759" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-759"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>		    </nav><!-- #site-navigation -->
		    			<div class="site-search">
				<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>			</div>
		<div class="storefront-primary-navigation">		<nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation">
		<button class="menu-toggle" aria-controls="site-navigation" aria-expanded="false"><span>Menu</span></button>
			<div class="primary-navigation"><ul id="menu-main-menu" class="menu"><li id="menu-item-374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-374"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-824"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1746"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
	<li id="menu-item-1084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1084"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
	<li id="menu-item-1085" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1085"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-603"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
	<li id="menu-item-1171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1171"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
	<li id="menu-item-608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-608"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
	<li id="menu-item-1360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1360"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
	<li id="menu-item-876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-876"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
	<li id="menu-item-1939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1939"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-fredignac/">Chateau Fredignac</a></li>
	<li id="menu-item-604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-604"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
	<li id="menu-item-615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-615"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
	<li id="menu-item-611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-611"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
	<li id="menu-item-605" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-605"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
	<li id="menu-item-606" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-606"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
	<li id="menu-item-1356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1356"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
	<li id="menu-item-613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-613"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
	<li id="menu-item-612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-612"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
	<li id="menu-item-617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-617"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
	<li id="menu-item-607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-607"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Preignes le Neuf</a></li>
	<li id="menu-item-616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-616"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
<li id="menu-item-379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-379"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-889"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-767"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&Cs</a></li>
</ul></div><div class="handheld-navigation"><ul id="menu-mobile-menu" class="menu"><li id="menu-item-1212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1212"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-1213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1213"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1747"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
	<li id="menu-item-1231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
	<li id="menu-item-1232" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1232"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-1230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1230"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-1235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1235"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-1234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1234"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1233" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1233"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&Cs</a></li>
<li id="menu-item-1236" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-1236"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a>
<ul class="sub-menu">
	<li id="menu-item-1237" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1237"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
	<li id="menu-item-1238" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1238"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
	<li id="menu-item-1239" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1239"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
	<li id="menu-item-1240" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1240"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
	<li id="menu-item-1241" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1241"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
	<li id="menu-item-1242" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1242"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
</ul>
</li>
<li id="menu-item-1214" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1214"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
	<li id="menu-item-1215" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1215"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
	<li id="menu-item-1217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1217"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
	<li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1359"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
	<li id="menu-item-1218" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1218"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
	<li id="menu-item-1219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1219"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
	<li id="menu-item-1220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1220"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
	<li id="menu-item-1221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1221"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
	<li id="menu-item-1222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1222"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
	<li id="menu-item-1223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1223"><a href="http://uk.boutiquefrenchwine.com?page_id=483&preview_id=483">Domaine de l’Arjolle</a></li>
	<li id="menu-item-1224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1224"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
	<li id="menu-item-1358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1358"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
	<li id="menu-item-1225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1225"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
	<li id="menu-item-1226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1226"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
	<li id="menu-item-1227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1227"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
	<li id="menu-item-1228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Domaine Preignes le Neuf</a></li>
	<li id="menu-item-1229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1229"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>		</nav><!-- #site-navigation -->
				<ul id="site-header-cart" class="site-header-cart menu">
			<li class="">
							<a class="cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
				<span class="amount">&pound;0.00</span> <span class="count">0 items</span>
			</a>
					</li>
			<li>
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>			</li>
		</ul>
		</div>
		</div>
	</header><!-- #masthead -->

	
	<div id="content" class="site-content" tabindex="-1">
		<div class="col-full">

		<nav class="woocommerce-breadcrumb"><a href="http://uk.boutiquefrenchwine.com">Home</a><span class="breadcrumb-separator"> / </span>Error 404</nav><div class="woocommerce"></div>
	<div id="primary" class="content-area">

		<main id="main" class="site-main" role="main">

			<div class="error-404 not-found">

				<div class="page-content">

					<header class="page-header">
						<h1 class="page-title">Oops! That page can&rsquo;t be found.</h1>
					</header><!-- .page-header -->

					<p>Nothing was found at this location. Try searching, or check out the links below.</p>

					<section aria-label="Search"><div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-1" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div></section><div class="fourohfour-columns-2"><section class="col-1" aria-label="Promoted Products"><h2>Featured Products</h2><div class="woocommerce columns-2 "><ul class="products columns-2">
<li class="post-912 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-champagne-collard-picard product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir pa_case-case-of-six-bottles first instock featured taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/champagne-collard-picard-cuvee-de-prestige/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Collard-Picard Cuvée de Prestige</h2><div class="star-rating"><span style="width:100%">Rated <strong class="rating">5.00</strong> out of 5</span></div>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>39.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=912" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="912" data-product_sku="912" aria-label="Add &ldquo;Champagne Collard-Picard Cuvée de Prestige&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-912 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '912',
						'name': 'Champagne Collard-Picard Cuvée de Prestige',
						'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
						'position': '1'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir last instock featured taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-864 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '864',
						'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
						'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
						'position': '2'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
</ul>
</div></section><nav class="col-2" aria-label="Product Categories"><h2>Product Categories</h2><div class="widget woocommerce widget_product_categories"><ul class="product-categories"><li class="cat-item cat-item-12 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/">Grape</a> <span class="count">(47)</span><ul class='children'>
<li class="cat-item cat-item-190"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-20"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-13"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-21"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-22"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-14"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-15"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-16"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-24"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-25"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-23"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-26"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-27"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-28"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-29"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a> <span class="count">(15)</span></li>
<li class="cat-item cat-item-30"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-43"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-47"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat/">Muscat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-17"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-31"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-32"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-143"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-verdot/">Petit Verdot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-152"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-meunier/">Pinot Meunier</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-151"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-noir/">Pinot Noir</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-189"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-33"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-34"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-44"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-35"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-36"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a> <span class="count">(9)</span></li>
<li class="cat-item cat-item-37"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-48"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-38"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-39"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a> <span class="count">(0)</span></li>
</ul>
</li>
<li class="cat-item cat-item-122 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/">Partners</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-123"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-155"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-154"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-127"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-130"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-131"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-129"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-135"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-chartreuse-de-mougeres/">Domaine Chartreuse de Mougères</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-134"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-de-larjolle/">Domaine de l'Arjolle</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-136"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-156"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-137"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-132"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-133"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-126"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/ollieux-romanis/">Ollieux Romanis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-125"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-124"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a> <span class="count">(3)</span></li>
</ul>
</li>
<li class="cat-item cat-item-147 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/">Region</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-56"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-40 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a> <span class="count">(14)</span>	<ul class='children'>
<li class="cat-item cat-item-115"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/blaye-cote-de-bordeaux/">Blaye Côte de Bordeaux</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-149"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-148"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-113"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-41"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-114"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-60 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a> <span class="count">(0)</span>	<ul class='children'>
<li class="cat-item cat-item-57 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a> <span class="count">(0)</span>		<ul class='children'>
<li class="cat-item cat-item-101"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-102"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-103"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-109"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-105"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-106"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-107"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-110"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-111"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-112"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-104"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-108"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a> <span class="count">(0)</span></li>
		</ul>
</li>
<li class="cat-item cat-item-96"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-98"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-99"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-97"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-100"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-61 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a> <span class="count">(2)</span>	<ul class='children'>
<li class="cat-item cat-item-94"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-95"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-63"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-66"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-62"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-64"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-50 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a> <span class="count">(23)</span>	<ul class='children'>
<li class="cat-item cat-item-140"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-142"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-144"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-139"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-145"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-93"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d'Oc</a> <span class="count">(5)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-59 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a> <span class="count">(0)</span>	<ul class='children'>
<li class="cat-item cat-item-87"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-86"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-89"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-92"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-83"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-82"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-90"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-91"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-88"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-84"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-85"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-67 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a> <span class="count">(0)</span>	<ul class='children'>
<li class="cat-item cat-item-81"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-68"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-69"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-55 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a> <span class="count">(9)</span>	<ul class='children'>
<li class="cat-item cat-item-75"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-71"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-73"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-138"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-77"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-78"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-70"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-72"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-74"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-76"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-79"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-80"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a> <span class="count">(0)</span></li>
	</ul>
</li>
</ul>
</li>
<li class="cat-item cat-item-10 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-150"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-157"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a> <span class="count">(21)</span></li>
<li class="cat-item cat-item-8"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a> <span class="count">(27)</span></li>
<li class="cat-item cat-item-9"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-159"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-7"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a> <span class="count">(16)</span></li>
</ul>
</li>
<li class="cat-item cat-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/uncategorised/">Uncategorised</a> <span class="count">(0)</span></li>
</ul></div></nav></div><section aria-label="Popular Products"><h2>Popular Products</h2><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="post-441 product type-product status-publish has-post-thumbnail product_cat-red-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-cabernet-sauvignon product_cat-cinsault product_cat-grenache-noir first instock taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-sort/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Rouge 2014</h2><div class="star-rating"><span style="width:92%">Rated <strong class="rating">4.60</strong> out of 5</span></div>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=441" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="441" data-product_sku="441" aria-label="Add &ldquo;Le Petit Pont Rouge 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-441 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '441',
						'name': 'Le Petit Pont Rouge 2014',
						'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
						'position': '1'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-9 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-chardonnay product_cat-vermentino  instock taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-white/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Blanc 2014</h2><div class="star-rating"><span style="width:93.4%">Rated <strong class="rating">4.67</strong> out of 5</span></div>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=9" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="9" data-product_sku="9" aria-label="Add &ldquo;Le Petit Pont Blanc 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-9 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '9',
						'name': 'Le Petit Pont Blanc 2014',
						'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Chardonnay/Vermentino',
						'position': '2'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir  instock featured taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-864 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '864',
						'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
						'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
						'position': '3'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-293 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-chateau-lamothe-despujols product_cat-bordeaux product_cat-sauternes product_cat-muscadelle product_cat-sauvignon product_cat-semillon last instock taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/les-tourelles-de-lamothe-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Les Tourelles de Lamothe 2010</h2>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>16.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=293" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="293" data-product_sku="293" aria-label="Add &ldquo;Les Tourelles de Lamothe 2010&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-293 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '293',
						'name': 'Les Tourelles de Lamothe 2010',
						'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
						'position': '4'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
</ul>
</div></section>
				</div><!-- .page-content -->
			</div><!-- .error-404 -->

		</main><!-- #main -->
	</div><!-- #primary -->


		</div><!-- .col-full -->
	</div><!-- #content -->

	
	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="col-full">

					<div class="site-info">
			&copy; Boutique French Wine 2018						<br /> <a href="https://woocommerce.com" target="_blank" title="WooCommerce - The Best eCommerce Platform for WordPress" rel="author">Built with Storefront &amp; WooCommerce</a>					</div><!-- .site-info -->
				<div class="storefront-handheld-footer-bar">
			<ul class="columns-3">
									<li class="my-account">
						<a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a>				</li>
									<li class="search">
						<a href="">Search</a>			<div class="site-search">
				<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-2">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-2" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>			</div>
							</li>
									<li class="cart">
									<a class="footer-cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
				<span class="count">0</span>
			</a>
							</li>
							</ul>
		</div>
		
		</div><!-- .col-full -->
	</footer><!-- #colophon -->

	
</div><!-- #page -->

<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/instashow-lite/assets/instashow-lite/dist/jquery.instashow-lite.packaged.js?ver=1.4.2'></script>
<p class="woocommerce-store-notice demo_store">Check out our wine tasting evenings! <a href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p><script type="application/ld+json">{"@context":"https://schema.org/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":"1","item":{"name":"Home","@id":"http://uk.boutiquefrenchwine.com"}},{"@type":"ListItem","position":"2","item":{"name":"Error 404"}}]}</script><script type='text/javascript'>
/* <![CDATA[ */
var woosb_vars = {"ajax_url":"http://uk.boutiquefrenchwine.com/wp-admin/admin-ajax.php","alert_text":"Please select some product options before adding this product to your cart.","bundle_price_text":"Your selection box price:","price_format":"%1$s%2$s","price_decimals":"2","price_thousand_separator":",","price_decimal_separator":".","currency_symbol":"u00a3","woosb_nonce":"4a12b38cb5"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/js/frontend.js?ver=2.6.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"http://uk.boutiquefrenchwine.com/basket/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.3.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_937198c0652e8f0b382e5733110b7eed","fragment_name":"wc_fragments_937198c0652e8f0b382e5733110b7eed"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/navigation.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/skip-link-focus-fix.min.js?ver=20130115'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/woocommerce/header-cart.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/wp-embed.min.js?ver=4.9.6'></script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 

			ga( 'ec:addImpression', {
				'id': '912',
				'name': 'Champagne Collard-Picard Cuvée de Prestige',
				'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
				'list': 'Product List',
				'position': '1'
			} );
		


			ga( 'ec:addImpression', {
				'id': '864',
				'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
				'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
				'list': 'Product List',
				'position': '2'
			} );
		


			ga( 'ec:addImpression', {
				'id': '441',
				'name': 'Le Petit Pont Rouge 2014',
				'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
				'list': 'Product List',
				'position': '1'
			} );
		


			ga( 'ec:addImpression', {
				'id': '9',
				'name': 'Le Petit Pont Blanc 2014',
				'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Chardonnay/Vermentino',
				'list': 'Product List',
				'position': '2'
			} );
		


			ga( 'ec:addImpression', {
				'id': '864',
				'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
				'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
				'list': 'Product List',
				'position': '3'
			} );
		


			ga( 'ec:addImpression', {
				'id': '293',
				'name': 'Les Tourelles de Lamothe 2010',
				'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
				'list': 'Product List',
				'position': '4'
			} );
		


					$( '.add_to_cart_button:not(.product_type_variable, .product_type_grouped)' ).click( function() {
						ga( 'ec:addProduct', {'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')),'quantity': $(this).data('quantity')} );
						ga( 'ec:setAction', 'add' );
						ga( 'send', 'event', 'UX', 'click', 'add to cart' );
					});
				
 });
</script>

</body>
</html>[Mon Aug 20 04:09:31 MST 2018] ret='0'
[Mon Aug 20 04:09:31 MST 2018] Debugging, skip removing: /home/xorex/www/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0
[Mon Aug 20 04:09:31 MST 2018] pid
[Mon Aug 20 04:09:31 MST 2018] No need to restore nginx, skip.
[Mon Aug 20 04:09:31 MST 2018] _clearupdns
[Mon Aug 20 04:09:31 MST 2018] skip dns.
[Mon Aug 20 04:09:31 MST 2018] _on_issue_err
[Mon Aug 20 04:09:31 MST 2018] Please add '--debug' or '--log' to check more details.
[Mon Aug 20 04:09:31 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
[Mon Aug 20 04:09:31 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:31 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:09:31 MST 2018] POST
[Mon Aug 20 04:09:31 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:31 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:32 MST 2018] _ret='0'
[Mon Aug 20 04:09:32 MST 2018] code='400'
[Mon Aug 20 04:09:32 MST 2018] socat doesn't exists.
[Mon Aug 20 04:09:32 MST 2018] Diagnosis versions: 
openssl:openssl
OpenSSL 1.0.1e-fips 11 Feb 2013
apache:
apache doesn't exists.
nginx:
nginx doesn't exists.
socat:
xorex@n3plcpnl0035 [~]$ 


acme.sh —issue ….. —debug 2



xorex@n3plcpnl0035 [~]$ "/home/xorex/.acme.sh"/acme.sh --renew -d uk.boutiquefrenchwine.com -w ~/www --dns dns_gd --debug 2
[Mon Aug 20 04:13:06 MST 2018] Lets find script dir.
[Mon Aug 20 04:13:06 MST 2018] _SCRIPT_='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:13:06 MST 2018] _script='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:13:06 MST 2018] _script_home='/home/xorex/.acme.sh'
[Mon Aug 20 04:13:06 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:13:06 MST 2018] LE_WORKING_DIR='/home/xorex/.acme.sh'
https://github.com/Neilpang/acme.sh
v2.8.0
[Mon Aug 20 04:13:06 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:13:06 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org'
[Mon Aug 20 04:13:06 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Renew: 'uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Le_API='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:13:06 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org'
[Mon Aug 20 04:13:06 MST 2018] _main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _alt_domains='no'
[Mon Aug 20 04:13:06 MST 2018] '/home/xorex/www,dns_gd' does not contain 'dns'
[Mon Aug 20 04:13:06 MST 2018] Using ACME_DIRECTORY: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:13:06 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:13:06 MST 2018] GET
[Mon Aug 20 04:13:06 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] timeout=
[Mon Aug 20 04:13:06 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.QWQpe6KapX  -g '
[Mon Aug 20 04:13:06 MST 2018] ret='0'
[Mon Aug 20 04:13:06 MST 2018] response='{
  "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change",
  "ktPs2NIzC9U": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "terms-of-service": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",
  "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",
  "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",
  "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"
}'
[Mon Aug 20 04:13:06 MST 2018] ACME_KEY_CHANGE='https://acme-v01.api.letsencrypt.org/acme/key-change'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_AUTHZ='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_ORDER='https://acme-v01.api.letsencrypt.org/acme/new-cert'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_ACCOUNT='https://acme-v01.api.letsencrypt.org/acme/new-reg'
[Mon Aug 20 04:13:06 MST 2018] ACME_REVOKE_CERT='https://acme-v01.api.letsencrypt.org/acme/revoke-cert'
[Mon Aug 20 04:13:06 MST 2018] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_NONCE
[Mon Aug 20 04:13:06 MST 2018] ACME_VERSION
[Mon Aug 20 04:13:06 MST 2018] Le_NextRenewTime='1534665607'
[Mon Aug 20 04:13:06 MST 2018] _on_before_issue
[Mon Aug 20 04:13:06 MST 2018] _chk_main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _chk_alt_domains
[Mon Aug 20 04:13:06 MST 2018] '/home/xorex/www,dns_gd' does not contain 'no'
[Mon Aug 20 04:13:06 MST 2018] Le_LocalAddress
[Mon Aug 20 04:13:06 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Check for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:13:06 MST 2018] d
[Mon Aug 20 04:13:06 MST 2018] '/home/xorex/www,dns_gd' does not contain 'apache'
[Mon Aug 20 04:13:06 MST 2018] _saved_account_key_hash='Mir+3JRYBG4A9jcUpZSzOzLMmWjos4/LGEkwcHw7ghs='
[Mon Aug 20 04:13:06 MST 2018] _saved_account_key_hash is not changed, skip register account.
[Mon Aug 20 04:13:06 MST 2018] Read key length:
[Mon Aug 20 04:13:06 MST 2018] _createcsr
[Mon Aug 20 04:13:06 MST 2018] domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] domainlist
[Mon Aug 20 04:13:06 MST 2018] csrkey='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com/uk.boutiquefrenchwine.com.key'
[Mon Aug 20 04:13:06 MST 2018] csr='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com/uk.boutiquefrenchwine.com.csr'
[Mon Aug 20 04:13:06 MST 2018] csrconf='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com/uk.boutiquefrenchwine.com.csr.conf'
[Mon Aug 20 04:13:06 MST 2018] Single domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _is_idn_d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _idn_temp
[Mon Aug 20 04:13:06 MST 2018] _csr_cn='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Getting domain auth token for each domain
[Mon Aug 20 04:13:06 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Getting webroot for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _w='/home/xorex/www'
[Mon Aug 20 04:13:06 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:13:06 MST 2018] Getting new-authz for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:13:06 MST 2018] Try new-authz for the 0 time.
[Mon Aug 20 04:13:06 MST 2018] _is_idn_d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _idn_temp
[Mon Aug 20 04:13:06 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:13:06 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "uk.boutiquefrenchwine.com"}}'
[Mon Aug 20 04:13:06 MST 2018] RSA key
[Mon Aug 20 04:13:06 MST 2018] Get nonce. ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] GET
[Mon Aug 20 04:13:06 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] timeout=
[Mon Aug 20 04:13:06 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.56L2B3bPho  -g '
[Mon Aug 20 04:13:07 MST 2018] ret='0'
[Mon Aug 20 04:13:07 MST 2018] _headers='HTTP/1.1 200 OK
Server: nginx
Content-Type: application/json
Content-Length: 658
Replay-Nonce: D8s-cqGxTBwwv-HciYbBYY9FYudOPEQQ9a21zOMyBy4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 20 Aug 2018 11:13:07 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:07 GMT
Connection: keep-alive
'
[Mon Aug 20 04:13:07 MST 2018] _CACHED_NONCE='D8s-cqGxTBwwv-HciYbBYY9FYudOPEQQ9a21zOMyBy4'
[Mon Aug 20 04:13:07 MST 2018] nonce='D8s-cqGxTBwwv-HciYbBYY9FYudOPEQQ9a21zOMyBy4'
[Mon Aug 20 04:13:07 MST 2018] POST
[Mon Aug 20 04:13:07 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:13:07 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uHOEHSzdQyTi4t_3yQKyijjlB_-uv06hVu2C1M3VCux1oGnYKsITu0fE_fti2ZH_fUq3I0bQXSYiycCGEZ8iLlRN36BnpsHatUK9ArSB97JXYi6bhqaLkyhG6iG6E7OtwDL4W9fnwt-0TxOFme4e3GYQn2AXV-yK08ULDL_UJT3kjWUWhfOab4OTKT5a66L3y_4JlgkK31b1kBjgjat0jt5U-6kkJscnZ6MXOIt42nBK5bkF8hVul3rr8gHrRw7w7ReLtcmNyBa38fezodHfnnUxbu3i1gymFSmg2UKVJB454xFDHjAFD4NLiVtZ1CsvfRUPiUo9TBzv2-DylkKVXQ"}}, "protected": "eyJub25jZSI6ICJEOHMtY3FHeFRCd3d2LUhjaVliQllZOUZZdWRPUEVRUTlhMjF6T015Qnk0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ1SE9FSFN6ZFF5VGk0dF8zeVFLeWlqamxCXy11djA2aFZ1MkMxTTNWQ3V4MW9HbllLc0lUdTBmRV9mdGkyWkhfZlVxM0kwYlFYU1lpeWNDR0VaOGlMbFJOMzZCbnBzSGF0VUs5QXJTQjk3SlhZaTZiaHFhTGt5aEc2aUc2RTdPdHdETDRXOWZud3QtMFR4T0ZtZTRlM0dZUW4yQVhWLXlLMDhVTERMX1VKVDNraldVV2hmT2FiNE9US1Q1YTY2TDN5XzRKbGdrSzMxYjFrQmpnamF0MGp0NVUtNmtrSnNjblo2TVhPSXQ0Mm5CSzVia0Y4aFZ1bDNycjhnSHJSdzd3N1JlTHRjbU55QmEzOGZlem9kSGZublV4YnUzaTFneW1GU21nMlVLVkpCNDU0eEZESGpBRkQ0TkxpVnRaMUNzdmZSVVBpVW85VEJ6djItRHlsa0tWWFEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAidWsuYm91dGlxdWVmcmVuY2h3aW5lLmNvbSJ9fQ", "signature": "JrSNKo8OKpOaFq00hMn6kOOxZITvU3oIi1KWO87ZX1vLnv27bGh1UCAKpOMF_-TJFsHwPOm-1mi7vXi1regns02LxWkbvYm5q9yEB6gwECYaaKEfNEJYE6kTZO5-le59J8IOyBXMBc4Cych0-9knIgvjStb-Brkanm_O-5BmPnXVXbElm5RKydVCwqkEOHwi683SpuQW8ea6j0YyUUZ5WiIl1KvLFO6olRp37u5WGQvkQhFDPB7gDSfcRL-3BxgVVhQIvfkZpyp-pMnSFD6UTO4aSXxC0cEuBkmH_oguvmd93NycpdOB1WNmimr9EoLG5v47k3CkMLow0Ez1uQSENQ"}'
[Mon Aug 20 04:13:07 MST 2018] _postContentType='application/jose+json'
[Mon Aug 20 04:13:07 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.b3LzAQwlQj  -g '
[Mon Aug 20 04:13:08 MST 2018] _ret='0'
[Mon Aug 20 04:13:08 MST 2018] original='{
  "identifier": {
    "type": "dns",
    "value": "uk.boutiquefrenchwine.com"
  },
  "status": "pending",
  "expires": "2018-08-27T11:13:08Z",
  "challenges": [
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954267",
      "token": "i6SG4zcEfyXRlJX1pKjMbwK_bEWpDI35lPgUKGyzFT0"
    },
    {
      "type": "http-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268",
      "token": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954269",
      "token": "iLXZHUpfltxsNgBTimY4zrbPrZsGRHHc4jmWTPFs9p0"
    },
    {
      "type": "tls-sni-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954270",
      "token": "bwgivolqBhpsJPvSDYGaXWGbha3PRi0AizZ-EsC-y5k"
    }
  ],
  "combinations": [
    [
      3
    ],
    [
      1
    ],
    [
      0
    ],
    [
      2
    ]
  ]
}'
[Mon Aug 20 04:13:08 MST 2018] responseHeaders='HTTP/1.1 100 Continue
Expires: Mon, 20 Aug 2018 11:13:07 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache

HTTP/1.1 201 Created
Server: nginx
Content-Type: application/json
Content-Length: 1277
Boulder-Requester: 36062453
Link: <https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"
Location: https://acme-v01.api.letsencrypt.org/acme/authz/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo
Replay-Nonce: xceh_-M5yvgKZvtcMr9kZUrcdz8pTs9jlLZxPXqK0Rw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 20 Aug 2018 11:13:08 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:08 GMT
Connection: keep-alive
'
[Mon Aug 20 04:13:08 MST 2018] response='{"identifier":{"type":"dns","value":"uk.boutiquefrenchwine.com"},"status":"pending","expires":"2018-08-27T11:13:08Z","challenges":[{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954267","token":"i6SG4zcEfyXRlJX1pKjMbwK_bEWpDI35lPgUKGyzFT0"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8"},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954269","token":"iLXZHUpfltxsNgBTimY4zrbPrZsGRHHc4jmWTPFs9p0"},{"type":"tls-sni-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954270","token":"bwgivolqBhpsJPvSDYGaXWGbha3PRi0AizZ-EsC-y5k"}],"combinations":[[3],[1],[0],[2]]}'
[Mon Aug 20 04:13:08 MST 2018] code='201'
[Mon Aug 20 04:13:08 MST 2018] The new-authz request is ok.
[Mon Aug 20 04:13:08 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8"'
[Mon Aug 20 04:13:08 MST 2018] token='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8'
[Mon Aug 20 04:13:08 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] keyauthorization='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:08 MST 2018] dvlist='uk.boutiquefrenchwine.com#DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268#http-01#/home/xorex/www'
[Mon Aug 20 04:13:08 MST 2018] d
[Mon Aug 20 04:13:08 MST 2018] vlist='uk.boutiquefrenchwine.com#DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268#http-01#/home/xorex/www,'
[Mon Aug 20 04:13:08 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:08 MST 2018] ok, let's start to verify
[Mon Aug 20 04:13:08 MST 2018] Verifying:uk.boutiquefrenchwine.com
[Mon Aug 20 04:13:08 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:08 MST 2018] keyauthorization='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:08 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:13:08 MST 2018] wellknown_path='/home/xorex/www/.well-known/acme-challenge'
[Mon Aug 20 04:13:08 MST 2018] writing token:DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8 to /home/xorex/www/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8
[Mon Aug 20 04:13:08 MST 2018] Changing owner/group of .well-known to xorex:xorex
[Mon Aug 20 04:13:08 MST 2018] tigger domain validation.
[Mon Aug 20 04:13:08 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] _t_key_authz='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:08 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:13:08 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key
[Mon Aug 20 04:13:08 MST 2018] Use _CACHED_NONCE='xceh_-M5yvgKZvtcMr9kZUrcdz8pTs9jlLZxPXqK0Rw'
[Mon Aug 20 04:13:08 MST 2018] nonce='xceh_-M5yvgKZvtcMr9kZUrcdz8pTs9jlLZxPXqK0Rw'
[Mon Aug 20 04:13:08 MST 2018] POST
[Mon Aug 20 04:13:08 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uHOEHSzdQyTi4t_3yQKyijjlB_-uv06hVu2C1M3VCux1oGnYKsITu0fE_fti2ZH_fUq3I0bQXSYiycCGEZ8iLlRN36BnpsHatUK9ArSB97JXYi6bhqaLkyhG6iG6E7OtwDL4W9fnwt-0TxOFme4e3GYQn2AXV-yK08ULDL_UJT3kjWUWhfOab4OTKT5a66L3y_4JlgkK31b1kBjgjat0jt5U-6kkJscnZ6MXOIt42nBK5bkF8hVul3rr8gHrRw7w7ReLtcmNyBa38fezodHfnnUxbu3i1gymFSmg2UKVJB454xFDHjAFD4NLiVtZ1CsvfRUPiUo9TBzv2-DylkKVXQ"}}, "protected": "eyJub25jZSI6ICJ4Y2VoXy1NNXl2Z0tadnRjTXI5a1pVcmNkejhwVHM5amxMWnhQWHFLMFJ3IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvSWt6UmNIT3Y0NG5MLVJXcU9Qc0hFM0FxUnhwZUhsSGlxSF9YNzcwdXdkby82NjI5OTU0MjY4IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAidUhPRUhTemRReVRpNHRfM3lRS3lpampsQl8tdXYwNmhWdTJDMU0zVkN1eDFvR25ZS3NJVHUwZkVfZnRpMlpIX2ZVcTNJMGJRWFNZaXljQ0dFWjhpTGxSTjM2Qm5wc0hhdFVLOUFyU0I5N0pYWWk2YmhxYUxreWhHNmlHNkU3T3R3REw0Vzlmbnd0LTBUeE9GbWU0ZTNHWVFuMkFYVi15SzA4VUxETF9VSlQza2pXVVdoZk9hYjRPVEtUNWE2NkwzeV80Smxna0szMWIxa0JqZ2phdDBqdDVVLTZra0pzY25aNk1YT0l0NDJuQks1YmtGOGhWdWwzcnI4Z0hyUnc3dzdSZUx0Y21OeUJhMzhmZXpvZEhmbm5VeGJ1M2kxZ3ltRlNtZzJVS1ZKQjQ1NHhGREhqQUZENE5MaVZ0WjFDc3ZmUlVQaVVvOVRCenYyLUR5bGtLVlhRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJES2ViVDgyUVpTaVFMeXdEUGktQ2N1SWdtUVYwajFWT2pjN2gwX09QZmQ4Lk9oU3lBVml2azNZSkpxMWF3c3VsWElNSXRmZ3oxSzUzYmpBalREWlpZVjAifQ", "signature": "OacYeVXaq9MdyQdeuiqz5MmN2UGpEd9O6XT71kgRpx-0T1yUGWOeHI1TbPBCPLIz29ZXJvfiioHa7JDRYY91TOMrmtjbGu8TwJzqVxy3BtwLXMo7GWkwbaHXA0MwuTixm-eUKv0Lshd9UQAzq74RZvL0hsnUTWgGMqbfRx0UKXE4vePhaN41mzNbEBaK2EBLLvk8cZOUs1-cehEyrQvtN11kRD82t_OnfiU9Tn_c3VbJkHqHCfIlsTtdF6xS4CT1O5bWGKXZ-PcTUtiE32NNXJR0UoRDvCcjgNbuWEHgWuD7oos202OcgKknXaYlRoQfQUQyrHugJItWdYD8CQPXNA"}'
[Mon Aug 20 04:13:08 MST 2018] _postContentType='application/jose+json'
[Mon Aug 20 04:13:08 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.84XmBOPKVK  -g '
[Mon Aug 20 04:13:09 MST 2018] _ret='0'
[Mon Aug 20 04:13:09 MST 2018] original='{
  "type": "http-01",
  "status": "pending",
  "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268",
  "token": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8",
  "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"
}'
[Mon Aug 20 04:13:09 MST 2018] responseHeaders='HTTP/1.1 100 Continue
Expires: Mon, 20 Aug 2018 11:13:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache

HTTP/1.1 202 Accepted
Server: nginx
Content-Type: application/json
Content-Length: 336
Boulder-Requester: 36062453
Link: <https://acme-v01.api.letsencrypt.org/acme/authz/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo>;rel="up"
Location: https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268
Replay-Nonce: NA1xeiWtsd8qX4ae6Zcpg2X5qJ1SdVRlNDpWzP1jcqo
Expires: Mon, 20 Aug 2018 11:13:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:09 GMT
Connection: keep-alive
'
[Mon Aug 20 04:13:09 MST 2018] response='{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8","keyAuthorization":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:13:09 MST 2018] code='202'
[Mon Aug 20 04:13:09 MST 2018] sleep 2 secs to verify
[Mon Aug 20 04:13:11 MST 2018] checking
[Mon Aug 20 04:13:11 MST 2018] GET
[Mon Aug 20 04:13:11 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:11 MST 2018] timeout=
[Mon Aug 20 04:13:11 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.SH4MJBNSZV  -g '
[Mon Aug 20 04:13:11 MST 2018] ret='0'
[Mon Aug 20 04:13:11 MST 2018] original='{
  "type": "http-01",
  "status": "invalid",
  "error": {
    "type": "urn:acme:error:unauthorized",
    "detail": "Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: "u003c!doctype htmlu003enu003chtml lang="en-GB"u003enu003cheadu003enu003cmeta charset="UTF-8"u003enu003cmeta name="viewport" content="width=device-width, initial-sca"",
    "status": 403
  },
  "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268",
  "token": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8",
  "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0",
  "validationRecord": [
    {
      "url": "http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8",
      "hostname": "uk.boutiquefrenchwine.com",
      "port": "80",
      "addressesResolved": [
        "160.153.128.39"
      ],
      "addressUsed": "160.153.128.39"
    }
  ]
}'
[Mon Aug 20 04:13:11 MST 2018] response='{"type":"http-01","status":"invalid","error":{"type":"urn:acme:error:unauthorized","detail":"Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: "u003c!doctype htmlu003enu003chtml lang="en-GB"u003enu003cheadu003enu003cmeta charset="UTF-8"u003enu003cmeta name="viewport" content="width=device-width, initial-sca"","status": 403},"uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8","keyAuthorization":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0","validationRecord":[{"url":"http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8","hostname":"uk.boutiquefrenchwine.com","port":"80","addressesResolved":["160.153.128.39"],"addressUsed":"160.153.128.39"}]}'
[Mon Aug 20 04:13:11 MST 2018] error='"error":{"type":"urn:acme:error:unauthorized","detail":"Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: '
[Mon Aug 20 04:13:11 MST 2018] errordetail='Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: '
[Mon Aug 20 04:13:11 MST 2018] uk.boutiquefrenchwine.com:Verify error:Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: 
[Mon Aug 20 04:13:11 MST 2018] Debug: get token url.
[Mon Aug 20 04:13:11 MST 2018] GET
[Mon Aug 20 04:13:11 MST 2018] url='http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8'
[Mon Aug 20 04:13:11 MST 2018] timeout=1
[Mon Aug 20 04:13:11 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.cd7wz9uUWD  -g  --connect-timeout 1'
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="http://uk.boutiquefrenchwine.com/xmlrpc.php">

<title>Page not found – Boutique French Wine</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Feed" href="http://uk.boutiquefrenchwine.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Comments Feed" href="http://uk.boutiquefrenchwine.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https://s.w.org/images/core/emoji/2.4/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/2.4/svg/","svgExt":".svg","source":{"concatemoji":"http://uk.boutiquefrenchwine.com/wp-includes/js/wp-emoji-release.min.js?ver=4.9.6"}};
			!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='woosb-frontend-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/css/frontend.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/pac.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-layout-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/layout.css?ver=4.9.6' type='text/css' media='only screen and (min-width: 768px)' />
<link rel='stylesheet' id='parent-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-style-inline-css' type='text/css'>

			.main-navigation ul li a,
			.site-title a,
			ul.menu li a,
			.site-branding h1 a,
			.site-footer .storefront-handheld-footer-bar a:not(.button),
			button.menu-toggle,
			button.menu-toggle:hover {
				color: #eeeeee;
			}

			button.menu-toggle,
			button.menu-toggle:hover {
				border-color: #eeeeee;
			}

			.main-navigation ul li a:hover,
			.main-navigation ul li:hover > a,
			.site-title a:hover,
			a.cart-contents:hover,
			.site-header-cart .widget_shopping_cart a:hover,
			.site-header-cart:hover > li > a,
			.site-header ul.menu li.current-menu-item > a {
				color: #ffffff;
			}

			table th {
				background-color: #f8f8f8;
			}

			table tbody td {
				background-color: #fdfdfd;
			}

			table tbody tr:nth-child(2n) td,
			fieldset,
			fieldset legend {
				background-color: #fbfbfb;
			}

			.site-header,
			.secondary-navigation ul ul,
			.main-navigation ul.menu > li.menu-item-has-children:after,
			.secondary-navigation ul.menu ul,
			.storefront-handheld-footer-bar,
			.storefront-handheld-footer-bar ul li > a,
			.storefront-handheld-footer-bar ul li.search .site-search,
			button.menu-toggle,
			button.menu-toggle:hover {
				background-color: #aaaaaa;
			}

			p.site-description,
			.site-header,
			.storefront-handheld-footer-bar {
				color: #555555;
			}

			.storefront-handheld-footer-bar ul li.cart .count,
			button.menu-toggle:after,
			button.menu-toggle:before,
			button.menu-toggle span:before {
				background-color: #eeeeee;
			}

			.storefront-handheld-footer-bar ul li.cart .count {
				color: #aaaaaa;
			}

			.storefront-handheld-footer-bar ul li.cart .count {
				border-color: #aaaaaa;
			}

			h1, h2, h3, h4, h5, h6 {
				color: #666666;
			}

			.widget h1 {
				border-bottom-color: #666666;
			}

			body,
			.secondary-navigation a,
			.onsale,
			.pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
				color: #666666;
			}

			.widget-area .widget a,
			.hentry .entry-header .posted-on a,
			.hentry .entry-header .byline a {
				color: #6b6b6b;
			}

			a  {
				color: #999999;
			}

			a:focus,
			.button:focus,
			.button.alt:focus,
			.button.added_to_cart:focus,
			.button.wc-forward:focus,
			button:focus,
			input[type="button"]:focus,
			input[type="reset"]:focus,
			input[type="submit"]:focus {
				outline-color: #999999;
			}

			button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
				background-color: #eeeeee;
				border-color: #eeeeee;
				color: #333333;
			}

			button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
				background-color: #d5d5d5;
				border-color: #d5d5d5;
				color: #333333;
			}

			button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
				background-color: #333333;
				border-color: #333333;
				color: #ffffff;
			}

			button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
				background-color: #1a1a1a;
				border-color: #1a1a1a;
				color: #ffffff;
			}

			.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
				background-color: #e6e6e6;
				color: #5c5c5c;
			}

			#comments .comment-list .comment-content .comment-text {
				background-color: #f8f8f8;
			}

			.site-footer {
				background-color: #444444;
				color: #eeeeee;
			}

			.site-footer a:not(.button) {
				color: #444444;
			}

			.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
				color: #aaaaaa;
			}

			#order_review {
				background-color: #ffffff;
			}

			#payment .payment_methods > li .payment_box,
			#payment .place-order {
				background-color: #fafafa;
			}

			#payment .payment_methods > li:not(.woocommerce-notice) {
				background-color: #f5f5f5;
			}

			#payment .payment_methods > li:not(.woocommerce-notice):hover {
				background-color: #f0f0f0;
			}

			@media screen and ( min-width: 768px ) {
				.secondary-navigation ul.menu a:hover {
					color: #6e6e6e;
				}

				.secondary-navigation ul.menu a {
					color: #555555;
				}

				.site-header-cart .widget_shopping_cart,
				.main-navigation ul.menu ul.sub-menu,
				.main-navigation ul.nav-menu ul.children {
					background-color: #9b9b9b;
				}

				.site-header-cart .widget_shopping_cart .buttons,
				.site-header-cart .widget_shopping_cart .total {
					background-color: #a0a0a0;
				}

				.site-header {
					border-bottom-color: #9b9b9b;
				}
			}
</style>
<link rel='stylesheet' id='storefront-icons-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/base/icons.css?ver=2.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-fonts-css'  href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,700,900&subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='tablepress-default-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-woocommerce-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/woocommerce/woocommerce.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-woocommerce-style-inline-css' type='text/css'>

			a.cart-contents,
			.site-header-cart .widget_shopping_cart a {
				color: #eeeeee;
			}

			table.cart td.product-remove,
			table.cart td.actions {
				border-top-color: #ffffff;
			}

			.woocommerce-tabs ul.tabs li.active a,
			ul.products li.product .price,
			.onsale,
			.widget_search form:before,
			.widget_product_search form:before {
				color: #666666;
			}

			.woocommerce-breadcrumb a,
			a.woocommerce-review-link,
			.product_meta a {
				color: #6b6b6b;
			}

			.onsale {
				border-color: #666666;
			}

			.star-rating span:before,
			.quantity .plus, .quantity .minus,
			p.stars a:hover:after,
			p.stars a:after,
			.star-rating span:before,
			#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
				color: #999999;
			}

			.widget_price_filter .ui-slider .ui-slider-range,
			.widget_price_filter .ui-slider .ui-slider-handle {
				background-color: #999999;
			}

			.order_details {
				background-color: #f8f8f8;
			}

			.order_details > li {
				border-bottom: 1px dotted #e3e3e3;
			}

			.order_details:before,
			.order_details:after {
				background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
			}

			p.stars a:before,
			p.stars a:hover~a:before,
			p.stars.selected a.active~a:before {
				color: #666666;
			}

			p.stars.selected a.active:before,
			p.stars:hover a:before,
			p.stars.selected a:not(.active):before,
			p.stars.selected a.active:before {
				color: #999999;
			}

			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				background-color: #eeeeee;
				color: #333333;
			}

			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
				background-color: #d5d5d5;
				border-color: #d5d5d5;
				color: #333333;
			}

			.button.loading {
				color: #eeeeee;
			}

			.button.loading:hover {
				background-color: #eeeeee;
			}

			.button.loading:after {
				color: #333333;
			}

			@media screen and ( min-width: 768px ) {
				.site-header-cart .widget_shopping_cart,
				.site-header .product_list_widget li .quantity {
					color: #555555;
				}
			}
</style>
<link rel='stylesheet' id='storefront-child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var gadwpUAEventsData = {"options":{"event_tracking":0,"event_downloads":"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*","event_bouncerate":0,"aff_tracking":0,"event_affiliates":"/out/","hash_tracking":0,"root_domain":"boutiquefrenchwine.com","event_timeout":100,"event_precision":0,"event_formsubmit":1,"ga_pagescrolldepth_tracking":1,"ga_with_gtag":0}};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js?ver=5.3.1.1'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js?ver=5.3.1.1'></script>
<link rel='https://api.w.org/' href='http://uk.boutiquefrenchwine.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://uk.boutiquefrenchwine.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://uk.boutiquefrenchwine.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.6" />
<meta name="generator" content="WooCommerce 3.3.4" />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}</style>
<!-- end Simple Custom CSS and JS -->
    <style type="text/css" media="screen">
      div.printfriendly a, div.printfriendly a:link, div.printfriendly a:hover, div.printfriendly a:visited {
        text-decoration: none;
        border: none;
      }
    </style>
           <style type="text/css" media="screen">
          div.printfriendly {
            margin: 0px 0px 0px 0px;
            position: relative;
            z-index: 1000;
          }
          div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
            font-size: 12px;
            color: #858382;
            vertical-align: bottom;
          }
          .printfriendly a {
            box-shadow:none;
          }
          .printfriendly a:hover {
            cursor: pointer;
          }
          .printfriendly a img  {
            border: none;
            padding:0;
            margin-right: 6px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
          }
          .printfriendly a span{
            vertical-align: bottom;
          }
          .pf-alignleft {
            float: left;
          }
          .pf-alignright {
            float: right;
          }
          div.pf-aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
          }
        </style>
        <style type="text/css" media="print">
          .printfriendly {
            display: none;
          }
        </style>
<style>.woocommerce-password-strength.short {color: #e2401c}.woocommerce-password-strength.bad {color: #e2401c}.woocommerce-password-strength.good {color: #3d9cd2}.woocommerce-password-strength.strong {color: #0f834d}</style>	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<link rel="me" href="https://twitter.com/B10BFW"><meta name="twitter:partner" content="tfwp"><link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-100x100.png" sizes="32x32" />
<link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" />
<meta name="msapplication-TileImage" content="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-324x324.png" />

<!-- BEGIN GADWP v5.3.1.1 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-115078212-1', 'auto');
  ga('require', 'ecommerce');
  ga('send', 'pageview');
</script>
<!-- END GADWP Universal Analytics -->


		<style type="text/css" id="wp-custom-css">
			/* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}
		</style>
	</head>

<body class="error404 wp-custom-logo wc-pac-hide-sale-flash woocommerce-demo-store right-sidebar woocommerce-active">


<div id="page" class="hfeed site">
	
	<header id="masthead" class="site-header" role="banner" style="">
		<div class="col-full">

					<a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
				<div class="site-branding">
			<a href="http://uk.boutiquefrenchwine.com/" class="custom-logo-link" rel="home" itemprop="url"><img width="429" height="110" src="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png" class="custom-logo" alt="Boutique French Wine" itemprop="logo" srcset="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png 429w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-100x26.png 100w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-200x51.png 200w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-324x83.png 324w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-416x107.png 416w" sizes="(max-width: 429px) 100vw, 429px" /></a>		</div>
				    <nav class="secondary-navigation" role="navigation" aria-label="Secondary Navigation">
			    <div class="menu-categories-container"><ul id="menu-categories" class="menu"><li id="menu-item-1835" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1835"><a href="https://uk.boutiquefrenchwine.com">Type</a>
<ul class="sub-menu">
	<li id="menu-item-879" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-879"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
	<li id="menu-item-1034" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1034"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
	<li id="menu-item-354" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-354"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
	<li id="menu-item-355" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-355"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
	<li id="menu-item-356" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-356"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
	<li id="menu-item-1847" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1847"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
</ul>
</li>
<li id="menu-item-1836" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1836"><a href="https://uk.boutiquefrenchwine.com">Grape</a>
<ul class="sub-menu">
	<li id="menu-item-1958" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1958"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a></li>
	<li id="menu-item-162" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-162"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a></li>
	<li id="menu-item-163" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-163"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a></li>
	<li id="menu-item-164" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-164"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a></li>
	<li id="menu-item-165" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-165"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a></li>
	<li id="menu-item-166" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-166"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a></li>
	<li id="menu-item-167" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-167"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a></li>
	<li id="menu-item-168" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-168"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a></li>
	<li id="menu-item-169" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-169"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a></li>
	<li id="menu-item-170" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-170"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a></li>
	<li id="menu-item-171" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-171"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a></li>
	<li id="menu-item-172" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-172"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a></li>
	<li id="menu-item-173" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-173"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a></li>
	<li id="menu-item-174" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-174"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a></li>
	<li id="menu-item-175" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-175"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a></li>
	<li id="menu-item-176" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-176"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a></li>
	<li id="menu-item-177" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-177"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a></li>
	<li id="menu-item-178" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-178"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a></li>
	<li id="menu-item-179" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-179"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a></li>
	<li id="menu-item-180" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-180"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a></li>
	<li id="menu-item-1957" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1957"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a></li>
	<li id="menu-item-181" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-181"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a></li>
	<li id="menu-item-182" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-182"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a></li>
	<li id="menu-item-183" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-183"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a></li>
	<li id="menu-item-184" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-184"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a></li>
	<li id="menu-item-185" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-185"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a></li>
	<li id="menu-item-186" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a></li>
	<li id="menu-item-367" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-367"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a></li>
	<li id="menu-item-187" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a></li>
	<li id="menu-item-188" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a></li>
</ul>
</li>
<li id="menu-item-1837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1837"><a href="https://uk.boutiquefrenchwine.com">Region</a>
<ul class="sub-menu">
	<li id="menu-item-624" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-624"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a></li>
	<li id="menu-item-625" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-625"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a>
	<ul class="sub-menu">
		<li id="menu-item-626" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-626"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a></li>
		<li id="menu-item-732" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-732"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a></li>
		<li id="menu-item-731" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-731"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a></li>
		<li id="menu-item-627" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-627"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a></li>
		<li id="menu-item-628" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-628"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a></li>
		<li id="menu-item-629" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-629"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a></li>
	</ul>
</li>
	<li id="menu-item-630" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-630"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a>
	<ul class="sub-menu">
		<li id="menu-item-631" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-631"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a></li>
		<li id="menu-item-632" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-632"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a></li>
		<li id="menu-item-633" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-633"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a></li>
		<li id="menu-item-634" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-634"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a></li>
		<li id="menu-item-635" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-635"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a>
		<ul class="sub-menu">
			<li id="menu-item-636" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-636"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a></li>
			<li id="menu-item-637" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-637"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a></li>
			<li id="menu-item-638" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-638"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a></li>
			<li id="menu-item-639" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-639"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a></li>
			<li id="menu-item-640" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-640"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a></li>
			<li id="menu-item-641" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-641"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a></li>
			<li id="menu-item-642" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-642"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a></li>
			<li id="menu-item-643" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-643"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a></li>
			<li id="menu-item-644" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-644"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a></li>
			<li id="menu-item-645" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-645"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a></li>
			<li id="menu-item-646" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-646"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a></li>
			<li id="menu-item-647" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-647"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a></li>
		</ul>
</li>
		<li id="menu-item-648" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-648"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a></li>
	</ul>
</li>
	<li id="menu-item-713" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-713"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a>
	<ul class="sub-menu">
		<li id="menu-item-649" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-649"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a></li>
		<li id="menu-item-651" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-651"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a></li>
		<li id="menu-item-654" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-654"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a></li>
		<li id="menu-item-714" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-714"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a></li>
	</ul>
</li>
	<li id="menu-item-715" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-715"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a></li>
	<li id="menu-item-716" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-716"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a></li>
	<li id="menu-item-658" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-658"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a>
	<ul class="sub-menu">
		<li id="menu-item-665" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-665"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a></li>
		<li id="menu-item-666" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-666"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a></li>
		<li id="menu-item-667" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-667"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a></li>
		<li id="menu-item-668" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-668"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a></li>
		<li id="menu-item-669" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-669"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a></li>
		<li id="menu-item-670" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-670"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a></li>
		<li id="menu-item-671" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-671"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a></li>
		<li id="menu-item-672" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-672"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a></li>
		<li id="menu-item-673" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-673"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a></li>
		<li id="menu-item-674" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-674"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a></li>
		<li id="menu-item-675" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-675"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a></li>
	</ul>
</li>
	<li id="menu-item-659" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-659"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a>
	<ul class="sub-menu">
		<li id="menu-item-676" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-676"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a></li>
	</ul>
</li>
	<li id="menu-item-660" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-660"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a></li>
	<li id="menu-item-661" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-661"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a></li>
	<li id="menu-item-662" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-662"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a>
	<ul class="sub-menu">
		<li id="menu-item-652" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-652"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a></li>
		<li id="menu-item-725" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-725"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a></li>
		<li id="menu-item-726" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-726"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a></li>
		<li id="menu-item-727" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-727"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a></li>
		<li id="menu-item-728" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-728"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a></li>
		<li id="menu-item-729" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-729"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d’Oc</a></li>
	</ul>
</li>
	<li id="menu-item-663" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-663"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a>
	<ul class="sub-menu">
		<li id="menu-item-730" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-730"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a></li>
		<li id="menu-item-682" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-682"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a></li>
		<li id="menu-item-683" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-683"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a></li>
		<li id="menu-item-684" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-684"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a></li>
		<li id="menu-item-685" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-685"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a></li>
		<li id="menu-item-686" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-686"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a></li>
		<li id="menu-item-687" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-687"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a></li>
		<li id="menu-item-688" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-688"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a></li>
		<li id="menu-item-689" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-689"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a></li>
		<li id="menu-item-690" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-690"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a></li>
		<li id="menu-item-691" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-691"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a></li>
		<li id="menu-item-692" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-692"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a></li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-1838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1838"><a href="https://uk.boutiquefrenchwine.com">Producers</a>
<ul class="sub-menu">
	<li id="menu-item-748" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-748"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a></li>
	<li id="menu-item-930" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-930"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
	<li id="menu-item-931" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-931"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
	<li id="menu-item-1933" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1933"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a></li>
	<li id="menu-item-749" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-749"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a></li>
	<li id="menu-item-750" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-750"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a></li>
	<li id="menu-item-751" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-751"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
	<li id="menu-item-752" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-752"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
	<li id="menu-item-754" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-754"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a></li>
	<li id="menu-item-1362" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1362"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
	<li id="menu-item-755" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-755"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a></li>
	<li id="menu-item-756" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-756"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a></li>
	<li id="menu-item-757" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-757"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a></li>
	<li id="menu-item-758" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-758"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a></li>
	<li id="menu-item-759" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-759"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>		    </nav><!-- #site-navigation -->
		    			<div class="site-search">
				<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>			</div>
		<div class="storefront-primary-navigation">		<nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation">
		<button class="menu-toggle" aria-controls="site-navigation" aria-expanded="false"><span>Menu</span></button>
			<div class="primary-navigation"><ul id="menu-main-menu" class="menu"><li id="menu-item-374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-374"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-824"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1746"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
	<li id="menu-item-1084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1084"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
	<li id="menu-item-1085" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1085"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-603"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
	<li id="menu-item-1171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1171"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
	<li id="menu-item-608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-608"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
	<li id="menu-item-1360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1360"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
	<li id="menu-item-876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-876"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
	<li id="menu-item-1939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1939"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-fredignac/">Chateau Fredignac</a></li>
	<li id="menu-item-604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-604"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
	<li id="menu-item-615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-615"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
	<li id="menu-item-611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-611"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
	<li id="menu-item-605" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-605"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
	<li id="menu-item-606" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-606"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
	<li id="menu-item-1356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1356"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
	<li id="menu-item-613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-613"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
	<li id="menu-item-612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-612"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
	<li id="menu-item-617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-617"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
	<li id="menu-item-607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-607"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Preignes le Neuf</a></li>
	<li id="menu-item-616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-616"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
<li id="menu-item-379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-379"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-889"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-767"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&Cs</a></li>
</ul></div><div class="handheld-navigation"><ul id="menu-mobile-menu" class="menu"><li id="menu-item-1212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1212"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-1213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1213"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1747"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
	<li id="menu-item-1231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
	<li id="menu-item-1232" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1232"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-1230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1230"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-1235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1235"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-1234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1234"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1233" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1233"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&Cs</a></li>
<li id="menu-item-1236" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-1236"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a>
<ul class="sub-menu">
	<li id="menu-item-1237" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1237"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
	<li id="menu-item-1238" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1238"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
	<li id="menu-item-1239" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1239"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
	<li id="menu-item-1240" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1240"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
	<li id="menu-item-1241" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1241"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
	<li id="menu-item-1242" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1242"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
</ul>
</li>
<li id="menu-item-1214" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1214"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
	<li id="menu-item-1215" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1215"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
	<li id="menu-item-1217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1217"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
	<li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1359"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
	<li id="menu-item-1218" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1218"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
	<li id="menu-item-1219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1219"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
	<li id="menu-item-1220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1220"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
	<li id="menu-item-1221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1221"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
	<li id="menu-item-1222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1222"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
	<li id="menu-item-1223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1223"><a href="http://uk.boutiquefrenchwine.com?page_id=483&preview_id=483">Domaine de l’Arjolle</a></li>
	<li id="menu-item-1224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1224"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
	<li id="menu-item-1358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1358"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
	<li id="menu-item-1225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1225"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
	<li id="menu-item-1226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1226"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
	<li id="menu-item-1227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1227"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
	<li id="menu-item-1228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Domaine Preignes le Neuf</a></li>
	<li id="menu-item-1229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1229"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>		</nav><!-- #site-navigation -->
				<ul id="site-header-cart" class="site-header-cart menu">
			<li class="">
							<a class="cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
				<span class="amount">&pound;0.00</span> <span class="count">0 items</span>
			</a>
					</li>
			<li>
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>			</li>
		</ul>
		</div>
		</div>
	</header><!-- #masthead -->

	
	<div id="content" class="site-content" tabindex="-1">
		<div class="col-full">

		<nav class="woocommerce-breadcrumb"><a href="http://uk.boutiquefrenchwine.com">Home</a><span class="breadcrumb-separator"> / </span>Error 404</nav><div class="woocommerce"></div>
	<div id="primary" class="content-area">

		<main id="main" class="site-main" role="main">

			<div class="error-404 not-found">

				<div class="page-content">

					<header class="page-header">
						<h1 class="page-title">Oops! That page can&rsquo;t be found.</h1>
					</header><!-- .page-header -->

					<p>Nothing was found at this location. Try searching, or check out the links below.</p>

					<section aria-label="Search"><div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-1" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div></section><div class="fourohfour-columns-2"><section class="col-1" aria-label="Promoted Products"><h2>Featured Products</h2><div class="woocommerce columns-2 "><ul class="products columns-2">
<li class="post-912 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-champagne-collard-picard product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir pa_case-case-of-six-bottles first instock featured taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/champagne-collard-picard-cuvee-de-prestige/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Collard-Picard Cuvée de Prestige</h2><div class="star-rating"><span style="width:100%">Rated <strong class="rating">5.00</strong> out of 5</span></div>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>39.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=912" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="912" data-product_sku="912" aria-label="Add &ldquo;Champagne Collard-Picard Cuvée de Prestige&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-912 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '912',
						'name': 'Champagne Collard-Picard Cuvée de Prestige',
						'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
						'position': '1'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir last instock featured taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-864 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '864',
						'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
						'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
						'position': '2'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
</ul>
</div></section><nav class="col-2" aria-label="Product Categories"><h2>Product Categories</h2><div class="widget woocommerce widget_product_categories"><ul class="product-categories"><li class="cat-item cat-item-12 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/">Grape</a> <span class="count">(47)</span><ul class='children'>
<li class="cat-item cat-item-190"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-20"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-13"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-21"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-22"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-14"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-15"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-16"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-24"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-25"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-23"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-26"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-27"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-28"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-29"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a> <span class="count">(15)</span></li>
<li class="cat-item cat-item-30"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-43"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-47"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat/">Muscat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-17"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-31"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-32"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-143"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-verdot/">Petit Verdot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-152"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-meunier/">Pinot Meunier</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-151"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-noir/">Pinot Noir</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-189"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-33"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-34"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-44"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-35"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-36"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a> <span class="count">(9)</span></li>
<li class="cat-item cat-item-37"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-48"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-38"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-39"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a> <span class="count">(0)</span></li>
</ul>
</li>
<li class="cat-item cat-item-122 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/">Partners</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-123"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-155"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-154"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-127"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-130"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-131"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-129"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-135"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-chartreuse-de-mougeres/">Domaine Chartreuse de Mougères</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-134"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-de-larjolle/">Domaine de l'Arjolle</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-136"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-156"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-137"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-132"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-133"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-126"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/ollieux-romanis/">Ollieux Romanis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-125"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-124"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a> <span class="count">(3)</span></li>
</ul>
</li>
<li class="cat-item cat-item-147 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/">Region</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-56"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-40 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a> <span class="count">(14)</span>	<ul class='children'>
<li class="cat-item cat-item-115"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/blaye-cote-de-bordeaux/">Blaye Côte de Bordeaux</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-149"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-148"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-113"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-41"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-114"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-60 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a> <span class="count">(0)</span>	<ul class='children'>
<li class="cat-item cat-item-57 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a> <span class="count">(0)</span>		<ul class='children'>
<li class="cat-item cat-item-101"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-102"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-103"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-109"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-105"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-106"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-107"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-110"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-111"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-112"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-104"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-108"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a> <span class="count">(0)</span></li>
		</ul>
</li>
<li class="cat-item cat-item-96"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-98"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-99"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-97"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-100"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-61 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a> <span class="count">(2)</span>	<ul class='children'>
<li class="cat-item cat-item-94"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-95"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-63"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-66"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-62"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-64"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-50 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a> <span class="count">(23)</span>	<ul class='children'>
<li class="cat-item cat-item-140"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-142"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-144"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-139"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-145"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-93"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d'Oc</a> <span class="count">(5)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-59 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a> <span class="count">(0)</span>	<ul class='children'>
<li class="cat-item cat-item-87"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-86"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-89"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-92"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-83"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-82"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-90"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-91"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-88"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-84"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-85"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-67 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a> <span class="count">(0)</span>	<ul class='children'>
<li class="cat-item cat-item-81"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a> <span class="count">(0)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-68"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-69"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-55 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a> <span class="count">(9)</span>	<ul class='children'>
<li class="cat-item cat-item-75"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-71"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-73"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-138"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-77"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-78"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-70"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-72"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-74"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-76"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-79"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-80"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a> <span class="count">(0)</span></li>
	</ul>
</li>
</ul>
</li>
<li class="cat-item cat-item-10 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-150"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-157"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a> <span class="count">(21)</span></li>
<li class="cat-item cat-item-8"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a> <span class="count">(27)</span></li>
<li class="cat-item cat-item-9"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-159"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-7"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a> <span class="count">(16)</span></li>
</ul>
</li>
<li class="cat-item cat-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/uncategorised/">Uncategorised</a> <span class="count">(0)</span></li>
</ul></div></nav></div><section aria-label="Popular Products"><h2>Popular Products</h2><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="post-441 product type-product status-publish has-post-thumbnail product_cat-red-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-cabernet-sauvignon product_cat-cinsault product_cat-grenache-noir first instock taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-sort/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Rouge 2014</h2><div class="star-rating"><span style="width:92%">Rated <strong class="rating">4.60</strong> out of 5</span></div>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=441" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="441" data-product_sku="441" aria-label="Add &ldquo;Le Petit Pont Rouge 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-441 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '441',
						'name': 'Le Petit Pont Rouge 2014',
						'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
						'position': '1'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-9 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-chardonnay product_cat-vermentino  instock taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-white/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Blanc 2014</h2><div class="star-rating"><span style="width:93.4%">Rated <strong class="rating">4.67</strong> out of 5</span></div>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=9" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="9" data-product_sku="9" aria-label="Add &ldquo;Le Petit Pont Blanc 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-9 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '9',
						'name': 'Le Petit Pont Blanc 2014',
						'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Chardonnay/Vermentino',
						'position': '2'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir  instock featured taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-864 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '864',
						'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
						'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
						'position': '3'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
<li class="post-293 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-chateau-lamothe-despujols product_cat-bordeaux product_cat-sauternes product_cat-muscadelle product_cat-sauvignon product_cat-semillon last instock taxable shipping-taxable purchasable product-type-simple">
	<a href="http://uk.boutiquefrenchwine.com/product/les-tourelles-de-lamothe-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Les Tourelles de Lamothe 2010</h2>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>16.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=293" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="293" data-product_sku="293" aria-label="Add &ldquo;Les Tourelles de Lamothe 2010&rdquo; to your basket" rel="nofollow">Add to basket</a>
			<script>
			(function($) {
				$( '.products .post-293 a' ).click( function() {
					if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
						return;
					}

					ga( 'ec:addProduct', {
						'id': '293',
						'name': 'Les Tourelles de Lamothe 2010',
						'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
						'position': '4'
					});

					ga( 'ec:setAction', 'click', { list: 'Product List' });
					ga( 'send', 'event', 'UX', 'click', ' Product List' );
				});
			})(jQuery);
			</script>
		</li>
</ul>
</div></section>
				</div><!-- .page-content -->
			</div><!-- .error-404 -->

		</main><!-- #main -->
	</div><!-- #primary -->


		</div><!-- .col-full -->
	</div><!-- #content -->

	
	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="col-full">

					<div class="site-info">
			&copy; Boutique French Wine 2018						<br /> <a href="https://woocommerce.com" target="_blank" title="WooCommerce - The Best eCommerce Platform for WordPress" rel="author">Built with Storefront &amp; WooCommerce</a>					</div><!-- .site-info -->
				<div class="storefront-handheld-footer-bar">
			<ul class="columns-3">
									<li class="my-account">
						<a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a>				</li>
									<li class="search">
						<a href="">Search</a>			<div class="site-search">
				<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-2">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-2" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>			</div>
							</li>
									<li class="cart">
									<a class="footer-cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
				<span class="count">0</span>
			</a>
							</li>
							</ul>
		</div>
		
		</div><!-- .col-full -->
	</footer><!-- #colophon -->

	
</div><!-- #page -->

<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/instashow-lite/assets/instashow-lite/dist/jquery.instashow-lite.packaged.js?ver=1.4.2'></script>
<p class="woocommerce-store-notice demo_store">Check out our wine tasting evenings! <a href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p><script type="application/ld+json">{"@context":"https://schema.org/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":"1","item":{"name":"Home","@id":"http://uk.boutiquefrenchwine.com"}},{"@type":"ListItem","position":"2","item":{"name":"Error 404"}}]}</script><script type='text/javascript'>
/* <![CDATA[ */
var woosb_vars = {"ajax_url":"http://uk.boutiquefrenchwine.com/wp-admin/admin-ajax.php","alert_text":"Please select some product options before adding this product to your cart.","bundle_price_text":"Your selection box price:","price_format":"%1$s%2$s","price_decimals":"2","price_thousand_separator":",","price_decimal_separator":".","currency_symbol":"u00a3","woosb_nonce":"4a12b38cb5"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/js/frontend.js?ver=2.6.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"http://uk.boutiquefrenchwine.com/basket/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.3.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_937198c0652e8f0b382e5733110b7eed","fragment_name":"wc_fragments_937198c0652e8f0b382e5733110b7eed"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/navigation.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/skip-link-focus-fix.min.js?ver=20130115'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/woocommerce/header-cart.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/wp-embed.min.js?ver=4.9.6'></script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 

			ga( 'ec:addImpression', {
				'id': '912',
				'name': 'Champagne Collard-Picard Cuvée de Prestige',
				'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
				'list': 'Product List',
				'position': '1'
			} );
		


			ga( 'ec:addImpression', {
				'id': '864',
				'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
				'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
				'list': 'Product List',
				'position': '2'
			} );
		


			ga( 'ec:addImpression', {
				'id': '441',
				'name': 'Le Petit Pont Rouge 2014',
				'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
				'list': 'Product List',
				'position': '1'
			} );
		


			ga( 'ec:addImpression', {
				'id': '9',
				'name': 'Le Petit Pont Blanc 2014',
				'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d'Oc/Chardonnay/Vermentino',
				'list': 'Product List',
				'position': '2'
			} );
		


			ga( 'ec:addImpression', {
				'id': '864',
				'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
				'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
				'list': 'Product List',
				'position': '3'
			} );
		


			ga( 'ec:addImpression', {
				'id': '293',
				'name': 'Les Tourelles de Lamothe 2010',
				'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
				'list': 'Product List',
				'position': '4'
			} );
		


					$( '.add_to_cart_button:not(.product_type_variable, .product_type_grouped)' ).click( function() {
						ga( 'ec:addProduct', {'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')),'quantity': $(this).data('quantity')} );
						ga( 'ec:setAction', 'add' );
						ga( 'send', 'event', 'UX', 'click', 'add to cart' );
					});
				
 });
</script>

</body>
</html>[Mon Aug 20 04:13:12 MST 2018] ret='0'
[Mon Aug 20 04:13:12 MST 2018] Debugging, skip removing: /home/xorex/www/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8
[Mon Aug 20 04:13:12 MST 2018] pid
[Mon Aug 20 04:13:12 MST 2018] No need to restore nginx, skip.
[Mon Aug 20 04:13:12 MST 2018] _clearupdns
[Mon Aug 20 04:13:12 MST 2018] skip dns.
[Mon Aug 20 04:13:12 MST 2018] _on_issue_err
[Mon Aug 20 04:13:12 MST 2018] Please add '--debug' or '--log' to check more details.
[Mon Aug 20 04:13:12 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
[Mon Aug 20 04:13:12 MST 2018] _chk_vlist='uk.boutiquefrenchwine.com#DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268#http-01#/home/xorex/www,'
[Mon Aug 20 04:13:12 MST 2018] start to deactivate authz
[Mon Aug 20 04:13:12 MST 2018] tigger domain validation.
[Mon Aug 20 04:13:12 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:12 MST 2018] _t_key_authz='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:12 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:12 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:13:12 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key
[Mon Aug 20 04:13:12 MST 2018] Use _CACHED_NONCE='NA1xeiWtsd8qX4ae6Zcpg2X5qJ1SdVRlNDpWzP1jcqo'
[Mon Aug 20 04:13:12 MST 2018] nonce='NA1xeiWtsd8qX4ae6Zcpg2X5qJ1SdVRlNDpWzP1jcqo'
[Mon Aug 20 04:13:12 MST 2018] POST
[Mon Aug 20 04:13:12 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:12 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uHOEHSzdQyTi4t_3yQKyijjlB_-uv06hVu2C1M3VCux1oGnYKsITu0fE_fti2ZH_fUq3I0bQXSYiycCGEZ8iLlRN36BnpsHatUK9ArSB97JXYi6bhqaLkyhG6iG6E7OtwDL4W9fnwt-0TxOFme4e3GYQn2AXV-yK08ULDL_UJT3kjWUWhfOab4OTKT5a66L3y_4JlgkK31b1kBjgjat0jt5U-6kkJscnZ6MXOIt42nBK5bkF8hVul3rr8gHrRw7w7ReLtcmNyBa38fezodHfnnUxbu3i1gymFSmg2UKVJB454xFDHjAFD4NLiVtZ1CsvfRUPiUo9TBzv2-DylkKVXQ"}}, "protected": "eyJub25jZSI6ICJOQTF4ZWlXdHNkOHFYNGFlNlpjcGcyWDVxSjFTZFZSbE5EcFd6UDFqY3FvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvSWt6UmNIT3Y0NG5MLVJXcU9Qc0hFM0FxUnhwZUhsSGlxSF9YNzcwdXdkby82NjI5OTU0MjY4IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAidUhPRUhTemRReVRpNHRfM3lRS3lpampsQl8tdXYwNmhWdTJDMU0zVkN1eDFvR25ZS3NJVHUwZkVfZnRpMlpIX2ZVcTNJMGJRWFNZaXljQ0dFWjhpTGxSTjM2Qm5wc0hhdFVLOUFyU0I5N0pYWWk2YmhxYUxreWhHNmlHNkU3T3R3REw0Vzlmbnd0LTBUeE9GbWU0ZTNHWVFuMkFYVi15SzA4VUxETF9VSlQza2pXVVdoZk9hYjRPVEtUNWE2NkwzeV80Smxna0szMWIxa0JqZ2phdDBqdDVVLTZra0pzY25aNk1YT0l0NDJuQks1YmtGOGhWdWwzcnI4Z0hyUnc3dzdSZUx0Y21OeUJhMzhmZXpvZEhmbm5VeGJ1M2kxZ3ltRlNtZzJVS1ZKQjQ1NHhGREhqQUZENE5MaVZ0WjFDc3ZmUlVQaVVvOVRCenYyLUR5bGtLVlhRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJES2ViVDgyUVpTaVFMeXdEUGktQ2N1SWdtUVYwajFWT2pjN2gwX09QZmQ4Lk9oU3lBVml2azNZSkpxMWF3c3VsWElNSXRmZ3oxSzUzYmpBalREWlpZVjAifQ", "signature": "qAE6qlAnPdT8kU4bnsye5S6R9gA3FNSKHyzZUDR7KqVqAUll4IoPOt37we63Zn4rXlp78HIMCapANdIqGkpFLPkXScTupHoZ-NFKs3FcZ_uvj0Wz-gSoYQKVQdBMzZNsD321Ebzm0LKYl5D9jj2_LQPz_FbDwZCNJr9Q-tQc7ntYOfaVL2B4icVP319GfSiKpd1Qp5sf01QnFhTquthfTq4gvdFcXGBX1cgWR84h5UMCRa5p8SFN6Hp3n8HzHxBvhGBNNAf__2WBPgW1219guLAnd0vn4lVfZVKSXlGdxqDMqTQqs_VeMUiOK48ujUtBwmpmWsh6xIfErHaA0gT1Tg"}'
[Mon Aug 20 04:13:12 MST 2018] _postContentType='application/jose+json'
[Mon Aug 20 04:13:12 MST 2018] Http already initialized.
[Mon Aug 20 04:13:12 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.cd7wz9uUWD  -g '
[Mon Aug 20 04:13:13 MST 2018] _ret='0'
[Mon Aug 20 04:13:13 MST 2018] original='{
  "type": "urn:acme:error:malformed",
  "detail": "Unable to update challenge :: The challenge is not pending.",
  "status": 400
}'
[Mon Aug 20 04:13:13 MST 2018] responseHeaders='HTTP/1.1 100 Continue
Expires: Mon, 20 Aug 2018 11:13:13 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache

HTTP/1.1 400 Bad Request
Server: nginx
Content-Type: application/problem+json
Content-Length: 132
Boulder-Requester: 36062453
Replay-Nonce: 1Pf_OdnAMDH5kvN5Bb1xEhU0lIBRx1IwDUznXWW8mjI
Expires: Mon, 20 Aug 2018 11:13:13 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:13 GMT
Connection: close
'
[Mon Aug 20 04:13:13 MST 2018] response='{"type":"urn:acme:error:malformed","detail":"Unable to update challenge :: The challenge is not pending.","status": 400}'
[Mon Aug 20 04:13:13 MST 2018] code='400'
[Mon Aug 20 04:13:13 MST 2018] '/home/xorex/www,dns_gd' does not contain 'dns'
[Mon Aug 20 04:13:13 MST 2018] socat doesn't exists.
[Mon Aug 20 04:13:13 MST 2018] Diagnosis versions: 
openssl:openssl
OpenSSL 1.0.1e-fips 11 Feb 2013
apache:
apache doesn't exists.
nginx:
nginx doesn't exists.
socat:
xorex@n3plcpnl0035 [~]$ 

Содержание

  1. «Invalid response from (website)/.well-known/acme-challenge #779
  2. Comments
  3. Проблема с получением SSL сертефиката через Certbot. Detail: Invalid response from?
  4. Vesta Control Panel — Forum
  5. Let’s Encrypt «Error: Invalid response. «
  6. Common Certbot Errors
  7. Introduction
  8. What to always try in Webdock
  9. Make sure your Certbot installation is up to date
  10. Checking if your Let’s Encrypt Certificate is working
  11. Invalid response / The client lacks sufficient authorization
  12. Try the suggested fix: Check if your DNS records are OK
  13. On Apache: Make sure you exclude Certbot from any .htaccess rewrites
  14. On Apache: Try rolling back completely and nuking any Certbot config
  15. On Nginx: Make sure you exclude Certbot from any deny rules
  16. Error while running apache2ctl configtest
  17. Simply delete the old config and try again
  18. No such file or directory error from Nginx
  19. Timeout Errors
  20. Connection Refused Error
  21. Account creation on ACMEv1 is disabled
  22. The request message was malformed
  23. Test Certbot Renewal script hangs for a long time, prompts for a new webroot in output

«Invalid response from (website)/.well-known/acme-challenge #779

Steps to reproduce-
[pcmhrdzd@server122

]$ acme.sh —issue -d www.PCMHpcc.com -w /home/pcmhrdzd/letsencrypt —stateless —staging —debug

When I set up SSH keys, I used 4096 key size- doubt this has any relevance.

Shared hosting on Namecheap- Cloudlinux, Apache
PuTTY access, but I’m ?not? root-jailed SSH

When I ran the —apache flag, I got an error==
[pcmhrdzd@server122

]$ acme.sh —issue -d www.PCMHpcc.com -w /home/pcmhrdzd/letsencrypt —stateless —staging —apache
[Sun Apr 9 02:01:36 EDT 2017] Using stage api:https://acme-staging.api.letsencrypt.org
[Sun Apr 9 02:01:36 EDT 2017] ‘apachectl not found. It seems that apache is not installed, or you are not root user.’
[Sun Apr 9 02:01:36 EDT 2017] Please use webroot mode to try again.
[Sun Apr 9 02:01:36 EDT 2017] set up apache error. Report error to me.
[Sun Apr 9 02:01:36 EDT 2017] _on_before_issue.

The text was updated successfully, but these errors were encountered:

Do not use —stateless mode if you don’t know it.
And use -w to point to the website root folder .

What web pages need to be published for this to work?
WHen I had none, I got a very long error log file. (7 MB)
Now I have only «test page» published

Logfile of
acme.sh —issue -d www.PCMHpcc.com -w /home/pcmhrdzd —staging —log —log-level 2

after the first attempt, I deleted the files in wellknown_path=’/home/pcmhrdzd/.well-known/acme-challenge
after running the script and reloading cpanel file manager, there are no files in /home/pcmhrdzd/.well-known/acme-challenge

Sorry here’s the PuTTY response from the last trial and the log file:
/.well-known/acme-challenge
after running the script and reloading cpanel file manager, there are still no files in /home/pcmhrdzd/.well-known/acme-challenge
There had been files there w the crypto names before
acme.sh.log5.txt

]$ acme.sh —issue -d www.PCMHpcc.com -w /home/pcmhrdzd —staging —log —log-level 2
[Sun Apr 9 14:01:27 EDT 2017] Using stage api:https://acme-staging.api.letsencrypt.org
[Sun Apr 9 14:01:27 EDT 2017] Single domain=’www.PCMHpcc.com’
[Sun Apr 9 14:01:27 EDT 2017] Getting domain auth token for each domain
[Sun Apr 9 14:01:27 EDT 2017] Getting webroot for domain=’www.PCMHpcc.com’
[Sun Apr 9 14:01:27 EDT 2017] Getting new-authz for domain=’www.PCMHpcc.com’
[Sun Apr 9 14:01:29 EDT 2017] The new-authz request is ok.
[Sun Apr 9 14:01:29 EDT 2017] Verifying:www.PCMHpcc.com
[Sun Apr 9 14:01:31 EDT 2017] www.PCMHpcc.com:Verify error:Invalid response from http://www.pcmhpcc.com/.well-known/acme-challenge/hXxu1yHokkUZTW czeRoWYLKlzErYbpjR17TRJtJpWqo:
[Sun Apr 9 14:01:31 EDT 2017] Please check log file for more details: /home/pcmhrdzd/.acme.sh/acme.sh.log
[pcmhrdzd@server122

Would it be easier/better to use the DNS validation method?

can you put a txt file in the folder, and check if it’s accessable?
http://www.pcmhpcc.com/.well-known/acme-challenge/a.txt

Is this folder your root folder of the website ?
/home/pcmhrdzd

If you are running apache server, you can use —apache mode, instead of the -w mode.

BTW, in apache mode, your apache conf will not be changed, don’t worry.

yes. /home/pcmhrdzd is my root folder

I tried putting a txt.txt 777 file in http://www.pcmhpcc.com/.well-known/acme-challenge/ also 777, and CAN’T see it with a browser (shows WP theme w «can’t be found»,) nor execute a http://www.pcmhpcc.com/.well-known/acme-challenge/phpinfo.php file, which DOES run in root.

An executable- http://www.pcmhpcc.com/phpinfo.php works, but only in the root directory
When I try a txt.txt file in root, it shows the WordPress theme with «That page can’t be found» just like the other directories.

In short- executables work but only in root, can’t display text files anywhere. I have no idea why the WordPress theme shows up.

Somehow the host has disabled some of these functions.

While it would be satisfying to read/write a file, it may be better to use the DNS method.
WHat’s the right syntax for the full command for that?

What would be the right syntax for the full command for —apache mode?

== Server Environment ==
Operating System: Linux
Software: Apache
MySQL version: 10.1.21
PHP Version: 5.6.30
PHP Max Input Vars: 1000
PHP Max Post Size: 32M
GD Installed: Yes
Elementor Library: Connected

Источник

Проблема с получением SSL сертефиката через Certbot. Detail: Invalid response from?

Ранее установил Certbot и успешно получил сертификат для одного из доменов. Возникла необходимость прикрутить еще один домен. Добавил домент в конфиг nginx, по http все ходит отлично, конфиг выглядит так:

При попытке получить сертификат для второго домена domain_name_2 получаю следующую ошибку:

Буду очень благодарен за помощь и идеи!

  • Вопрос задан более двух лет назад
  • 1641 просмотр

Средний 1 комментарий

Мне помогло или

или изменение timezone и времени на актуальные.
Или запись AAAA для IPv6 я удалил, чтобы искать в чём проблема

Тут вроде по русски написано
1. не смог положить файл domain_name_2/.well-known/acme-challenge/4UtNTakW9.
не хватило прав ли не смог сохранить.
2. вариант У вас в ДНС записях есть запимсь ААА — которая не поддерживается letsencrypt
3. ваши редиренкты отдают 302 вместо 200 как мы видем у васнет исключеня.

Теперь что касается каталога
то можно сделать так

и в моем случае ве эти файлики я прошу crtbot ложить в /usr/local/ispconfig/interface/acme/
получается как phpmyadmin дописав к любому сайту попадаешь в эту папку.
ДА и ваш домен не является секретным, вы его даже в директе прдвигаете, так что если вы его дадите будет проще разобраться

Источник

Vesta Control Panel — Forum

Let’s Encrypt «Error: Invalid response. «

Let’s Encrypt «Error: Invalid response. «

Post by webair » Mon Apr 03, 2017 1:06 am

Как я понял, не создается файл. В ftp выставил chmod 755 на папку .well-known и acme-challenge, результата нет.

Digitalocean + Ubuntu 16.04.2 x64 + VestaCP 0.9.8 (amd64)

Подскажите фикс для ошибки, наверняка уже есть?
Видел на форуме темы похожие, но решения вроде нет.
Я новичок во всем этом, раньше пользовался шаред хостингами, помогите встать на светлую сторону )

Re: Let’s Encrypt «Error: Invalid response. «

Post by webair » Sun Apr 16, 2017 12:19 pm

Как это победить?
Я перешел с шаред хостинга, где всё работало на https, у меня все ссылки с Яндекса ведут на https, а сайт по https не работает!
Никакие конфиги не правил, всё по дефолту. Почему не заводится Let’s encrypt?
Домен делегирован на DigitalOcean менее 24 часов назад, может ли быть поэтому?

Re: Let’s Encrypt «Error: Invalid response. «

Post by skurudo » Sun Apr 16, 2017 3:00 pm

Re: Let’s Encrypt «Error: Invalid response. «

Post by webair » Sun Apr 16, 2017 4:56 pm

На asales.pro и www.asales.pro установлены A записи в DNS редакторе DigitalOcean

Что заметил — при попытке создать сертификат LE, шаблон Proxy слетает, было hosting, а становится пустым.
Отправил вам данные ssh и для входа в VectaCP, сам бороться я уже не могу, все темы перечитал и всё перепробовал. Уже пытался сам в обход Vesta получить сертификат LE.
Где то уже конфиги немного подпортил, может быть. Как бы конфиги и шаблоны вернуть к дефолту?

Источник

Common Certbot Errors

Last updated: July 6th 2022

SSL Certificate Guides

Introduction

Let’s Encrypt is a free and open-source Certificate Authority managed by the Internet Security Research Group. It uses Automated Certificate Management Environment (ACME) server to validate the domain and deploy free SSL certificates automatically that are trusted by all major browsers. The main goal of this project to make encrypted connections throughout the Internet.

Let’s Encrypt provides an easy way to install and deploy SSL certificate for your website for free using a command-line tool called Certbot and is fully supported by Webdock natively in our control panel

Let’s Encrypt Certbot sometimes kicks up a fuss however for a variety of reasons. In this article we document the most commonly encountered errors we see on our platform and how to solve them.

What to always try in Webdock

Regardless of the specific error you are encountering, in 99% of all cases the following operations in Webdock clear things up nicely:

  1. Make sure Certbot is up to date, if you are on a Bionic stack or older you should make sure that Certbot runs with the new Snap version. Run the Upgrade Certbot to Snap script on your server, see our article on the subject here.
  2. Set the Web Root again, in order to make sure your webserver and Certbot config agree on the location of your web root (access this feature by clicking on the small pencil icon next to the web root as displayed in the Webdock dashboard)
  3. Run the Server Identity tool in order to make sure your webserver and Certbot know about all your domains
  4. Finally, run the SSL Certificates tool again — now Certbot should complete succesfully in almost all cases

If you are still seeing issues — especially timeout/connection issues on older Ubuntu systems — please try the following as well:

  1. Update all packages, by running apt update and apt upgrade
  2. Reboot the server, As this may help clear problems with connectivity especially on older Xenial based servers.
  3. Finally, run the SSL Certificates tool again

If despite all these common steps which usually resolve Certbot issues you are still having problems — please find your error below and follow our suggestions in order to resolve that specific problem.

Make sure your Certbot installation is up to date

As of late 2020 Certbot is no longer maintained as an apt package and you should make sure it is running through Snap on Ubuntu. This procedure is totally safe and easy to do.

Please read our full article on this topic in order to get up to speed.

Checking if your Let’s Encrypt Certificate is working

Typically Certbot runs fine in Webdock the first time you run it and problems crop up over time or when you do changes to your configuration. Often the first indication you get of a problem is when you get an email from Let’s Encrypt with a title similar to «Let’s Encrypt certificate expiration notice for domain xxx»

When you generate certificates with Webdock we automatically add a Cron job which keeps your certificate up to date. If you get this email then this means your certificate may be about to expire and you need to check if renewals are working.

In Webdock you can simply run the «Test Certbot renewal» script on your server on the Server Scripts page.

What this script essentially does is runs the following command on your server and returns the output so you can inspect what is happening

In the following sections we detail various error messages which may show up here and what to do about them.

Invalid response / The client lacks sufficient authorization

If you get a message similar to the following

Try the suggested fix: Check if your DNS records are OK

First thing to check are your DNS records and whether your A and AAAA records are OK and pointing to your server. However, if your certificate has worked before and you reach your website just fine, then it is unlikely this is the culprit.

However, you should keep an eye on whether there are any web forwards configured (some DNS providers allow this) e.g. if you forward www to non-www or vice-versa, this may trip up Certbot. In which case remove the domain you are forwarding using DNS from your certificate. This should resolve the issue.

To remove a domain in Webdock you simply run Server Identity with the domains you want your webserver to actually respond to and then run the SSL Certificates tool once more.

On Apache: Make sure you exclude Certbot from any .htaccess rewrites

If you are on Apache, check if you have a .htaccess file with rewrites in your web root. If you have such a file you should place a rule to exclude Let’s Encrypt Certbot from any rewrites by placing the exception before any RewriteCond statements. For example:

Once you’ve placed the acme-challenge RewriteRule in there, try running Certbot again.

On Apache: Try rolling back completely and nuking any Certbot config

If your DNS records and rewrites are ok and Certbot renew still fails, you should try and issue the certbot rollback command:

If this gives you errors, try removing the Let’s Encrypt SSL configuration file located at (in default Webdock stacks):

Next run Certbot rollback — and if it succeeds keep running it untill it says it hasn’t touched your configuration. You should now be back to a stock configuration and you should be able to run the SSL Certificates tool once more to generate a new certificate.

If you are not using Webdock and following this guide, you should make sure you back up your configuration before doing this and make sure your config is as you want it and working for vanilla http before running Certbot.

On Nginx: Make sure you exclude Certbot from any deny rules

Similar to Apache, if you have custom configuration which excludes access to hidden directories, such as the following:

You need to add the following rule beofre this in order to allow Certbot to validate using the web root method:

Error while running apache2ctl configtest

This error is related to the last fix detailed above and can be solved in the same manner, if you encounter a message like the following:

Simply delete the old config and try again

During the Webdock Let’s Encrypt SSL installation, a Certbot rollback command hasn’t completely cleared an old default config file. You can resolve this by removing the file /etc/apache2/sites-enabled/000-default-le-ssl.conf and run Certbot once more.

No such file or directory error from Nginx

Sometimes during a Certbot rollback operation or when Certbot tries to renew/install a certificate, Nginx cannot start the webserver as there is till old Certbot configuration hanging around in your Nginx vhost config file. You may see an error like the following:

To solve this issue, remove any references to SSL certificates from your Nginx configuration file. The lines typically look like this:

Once you have removed these lines run Certbot rollback untill it says nothing was modified. If you are using Webdock you would then run the Server Identity tool and finally the SSL Certificates tool and you will now have a shiny new (and working) certificate installed on your server.

If you are not using Webdock, you would likely issue another certbot rollback command and see if it succeeds, next review your config and make sure it is as you want it and that it works for vanilla http, finally you would run Certbot again to generate your certifcate.

Timeout Errors

If you get an error similar to the following:

You need to check whether your DNS records are OK and whether your webserver is listening on your server on port 80 and 443. Make sure you check whether you can ping and ping6 your domain. Typically we see this error happening is if AAAA records for a domain have not been updated, or there are old records pointing to a wrong IP hanging around — but a timeout might also indicate a networking issue (for example a firewall) as stated in the message, or that your server is actively refusing connections for some reason.

Another cause for this issue is that Nginx and Certbot are not aligned as to where your web root is located and Certbot is placing its verification files for web root authentication in the wrong place. A quick way to fix this in Webdock is to simply set the Web Root once more (the small pencil icon next to the web root in the Webdock dashboard) and then run renewal again.

The error may also look something like this:

In our experience, this specific message is due to Let’s Encrypt not being able to connect via. IPv6 — so check that IPv6 works if you have AAAA records for your domain, otherwise all the advice above is also applicable, i.e. check your DNS and connection issues in general. On some older Ubuntu systems (Xenial especially) a general package upgrade with apt update and apt upgrade has been seen by us as an easy resolution to some ipv6 connection issues.

Connection Refused Error

If you get a Connection Refused error when doing renewals, this may be due to old-style Certbot configuration not having written the appropriate configuration to your Nginx config in order to allow Nginx to listen on your IPv6 address. You would typically see an error like the following:

What this error really is saying is: Certbot could not connect to your domain on port 443. Typically what we see is that if you now check what is listening on which ports by running netstat you will get something like the following:

Notice how nginx is listening on tcp (ipv4) port 443 but not tcp6 (ipv6) ? This is the problem as the Let’s Encrypt certificate servers prefer to connect through ipv6 if there are AAAA records set up for your domain.

In order to solve this, check that you have the following line in your Nginx config (on Webdock servers the vhostconfig file is typically found at /etc/nginx/sites-enabled/webdock) , and if not, add it:

Next, restart Nginx:

Check that nginx is listening on tcp6 port 443 and try your renewal again. It should work this time — but if not, then make sure nginx is listening on the appropriate interfaces and on both ports 80 and 443 and is reachable from the outside, because if it is not you will get this error message.

Account creation on ACMEv1 is disabled

If you get an error message similar to the following

This simply means that the installed version of Certbot is too old and doesn’t support newer authentication methods. Simply upgrade your system with:

If it prompts you what to do about existing config files just choose the defaults which is to keep the existing configuration. Once the system is upgraded it is a good idea to reboot the system, or at the very least your webserver and php-fpm before trying again.

Please note: During the system upgrade your webserver will likely go down temporarily. Plan accordingly.

The request message was malformed

Similarily an indication your Certbot is too old may be seen from the following Certbot output:

The solution here is, as with the error above, to upgrade your system. The same warning applies: upgrading may bring down your webserver temporarily.

Test Certbot Renewal script hangs for a long time, prompts for a new webroot in output

Sometimes Webdock users experience that the Test Certbot renewal scripts hangs for a long time and then outputs something similar to the following:

This is due to Certbot having «forgotten» what the appropriate web root is for your domain. We use web root authentication in order to avoid certain other issues with Cloudflare and Cloudflare caching. In any case, the solution here is to set the web root once more on your server, after which you should run the SSL Certificates tool once more. If you still get errors, try running the Server Identity tool first.

We have servers in:

Источник

Let’s Encrypt is a free and open-source Certificate Authority managed by the Internet Security Research Group. It uses Automated Certificate Management Environment (ACME) server to validate the domain and deploy free SSL certificates automatically that are trusted by all major browsers. The main goal of this project to make encrypted connections throughout the Internet.

Let’s Encrypt provides an easy way to install and deploy SSL certificate for your website for free using a command-line tool called Certbot and is fully supported by Webdock natively in our control panel

Let’s Encrypt Certbot sometimes kicks up a fuss however for a variety of reasons. In this article we document the most commonly encountered errors we see on our platform and how to solve them.

Regardless of the specific error you are encountering, in 99% of all cases the following operations in Webdock clear things up nicely:

If you are still seeing issues — especially timeout/connection issues on older Ubuntu systems — please try the following as well:

If despite all these common steps which usually resolve Certbot issues you are still having problems — please find your error below and follow our suggestions in order to resolve that specific problem.

Make sure your Certbot installation is up to date

As of late 2020 Certbot is no longer maintained as an apt package and you should make sure it is running through Snap on Ubuntu. This procedure is totally safe and easy to do.

Please read our full article on this topic in order to get up to speed.

Checking if your Let’s Encrypt Certificate is working

Typically Certbot runs fine in Webdock the first time you run it and problems crop up over time or when you do changes to your configuration. Often the first indication you get of a problem is when you get an email from Let’s Encrypt with a title similar to «Let’s Encrypt certificate expiration notice for domain xxx»

When you generate certificates with Webdock we automatically add a Cron job which keeps your certificate up to date. If you get this email then this means your certificate may be about to expire and you need to check if renewals are working.

In Webdock you can simply run the «Test Certbot renewal» script on your server on the Server Scripts page. 

What this script essentially does is runs the following command on your server and returns the output so you can inspect what is happening

certbot renew --dry-run

In the following sections we detail various error messages which may show up here and what to do about them.

Invalid response / The client lacks sufficient authorization

If you get a message similar to the following

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mydomain.com
http-01 challenge for www.mydomain.com
Using the webroot path /var/www/html for all unmatched domains.
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. mydomain.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mydomain.com/.well-known/acme-challenge/pYpAC6kT25C0itcTNKd8hwb_0VaoPxJVIkVg5_xn-N4 [77.111.240.95]: 403
IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: mydomain.com
   Type:   unauthorized
   Detail: Invalid response from
   http://mydomain.com/.well-known/acme-challenge/pYpAC6kT25C0itcTNKd8hwb_0VaoPxJVIkVg5_xn-N4
   [77.111.240.95]: 403

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A/AAAA record(s) for that domain
   contain(s) the right IP address.

Try the suggested fix: Check if your DNS records are OK

First thing to check are your DNS records and whether your A and AAAA records are OK and pointing to your server. However, if your certificate has worked before and you reach your website just fine, then it is unlikely this is the culprit.

However, you should  keep an eye on whether there are any web forwards configured (some DNS providers allow this) e.g. if you forward www to non-www or vice-versa, this may trip up Certbot. In which case remove the domain you are forwarding using DNS from your certificate. This should resolve the issue.

To remove a domain in Webdock you simply run Server Identity with the domains you want your webserver to actually respond to and then run the SSL Certificates tool once more.

On Apache: Make sure you exclude Certbot from any .htaccess rewrites

If you are on Apache, check if you have a .htaccess file with rewrites in your web root. If you have such a file you should place a rule to exclude Let’s Encrypt Certbot from any rewrites by placing the exception before any RewriteCond statements. For example: 

RewriteEngine on
RewriteRule ^.well-known/acme-challenge/ - [L]
RewriteCond %{SERVER_NAME} =mydomain.demo.com [OR]
RewriteCond %{SERVER_NAME} =www.mydomain.com [OR]
RewriteCond %{SERVER_NAME} =livesite.mydomain.com [OR]
RewriteCond %{SERVER_NAME} =mydomain.com [OR]
RewriteCond %{SERVER_NAME} =mydomain.dk [OR]
RewriteCond %{SERVER_NAME} =www.mydomain.dk
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

Once you’ve placed the acme-challenge RewriteRule in there, try running Certbot again.

On Apache: Try rolling back completely and nuking any Certbot config

If your DNS records and rewrites are ok and Certbot renew still fails, you should try and issue the certbot rollback command:

certbot rollback

If this gives you errors, try removing the Let’s Encrypt SSL configuration file located at (in default Webdock stacks):

/etc/apache2/sites-enabled/webdock-le-ssl.conf

Next run Certbot rollback — and if it succeeds keep running it untill it says it hasn’t touched your configuration. You should now be back to a stock configuration and you should be able to run the SSL Certificates tool once more to generate a new certificate.

If you are not using Webdock and following this guide, you should make sure you back up your configuration before doing this and make sure your config is as you want it and working for vanilla http before running Certbot.

On Nginx: Make sure you exclude Certbot from any deny rules

Similar to Apache, if you have custom configuration which excludes access to hidden directories, such as the following:

# Deny all attempts to access hidden files such as .htaccess, .htpasswd, .DS_Store (Mac).
# Keep logging the requests to parse later (or to pass to firewall utilities such as fail2ban)
location ~ /. {
    deny all;
}

You need to add the following rule beofre this in order to allow Certbot to validate using the web root method:

# Necessary for Let's Encrypt Domain Name ownership validation
location ~ /.well-known {
  allow all;
}

Error while running apache2ctl configtest

This error is related to the last fix detailed above and can be solved in the same manner, if you encounter a message like the following:

Error while running apache2ctl configtest.
Action 'configtest' failed.
The Apache error log may have more information.

AH00526: Syntax error on line 30 of /etc/apache2/sites-enabled/000-default-le-ssl.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/mydomain.com/fullchain.pem' does not exist or is empty

Simply delete the old config and try again

During the Webdock Let’s Encrypt SSL installation, a Certbot rollback command hasn’t completely cleared an old default config file. You can resolve this by removing the file /etc/apache2/sites-enabled/000-default-le-ssl.conf and run Certbot once more.

No such file or directory error from Nginx

Sometimes during a Certbot rollback operation or when Certbot tries to renew/install a certificate, Nginx cannot start the webserver as there is till old Certbot configuration hanging around in your Nginx vhost config file. You may see an error like the following:

Error while running nginx -c /etc/nginx/nginx.conf -t.

nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/mydomain.com-0001/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/mydomain.com-0001/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/nginx/nginx.conf test failed

To solve this issue, remove any references to SSL certificates from your Nginx configuration file. The lines typically look like this:

    listen [::]:443 ssl ipv6only=on; # managed by Certbot
    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/mydomain.com/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/mydomain.com/privkey.pem; # managed by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

Once you have removed these lines run Certbot rollback untill it says nothing was modified. If you are using Webdock you would then run the Server Identity tool and finally the SSL Certificates tool and you will now have a shiny new (and working) certificate installed on your server.

If you are not using Webdock, you would likely issue another certbot rollback command and see if it succeeds, next review your config and make sure it is as you want it and that it works for vanilla http, finally you would run Certbot again to generate your certifcate.

Timeout Errors

If you get an error similar to the following:

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: mydomain.com
   Type:   connection
   Detail: Fetching
   https://mydomain.com/.well-known/acme-challenge/m5JIZwyOioenm7XraPru2FV-8VPtCXF1YpoHmctfVDc:
   Timeout during connect (likely firewall problem)

You need to check whether your DNS records are OK and whether your webserver is listening on your server on port 80 and 443. Make sure you check whether you can ping and ping6 your domain. Typically we see this error happening is if AAAA records for a domain have not been updated, or there are old records pointing to a wrong IP hanging around — but a timeout might also indicate a networking issue (for example a firewall) as stated in the message, or that your server is actively refusing connections for some reason.

Another cause for this issue is that Nginx and Certbot are not aligned as to where your web root is located and Certbot is placing its verification files for web root authentication in the wrong place. A quick way to fix this in Webdock is to simply set the Web Root once more (the small pencil icon next to the web root in the Webdock dashboard) and then run renewal again.

The error may also look something like this:

Waiting for verification...
Cleaning up challenges
Attempting to renew cert (mydomain.com) from /etc/letsencrypt/renewal/mydomain.com.conf produced an unexpected error: HTTPSConnectionPool(host='acme-staging-v02.api.letsencrypt.org', port=443): Read timed out. (read timeout=45). Skipping.
All renewal attempts failed. The following certs could not be renewed:
  /etc/letsencrypt/live/mydomain.com/fullchain.pem (failure)

In our experience, this specific message is due to Let’s Encrypt not being able to connect via. IPv6 — so check that IPv6 works if you have AAAA records for your domain, otherwise all the advice above is also applicable, i.e. check your DNS and connection issues in general. On some older Ubuntu systems (Xenial especially) a general package upgrade with apt update and apt upgrade has been seen by us as an easy resolution to some ipv6 connection issues.

Connection Refused Error

If you get a Connection Refused error when doing renewals, this may be due to old-style Certbot configuration not having written the appropriate configuration to your Nginx config in order to allow Nginx to listen on your IPv6 address. You would typically see an error like the following:

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: mydomain.com
   Type:   connection
   Detail: Fetching
   https://mydomain.com/.well-known/acme-challenge/ewpBCX7N0nzDyBZZILYP-y9sKHI4seFGac4Se7TpwfA:
   Connection refused

What this error really is saying is: Certbot could not connect to your domain on port 443. Typically what we see is that if you now check what is listening on which ports by running netstat you will get something like the following:

root@myserver:~# netstat -tapn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN      441/mongod
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      772/mysqld
tcp        0      0 127.0.0.1:11211         0.0.0.0:*               LISTEN      440/memcached
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      716522/nginx -g dae
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      614876/pure-ftpd (S
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      449/sshd
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      716522/nginx -g dae
tcp6       0      0 :::80                   :::*                    LISTEN      716522/nginx -g dae
tcp6       0      0 :::21                   :::*                    LISTEN      614876/pure-ftpd (S
tcp6       0      0 :::22                   :::*                    LISTEN      449/sshd

Notice how nginx is listening on tcp (ipv4) port 443 but not tcp6 (ipv6) ? This is the problem as the Let’s Encrypt certificate servers prefer to connect through ipv6 if there are AAAA records set up for your domain. 

In order to solve this, check that you have the following line in your Nginx config (on Webdock servers the vhostconfig file is typically found at /etc/nginx/sites-enabled/webdock) , and if not, add it:

listen [::]:443 ssl ipv6only=on; # managed by Certbot

Next, restart Nginx:

systemctl restart nginx

Check that nginx is listening on tcp6 port 443 and try your renewal again. It should work this time — but if not, then make sure nginx is listening on the appropriate interfaces and on both ports 80 and 443 and is reachable from the outside, because if it is not you will get this error message.

Account creation on ACMEv1 is disabled

If you get an error message similar to the following

Certbot failed in schonherr Certbot message: Saving debug log to /var/log/letsencrypt/letsencrypt.log
An unexpected error occurred:
The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.
Please see the logfiles in /var/log/letsencrypt for more details.

This simply means that the installed version of Certbot is too old and doesn’t support newer authentication methods. Simply upgrade your system with:

apt-get update -y
apt-get upgrade -y

If it prompts you what to do about existing config files just choose the defaults which is to keep the existing configuration. Once the system is upgraded it is a good idea to reboot the system, or at the very least your webserver and php-fpm before trying again.

Please note: During the system upgrade your webserver will likely go down temporarily. Plan accordingly.

The request message was malformed

Similarily an indication your Certbot is too old may be seen from the following Certbot output:

Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/mydomain.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator webroot, Installer apache
Renewing an existing certificate
Attempting to renew cert (mydomain.com) from /etc/letsencrypt/renewal/mydomain.com.conf produced an unexpected error: urn:ietf:params:acme:error:malformed :: The request message was malformed :: Method not allowed. Skipping.
All renewal attempts failed. The following certs could not be renewed:
  /etc/letsencrypt/live/mydomain.com/fullchain.pem (failure)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
** DRY RUN: simulating certbot renew close to cert expiry
**          (The test certificates below have not been saved.)

All renewal attempts failed. The following certs could not be renewed:
  /etc/letsencrypt/live/mydomain.com/fullchain.pem (failure)
** DRY RUN: simulating certbot renew close to cert expiry
**          (The test certificates above have not been saved.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)

The solution here is, as with the error above, to upgrade your system. The same warning applies: upgrading may bring down your webserver temporarily.

Test Certbot Renewal script hangs for a long time, prompts for a new webroot in output

Sometimes Webdock users experience that the Test Certbot renewal scripts hangs for a long time and then outputs something similar to the following:

Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/mydomain.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Non-interactive renewal: random delay of 362 seconds
Plugins selected: Authenticator webroot, Installer nginx
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for mydomain.com
Cleaning up challenges
Attempting to renew cert (mydomain.com) from /etc/letsencrypt/renewal/mydomain.com.conf produced an unexpected error: Missing command line flag or config entry for this setting:
Select the webroot for mydomain.com:
Choices: [Enter a new webroot, /var/www/html]

(You can set this with the --webroot-path flag). Skipping.
All renewal attempts failed. The following certs could not be renewed:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
** DRY RUN: simulating certbot renew close to cert expiry
**          (The test certificates below have not been saved.)

All renewal attempts failed. The following certs could not be renewed:
  /etc/letsencrypt/live/mydomain.com/fullchain.pem (failure)
** DRY RUN: simulating certbot renew close to cert expiry
**          (The test certificates above have not been saved.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  /etc/letsencrypt/live/mydomain.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)

This is due to Certbot having «forgotten» what the appropriate web root is for your domain. We use web root authentication in order to avoid certain other issues with Cloudflare and Cloudflare caching. In any case, the solution here is to set the web root once more on your server, after which you should run the SSL Certificates tool once more. If you still get errors, try running the Server Identity tool first.

Понравилась статья? Поделить с друзьями:
  • Verify error depth 1 error certificate is not yet valid
  • Verify error depth 0 error unsupported certificate purpose mikrotik
  • Verify error depth 0 error certificate has expired cn server
  • Verify error bytes
  • Verify error bios