@charset "UTF-8";
/*
Theme Name: rarehare
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow: auto !important;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*------------------------------------------------------------------------*/
/*	Font-face
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'Maple Regular';
  src: url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.eot");
  src: url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.eot?#iefix") format("embedded-opentype"), url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.woff2") format("woff2"), url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*-----------------------------------*/
/*  Variables
/*-----------------------------------*/
/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.lazy.b-loaded {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Pad out bottom of container
/*-----------------------------------*/
/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home, li {
  font-family: 'Maple Regular', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: auto;
  letter-spacing: normal;
  color: #666D5B;
  margin: 0;
}

a {
  text-decoration: none;
}

a:not(.hide-link) {
  color: black;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}
a:not(.hide-link):hover {
  color: black;
  border-bottom: 1px solid black;
}
a:not(.hide-link):focus {
  outline: none;
}
a:not(.hide-link).dark-green {
  color: #666D5B;
}
a:not(.hide-link).dark-green:hover {
  color: #666D5B;
}

strong {
  font-weight: normal;
}

p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #666D5B;
}
p.heading, h1.heading, body.page-template-menus > section .container .block[data-type="pdf_links"] a.heading.item, body.page-template-field-notes > section .container a.heading, body.single-fieldnotes > section .container a.heading, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .heading.ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .heading.ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.heading, body.page-template-checkout > section .container .woocommerce .thank-you-message .heading.back-to-home {
  display: inline-block;
  font-weight: normal;
  border-bottom: 1px solid #666D5B;
  margin-bottom: 24px;
}
@media (max-width: 1220px) {
  p.heading, h1.heading, body.page-template-menus > section .container .block[data-type="pdf_links"] a.heading.item, body.page-template-field-notes > section .container a.heading, body.single-fieldnotes > section .container a.heading, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .heading.ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .heading.ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.heading, body.page-template-checkout > section .container .woocommerce .thank-you-message .heading.back-to-home {
    margin-bottom: 19px;
  }
}
@media (max-width: 1220px) {
  p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
    font-size: 13.5px;
    line-height: 16px;
  }
}

/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  color: #666D5B;
  font-family: 'Maple Regular', Arial;
  -webkit-font-smoothing: antialiased;
  border-top: 0;
  min-height: 100vh;
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
}
body .container {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1220px) {
  body .container {
    max-width: none;
  }
}
body > section {
  min-height:500px;
  min-height: calc(100vh - (152px + 106px));
}
@media (max-width: 767px) {
  body > section {
    padding-top: 160px !important;
    padding-bottom: 20px;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.header {
  position: relative;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 152px;
  max-width: calc(920px + 80px);
  padding: 0;
  box-sizing: border-box;
  padding-top: 32px;
  position: relative;
}
.header .container .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
.header .container .nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}
.header .container .nav .spacer {
  font-size: 13px;
  padding: 0 10px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header .container .nav.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .container .nav.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .container .logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .container .logo-container .logo {
  background-image: url("images/rare-hare-logo.svg");
  width: 205px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 28px;
}
@media (max-width: 767px) {
  .header .container .logo-container .logo {
    width: 188px;
    height: 50px;
  }
}
.header .container .logo-container .tagline {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  max-width: 170px;
  text-align: center;
  color: black;
}
@media (max-width: 767px) {
  .header .container .logo-container .tagline {
    display: none;
  }
}
.header .container .cart {
  position: absolute;
  right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1350px) {
  .header .container .cart {
    right: 16px;
  }
}
@media (max-width: 1220px) {
  .header .container .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header .container .cart {
    display: none;
  }
}
.header .container .cart .icon {
  background-image: url("images/rare-hare-van.svg");
  width: 66px;
  height: 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 5px;
}
.header .container .cart .cart_count {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header .container .hamburger {
  display: none;
  background-image: url("images/hamburger.svg");
  width: 28px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1220px) {
  .header .container .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .container .mobile-open {
  position: absolute;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #666D5B;
  color: black;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1220px) {
  .header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1220px) and (max-width: 1220px) {
  .header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1220px) and (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1220px) {
  .header .container {
    position: relative;
    max-width: none;
  }
  .header .container .nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: white;
  }
  .header .container {
    height: 160px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 58px;
  }
}
.header .icon-gutter {
  width: calc((100vw - 960px) / 2);
  position: fixed;
  top: 0;
  bottom: 0;
  height: calc(100vh - (152px));
  z-index:-1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-top: 152px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .icon-gutter.left {
  left: 0;
}
.header .icon-gutter.left .icon {
  left: 15%;
}
.header .icon-gutter.right {
  right: 0;
}
.header .icon-gutter.right .icon {
  right: 15%;
}
.header .icon-gutter .icon {
  height: auto;
  max-width: 207px;
  width: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  position: absolute;
}
@media (max-width: 1200px) {
  .header .icon-gutter {
    display: none;
  }
}
.mobile-nav{z-index:999!important;}

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 106px;
}
.footer .container .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}
.footer .container .social .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
}
.footer .container .social .icon.instagram {
  background-image: url("images/icon-instagram.svg");
  margin-right: 8px;
}
.footer .container .social .icon.facebook {
  background-image: url("images/icon-facebook.svg");
}
@media (max-width: 1220px) {
  .footer .container .social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.footer .container .address, .footer .container .contacts {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  color: black;
}
@media (max-width: 1220px) {
  .footer .container .address, .footer .container .contacts {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
.footer .container .address {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  margin-right: 35px;
}
@media (max-width: 1220px) {
  .footer .container .address {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
  }
}
@media (max-width: 1220px) {
  .footer .container .contacts {
    margin-right: auto;
  }
}
.footer .container .subscribe {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 169px;
  -ms-flex: 0 1 169px;
  flex: 0 1 169px;
  position: relative;
  padding-left: 23px;
  height: 45px;
}
.footer .container .subscribe .title {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: black;
  margin-bottom: 5px;
}
.footer .container .subscribe #mc_embed_signup {
  position: relative;
}
.footer .container .subscribe #mc_embed_signup input[type="email"] {
  border: 0;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  width: 173px;
  padding-right: 35px;
  box-sizing: border-box;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]::-moz-placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]:-ms-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]::placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"]:focus {
  outline: none;
}
.footer .container .subscribe #mc_embed_signup input[type="submit"] {
  color: none;
  border: 0;
  background-color: transparent;
  background-image: url("images/subscribe-arrow-footer.svg");
  width: 24px;
  height: 22px;
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1220px) {
  .footer .container .subscribe {
    display: none;
  }
}
.footer .container .badge {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 135px;
  -ms-flex: 1 1 135px;
  flex: 1 1 135px;
  background-image: url("images/rare-hare-badge-simple.svg");
  width: 67px;
  height: 47px;
  background-size: 66px 45px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .footer .container .badge {
    display: none;
  }
}
.footer .container .credits {
  position: absolute;
  right: 180px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  text-align: center;
}
@media (max-width: 1350px) {
  .footer .container .credits {
    display: none;
  }
}
@media (max-width: 1220px) {
  .footer .container .credits {
    display: block;
    position: static;
    width: 38px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38px;
    -ms-flex: 0 1 38px;
    flex: 0 1 38px;
  }
}
.footer .container .nav {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 155px;
  -ms-flex: 0 1 155px;
  flex: 0 1 155px;
}
.footer .container .nav a {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  border: 0;
}
.footer .container .nav a:hover {
  text-decoration: underline;
}
@media (max-width: 1220px) {
  .footer .container .nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer {
    display: none;
  }
}

/*-----------------------------------*/
/*  Mobile Nav
/*-----------------------------------*/
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
  background-color: black;
  padding: 58px 0;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  overflow-y: scroll;
}
.mobile-nav .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.mobile-nav .wrapper .logo {
  background-image: url("images/rare-hare-logo.svg");
  width: 188px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 20px;
}
.mobile-nav .wrapper .close {
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
}
.mobile-nav .wrapper .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mobile-nav .wrapper .links a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.mobile-nav .wrapper .links a:hover {
  border: 0;
}
.mobile-nav .wrapper .links .spacer {
  margin-top: 1px;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-bottom: 4px;
}
.mobile-nav .wrapper .links .spacer:last-child {
  padding-bottom: 32px;
}

body.home > section .slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: visible;
  margin-bottom: 0;
}
body.home > section .slider .item {
  height: calc(100vh - (152px + 106px));
  min-height: 628px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1220px) {
  body.home > section .slider .item {
    min-height: 448px;
  }
}
body.home > section .slider .item, body.home > section .slider .item:active {
  outline: none;
}
body.home > section .slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 59px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.home > section .slider .slick-arrow:hover {
  opacity: 0.7;
}
body.home > section .slider .slick-arrow.slick-next {
  right: -20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-image: url("images/slider-arrow-right.svg");
}
body.home > section .slider .slick-arrow.slick-prev {
  left: -20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url("images/slider-arrow-left.svg");
}
body.home > section .slider .slick-arrow::before, body.home > section .slider .slick-arrow::after {
  content: '';
}
@media (max-width: 1220px) {
  body.home > section .slider .slick-arrow {
    display: none !important;
  }
}
body.home > section .slider.slick-initialized {
  opacity: 1;
}
@media (max-width: 767px) {
  body.home > section .slider {
    opacity: 1;
  }
  body.home > section .slider .item {
    height: 263px;
    min-height: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.home > section .slider .item:not(:last-child) {
    margin-bottom: 18px;
  }
}
body.home .mobile-splash {
  position: fixed;
  top: 140px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  display: none;
}
body.home .mobile-splash .container {
  position: relative;
  height: 100%;
}
body.home .mobile-splash .container .text {
  margin-top: 12px;
}
body.home .mobile-splash .container .text, body.home .mobile-splash .container .text p, body.home .mobile-splash .container .text h1, body.home .mobile-splash body.page-template-menus > section .container .text .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.home .mobile-splash .container .text .block[data-type="pdf_links"] a.item, body.home .mobile-splash body.page-template-menus > section .container .block[data-type="pdf_links"] .text a.item, body.page-template-menus > section body.home .mobile-splash .container .block[data-type="pdf_links"] .text a.item, body.home .mobile-splash body.page-template-field-notes > section .container .text a, body.page-template-field-notes > section body.home .mobile-splash .container .text a, body.home .mobile-splash body.single-fieldnotes > section .container .text a, body.single-fieldnotes > section body.home .mobile-splash .container .text a, body.home .mobile-splash body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.home .mobile-splash .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.home .mobile-splash body.page-template-bookings > section .container .embed-code #ot-reservation-widget .text .ot-dtp-picker-form, body.page-template-bookings > section body.home .mobile-splash .container .embed-code #ot-reservation-widget .text .ot-dtp-picker-form, body.home .mobile-splash body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.home .mobile-splash .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.home .mobile-splash body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .text .ot-button, body.page-template-bookings > section body.home .mobile-splash .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .text .ot-button, body.home .mobile-splash body.woocommerce-cart > section .container .text .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.home .mobile-splash .container .text .woocommerce form table.shop_table thead tr th, body.home .mobile-splash body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .text th, body.woocommerce-cart > section body.home .mobile-splash .container .woocommerce form table.shop_table thead tr .text th, body.home .mobile-splash body.page-template-checkout > section .container .text .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.home .mobile-splash .container .text .woocommerce .thank-you-message .back-to-home, body.home .mobile-splash body.page-template-checkout > section .container .woocommerce .thank-you-message .text .back-to-home, body.page-template-checkout > section body.home .mobile-splash .container .woocommerce .thank-you-message .text .back-to-home {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: black;
  text-align: center;
  letter-spacing: 0.1em;
}
body.home .mobile-splash .container .hero-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 36px;
  box-sizing: border-box;
}
body.home .mobile-splash .container a.enter-here {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 6px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.home .mobile-splash {
    display: block;
    pointer-events: all;
  }
  body.home .mobile-splash.inactive {
    opacity: 0;
    pointer-events: none;
  }
}

body.page-template-default > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-default > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.page-template-default > section .container .block[data-type="text"] p:not(:last-child), body.page-template-default > section .container .block[data-type="text"] h1:not(:last-child), body.page-template-default > section body.page-template-menus > section .container .block[data-type="text"] .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section body.page-template-default > section .container .block[data-type="text"] .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-default > section body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="text"] a.item:not(:last-child), body.page-template-menus > section body.page-template-default > section .container .block[data-type="pdf_links"] .block[data-type="text"] a.item:not(:last-child), body.page-template-default > section body.page-template-field-notes > section .container .block[data-type="text"] a:not(:last-child), body.page-template-field-notes > section body.page-template-default > section .container .block[data-type="text"] a:not(:last-child), body.page-template-default > section body.single-fieldnotes > section .container .block[data-type="text"] a:not(:last-child), body.single-fieldnotes > section body.page-template-default > section .container .block[data-type="text"] a:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-default > section body.woocommerce-cart > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-default > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-default > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.page-template-default > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.page-template-default > section body.page-template-checkout > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-default > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-default > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-default > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-default > section .container .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-default > section .container .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.page-template-default > section .container .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.page-template-default > section .container .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.page-template-default > section .container .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.page-template-default > section .container .block[data-type="image"] .caption, body.page-template-default > section .container .block[data-type="image"] .caption p, body.page-template-default > section .container .block[data-type="image"] .caption h1, body.page-template-default > section body.page-template-menus > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.page-template-default > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-default > section body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-menus > section body.page-template-default > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-default > section body.page-template-field-notes > section .container .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-default > section .container .block[data-type="image"] .caption a, body.page-template-default > section body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-default > section .container .block[data-type="image"] .caption a, body.page-template-default > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-default > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-default > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-default > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-default > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-default > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.page-template-default > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-default > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-default > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-default > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-default > section .container .block:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-default > section .container .wine-club-form {
  margin-top: 23px;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form {
    margin-top: 0px;
  }
}
body.page-template-default > section .container .wine-club-form p.title, body.page-template-default > section .container .wine-club-form h1.title, body.page-template-default > section body.page-template-menus > section .container .wine-club-form .block[data-type="pdf_links"] a.title.item, body.page-template-menus > section body.page-template-default > section .container .wine-club-form .block[data-type="pdf_links"] a.title.item, body.page-template-default > section body.page-template-menus > section .container .block[data-type="pdf_links"] .wine-club-form a.title.item, body.page-template-menus > section body.page-template-default > section .container .block[data-type="pdf_links"] .wine-club-form a.title.item, body.page-template-default > section body.page-template-field-notes > section .container .wine-club-form a.title, body.page-template-field-notes > section body.page-template-default > section .container .wine-club-form a.title, body.page-template-default > section body.single-fieldnotes > section .container .wine-club-form a.title, body.single-fieldnotes > section body.page-template-default > section .container .wine-club-form a.title, body.page-template-default > section body.page-template-bookings > section .container .wine-club-form .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .wine-club-form .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .wine-club-form .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .wine-club-form .title.ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .wine-club-form .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-bookings > section body.page-template-default > section .container .wine-club-form .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .wine-club-form .title.ot-button, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .wine-club-form .title.ot-button, body.page-template-default > section body.woocommerce-cart > section .container .wine-club-form .woocommerce form table.shop_table thead tr th.title, body.woocommerce-cart > section body.page-template-default > section .container .wine-club-form .woocommerce form table.shop_table thead tr th.title, body.page-template-default > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .wine-club-form th.title, body.woocommerce-cart > section body.page-template-default > section .container .woocommerce form table.shop_table thead tr .wine-club-form th.title, body.page-template-default > section body.page-template-checkout > section .container .wine-club-form .woocommerce .thank-you-message .title.back-to-home, body.page-template-checkout > section body.page-template-default > section .container .wine-club-form .woocommerce .thank-you-message .title.back-to-home, body.page-template-default > section body.page-template-checkout > section .container .woocommerce .thank-you-message .wine-club-form .title.back-to-home, body.page-template-checkout > section body.page-template-default > section .container .woocommerce .thank-you-message .wine-club-form .title.back-to-home {
  text-align: center;
  margin-bottom: 42px;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-fields-required {
  display: none;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 450px;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap {
    width: 350px;
  }
}
@media (max-width: 767px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap {
    width: 100%;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 0;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 22px;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container {
    margin-bottom: 13px;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .textbox-wrap input,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .email-wrap input,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .spam-wrap input {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 6px 1px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .textbox-wrap input,
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .email-wrap input,
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .spam-wrap input {
    height: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .textbox-wrap input:focus,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .email-wrap input:focus,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .spam-wrap input:focus {
  outline: none;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .submit-wrap input[type="button"] {
  padding: 1px 6px 1px;
  border: 0;
  height: 21px;
  color: white;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  background-color: rgba(102, 109, 91, 0.5);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .submit-wrap input[type="button"] {
    height: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}

body.page-template-menus > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-menus > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.page-template-menus > section .container .block[data-type="text"] p:not(:last-child), body.page-template-menus > section .container .block[data-type="text"] h1:not(:last-child), body.page-template-menus > section .container .block[data-type="text"] .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="text"] a.item:not(:last-child), body.page-template-menus > section body.page-template-field-notes > section .container .block[data-type="text"] a:not(:last-child), body.page-template-field-notes > section body.page-template-menus > section .container .block[data-type="text"] a:not(:last-child), body.page-template-menus > section body.single-fieldnotes > section .container .block[data-type="text"] a:not(:last-child), body.single-fieldnotes > section body.page-template-menus > section .container .block[data-type="text"] a:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-menus > section .container .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-menus > section .container .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.page-template-menus > section .container .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.page-template-menus > section .container .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.page-template-menus > section .container .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.page-template-menus > section .container .block[data-type="image"] .caption, body.page-template-menus > section .container .block[data-type="image"] .caption p, body.page-template-menus > section .container .block[data-type="image"] .caption h1, body.page-template-menus > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-menus > section body.page-template-field-notes > section .container .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-menus > section .container .block:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-menus > section .container .block[data-type="image"] img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 715px;
}
body.page-template-menus > section .container .block[data-type="image"] .caption, body.page-template-menus > section .container .block[data-type="image"] .caption p, body.page-template-menus > section .container .block[data-type="image"] .caption h1, body.page-template-menus > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-menus > section body.page-template-field-notes > section .container .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] a.item {
  text-align: center;
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] a.item:not(:last-child) {
  margin-bottom: 5px;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] a.item:hover {
  color: #666D5B;
}

body.page-template-field-notes > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 678px;
}
body.page-template-field-notes > section .container a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
  margin-bottom: 20px;
}
body.page-template-field-notes > section .container a:hover {
  color: #666D5B;
}
body.page-template-field-notes > section .container .note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 42px;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] p:not(:last-child), body.page-template-field-notes > section .container .note .block[data-type="text"] h1:not(:last-child), body.page-template-field-notes > section .container .note .block[data-type="text"] a:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .note .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .note .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="text"] .ot-button:not(:last-child), body.page-template-field-notes > section body.woocommerce-cart > section .container .note .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-field-notes > section .container .note .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="text"] th:not(:last-child), body.page-template-field-notes > section body.page-template-checkout > section .container .note .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-field-notes > section .container .note .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .note .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce .thank-you-message .note .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.page-template-field-notes > section .container .note .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.page-template-field-notes > section .container .note .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.page-template-field-notes > section .container .note .block[data-type="image"] .caption, body.page-template-field-notes > section .container .note .block[data-type="image"] .caption p, body.page-template-field-notes > section .container .note .block[data-type="image"] .caption h1, body.page-template-field-notes > section .container .note .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .note .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .note .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="image"] .caption .ot-button, body.page-template-field-notes > section body.woocommerce-cart > section .container .note .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="image"] .caption th, body.page-template-field-notes > section body.page-template-checkout > section .container .note .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .note .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce .thank-you-message .note .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-field-notes > section .container .note .block:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-field-notes > section .container .note .block[data-type="image"] img {
  max-height: 304px;
  height: auto;
  width: auto;
}
body.page-template-field-notes > section .container .note a.read-more {
  border: 0;
  opacity: 0.5;
  margin-bottom: 22px;
}
body.page-template-field-notes > section .container .note .social a {
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
}

body.single-fieldnotes > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
body.single-fieldnotes > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.single-fieldnotes > section .container .block[data-type="text"] p:not(:last-child), body.single-fieldnotes > section .container .block[data-type="text"] h1:not(:last-child), body.single-fieldnotes > section .container .block[data-type="text"] a:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.single-fieldnotes > section body.woocommerce-cart > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.single-fieldnotes > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.single-fieldnotes > section body.page-template-checkout > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.single-fieldnotes > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.single-fieldnotes > section .container .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.single-fieldnotes > section .container .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.single-fieldnotes > section .container .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.single-fieldnotes > section .container .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.single-fieldnotes > section .container .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.single-fieldnotes > section .container .block[data-type="image"] .caption, body.single-fieldnotes > section .container .block[data-type="image"] .caption p, body.single-fieldnotes > section .container .block[data-type="image"] .caption h1, body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.single-fieldnotes > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.single-fieldnotes > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.single-fieldnotes > section .container .block:not(:last-child) {
  margin-bottom: 22px;
}
body.single-fieldnotes > section .container a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
  margin-bottom: 20px;
}
body.single-fieldnotes > section .container a:hover {
  color: #666D5B;
}
body.single-fieldnotes > section .container .social a {
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
}

body.page-template-bookings > section .container {
  text-align: center;
  max-width: 350px;
}
body.page-template-bookings > section .container .text p:not(:last-child), body.page-template-bookings > section .container .text h1:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .text .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .text .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="pdf_links"] .text a.item:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="pdf_links"] .text a.item:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .text a:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .text a:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .text a:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .text a:not(:last-child), body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section .container .embed-code #ot-reservation-widget .text .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .text .ot-button:not(:last-child), body.page-template-bookings > section body.woocommerce-cart > section .container .text .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-bookings > section .container .text .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .text th:not(:last-child), body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table thead tr .text th:not(:last-child), body.page-template-bookings > section body.page-template-checkout > section .container .text .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-bookings > section .container .text .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce .thank-you-message .text .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce .thank-you-message .text .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-bookings > section .container .embed-code {
  margin-top: 20px;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-title {
  display: none;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form {
  border: 1px solid #666D5B;
  border-radius: 0;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__header .picker__nav--next,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__header .picker__nav--prev {
  color: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__month,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__year,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__weekday {
  color: #666D5B !important;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__month,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__year {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day {
  border-radius: 0;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--highlighted {
  background: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--infocus:hover,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--outfocus:hover {
  background: #E8ECE2;
  color: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-select-label {
  color: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector {
  border-bottom: 1px solid #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector select {
  left: 0;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button {
  background-color: #666D5B;
  color: white;
  box-shadow: none;
  border-radius: 0;
  font-weight: 100;
}

/*-----------------------------------*/
/*  Mailing List
/*-----------------------------------*/
/*-----------------------------------*/
/*  Open Table
/*-----------------------------------*/
body.page-template-wine-store .coming-soon img,
body.page-template-wine-store-comingsoon .coming-soon img {
  width: 100%;
  height: auto;
}

body.page-template-wine-store-actual section.wine-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-wine-store-actual section.wine-store .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -96px;
}

.price.striked {
    text-decoration: line-through;
}
@media (max-width: 767px) {
  body.page-template-wine-store-actual section.wine-store .container {
    margin-top: -0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 64px;
  }
}
body.page-template-wine-store-actual section.wine-store .container a.category {
  color: #666D5B;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) {
  body.page-template-wine-store-actual section.wine-store .container a.category {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.page-template-wine-store-actual section.wine-store .container a.category {
    font-size: 18px;
    line-height: 21px;
  }
}
body.page-template-wine-store-actual section.wine-store .container a.category .thumbnail {
  height: 250px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
}
@media (max-width: 1220px) {
  body.page-template-wine-store-actual section.wine-store .container a.category .thumbnail {
    margin-bottom: 18px;
  }
}
body.page-template-wine-store-actual section.wine-store .container a.category .title {
  text-align: center;
}
body.page-template-wine-store-actual section.wine-store .container a.category:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 767px) {
  body.page-template-wine-store-actual section.wine-store .container a.category {
    margin-right: 0 !important;
    margin-bottom: 32px;
  }
}

.woocommerce-page.archive section.product-archive .container .listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100%);
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing{width: 100%;}
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing{width: 100%;}
}
.woocommerce-page.archive section.product-archive .container .listing .item{color: #666D5B;font-size: 18px;line-height: 21px;margin-bottom: 55px;letter-spacing: 0.06em;}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing .item{margin-bottom: 28px;}
}
.woocommerce-page.archive section.product-archive .container .listing .item .thumbnail {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
  position:relative;
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing .item .thumbnail{height: 222px;margin-bottom: 18px;}
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing .item .thumbnail {height: 310px;margin-bottom: 18px;}
}
.woocommerce-page.archive section.product-archive .container .listing .item .title{text-align: center;}
.woocommerce-page.archive section.product-archive .container .listing .item:not(:last-child){margin-right: 15px;margin-left: 15px;}
.woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
  /*-webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 70px);
  -ms-flex: 0 1 calc(25% - 70px);
  flex: 0 1 calc(25% - 70px);s
  position: initial !important;*/
  width: 30%;
  float: left;
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
    /*-webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(25% - 40px);
    -ms-flex: 0 1 calc(25% - 40px);
    flex: 0 1 calc(25% - 40px);*/
    /*width: 28%;
    margin-right: 30px;
    margin-left: 30px;*/
  }
}
@media (max-width: 1000px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
    /*-webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    margin-right: 0 !important;*/
    margin-left: 22px;
    margin-right: 22px;
    width: 40%
  }
}
@media (max-width: 480px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
    width: 84%
  }
}
.woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(20% - 70px);
  -ms-flex: 0 1 calc(20% - 70px);
  flex: 0 1 calc(20% - 70px);
}
.woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item .thumbnail {
  height: 310px;
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(20% - 40px);
    -ms-flex: 0 1 calc(20% - 40px);
    flex: 0 1 calc(20% - 40px);
  }
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item:not(:last-child) {
    margin-right: 40px;
  }
}

body.single-product section.single-product {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  padding-top: 50px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
body.single-product section.single-product .container {
/*  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;*/
}
@media (max-width: 767px) {
  body.single-product section.single-product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px;
  }
}
body.single-product section.single-product .container .product-image {
/*  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  /*margin-right: 32px;*/
  width: 33%;
  float: left;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 320px;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
body.single-product section.single-product .container .product-image .image {
  height: 500px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-image .image {
    height: 350px;
  }
}
body.single-product section.single-product .container .product-info {
/*  -webkit-box-flex: 1;
  -webkit-flex: 1 0 66%;
  -ms-flex: 1 0 66%;
  flex: 1 0 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 500px;
  margin-right: 32px;*/
  width: 66%;
  float: right;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    margin-right: 0;
    order: 2;
  }
}
body.single-product section.single-product .container .product-info p, body.single-product section.single-product .container .product-info h1, body.single-product section.single-product body.page-template-menus > section .container .product-info .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.single-product section.single-product .container .product-info .block[data-type="pdf_links"] a.item, body.single-product section.single-product body.page-template-menus > section .container .block[data-type="pdf_links"] .product-info a.item, body.page-template-menus > section body.single-product section.single-product .container .block[data-type="pdf_links"] .product-info a.item, body.single-product section.single-product body.page-template-field-notes > section .container .product-info a, body.page-template-field-notes > section body.single-product section.single-product .container .product-info a, body.single-product section.single-product body.single-fieldnotes > section .container .product-info a, body.single-fieldnotes > section body.single-product section.single-product .container .product-info a, body.single-product section.single-product body.page-template-bookings > section .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .product-info .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .product-info .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .ot-button, body.single-product section.single-product body.woocommerce-cart > section .container .product-info .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.single-product section.single-product .container .product-info .woocommerce form table.shop_table thead tr th, body.single-product section.single-product body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .product-info th, body.woocommerce-cart > section body.single-product section.single-product .container .woocommerce form table.shop_table thead tr .product-info th, body.single-product section.single-product body.page-template-checkout > section .container .product-info .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .product-info .woocommerce .thank-you-message .back-to-home, body.single-product section.single-product body.page-template-checkout > section .container .woocommerce .thank-you-message .product-info .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .woocommerce .thank-you-message .product-info .back-to-home {
  letter-spacing: 0.06em;
}
body.single-product section.single-product .container .product-info .title {
  margin-bottom: 23px;
  color: black;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
body.single-product section.single-product .container .product-info .description {
  margin-top: 23px;
}
body.single-product section.single-product .container .product-info .description p, body.single-product section.single-product .container .product-info .description h1, body.single-product section.single-product body.page-template-menus > section .container .product-info .description .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.single-product section.single-product .container .product-info .description .block[data-type="pdf_links"] a.item, body.single-product section.single-product body.page-template-menus > section .container .block[data-type="pdf_links"] .product-info .description a.item, body.page-template-menus > section body.single-product section.single-product .container .block[data-type="pdf_links"] .product-info .description a.item, body.single-product section.single-product body.page-template-field-notes > section .container .product-info .description a, body.page-template-field-notes > section body.single-product section.single-product .container .product-info .description a, body.single-product section.single-product body.single-fieldnotes > section .container .product-info .description a, body.single-fieldnotes > section body.single-product section.single-product .container .product-info .description a, body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button, body.single-product section.single-product body.woocommerce-cart > section .container .product-info .description .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.single-product section.single-product .container .product-info .description .woocommerce form table.shop_table thead tr th, body.single-product section.single-product body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .product-info .description th, body.woocommerce-cart > section body.single-product section.single-product .container .woocommerce form table.shop_table thead tr .product-info .description th, body.single-product section.single-product body.page-template-checkout > section .container .product-info .description .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .product-info .description .woocommerce .thank-you-message .back-to-home, body.single-product section.single-product body.page-template-checkout > section .container .woocommerce .thank-you-message .product-info .description .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .woocommerce .thank-you-message .product-info .description .back-to-home {
  width: 100%;
}
body.single-product section.single-product .container .product-info .description strong {
  font-weight: normal;
  color: black;
}
body.single-product section.single-product .container .product-info .description p:not(:last-child), body.single-product section.single-product .container .product-info .description h1:not(:last-child), body.single-product section.single-product body.page-template-menus > section .container .product-info .description .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section body.single-product section.single-product .container .product-info .description .block[data-type="pdf_links"] a.item:not(:last-child), body.single-product section.single-product body.page-template-menus > section .container .block[data-type="pdf_links"] .product-info .description a.item:not(:last-child), body.page-template-menus > section body.single-product section.single-product .container .block[data-type="pdf_links"] .product-info .description a.item:not(:last-child), body.single-product section.single-product body.page-template-field-notes > section .container .product-info .description a:not(:last-child), body.page-template-field-notes > section body.single-product section.single-product .container .product-info .description a:not(:last-child), body.single-product section.single-product body.single-fieldnotes > section .container .product-info .description a:not(:last-child), body.single-fieldnotes > section body.single-product section.single-product .container .product-info .description a:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button:not(:last-child), body.single-product section.single-product body.woocommerce-cart > section .container .product-info .description .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.single-product section.single-product .container .product-info .description .woocommerce form table.shop_table thead tr th:not(:last-child), body.single-product section.single-product body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .product-info .description th:not(:last-child), body.woocommerce-cart > section body.single-product section.single-product .container .woocommerce form table.shop_table thead tr .product-info .description th:not(:last-child), body.single-product section.single-product body.page-template-checkout > section .container .product-info .description .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.single-product section.single-product .container .product-info .description .woocommerce .thank-you-message .back-to-home:not(:last-child), body.single-product section.single-product body.page-template-checkout > section .container .woocommerce .thank-you-message .product-info .description .back-to-home:not(:last-child), body.page-template-checkout > section body.single-product section.single-product .container .woocommerce .thank-you-message .product-info .description .back-to-home:not(:last-child) {
  margin-bottom: 20px;
}
body.single-product section.single-product .container .product-info .product-meta .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
body.single-product section.single-product .container .product-info .product-meta .meta .label {
  margin-right: 10px;
  color: black;
}
body.single-product section.single-product .container .product-info .product-options {
  margin-top: 24px;
}
body.single-product section.single-product .container .product-info .product-options button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width: auto;
  border-bottom: 1px solid #000;
  letter-spacing: 0.06em;
  color: #000;
}
@media (max-width: 1220px) {
  body.single-product section.single-product .container .product-info .product-options button {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info .product-options button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.single-product section.single-product .container .product-info .product-options table.variations {
  width: 100%;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .label {
  padding-right: 10px;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .value .reset_variations {
  display: none;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .reset_variations {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #666D5B;
}
body.single-product section.single-product .container .product-info .product-options input {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  box-sizing: border-box;
  padding: 3px 6px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 141px;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info .product-options input {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.single-product section.single-product .container .product-info .product-options select {
  width: 150px;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info .product-options select {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.single-product section.single-product .container .product-info a.cart-link,
body.single-product section.single-product .container .product-info .single_add_to_cart_button {
  margin-top: 5px;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
  letter-spacing: 0.06em;

}
body.single-product section.single-product .container .product-info button[type="submit"].single_add_to_cart_button {
  text-transform: uppercase;
  border: 2px solid #f16243;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-left: 15px;
  transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s;
  background-color:#f16243;
  color: #fff;
}
body.single-product section.single-product .container .product-info button[type="submit"].single_add_to_cart_button:hover {
  background: #000;color:#fff;
  border-color: #000;
}
@media (max-width: 1220px) {
  body.single-product section.single-product .container .product-info a.cart-link,
  body.single-product section.single-product .container .product-info .single_add_to_cart_button {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info a.cart-link,
  body.single-product section.single-product .container .product-info .single_add_to_cart_button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.single-product section.single-product .container .quantity {
  /*display: none !important;*/
  display: inline-block;
}

body.woocommerce-cart > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.woocommerce-cart > section .container .title {
  border-bottom: 1px solid #666D5B;
}
body.woocommerce-cart > section .container .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 20px;
}
body.woocommerce-cart > section .container .woocommerce .woocommerce-message {
  margin: 48px 0;
}
body.woocommerce-cart > section .container .woocommerce .woocommerce-message, body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section .container .woocommerce .woocommerce-message p, body.woocommerce-cart > section .container .woocommerce .woocommerce-message h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce .woocommerce-message a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce .woocommerce-message a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.woocommerce-cart > section .container .woocommerce .woocommerce-message form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .woocommerce-message th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home {
  font-size: 18px;
  line-height: 21px;
  color: black;
}
@media (max-width: 1220px) {
  body.woocommerce-cart > section .container .woocommerce .woocommerce-message, body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section .container .woocommerce .woocommerce-message p, body.woocommerce-cart > section .container .woocommerce .woocommerce-message h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce .woocommerce-message a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce .woocommerce-message a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.woocommerce-cart > section .container .woocommerce .woocommerce-message form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .woocommerce-message th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .woocommerce-message, body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section .container .woocommerce .woocommerce-message p, body.woocommerce-cart > section .container .woocommerce .woocommerce-message h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce .woocommerce-message a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce .woocommerce-message a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.woocommerce-cart > section .container .woocommerce .woocommerce-message form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .woocommerce-message th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce h2 {
  margin-bottom: 64px;
}
body.woocommerce-cart > section .container .woocommerce form:not(.woocommerce-shipping-calculator){
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table {
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr {
  height: 75px;
  vertical-align: middle;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th {
    font-size: 13.5px;
    line-height: 16px;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th span {
    display: none;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name {
  width: 45%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-price {
  width: 19%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-quantity {
  width: 22%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-subtotal {
  width: 18%;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name {
    width: 25%;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-quantity, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-subtotal {
    width: 25%;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td {
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: top;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td *, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td a {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name a {
  color: #666D5B;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name a {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations {
  padding-top: 12px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label p, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr tbody .cart_item .product-name .variations .variation .label th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .label .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .label .back-to-home, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value p, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr tbody .cart_item .product-name .variations .variation .value th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .value .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .value .back-to-home {
  font-size: 18px;
  line-height: 21px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label {
  margin-right: 3px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-subtotal {
  font-size: 18px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  width: 60px;
  box-sizing: border-box;
  padding: 3px 6px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input {
    height: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input:focus {
  outline: none;
}
body.woocommerce-cart > section .container .woocommerce form .actions {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 0;
  background-color: white;
  border: 1px solid #666D5B;
  color: #666D5B;
  box-sizing: border-box;
  padding:5px 1px 5px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  margin-top: 2.3px;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text::-webkit-input-placeholder {
  opacity: 1;
  color: #666D5B;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text::-moz-placeholder {
  opacity: 1;
  color: #666D5B;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text:-ms-input-placeholder {
  opacity: 1;
  color: #666D5B;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text::placeholder {
  opacity: 1;
  color: #666D5B;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text:focus {
  outline: none;
}
body.woocommerce-cart > section .container .woocommerce form .actions .button {
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width: auto;
  border: 1px solid #666D5B;
  letter-spacing: 0.06em;
  margin: 2px 20px 0;
  padding:5px 48px;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"] {
  margin-left: flex-start;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"] {
    margin-left: 0;
    margin-top: 10px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals {
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table {
  /*max-width: 360px;*/
  padding-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-bottom: 20px;*/
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr {
  padding-bottom: 14px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr th {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #666D5B;
  width: 164px;
  text-align: left;
  vertical-align: top;
}
body.woocommerce-cart div.cart-collaterals tr.order-total small.includes_tax{display:none;}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr th {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td strong, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td small, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > *, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > * > * {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td strong, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td small, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > *, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > * > * {
    font-size: 13.5px;
    line-height: 16px;
  }
}
/*body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td .woocommerce-shipping-calculator {
  display: none;
}*/
section.shipping-calculator-form select, section.shipping-calculator-form input{padding: 4px 15px;width: 170px;margin: 5px 0;}
section.shipping-calculator-form select{width: 203px;padding-left: 11px;}
section.shipping-calculator-form button.button{background-color: #f16243;border-color: #f16243;color: #fff;width: 100%;margin-bottom:10px;}
section.shipping-calculator-form button.button:hover{background-color:#000;border-color:#000;}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout a, body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f16243;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 21px;
  width: auto;
  border: 1px solid #f16243;
  letter-spacing: 0.06em;
  margin: 2px 0 0;
  transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover, body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}

body.page-template-checkout > section .container .woocommerce {
  max-width: 80%;
  margin: 0 auto;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-info {
  display: none;
}
body.page-template-checkout > section .container .woocommerce ul.woocommerce-error {
  padding-left: 16px;
}
body.page-template-checkout > section .container .woocommerce ul.woocommerce-error li {
  color: #f95e5e;
}
body.page-template-checkout > section .container .woocommerce ul.woocommerce-error strong {
  font-weight: normal;
}
body.page-template-checkout > section .container .woocommerce form.checkout p.title, body.page-template-checkout > section .container .woocommerce form.checkout h1.title, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce form.checkout .block[data-type="pdf_links"] a.title.item, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce form.checkout .block[data-type="pdf_links"] a.title.item, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce form.checkout a.title.item, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="pdf_links"] .woocommerce form.checkout a.title.item, body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce form.checkout a.title, body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce form.checkout a.title, body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce form.checkout a.title, body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce form.checkout a.title, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce form.checkout .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .woocommerce form.checkout .title.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form.checkout .title.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form.checkout .title.ot-button, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form.checkout table.shop_table thead tr th.title, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form.checkout table.shop_table thead tr th.title, body.page-template-checkout > section .container .woocommerce form.checkout .thank-you-message .title.back-to-home, body.page-template-checkout > section .container .woocommerce .thank-you-message form.checkout .title.back-to-home {
  display: inline-block;
  margin-bottom: 24px;
  border-bottom: 1px solid #666D5B;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-billing-fields {
  margin-bottom: 24px;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields #ship-to-different-address {
  margin: 32px 0;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields #ship-to-different-address label {
  margin-right: 10px;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields textarea {width:59.2%;height: 80px;border: 1px solid #666D5B;right: 0px!important;border-radius:0;}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields label[for='order_comments']{width: 39.8%;float: left;}
body.page-template-checkout #order_review_heading{border-bottom:1px solid;width:fit-content;}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row label abbr.required {
  border-bottom: none;
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row input:not(.button):not(.input-checkbox){
  border: 0;
  background-color: white;
  border: 1px solid #666D5B;
  box-sizing: border-box;
  padding:6px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60%;
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row select{padding:6px;}
body.page-template-checkout .create-account{margin: 30px auto 40px;text-align:left;}
body.page-template-checkout .create-account label[for='createaccount']{margin-right: 10px;}
body.page-template-checkout .create-account p:first-child{margin-bottom: 20px;}
body.page-template-checkout .create-account p.form-row{display: inline!important;}
body.page-template-checkout .create-account p.form-row label{margin-right:10px;}
body.page-template-checkout .create-account p.form-row  .woocommerce-password-strength{margin-top:10px;}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce form.checkout .form-row input:not(.button) {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row select {
  /*width: 250px;*/
  width: 60%;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce form.checkout .form-row select {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row#billing_address_2_field input, body.page-template-checkout > section .container .woocommerce form.checkout .form-row#shipping_address_2_field input {
  margin-left: auto;
}
body.page-template-checkout > section .container .woocommerce p#order_review_heading, body.page-template-checkout > section .container .woocommerce h1#order_review_heading, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .block[data-type="pdf_links"] a#order_review_heading.item, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .block[data-type="pdf_links"] a#order_review_heading.item, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce a#order_review_heading.item, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="pdf_links"] .woocommerce a#order_review_heading.item, body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce a#order_review_heading, body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce a#order_review_heading, body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce a#order_review_heading, body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce a#order_review_heading, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce .embed-code #ot-reservation-widget #order_review_heading.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce .embed-code #ot-reservation-widget #order_review_heading.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce #order_review_heading.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .woocommerce #order_review_heading.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce .embed-code #ot-reservation-widget .ot-dtp-picker-form #order_review_heading.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce .embed-code #ot-reservation-widget .ot-dtp-picker-form #order_review_heading.ot-button, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce #order_review_heading.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce #order_review_heading.ot-button, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th#order_review_heading, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form table.shop_table thead tr th#order_review_heading, body.page-template-checkout > section .container .woocommerce .thank-you-message #order_review_heading.back-to-home {
  margin: 32px 0;
}
body.page-template-checkout > section .container .woocommerce table.shop_table {
  padding-top: 30px;
  margin-bottom: 30px;
}
body.page-template-checkout > section .container .woocommerce table.shop_table thead, body.page-template-checkout > section .container .woocommerce table.shop_table tbody, body.page-template-checkout > section .container .woocommerce table.shop_table tfoot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
body.page-template-checkout > section .container .woocommerce table.shop_table thead th.product-name {
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table thead th.product-name {
    width: 180px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tbody .cart_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-checkout > section .container .woocommerce table.shop_table tbody .cart_item .product-name {
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tbody .cart_item .product-name {
    width: 180px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tfoot th {
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tfoot th {
    width: 180px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr {
  padding-bottom: 14px;
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr th {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #666D5B;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr th {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr th {
    font-size: 15px;
    line-height: 17px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr td, body.page-template-checkout > section .container .woocommerce table.shop_table tr td strong, body.page-template-checkout > section .container .woocommerce table.shop_table tr td small, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > *, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > * > * {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr td, body.page-template-checkout > section .container .woocommerce table.shop_table tr td strong, body.page-template-checkout > section .container .woocommerce table.shop_table tr td small, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > *, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > * > * {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr td, body.page-template-checkout > section .container .woocommerce table.shop_table tr td strong, body.page-template-checkout > section .container .woocommerce table.shop_table tr td small, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > *, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > * > * {
    font-size: 15px;
    line-height: 17px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr td .woocommerce-shipping-calculator {
  display: none;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment ul.wc_payment_methods {
  padding-left: 16px;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment label {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment label {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment label {
    font-size: 15px;
    line-height: 17px;
  }
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .payment_box {
  margin-top: 16px;
  opacity: 0.5;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order {
  margin: 32px 0;
}

@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}
body.page-template-checkout > section .container .woocommerce .thank-you-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
  color: black;
  margin-top: 10px;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-thankyou-order-details {
  display: none;
}

/*-----------------------------------*/
/*  Home
/*-----------------------------------*/



/* Single Product Custom Fields */
.single-product .custom-fields {
  margin-top: 35px;
  line-height: 20px;
  font-size: 18px;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1220px) {
  .single-product .custom-fields {
    font-size: 15px;
    line-height: 17px;
  }
}
.single-product .custom-fields > div {
  letter-spacing: 0.06em;
  margin: 5px 0;
}
.single-product .custom-fields span.label {
  color: #000;
}
.single-product .custom-fields ul li {
  letter-spacing: 0.06em;
  font-size: 18px;
}
@media (max-width: 1220px) {
  .single-product .custom-fields ul li {
    font-size: 15px;
    line-height: 17px;
  }
}
.cru-group-price,
.cru-group-price .label {
  color: #f16243;
}
.wineclub_banner {
  margin-left: 14px;
  text-transform: uppercase;
}
.wineclub_banner a {
  border: 0;
  display: inline-block;
  background: #f16243;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px 2px;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s;
}
@media (max-width: 480px) {
  .wineclub_banner {
    margin-left: 0;
  }
}
.wineclub_banner a:hover {
  border: none;
  background: #000;
  color: #fff;
}
.product-info .back-to-shop {
  margin-top: 5px;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  letter-spacing: 0.06em;
  margin-left: 20px;
  display: inline-block;
    border: 1px solid;
    padding: 11px 20px;
}
@media (max-width: 1220px) {
  .product-info .back-to-shop {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 455px) {
  .product-info .back-to-shop {
    margin-left: 0;
  }
}
.product-info .back-to-shop:hover,
body.single-product section.single-product .container .product-info a.cart-link:hover,
body.single-product section.single-product .container .product-info .product-options button:hover {
  color: #666D5B;
}

/*shop*/
.shop_filter { text-align: center; margin-top: 40px; }
.shop_filter ul { font-size: 0; border: 2px solid #878686; display: inline-block; border-radius: 25px; padding: 0; overflow: hidden; }
.shop_filter li { display: inline-block; vertical-align: middle; margin-bottom: -1px; }
.shop_filter li a { display: inline-block; width: 127px; height: 40px; text-align: center; font-size: 16px; padding: 11px 0; box-sizing: border-box; text-transform: uppercase; color: #878686; transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s; }
.shop_filter li a:hover, .shop_filter li a.active { border-bottom: none; background: #878686; color: #fff; transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s; }
.shop_filter li:first-child { max-width: 123px; }
.filter_mobile{padding:0 10px 20px;display:none;margin-top:40px;}
select.filters_select { height: 40px; width: 100%; padding: 0 10px; }

.columns-4 .container_inner>ul.products li.product:nth-child(4n+1){ clear: none; margin-right: 0; }
.columns-4 .container_inner>ul.products li.product { height: auto; }

@media only screen and (max-width: 767px){  
  .filter_mobile { display: block; }
  .shop_filter { display: none; }
}

.woocommerce .listing .item .thumbnail.lazy { opacity: 1; }

/*CRU CLUB*/
.cc-container {
  margin: 45px 0;
}
.cc-options-data {
  margin: 0 auto;
  width: 100%;
}
.cc-join-now-btn {
  border: 0;
  letter-spacing: 0.06em;
  color: #666D5B;
  background: #f16243;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 3px;transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s;color: #fff!important;min-width: 200px;cursor:pointer;margin-top:20px;}
.cc-join-now-btn:hover, .cc-join-now-btn:active, .cc-join-now-btn:focus, .cc-join-now-btn.active {
  background: #000;
  color: #fff !important;
}
.cc-section {
  margin-top: 20px;
}
.cc-select-title {
  cursor: pointer;
}
.custom-mix-wrapper .cc-wine-wrapper .qty {
  line-height: 30px;
  padding-top: 0;
}
.custom-mix-wrapper .cc-wine-wrapper .controls .cc-addremove, .custom-mix-wrapper .cc-wine-wrapper .controls .quick-view-btn {
  width: 28px;
  height: 28px;
}
.cc-sidebar-panel-body {
  border: 1px solid #000;
}
.cc-sidebar {
  bottom: 75px;
}

.fancy-product-image img {
  max-width: 100%;
  height: auto;
}
.listing .product-type-variable-subscription {
  display: none;
}
.page-id-1081 .heading {
  font-size: 26px;
  color: black;
  margin: 10px 0 25px;
}
.cc-section h3.cc-section-title {
  font-size: 22px;
  color: black;
}
.cc-selects .cc-wc-btn:hover .cc-select-wrapper{border-color:#f16243;color:#f16243;}
.cc-wc-btn.active .cc-select-wrapper{background:#f16243;color:#fff;border-color:#f16243;}
@media (max-width: 960px) {
  .cc-sidebar {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .cc-options.cc-selects {
    margin-bottom: 80px;
  }
  .cc-selects .cc-wc-btn {
    float: left;
  }
}
@media (max-width: 480px) {
  .cc-selects .cc-wc-btn {
    float: none;
    display: block;
    width: 100%;
  }
}
#adminmenu .toplevel_page_automatewoo a.toplevel_page_automatewoo .wp-menu-image {
  background: none;
  background-image: none;
}
.footer .cru-credits {
  position: absolute;
  right: 100px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .footer .cru-credits {
    right: 80px;
  }
}

.woo-menu {
  position: absolute;
  top: 5px;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.woo-menu a,
.woo-menu span,
.woo-menu h3 {
  color: #C0C0C0;
  font-size: 12px;
  font-weight: 500;
}
.woo-menu .widget_shopping_mini_cart_content {
  display: none;
  right: 0;
}
.woocommerce-cart .woo-menu span,
.woocommerce-checkout .woo-menu span {
  display: none;
}
.woo-menu .dropdown-cart-button {
  right: 192px;
  top: -110px;
}
.woo-menu .woocommerce-Price-amount,
.woo-menu .quantity,
.woo-menu .woocommerce-Price-currencySymbol {
  color: black;
}
.woo-menu .dropdown-cart-button .dropdown.dropdown-left {
  right: -1px;
  top: 120px;
}
.widget_shopping_mini_cart_content {
  position: absolute;
}
.woo-menu .widgetizedArea {
  display: inline-block;
  cursor: pointer;
}
.woo-menu .widgetizedArea:hover h3 {
  color: black;
  border-bottom: 1px solid black;
}
.woo-menu .mini_cart_item a:hover {
  border-bottom: none !important;
}
.woo-menu .widgetizedArea:hover .widget_shopping_mini_cart_content {
  display: block;
}
.woo-menu .widgetizedArea:hover .dropdown {
  display: block;
}
.woocommerce-account .content .woocommerce {
  margin-top: 100px;
}
.woocommerce-account .content .woocommerce h2 {
  font-size: 20px;
}
.woocommerce-account .content .woocommerce .login {
  text-align: center;
  margin-top: 20px;
}
.woocommerce-account .content .woocommerce .login label {
  display: block;
}
.woocommerce-MyAccount-navigation{
background:#eee;
padding-top: 1px;
padding-bottom: 3px;
margin-bottom: 25px;
/*background-image: url(/wp-content/uploads/2017/08/group.png);
background-repeat:repeat-x;
background-size: 35%;
background-position: bottom;*/
}
.woocommerce-MyAccount-navigation ul{padding-left: 0;}
.woocommerce-account .block {
  max-width: 100% !important;
  width: 100%;
}
.cart-back-to-shop {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width:200px;
  border:1px solid #666D5B !important;
  letter-spacing: 0.06em;
  color: #666D5B !important;
  padding: 5px 10px;
  text-align:center;
}
.cart-back-to-shop:hover, body.woocommerce-cart > section .container .woocommerce form .actions .button:hover{background-color:#f16243;border-color:#f16243!important;color:#fff!important;}
.wc-terms-and-conditions #terms.input-checkbox {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: auto;
  margin-right: 10px;
}
.woocommerce-MyAccount-navigation ul li{list-style:none;line-height:35px;font-size:18px;display:inline-block;padding:9px;letter-spacing:2px;}
.woocommerce-EditAccountForm {
  text-align: left;
}
.woocommerce-EditAccountForm label {
  display: block;
}

@media (max-width: 767px) {
  .cart-back-to-shop {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 16px;
  }
}

.woocommerce div.product .cart .quantity {
  float: left;
  margin-right: 19px;
  padding-top: 4px;
  height: 37px;
  line-height: 37px;
}
.woocommerce .quantity.buttons_added .minus,
.woocommerce .quantity.buttons_added .plus {
  width: 32px !important;
  height: 32px !important;
  background-color: #dddddd !important;
  border-radius: 0;
  color: #000;
  border: 0 !important;
  transition: 0.3s all ease 0s; -webkit-transition: 0.3s all ease 0s; -moz-transition: 0.3s all ease 0s;
}
.woocommerce .quantity.buttons_added .minus:hover,
.woocommerce .quantity.buttons_added .plus:hover {
  color: #fff;
  background-color: #f16243 !important; 
}
.woocommerce .quantity.buttons_added .input-text.qty.text,
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input[type="text"] {
  width: 32px;
  height: 32px;
  padding: 3px 6px 6px 6px;
  box-sizing: border-box;
  display: inline;
  text-align: center;
  vertical-align: top;
}
.single-product .product-options .cart {
  display: inline-block;
}
.q_accordion_holder .title-holder {
  min-height: 45px;
  line-height: 2em;
  background: #dddddd;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: block;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding-top: 5px;
  margin-bottom: 0;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0 0 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.q_accordion_holder .title-holder:hover {
  background: #f16243;
  color: #fff;
}
.q_accordion_holder {
  margin-top: 35px;
}

.q_accordion_holder .accordion_content {
  padding: 0 25px;
  background: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.q_accordion_holder .custom-fields th {
  width: 30%;
  text-align: left;
  vertical-align: top;
}
.q_accordion_holder .custom-fields td {
  width: 70%;
  height: 25px;
  text-align: left;
}
.reviews {
  margin-top: 25px;
}
.listing .price {
  text-align: center;
}
.listing .add-to-cart-btn {
  text-align: center;
  position: absolute;
  top: 50%;  
  left: 30.3%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index:9;
}
.listing .add-to-cart-btn .quantity {
  display: none;
}
.listing .item.type-product:hover .add-to-cart-btn {
  opacity: 1;
}
.listing .item.type-product .add-to-cart-btn .single_add_to_cart_button {
  background: 0;
  border: 1px solid #000;
  padding: 5px;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.listing .item.type-product .add-to-cart-btn .single_add_to_cart_button:hover{background: #f16243;color: #fff;border-color: #f16243;}
.listing .cru-group-price {
  text-align: center;
}
.listing .title {
  color: #000;
}
.related.products {
  width: 100%;
  text-align: center;
  margin-top: 110px;
  display: block;
  clear: both;
}
.single-product .wrapper:after {
  content: '';
  clear: both;
  display: block;
}
.custom-mix-wrapper .cc-wine-wrapper {
  border: 0;
} 
.cc-products-btn a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;background: #f16243;color: #fff!important;}
.related_products li {
  width: 25%;
  float: left;
  list-style: none;
}
@media (max-width: 480px) {
  .related_products li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .related_products li a img {
    width: 25% !important;
    margin: 0 auto;
  }
}
.related_products:after {
  content: '';
  display: block;
  clear: both;
}
.related_products li a {
  border: none;
}
.related_products li a img {
  width: 40%;
  height: auto;
}
.related.products .related_title {
  margin-bottom: 50px;
}
.related.products .related_title h1 {
  font-size: 20px !important;
}
.related_products {
  padding: 0;
}
.related_products .info {
  padding: 10px 10px 0;
  letter-spacing: 0.06em;
  font-size: 18px;
  line-height: 21px;
}
.related_products .price {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #666D5B;
}
.related_products li .img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.related_products li:hover .img {
  opacity: 0.5;
}
@media (max-width: 480px) {
  .woocommerce .quantity.buttons_added .minus, .woocommerce .quantity.buttons_added .plus {
    width: 19px !important;
    height: 22px !important;
  }
  .woocommerce .quantity.buttons_added .input-text.qty.text, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input[type="text"] {
    width: 22px;
    height: 22px;
    padding: 2px;
  }
}
.cc-data-result p {
  margin-bottom: .5em !important;
}
#cc-data-save{color: #f16243;font-size: 20px;}
.page-template-wine-club {
  text-align: center;
}
body.page-template-wine-club > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
  margin: 0 auto;
}
.wc-benefits {
  /*margin-top: 30px;*/
}
.wc-benefits .benefits-left,
.wc-benefits .benefits-right,
.wc-benefits .center-img {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
.wc-benefits .center-img img {
  width: 100%;
  height: auto;
}
.wc-benefits .benefits-left {
  text-align: left;
  padding-right: 50px;
}
.wc-benefits .benefits-right {
  text-align: right;
  padding-left: 50px;
}
.wc-benefits li {
  /*font-size: 17px;
  color: #666D5B;*/
  /*font-weight: 600;*/
  letter-spacing: 0.05em;
  margin: 18px 0;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #666D5B;
}
.wc-benefits .benefits-left li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666D5B;
  border-radius: 50%;
  right: -20px;
  top: calc(50% - 5px);
}
.wc-benefits .benefits-left li:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #666D5B;
  right: -55px;
  top: calc(50% - 1px);
}
.wc-benefits .benefits-right li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666D5B;
  border-radius: 50%;
  left: -20px;
  top: calc(50% - 5px);
}
.wc-benefits .benefits-right li:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #666D5B;
  left: -55px;
  top: calc(50% - 1px);
}
.benefit-bottom{max-width: 70%;}
.benefit-bottom a{border-bottom: 1px solid;}
.benefit-bottom, .benefit-bottom p, .benefit-bottom a {
/*  font-size: 17px;
  color: #666D5B;*/
  /*font-weight: 600;*/
  letter-spacing: 0.05em;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #666D5B;
}
.benefit-bottom:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666D5B;
  border-radius: 50%;
  top: -18px;
  left: calc(50% - 5px);
}
.benefit-bottom:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 25px;
  background: #666D5B;
  top: -38px;
  left: calc(50% - 1px);
}
@media (max-width: 600px) {
  .wc-benefits {
    margin-top: 30px;
  }
  .wc-benefits ul {
    padding: 0 !important;
  }
  .wc-benefits li {
    font-size: 15px;
    margin: 10px 0;
  }
  .wc-benefits li:before,
  .wc-benefits li:after,
  .benefit-bottom:before,
  .benefit-bottom:after {
    display: none;
  }
  .benefit-bottom {
    margin-top: 25px;
  }
  .wc-benefits .benefits-left, .wc-benefits .benefits-right, .wc-benefits .center-img {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    list-style: initial;
  }
}
.cart-collaterals:before,
.cart-collaterals:after {
  content: "";
  display: table;
}
.cart_totals {
  width: 40%;
  float: right;
  margin-bottom: 30px;
}
#add-to-cart-notice,
#add-to-cart-notice-single {
  display: none;
  text-align: center;
  color: #f16243;
}
#add-to-cart-notice a, #add-to-cart-notice-single a{color: #f16243;font-weight: 600;}
#add-to-cart-notice a:hover, #add-to-cart-notice-single a:hover{border-bottom: 1px solid #f16243;}
#add-to-cart-notice.active, #add-to-cart-notice-single.active{display: block !important;margin-top: 20px;}
#add-to-cart-notice-single{position: relative;top: -50px;}
.vinificationmaturation ul{padding-left: 16px;margin: 5px 0;}
.woocommerce-error li{font-size: 16px;list-style: none;color: #f16243;}
.woocommerce-error li a{color: #f16243;font-weight: 600;}
.payment_box p{color: black;}
.checkout.woocommerce-checkout{margin-bottom: 50px;}
.cc-sidebar-panel-head a,
.cc-sidebar-panel-head a:hover {
  color: #fff;
}
.dropdown-cart-button .dropdown .cart_list li {
  margin-bottom: 10px;
}
.aw-product-grid-container img {
  max-width: 50%;
}
.woocommerce-MyAccount-content thead tr {
  height: 35px;
  text-align: left;
}
.woocommerce-MyAccount-content thead tr th {
  padding-right: 20px;    
  letter-spacing: 2px;
}
.woocommerce-MyAccount-content tbody {
  text-align: left;
}
.woocommerce-MyAccount-content tbody tr td {
  padding-right: 20px;
}
.order-actions a {
  margin: 0 10px;
}
.woocommerce-Pagination {
  margin-top: 20px;
}
.payment-method td {
  height: 30px;
}
/*cart with cru club prod*/
.cru-custom-mix{font-family: 'Maple Regular', Arial;}
.cru-custom-mix table th, .cru-custom-mix h2{font-size: 18px;line-height: 21px;font-weight: normal;text-align: left;letter-spacing: 0.06em;}
.cru-custom-mix h2{border-bottom: 1px solid #6b7885;width: fit-content;}
.cru-custom-mix table th:not(:first-child):after, .cart_totals tr.recurring-totals th:after, .cart_totals tr.recurring-total th:after{content:'→';margin-left:5px;}
.woocommerce-cart .cru-custom-mix table.shop_table tr.cart_item:last-child{border:none;}
.cart_totals tr td, .cart_totals tr th{padding-bottom:10px;}
td[data-title='Shipping via Free Shipping']{vertical-align: bottom;}
.cart_totals tr.recurring-totals{height: 50px!important;padding-top: 20px;}
.cart_totals tr.recurring-totals th{vertical-align:bottom!important;padding-bottom: 10px;letter-spacing: 0.062em;}
/*terms and conditions*/
h3.tc-title{font-size:20px;margin-bottom: 5px;letter-spacing: 2px;}
body.page-id-1088 .block, body.page-id-1222 .block{text-align:justify!important;margin: 30px auto 50px;}
body.page-id-1088 .block p{line-height: 25px;}
#authority_leave_field label.checkbox input{float:right;margin-left:15px;width:20px;}
/*checkout page*/
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button{min-width: 200px;}
/*buttons*/
.product-info .back-to-shop:hover, .toggle-benefits:hover, .toggle-benefits.active{background-color:#f16243;color:#fff!important;border-color:#f16243!important;}
.cc-products-btn a:hover, a.cc-buy-now:hover, a.cc-switch-now:hover{background-color:#000;border-color:#000;}
a.cc-buy-now, a.cc-switch-now{background-color:#f16243;color:#fff;}
a.cc-buy-now, a.cc-switch-now{border-radius: 5px;padding: 10px 20px;margin-top: 20px;}
.cc-options.cc-selects, .cc-months.cc-selects, .cc-bottles.cc-selects, .cc-products-wrapper{margin-top: 20px;}
.cc-section p.cc-section-desc{margin-top:5px;}
.cc-wc-btn .cc-select-wrapper label{padding:10px;}
/*product page*/
.review-title{font-weight: 600;font-size: 20px;color: #f16243;}
.review-title:after{content:'→';margin-left:5px;}
.review-date{display:none;}
.product-info .description p{line-height:23px;}
.product-info table.custom-fields td{line-height: 23px;vertical-align: top;}
body.single-product .bx-wrapper{box-shadow: none;border: none;}
body.single-product .stock.out-of-stock{width:50%;display:inline;}
/*wine club page*/
.toggle-benefits{letter-spacing:0.06em;padding:10px 20px;box-sizing:border-box;border-radius:3px;transition:0.3s all ease 0s;-webkit-transition:0.3s all ease 0s;-moz-transition: 0.3s all ease 0s;font-weight:600!important;background:#fff;color: #000!important;border: 2px solid #000!important;cursor: pointer;text-transform:uppercase;display:inline-block;}
.benefits-row{margin-top:50px;}
.benefits-title{font-size:20px;letter-spacing:1px;font-weight:600;}
.cc-save{color:#f16243;font-style:italic;}
.cc-data-fixed-total, #cc-data-total{font-size: 25px;font-weight: 600;margin: 30px 0px 20px;font-style: normal;letter-spacing: 0;}
#cc-data-total{margin: 10px 0 0;font-size:22px;}
.cc-symbol, .cc-cru-symbol{font-size:25px;color: #f16243;}
.cc-total, .cc-cru-total{font-weight: 600;color: #f16243;font-size: 30px;}
.cc-selects .cc-wc-btn.active:hover .cc-select-wrapper, .cc-selects .cc-wc-btn.active span.cc-month-discount{color:#fff;}
span.cc-month-discount{display: block;color: #f16243;}
.cc-packs .cc-wc-btn .cc-select-wrapper{border:2px solid #474747;width: 60%;display: inline-flex;}
.cc-selects .cc-wc-btn{width:25%;}
p#cc-selected-mixed-pack{font-size: 22px;color: #f16243;font-weight: 600;font-style: italic;border-bottom: 2px dashed;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin: auto;padding-bottom: 5px;}
span.cru-pack-desc.cru-select-desc{font-size:15px;color:#fff;text-transform:lowercase;padding:7px;font-style:italic;}
.cc-option-wrapper.cc-select-wrapper, .cc-month-wrapper.cc-select-wrapper, .cc-bottle-wrapper.cc-select-wrapper{border-radius: 30px;border: 2px solid;}
.cru-pack-desc-col{width:40%;float:right;height: 100%;background:rgba(0, 0, 0, 0.72);border-top-right-radius:10px;align-items: center;justify-content: center;display: inline-flex;min-height:70px;}
p.variation-description{width: 70%;margin: auto;}
p.cc-variation-desc-heading{margin: 25px auto 20px;width:80%;font-weight: 600;line-height: 25px;}
/*wine store page*/
/*.text-banner:before{content: '';position: absolute;top: 50%;left: 0;border-top: 1px solid #eee;background: black;width: 100%;}*/
.text-banner{text-align: center;margin: 20px;position: relative;}
.text-banner p{line-height:20px;position: relative;padding:10px;font-size:18px;color:#f16243;font-weight:500;letter-spacing:2px;width:50%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background: #eee;margin: auto;border-radius: 5px;}
/*woocommerce*/
.no-results{text-align:center;font-size:25px;letter-spacing:1px;width:400px;margin:auto;margin-top:30px;color:#f16243;}
.dropdown-cart-button .dropdown .buttons .button:hover{background-color: #000;border-color: #000;}
/*my account*/
.woocommerce-account p#billing_country_field{text-align: left;}
.woocommerce-account p#billing_country_field label[for='billing_country']{text-align:center;}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a{color:#f16243!important;border-bottom:2px solid #f16243!important;text-shadow: 1px 1px #ca5046!important;}
.woocommerce-account .content a:hover{color:#f16243!important;border-bottom:1px solid #f16243!important;}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr td, .woocommerce-account .woocommerce-MyAccount-content table.shop_table tr th{padding-bottom:10px;}
.woocommerce-account .woocommerce-MyAccount-content table.customer_details td{text-align:center;}
.woocommerce-account .woocommerce-MyAccount-content a {margin-right:10px;}
.woocommerce-account .woocommerce-MyAccount-content form h3, .woocommerce-account .content .woocommerce h2, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses header.title h3{letter-spacing: 2px;color: #f16243;border-bottom: 2px dashed #f16243;padding-bottom: 5px;margin-top: 50px;margin-bottom: 30px;}
.woocommerce-account .woocommerce-MyAccount-content table.order_details tfoot{text-align: left;}
.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1{margin: 20px auto;}
.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2{margin-bottom:20px;}
.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses header.title h3{font-size: 17px;margin-bottom: 7px;letter-spacing: 1px;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses header.title h3, .woocommerce-account .woocommerce-MyAccount-content form h3{font-size:20px;text-align:center;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses address{margin-top:20px;font-style:normal;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses header.title a.edit, .woocommerce-account .woocommerce-MyAccount-content form input[type='submit']{text-transform: uppercase;border: 2px solid #000000;box-sizing: border-box;padding:5px 40px;margin-left: 15px;transition: 0.3s all ease 0s;-webkit-transition: 0.3s all ease 0s;-moz-transition: 0.3s all ease 0s;background-color: #ffffff;color: #000;border-radius: 5px;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses header.title a.edit:hover{background:#f16243;border-color:#f16343;color:#fff!important;}
.woocommerce-account .woocommerce-MyAccount-content form{text-align:center;}
.woocommerce-account.woocommerce-edit-address form label{width:40%;display: inline-block;}
.woocommerce-account.woocommerce-edit-address form input{width:55%;padding-left:10px;}
.woocommerce-account.woocommerce-edit-address form select{padding-left:10px;width:58%;}
.woocommerce-account.woocommerce-edit-address form input#billing_address_2{width: 55%;text-align: right;margin-left: 40%;}
.woocommerce-account.woocommerce-edit-address form input[type='checkbox']{width:auto;margin-right:10px;}
.woocommerce-account form input[type='submit']{background-color:#f16243;color:#fff;border-color:#f16243;}
.woocommerce-account form input[type='submit']:hover{background-color:#000;border-color:#000;color:#fff;}
.woocommerce-account.woocommerce-edit-address form{width:50%;margin:auto;margin-bottom:30px;}
.woocommerce-account.woocommerce-edit-address form label.checkbox{width:100%;}
.woocommerce-account label[for='payment_method_stripe']{font-size:20px;padding:0 5px;}
.woocommerce-account.woocommerce-edit-account form input[type='submit']{margin-top:20px;}
/*thank you page*/
ul.order_details li p{display: inline;margin-left: 5px;}
ul.order_details li span{font-size: 18px;letter-spacing: 1px;}
ul.order_details li {list-style: square;border-bottom: 1px solid #f13216;padding: 5px 0;color: #f13216;}
ul.order_details{width: 50%;}
body.woocommerce-order-received h2{font-size:20px;padding:10px 0;letter-spacing:1.5px;}
body.woocommerce-order-received section a{color: #f16243;border-bottom: 1px solid;font-size:18px;}
body.woocommerce-order-received table.shop_table.order_details thead{display:table-header-group!important;}
body.woocommerce-order-received table.shop_table.order_details tbody{display:table-row-group!important;}
body.woocommerce-order-received table.shop_table.order_details tfoot{display:table-footer-group!important;}
body.woocommerce-order-received table.shop_table.order_details th, body.woocommerce-order-received table.shop_table.order_details td{padding: 7px 20px 7px 0;}
body.woocommerce-order-received table.shop_table.order_details thead th{font-weight: 600!important;letter-spacing: 1px;}
body.woocommerce-order-received .addresses{line-height:22px;}
body.woocommerce-order-received .addresses div.col-1{margin-bottom:20px;}
body.woocommerce-order-received .addresses header.title h3{font-size: 18px;letter-spacing: 3px;border-bottom: 1px solid;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom: 5px;}

/*thank you page; wine club*/
body.woocommerce-order-received .my_account_orders{width:100%;}
body.woocommerce-order-received .my_account_orders th{width:20%;}
body.woocommerce-order-received .my_account_orders thead{display:table-header-group!important;}
body.woocommerce-order-received .my_account_orders tbody{display:table-row-group!important;}
/*footer*/
.footer  #mc_embed_signup #mce-EMAIL{background:transparent;}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     body.page-template-wine-store-actual section.wine-store{display:block;}
     body.page-template-wine-store-actual section.wine-store .container{margin-top:0;}
     .cc-selects .cc-wc-btn{display:-ms-flexbox;}
     .cc-wc-btn .cc-select-wrapper{-ms-flex:1;}
     #cc-buy-now{width:100%;}
     p#cc-selected-mixed-pack{display:inline-block;}
}

@media only screen and (max-width:1220px){
  .header .icon-gutter{display:none;}
}
@media only screen and (max-width:1000px){
  body.woocommerce-cart > section .container .woocommerce form .actions{display:block;}
  body.woocommerce-cart > section .container .woocommerce form .actions .cart-back-to-shop{padding: 5px 40px;}
  body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"]{margin: 15px 17px 0 0;width: 198px;}
}
@media only screen and (max-width:767px){
  .woocommerce-account.woocommerce-edit-address form{width:100%;}
  .cru-pack-desc-col, .cc-packs .cc-wc-btn .cc-select-wrapper{width:50%;}
  .text-banner{position:fixed;margin-top:128px;z-index:9;width:100%;width:-webkit-fill-available;}
  body.single-product section.single-product, body.archive.woocommerce-page section.product-archive{padding-top:200px!important;}
  body.page-template-wine-store-actual section.wine-store{padding-top:180px!important;}
  /*product page*/
  body.single-product section.single-product .container .product-info .product-options{text-align:center;}
  .single-product .product-options .cart{width:100%;}
  body.single-product section.single-product .container .product-info button[type="submit"].single_add_to_cart_button{width: 200px;margin:14px auto 10px auto;display: block;}
  .product-info .back-to-shop{width: 160px;margin-left: 0;}
  #add-to-cart-notice-single{top:0;margin-bottom: 20px;}
  /*cart page*/
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon{display:block;}
  body.woocommerce-cart > section .container .woocommerce form .actions input#coupon_code{padding: 5px 8px;width: 198px;margin-right: 17px;}
  body.woocommerce-cart > section .container .woocommerce form .actions input[name='apply_coupon']{width: 170px;}
  /*woocommerce*/
  body.woocommerce-cart > section .container .woocommerce .woocommerce-message{margin: 10px 0;}

  body.single-product .stock.out-of-stock{margin-right: 10px;font-weight: 600;}
}
@media only screen and (max-width:600px){
  ul.order_details{width:95%;}
  .cc-selects .cc-wc-btn{width:50%;}
  .cc-section#cc-buy-now, .cc-section#cc-months{margin-top:100px;}
  .woocommerce-MyAccount-navigation{background-size:60%;}
}
@media (max-width: 480px) {
  .woocommerce-MyAccount-navigation{background-size:80%;}
  .cc-section#cc-buy-now,.cc-section#cc-months{margin-top: 0;padding-top: 0;}
  #pack-preference.cc-section{padding-bottom:0;}
  .cc-selects .cc-wc-btn{width:100%;}
  body.woocommerce-cart > section .container .woocommerce form .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.woocommerce-cart > section .container .woocommerce form .actions input#coupon_code{padding:5px;}
  body.woocommerce-cart > section .container .woocommerce form .actions input[name='apply_coupon'], body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"], body.woocommerce-cart > section .container .woocommerce form .actions input#coupon_code{width:200px;border-radius:0;}
  body.woocommerce-cart > section .container .woocommerce form .actions .cart-back-to-shop{width:118px;text-align:center;}
  body.woocommerce-cart > section .container .woocommerce .cart_totals{width: 60%;margin: auto;}
  body.woocommerce-cart > section .container .woocommerce .cart_totals table th{width:45%!important;}
}
@media (max-width: 400px){
  body.woocommerce-cart > section .container .woocommerce .cart_totals{width:80%;}
}
@media only screen and (max-width:320px){
  .woocommerce-MyAccount-navigation{background-size:135%;}
}

.cw-category-title{text-align: center;background: #888787;color: #fff;padding: 10px;font-size: 18px;text-transform: uppercase;border-radius: 18px;border: 1px solid #888787;width: 300px;margin: 50px auto;}
.cw-transparent-box{width:100%;height:100%;display:block;background-color:#fff;opacity:0;}
.listing .item.type-product:hover .thumbnail .cw-transparent-box{opacity:0.5}
@media only screen and (max-width:850px){.listing .add-to-cart-btn{left:26%;}}
@media only screen and (max-width:550px){.listing .add-to-cart-btn{left:22%;}}
@media only screen and (max-width:480px){.listing .add-to-cart-btn{left:35%;}}
@media only screen and (max-width:400px){.listing .add-to-cart-btn{left:32%;}}
@media only screen and (max-width:350px){.listing .add-to-cart-btn{left:29%;}}
@media only screen and (max-width:320px){.listing .add-to-cart-btn{left:27%;}}
