/*!
 * Wesite Name: Summerhill
 * Author: Wine Works - http://wineworks.co
*/
/*! 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.
 */
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=930f4692-3ba7-47be-92c8-1422c721d3dd");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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;
}

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  margin: -1.25em 0 0 -1.25em;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}

#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
}

@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
}

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  padding: 0.313em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
}

#imagelightbox-nav button.active {
  background-color: #fff;
}

.imagelightbox-arrow {
  width: 3.75em;
  height: 7.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
  background-color: #111;
}

.imagelightbox-arrow-left {
  left: 2.5em;
}

.imagelightbox-arrow-right {
  right: 2.5em;
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em;
    right: 1.25em;
  }
  #imagelightbox-nav {
    bottom: 1.25em;
  }
  .imagelightbox-arrow {
    width: 2.5em;
    height: 3.75em;
    margin-top: -2.75em;
  }
  .imagelightbox-arrow-left {
    left: 1.25em;
  }
  .imagelightbox-arrow-right {
    right: 1.25em;
  }
}

@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}

@font-face {
  font-family: "Berling";
  src: url("../fonts-2021/3a2634b1-85d1-484d-8fcc-c3dde025b4e9.woff2") format("woff2"), url("../fonts-2021/22d6592f-cad0-4ddd-991d-9322738768a8.woff") format("woff");
}

@font-face {
  font-family: "Berling Italic";
  src: url("../fonts-2021/4192cccb-0d3d-46bb-b4b4-ba950f83ec1d.woff2") format("woff2"), url("../fonts-2021/737d8896-9b8a-4592-9ef9-cb506e9ab3ab.woff") format("woff");
}

@font-face {
  font-family: "Berling Bold";
  src: url("../fonts-2021/fe3765d3-4bbf-494a-8f12-c1fe5317d764.woff2") format("woff2"), url("../fonts-2021/124c073e-f2c6-4ab2-8795-4d44136186e2.woff") format("woff");
}

@font-face {
  font-family: "Berling Bold Italic";
  src: url("../fonts-2021/8ed5e8e2-d366-44b1-b2de-562eb636d637.woff2") format("woff2"), url("../fonts-2021/ec83d17e-f4a0-4c2c-9255-065dd49b0505.woff") format("woff");
}

@font-face {
  font-family: "Cochin";
  src: url("../fonts-2021/34425e17-82c8-4cc1-82ab-935090b4afae.woff2") format("woff2"), url("../fonts-2021/2f9a35d9-b5ca-4f4f-84fa-89802aef2f5b.woff") format("woff");
}

@font-face {
  font-family: 'albertus';
  src: url("../fonts/albertus_mt-webfont.woff2") format("woff2"), url("../fonts/albertus_mt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.group:before, .group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.hide-text, .social-icon {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

.hide-text a, .social-icon a {
  display: block;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  font-family: "Berling", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1, h2, .v65-productGroup-title, .v65-product-title, .v65-title, h3, .v65-memberAllcoationHistoryTitle, .v65-product-subtitle, .v65-subtitle, h4, .newsletter-signup .v65-podTitle, .v65-product-tab .v65-title, form legend, h5, .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, h6 {
  color: #222;
  font-family: "Cochin", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-transform: none;
}

h1 {
  font-size: 1.96875rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 60em) {
  h1 {
    font-size: 2.25rem;
  }
}

h1.cursive {
  font-font-size: 2.75rem;
  font-style: italic;
  font-family: 'Snell Roundhand W01', cursive;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: none;
}

@media only screen and (min-width: 60em) {
  h1.cursive {
    font-size: 3.75rem;
  }
}

h2, .v65-productGroup-title, .v65-product-title, .v65-title {
  font-size: 1.640625rem;
  line-height: 1.2;
}

@media only screen and (min-width: 60em) {
  h2, .v65-productGroup-title, .v65-product-title, .v65-title {
    font-size: 1.875rem;
  }
}

h2.cursive, .cursive.v65-productGroup-title, .cursive.v65-product-title, .cursive.v65-title {
  font-font-size: 2.75rem;
  font-style: italic;
  font-family: 'Snell Roundhand W01', cursive;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: none;
}

@media only screen and (min-width: 60em) {
  h2.cursive, .cursive.v65-productGroup-title, .cursive.v65-product-title, .cursive.v65-title {
    font-size: 3.75rem;
  }
}

h3, .v65-memberAllcoationHistoryTitle, .v65-product-subtitle, .v65-subtitle {
  font-size: 1.53125rem;
  line-height: 1.2;
}

@media only screen and (min-width: 60em) {
  h3, .v65-memberAllcoationHistoryTitle, .v65-product-subtitle, .v65-subtitle {
    font-size: 1.75rem;
  }
}

h3 em, .v65-memberAllcoationHistoryTitle em, .v65-product-subtitle em, .v65-subtitle em {
  font-size: 1.18125rem;
}

@media only screen and (min-width: 60em) {
  h3 em, .v65-memberAllcoationHistoryTitle em, .v65-product-subtitle em, .v65-subtitle em {
    font-size: 1.3125rem;
  }
}

h4, .newsletter-signup .v65-podTitle, .v65-product-tab .v65-title, form legend {
  font-size: 1.3125rem;
}

@media only screen and (min-width: 60em) {
  h4, .newsletter-signup .v65-podTitle, .v65-product-tab .v65-title, form legend {
    font-size: 1.5rem;
  }
}

h5, .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel {
  font-size: 1.25rem;
}

h6 {
  font-size: 0.984375rem;
  line-height: 1.2;
}

@media only screen and (min-width: 60em) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

strong {
  font-family: "Berling Bold", sans-serif;
}

strong em {
  font-family: "Berling Bold Italic", sans-serif;
}

em {
  font-family: "Berling Italic", sans-serif;
}

em strong {
  font-family: "Berling Bold Italic", sans-serif;
}

.small {
  font-size: 0.917em;
}

.small a {
  font-weight: bold;
}

.tiny {
  font-size: 0.834em;
}

.tiny a {
  font-weight: bold;
}

.small {
  font-size: 0.917em;
}

.small a {
  font-weight: bold;
}

.tiny {
  font-size: 0.834em;
}

.tiny a {
  font-weight: bold;
}

.v65-featureRight {
  border-width: 1px;
  border-color: #ece5d8;
  border-style: solid;
  border-radius: 0.18em;
  display: block;
  margin: 0 auto 1.5rem;
  padding: 0.375rem;
}

@media only screen and (min-width: 60em) {
  .v65-featureRight {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}

.v65-right {
  display: block;
  margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-right {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}

.v65-featureLeft {
  border-width: 1px;
  border-color: #ece5d8;
  border-style: solid;
  border-radius: 0.18em;
  display: block;
  margin: 0 auto 1.5rem;
  padding: 0.375rem;
}

@media only screen and (min-width: 60em) {
  .v65-featureLeft {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
  }
}

.v65-left {
  display: block;
  margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-left {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
  }
}

.v65-border {
  border-width: 1px;
  border-color: #ece5d8;
  border-style: solid;
  border-radius: 0.18em;
  padding: 0.375rem;
}

form {
  margin-bottom: 1.5rem;
}

form.v65-form {
  font-size: 1.0625rem;
}

form p, form div, form label, form input {
  display: block;
  font-size: 1em;
}

form fieldset {
  border: 0;
  margin-bottom: 1rem;
}

form input {
  padding: 0.7rem 0.2rem;
}

@media only screen and (min-width: 60em) {
  form input {
    padding: 0.5rem 0.2rem;
  }
}

form input[type="checkbox"], form input[type="radio"] {
  display: inline-block;
}

form textarea {
  border-color: #cccccc;
}

@media only screen and (min-width: 60em) {
  form.v65-customForm input[type='button'], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}

ul, ol, dl {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

table {
  margin-bottom: 1.5rem;
}

table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1.5rem;
}

table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}

table.table-with-border caption {
  display: none;
}

a {
  color: #bb9a6d;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

a:hover {
  color: #cbb290;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  border: dotted #ece5d8;
  border-width: 2px 0 0;
  clear: both;
  height: 0;
  margin: 1rem 0;
}

.vt-feature-right {
  border: #ece5d8 solid 1px;
  margin-bottom: 0.9375rem;
  padding: 0.375rem;
}

@media only screen and (min-width: 60em) {
  .vt-feature-right {
    float: right;
    margin-left: 0.9375rem;
    width: auto;
  }
}

.vt-feature-left {
  border: #ece5d8 solid 1px;
  margin-bottom: 0.9375rem;
  padding: 0.375rem;
}

@media only screen and (min-width: 60em) {
  .vt-feature-left {
    float: left;
    margin-right: 0.9375rem;
    width: auto;
  }
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.strikethru {
  text-decoration: line-through;
}

.last, div.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.red {
  color: #CC0000;
}

.red a {
  color: #CC0000;
}

.red a:hover {
  color: #990000;
}

.promo {
  color: #CC0000;
  font-weight: bold;
}

.error {
  color: #CC0000;
}

.alert {
  padding: 7px 10px;
  background-color: #c53939;
  color: #fff;
  font-size: 0.95em;
  line-height: 1.6em;
}

.alert p {
  color: #fff;
}

.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alert li {
  color: #fff;
}

.alertYellow {
  padding: 7px 10px;
  background-color: #FF9;
  color: #333;
  font-size: 0.95em;
  line-height: 1.6em;
  margin-bottom: 1.5rem;
}

.alertYellow p {
  padding: 0;
  color: #333;
  margin: 0;
}

@media only screen and (min-width: 60em) {
  .floatRight {
    float: right;
  }
}

/* clearing
	-------------------------------------------------------------- */
.v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}

.v65-group:after {
  clear: both;
}

.v65-clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.firstItem {
  margin-left: 0;
  padding-left: 0;
}

.lastItem {
  margin-right: 0;
  padding-right: 0;
}

.v65-last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.v65-product-sortBy {
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .v65-product-sortBy {
    float: left;
    text-align: left;
    width: 50%;
  }
}

.v65-product-sortBy .form {
  display: inline-block;
}

.v65-product-pagination {
  margin-bottom: 1.5rem;
}

.v65-product-pagination:before, .v65-product-pagination:after {
  content: " ";
  display: table;
}

.v65-product-pagination:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  .v65-product-pagination {
    float: right;
    width: 50%;
  }
}

.v65-product-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .v65-product-pagination ul {
    text-align: right;
  }
}

.v65-product-pagination ul li {
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
}

.v65-product-pagination ul li a {
  display: block;
  width: 2rem;
}

.v65-Paging {
  margin-bottom: 1.5rem;
}

.v65-Paging:before, .v65-Paging:after {
  content: " ";
  display: table;
}

.v65-Paging:after {
  clear: both;
}

.v65-Paging ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .v65-Paging ul {
    text-align: left;
  }
}

.v65-Paging ul li {
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
}

.v65-Paging ul li a {
  display: block;
  width: 2rem;
}

/* a. Blog Right Custom Tags
-------------------------------------------------------------- */
#v65-blogRecentPosts {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

#v65-blogRecentPosts li {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

#v65-blogRecentPosts .v65-recentEntriesDate {
  font-size: 0.875em;
  font-style: italic;
}

#v65-blogSubscribeByRSS {
  list-style: none;
}

.v65-recentEntriesDate {
  list-style: none;
}

.v65-recentEntriesTitle {
  list-style: none;
}

/* b. Blog List Content
-------------------------------------------------------------- */
.v65-blogPostWrapper {
  margin-bottom: 1.5rem;
  padding-left: 58px;
  position: relative;
}

.v65-blogPostWrapper:before, .v65-blogPostWrapper:after {
  content: " ";
  display: table;
}

.v65-blogPostWrapper:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  .v65-blogPostWrapper {
    margin-bottom: 3rem;
  }
}

.v65-blogPostDate {
  font-size: 0.875em;
}

.v65-blogFooter {
  font-size: 0.875em;
  margin-bottom: 1.5rem;
}

.v65-blogFooter:before, .v65-blogFooter:after {
  content: " ";
  display: table;
}

.v65-blogFooter:after {
  clear: both;
}

.v65-blogFooterDate {
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 60em) {
  .v65-blogFooterDate {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.v65-blogFooterLink {
  display: none;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 60em) {
  .v65-blogFooterLink {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.v65-blogFooterComments {
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 60em) {
  .v65-blogFooterComments {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.v65-blogFooterShareThis {
  display: inline-block;
}

/* a. Recipe List 
-------------------------------------------------------------- */
/* b. Recipe Drilldown
-------------------------------------------------------------- */
/* c. Recipe Related Products
-------------------------------------------------------------- */
.v65-recipe-drilldown-related-product {
  /* Product Add To Cart */
  /*Product Review Stats*/
}

.v65-commentWrapper, .v65-product-review-wrapper {
  margin-bottom: 1.5rem;
  padding-left: 58px;
  position: relative;
}

.v65-commentWrapper:before, .v65-commentWrapper:after, .v65-product-review-wrapper:before, .v65-product-review-wrapper:after {
  content: " ";
  display: table;
}

.v65-commentWrapper:after, .v65-product-review-wrapper:after {
  clear: both;
}

.v65-avatar, .v65-product-review-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.v65-commentName, .v65-product-review-reviewerName {
  font-weight: bold;
}

.v65-product-review-stars {
  margin: 0.375rem 0;
}

.v65-commentDate, .v65-product-review-date {
  font-style: italic;
  margin-bottom: 0.5em;
}

.v65-commentText, .v65-product-review-comment {
  margin-bottom: 1.5rem;
}

/* a. Drilldown Content Form Styling
	-------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
  #v65-commentFormWrapper {
    margin-bottom: 1.25rem;
    padding-left: 58px;
    position: relative;
  }
}

#v65-commentFormWrapper input[name="Name"], #v65-commentFormWrapper input[name="Email"], #v65-commentFormWrapper input[name="Website"], #v65-commentFormWrapper input[name="captchaText"] {
  width: 200px;
}

#v65-commentFormWrapper #Comments {
  max-width: 400px;
}

/*List View*/
.v65-calendarList-Event .v65-calendarList-Description {
  margin: 1.5rem 0 1.5rem 0;
}

/*Block View*/
#v65-CalendarWrapper {
  width: 100%;
}

#v65-CalendarNav {
  width: 100%;
}

#v65-CalendarTable {
  width: 100%;
}

@media only screen and (min-width: 60em) {
  #v65-CalendarTable {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}

#v65-CalendarTable th {
  display: none;
  padding: 0.25em;
}

@media only screen and (min-width: 60em) {
  #v65-CalendarTable th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table-cell;
    width: 14.285714286%;
  }
}

#v65-CalendarTable td {
  padding: 0.25em;
}

@media only screen and (max-width: 59.9375em) {
  #v65-CalendarTable td {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    display: block;
    width: 100%;
  }
  #v65-CalendarTable td:before, #v65-CalendarTable td:after {
    content: " ";
    display: table;
  }
  #v65-CalendarTable td:after {
    clear: both;
  }
}

@media only screen and (min-width: 60em) {
  #v65-CalendarTable td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 14.285714286%;
    height: 70px;
  }
}

.v65-CalendarDay {
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 50%;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.25em 0.25em 0;
  text-align: center;
  vertical-align: middle;
  width: 1.5em;
}

@media only screen and (min-width: 60em) {
  .v65-CalendarDay {
    float: right;
    color: #777;
    font-size: 0.75em;
    margin: 0 0 0.25em 0.25em;
  }
}

.v65-CalendarToDay .v65-CalendarDay {
  color: #000;
  font-weight: bold;
}

.v65-CalendarOffMonthDays {
  background: #f3f3f3;
}

@media only screen and (max-width: 59.9375em) {
  .v65-CalendarEvent {
    display: inline-block;
    margin: 0 0.25em 0.25em 0;
    vertical-align: middle;
  }
}

#v65-CalendarEventTable td {
  padding: 3px;
}

/* Widgets
	-------------------------------------------------------------- */
/* -----Event Today----- */
.v65-event-today {
  text-align: center;
}

/* -----Event Today With Calendar----- */
/* -----Event Upcoming----- */
.v65-FAQ-Pair {
  margin-bottom: 1.5rem x 2;
}

#v65-SiteMap {
  list-style: none;
  margin: 0;
  padding: 0;
}

#v65-SiteMap li a {
  display: inline-block;
  padding: 0.3em 0;
}

#v65-SiteMap li ul {
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0;
}

#v65-SiteMap li ul li ul {
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0;
}

#v65-businessLocator {
  position: relative;
  margin: 1.5rem;
}

#v65-businessLocatorSelectByCity {
  width: 100%;
}

@media only screen and (min-width: 60em) {
  #v65-businessLocatorSelectByCity {
    width: 33%;
  }
}

#v65-businessLocatorSelectByZipCode {
  width: 100%;
}

@media only screen and (min-width: 60em) {
  #v65-businessLocatorSelectByZipCode {
    width: 33%;
  }
}

#v65-businessLocatorSelectByZipCode input {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

#v65-BusinessList:before, #v65-BusinessList:after {
  content: " ";
  display: table;
}

#v65-BusinessList:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  #v65-BusinessList {
    margin-bottom: 1.5rem;
    position: relative;
    padding: 0;
  }
}

#v65-BusinessList ol {
  margin: 0 0 1.5rem;
  padding: 0;
}

#v65-BusinessList li {
  margin: 0 0 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-BusinessList li {
    float: left;
    position: relative;
    padding: 0 1.5em 0 0;
    width: 49%;
  }
  #v65-BusinessList li:nth-child(2n+1) {
    clear: left;
  }
}

#v65-map_canvas {
  padding: 0;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  #v65-map_canvas {
    width: 60%;
    height: 300px;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
  }
}

#v65-map_canvas img {
  max-width: initial;
}

#v65-TableOfContents {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 59.9375em) {
  .mobile-nav-active .user-account-links {
    background: none;
    display: block;
    float: right;
    text-align: left;
  }
}

@media only screen and (max-width: 59.9375em) {
  .mobile-nav-active #v65-modalCart {
    display: none;
  }
}

.user-tools {
  background: #333;
  font-size: .75rem;
  font-family: "Berling", sans-serif;
  position: relative;
  z-index: 100;
  text-align: right;
}

.user-tools:before, .user-tools:after {
  content: " ";
  display: table;
}

.user-tools:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  .user-tools {
    background: none;
    font-size: 1rem;
    margin: .5rem 0;
    padding: 0;
  }
}

.user-tools .phone {
  display: inline-block;
  float: left;
  height: auto;
  margin-left: .625rem;
  padding: 0;
  position: relative;
}

.user-tools .phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: .5rem;
  bottom: 0;
  background: url("../images/icon-phone-white.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}

@media only screen and (min-width: 60em) {
  .user-tools .phone {
    display: none;
  }
}

.user-tools .phone a {
  color: #333;
  display: block;
  line-height: 1;
  padding: 1rem 1rem 1rem 2rem;
}

.user-tools .account-name, .user-tools #v65-toggleModalCart, .user-tools .v65-modalLoginLink {
  color: #fff;
  display: block;
  font-size: .75rem;
  line-height: 1;
  padding: 1rem;
}

@media only screen and (min-width: 60em) {
  .user-tools .account-name, .user-tools #v65-toggleModalCart, .user-tools .v65-modalLoginLink {
    color: #333;
    padding: .5rem 0;
  }
}

.user-tools .account-name:hover, .user-tools .account-name:active, .user-tools .account-name:focus, .user-tools #v65-toggleModalCart:hover, .user-tools #v65-toggleModalCart:active, .user-tools #v65-toggleModalCart:focus, .user-tools .v65-modalLoginLink:hover, .user-tools .v65-modalLoginLink:active, .user-tools .v65-modalLoginLink:focus {
  color: #eee;
}

@media only screen and (min-width: 60em) {
  .user-tools .account-name:hover, .user-tools .account-name:active, .user-tools .account-name:focus, .user-tools #v65-toggleModalCart:hover, .user-tools #v65-toggleModalCart:active, .user-tools #v65-toggleModalCart:focus, .user-tools .v65-modalLoginLink:hover, .user-tools .v65-modalLoginLink:active, .user-tools .v65-modalLoginLink:focus {
    color: #333;
  }
}

#v65-modalCartDropdown .right {
  text-align: right;
}

#v65-modalCartDropdown .right:last-of-type {
  margin-bottom: 0;
}

#v65-modalCartDropdown .modalLinkAltBtn {
  background: #454545;
}

#v65-modalCartDropdown .modalLinkBtn {
  background: #666;
}

#v65-modalCartTable, #v65-itemAddedText p, .v65-additionalItemsMessage {
  font-size: .75rem;
}

.user-account-links {
  background: #333;
  display: none;
  float: left;
}

@media only screen and (min-width: 60em) {
  .user-account-links {
    background: none;
    display: inline-block;
    float: none;
    position: relative;
  }
}

.user-account-links span {
  -webkit-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  cursor: pointer;
  display: block;
}

@media only screen and (min-width: 60em) {
  .user-account-links span {
    color: #333;
  }
}

.user-account-links span:hover, .user-account-links span:active, .user-account-links span:focus {
  color: #eee;
}

.user-account-links span:hover + ul, .user-account-links span:active + ul, .user-account-links span:focus + ul {
  opacity: 1;
  visibility: visible;
}

.user-account-links span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -4px;
}

.user-account-links ul {
  background: #333;
  border-bottom: 1px solid #000;
  font-size: .75rem;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0.5em;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.user-account-links ul:hover {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 60em) {
  .user-account-links ul {
    background: #fff;
    border: 1px solid #bb9a6d;
    right: auto;
    left: 0;
    width: auto;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
  }
}

.user-account-links li {
  border-top: 1px solid #000;
  white-space: nowrap;
}

@media only screen and (min-width: 60em) {
  .user-account-links li {
    border: 0;
  }
}

.user-account-links li a {
  color: #fff;
  display: block;
  padding: .5rem 1rem;
}

@media only screen and (min-width: 60em) {
  .user-account-links li a {
    color: #333;
    padding: .3rem .5rem;
  }
}

.user-account-links li a:hover {
  color: #bb9a6d;
}

#v65-modalCart {
  color: #333;
  float: right;
}

@media only screen and (min-width: 60em) {
  #v65-modalCart {
    display: inline-block;
    float: none;
    margin-left: 1rem;
    position: relative;
    right: auto;
    top: auto;
  }
}

.v65-login, .v65-logout, .v65-yourAccount, .v65-editProfile {
  display: none;
}

#v65-modalCartDropdown {
  background: #333;
  border-top: 1px solid #000;
  display: none;
  padding: 1em 0.5em;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
}

@media only screen and (max-width: 59.9375em) {
  #v65-modalCartDropdown {
    color: #fff;
    width: 100%;
  }
}

@media only screen and (min-width: 60em) {
  #v65-modalCartDropdown {
    background: #fff;
    border: 1px solid #ccc;
    width: 20em;
  }
}

/* b. Modal Cart Table
-------------------------------------------------------------- */
#v65-modalCartTable {
  width: 100%;
}

#v65-modalCartTable th {
  border-bottom: 1px solid #999;
  line-height: 1.2;
  padding: 0.15rem;
}

#v65-modalCartTable td {
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  padding: 0.15rem;
}

#v65-modalCartTable .right {
  text-align: right;
}

#v65-modalCartTable .center {
  text-align: center;
}

#v65-modalCartTable .left {
  text-align: left;
}

#v65-modalCartTableSubtotal td {
  font-weight: bold;
}

#v65-modalCartFooter {
  display: none;
}

.v65-product-addToCart legend {
  display: none;
}

.v65-product-addToCart-priceWrapper, .v65-product-addToCart-selectBox {
  margin-bottom: 0.75rem;
}

.v65-product-addToCart-priceWrapper:before, .v65-product-addToCart-priceWrapper:after, .v65-product-addToCart-selectBox:before, .v65-product-addToCart-selectBox:after {
  content: " ";
  display: table;
}

.v65-product-addToCart-priceWrapper:after, .v65-product-addToCart-selectBox:after {
  clear: both;
}

.v65-product-addToCart-price {
  display: inline;
}

.v65-product-addToCart-originalPrice {
  display: inline-block;
  text-decoration: line-through;
}

.v65-product-addToCart-salePrice {
  display: inline-block;
}

.v65-product-addToCart-unitDescription {
  display: inline;
}

.v65-product-addToCart-productSKU {
  display: none;
}

.v65-product-addToCart-quantity {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.v65-product-addToCart-quantity input {
  width: 3em !important;
}

.v65-product-addToCart-button {
  display: inline-block;
  vertical-align: middle;
}

/* b. Add To Cart - Volume Based Pricing
-------------------------------------------------------------- */
.v65-productWrapper {
  /*Product Right Column Specs*/
}

@media only screen and (min-width: 60em) {
  .v65-productWrapper header {
    float: right;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.666%;
  }
}

.v65-productWrapper .v65-product-photo {
  position: relative;
}

@media only screen and (max-width: 59.9375em) {
  .v65-productWrapper .v65-product-photo, .v65-productWrapper .v65-productDrilldown-specs {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 60em) {
  .v65-productWrapper .v65-product-photo, .v65-productWrapper .v65-productDrilldown-specs {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.333%;
  }
}

@media only screen and (min-width: 60em) {
  .v65-productWrapper .v65-productDrilldown-specs {
    clear: left;
  }
}

@media only screen and (min-width: 60em) {
  .v65-productWrapper .v65-productAddToCart-drilldown, .v65-productWrapper .v65-product-reviewStats,
.v65-productWrapper .v65-product-socialBar, .v65-productWrapper .v65-product-description,
.v65-productWrapper .v65-product-reviews, .v65-productWrapper .v65-ProductRating,
.v65-productWrapper .v65-wine-profile {
    float: right;
    margin-bottom: 1.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.666%;
  }
}

.v65-productWrapper .v65-ProductRating .v65-ProductRating {
  float: none;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  .v65-productWrapper .v65-wine-specs, .v65-productWrapper .v65-product-media {
    text-align: center;
  }
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute, .v65-productWrapper .v65-wine-specs .v65-product-media-item, .v65-productWrapper .v65-product-media .v65-product-attribute, .v65-productWrapper .v65-product-media .v65-product-media-item {
  margin-bottom: 0.75rem;
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute:before, .v65-productWrapper .v65-wine-specs .v65-product-attribute:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item:before, .v65-productWrapper .v65-wine-specs .v65-product-media-item:after, .v65-productWrapper .v65-product-media .v65-product-attribute:before, .v65-productWrapper .v65-product-media .v65-product-attribute:after, .v65-productWrapper .v65-product-media .v65-product-media-item:before, .v65-productWrapper .v65-product-media .v65-product-media-item:after {
  content: " ";
  display: table;
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item:after, .v65-productWrapper .v65-product-media .v65-product-attribute:after, .v65-productWrapper .v65-product-media .v65-product-media-item:after {
  clear: both;
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-thumbnail, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-title {
  float: left;
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-thumbnail {
  text-align: right;
  padding-right: 0.5em;
  width: 50%;
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel:after, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-thumbnail:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeLabel:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-thumbnail:after, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeLabel:after, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-thumbnail:after, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeLabel:after, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-thumbnail:after {
  content: ":";
}

.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-title {
  font-weight: 700;
  text-align: left;
  width: 50%;
}

.v65-productWrapper .v65-wine-profile .v65-product-attribute:before, .v65-productWrapper .v65-wine-profile .v65-product-attribute:after {
  content: " ";
  display: table;
}

.v65-productWrapper .v65-wine-profile .v65-product-attribute:after {
  clear: both;
}

.v65-productWrapper .v65-wine-profile .v65-product-attributeValue {
  margin-bottom: 1.5rem;
}

/*Product Right - Product Reviews*/
.v65-product-photo {
  margin-bottom: 1.5rem;
  text-align: center;
}

.v65-product-drilldownLink {
  margin-bottom: 1.5rem;
}

.v65-product-actionMessage {
  margin-bottom: 1.5rem;
}

.v65-product-inCompliantStateMessage {
  margin-bottom: 1.5rem;
}

.v65-product-availability {
  margin-bottom: 1.5rem;
}

.v65-product-reviewStats {
  margin-bottom: 1.5rem;
}

.v65-product-inventoryMessage {
  margin-bottom: 1.5rem;
}

.v65-productGroup:before, .v65-productGroup:after {
  content: " ";
  display: table;
}

.v65-productGroup:after {
  clear: both;
}

.v65-productGroup-teaser {
  margin-bottom: 1.5rem;
}

.v65-productGroup-products:before, .v65-productGroup-products:after {
  content: " ";
  display: table;
}

.v65-productGroup-products:after {
  clear: both;
}

.v65-productGroup-product {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-productGroup-product {
    float: left;
    width: 33%;
  }
}

.v65-product1UpStore:before, .v65-product1UpStore:after {
  content: " ";
  display: table;
}

.v65-product1UpStore:after {
  clear: both;
}

.v65-product1UpStore .v65-product-photo {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product1UpStore .v65-product-photo {
    float: left;
    padding-right: 1rem;
    width: 20%;
  }
}

.v65-product1UpStore .v65-product-infoWrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product1UpStore .v65-product-infoWrapper {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-product1UpStore .v65-product-teaser {
    display: none;
  }
}

.v65-product1UpStore .v65-product-commerceWrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product1UpStore .v65-product-commerceWrapper {
    float: left;
    width: 30%;
  }
}

.v65-productCharacteristics {
  margin-bottom: 1.5rem;
}

.v65-productCharacteristics:before, .v65-productCharacteristics:after {
  content: " ";
  display: table;
}

.v65-productCharacteristics:after {
  clear: both;
}

@media only screen and (max-width: 59.9375em) {
  .v65-productCharacteristics {
    display: none;
  }
}

@media only screen and (min-width: 60em) {
  .v65-productCharacteristics {
    display: block;
  }
}

.v65-productCharacteristics .v65-product-attributeLabel {
  display: inline-block;
}

.v65-productCharacteristics .v65-product-attributeValue {
  display: inline-block;
}

.v65-product1Up:before, .v65-product1Up:after {
  content: " ";
  display: table;
}

.v65-product1Up:after {
  clear: both;
}

.v65-product1Up .v65-product-photo {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product1Up .v65-product-photo {
    float: left;
    padding-right: 1rem;
    width: 34%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .v65-product1Up .v65-product-photo {
    width: 20%;
  }
}

.v65-product1Up .v65-product-infoWrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product1Up .v65-product-infoWrapper {
    float: left;
    width: 66%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .v65-product1Up .v65-product-infoWrapper {
    width: 80%;
  }
}

.v65-product2Up {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product2Up {
    float: left;
    padding: 0 2%;
    width: 50%;
  }
}

.v65-product2Up .v65-product-photo {
  float: left;
  margin-right: 1rem;
  width: 30%;
}

.v65-product3Up {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product3Up {
    float: left;
    padding: 0 2%;
    text-align: center;
    width: 50%;
  }
}

@media only screen and (min-width: 60em) and (max-width: 64em) {
  .v65-product3Up + .v65-clear {
    display: none;
  }
  .v65-product3Up + .v65-clear + .v65-product3Up + .v65-product3Up {
    clear: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .v65-product3Up {
    float: left;
    padding: 0 2%;
    width: 33.3333%;
  }
}

.v65-product3Up .v65-product-addToCart-quantity {
  display: inline-block;
  margin-right: 0;
}

.v65-product3Up .v65-product-addToCart-quantity {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.v65-product3Up .v65-product-addToCart-button {
  float: none;
  display: inline-block;
}

.v65-product5Up {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  .v65-product5Up {
    float: left;
    padding: 0 2%;
    text-align: center;
    width: 50%;
  }
}

@media only screen and (min-width: 60em) and (max-width: 64em) {
  .v65-product5Up + .v65-clear {
    display: none;
  }
  .v65-product5Up + .v65-clear + .v65-product3Up + .v65-product3Up {
    clear: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .v65-product5Up {
    float: left;
    padding: 0 2%;
    width: 20%;
  }
}

.v65-product5Up .v65-product-addToCart-quantity {
  display: inline-block;
  margin-right: 0;
}

.v65-product5Up .v65-product-addToCart-quantity {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.v65-product5Up .v65-product-addToCart-button {
  float: none;
  display: inline-block;
}

.v65-productList form, .v65-productList fieldset {
  margin: 0;
}

.v65-productList th {
  text-align: left;
}

.v65-productList td {
  padding: 0.25rem 0;
}

.v65-productList .v65-product-addToCart-priceWrapper {
  display: inline-block;
}

.v65-productList .v65-product-addToCart-quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
  vertical-align: middle;
}

.v65-productList .v65-product-addToCart-button {
  display: inline-block;
  float: none;
}

.v65-product-relatedProducts:before, .v65-product-relatedProducts:after {
  content: " ";
  display: table;
}

.v65-product-relatedProducts:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    float: left;
    margin-bottom: 1.5rem;
    padding: 0 1em;
    text-align: center;
    width: 25%;
  }
}

.v65-product-reviewStats-stars {
  display: inline-block;
  margin-right: 0.5em;
}

.v65-product-reviewStats-count {
  display: inline-block;
}

.v65-socialMediaBar-Facebook, .v65-socialMediaBar-Twitter,
.v65-socialMediaBar-GooglePlusOne, .v65-socialMediaBar-FacebookLikeButton,
.v65-socialMediaBar-Pinterest, .v65-socialMediaBar-ShareThis,
.v65-socialMediaBar-Email {
  display: inline-block;
  line-height: 1;
  margin-right: .25em;
  vertical-align: top;
}

.v65-socialMediaBar-FacebookLike {
  margin-top: .25rem;
}

.v65-socialMediaBar-Facebook div:last-child, .v65-product-socialBar div:last-child {
  margin-bottom: 1rem;
}

.v65-suggestedProducts-product {
  /* Product Add To Cart */
}

/* e. Wine Specs - table format
-------------------------------------------------------------- */
/* f. Wine Specs - paragraph format
-------------------------------------------------------------- */
/* g. Wine Specs - Professional Reviews
-------------------------------------------------------------- */
/* Cart Header
-------------------------------------------------------------- */
#v65-cartHeader {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-cartCheckOutCoupons {
    float: left;
    width: 40%;
  }
}

#v65-cartCheckOutCoupons input {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}

@media only screen and (max-width: 59.9375em) {
  #v65-cartCheckOutCoupons input {
    margin-right: 3%;
    width: 57%;
  }
}

#v65-couponSummaryTable td {
  padding: 0.25rem;
}

#v65-couponSummaryTotal {
  font-weight: bold;
}

@media only screen and (min-width: 60em) {
  .v65-cartCheckOutButtons {
    float: right;
    text-align: right;
    width: 60%;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartCheckOutButtons a {
    float: left;
    width: 54%;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartCheckOutButtons .linkAltBtn {
    margin-right: 2%;
    width: 44%;
  }
}

/* Cart Table
-------------------------------------------------------------- */
#v65-cartTable th {
  padding: 0.25rem;
}

#v65-cartTable td {
  padding: 0.25rem;
}

#v65-cartTable .right {
  text-align: right;
}

#v65-cartTable .center {
  text-align: center;
}

#v65-cartTable .left {
  text-align: left;
}

#v65-cartTable form, #v65-cartTable fieldset {
  margin-bottom: 0;
}

.v65-cartItemAmount {
  text-align: center;
}

.v65-cartItemAmount .v65-qtyField {
  display: inline-block;
  margin-bottom: 0.25em;
  text-align: center;
  width: 2rem;
}

.v65-cartItemImage, .cartItemImage {
  text-align: center;
}

@media screen and (max-width: 32.5em) {
  .v65-cartItemImage img, .cartItemImage img {
    display: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartItemDescription .v65-cartItemDescription-sku {
    display: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartItemAvailability, .v65-cartItemInStock {
    display: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartItemTotal {
    display: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartSubtotal-1, .v65-cartSubtotal-2 {
    display: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartTax-1, .v65-cartTax-2 {
    display: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-cartTotal-1, .v65-cartTotal-2 {
    display: none;
  }
}

#v65-cartTotal {
  font-weight: bold;
}

#v65-cartPaymentOptions {
  margin-bottom: 1.5rem;
}

#v65-cartPaymentOptions:before, #v65-cartPaymentOptions:after {
  content: " ";
  display: table;
}

#v65-cartPaymentOptions:after {
  clear: both;
}

/* Cart Footer
-------------------------------------------------------------- */
#v65-cartFooter {
  margin-bottom: 1.5rem;
}

#v65-cartFooter:before, #v65-cartFooter:after {
  content: " ";
  display: table;
}

#v65-cartFooter:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  #v65-cartPaymentOptions {
    float: left;
    text-align: left;
    width: 40%;
  }
}

#v65-checkoutFormWrapper legend {
  font-size: 1.5rem;
}

#v65-checkoutFooter {
  padding: 1em 0;
  text-align: center;
}

#v65-checkoutFooter:before, #v65-checkoutFooter:after {
  content: " ";
  display: table;
}

#v65-checkoutFooter:after {
  clear: both;
}

#v65-checkoutSecure {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-checkoutSecure {
    float: left;
    text-align: left;
    padding-right: 1em;
    width: 50%;
  }
}

#v65-continueOrder {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-continueOrder {
    float: left;
    text-align: right;
    padding-left: 1em;
    width: 50%;
  }
}

/* a. Mini Cart Summary
-------------------------------------------------------------- */
#v65-checkoutCartSummaryWrapper {
  clear: both;
}

@media only screen and (min-width: 60em) {
  #v65-checkoutCartSummaryWrapper {
    float: right;
    width: 40%;
  }
}

#v65-checkoutCartSummaryMini table {
  width: 100%;
}

#v65-checkoutCartSummaryMini table td {
  padding: 0.25em;
}

@media only screen and (max-width: 59.9375em) {
  #v65-checkCartSummaryMoreOptions {
    display: none;
  }
}

#v65-CouponCode, #v65-GiftCode {
  display: inline-block;
  margin-right: 3%;
  width: 57%;
}

/* b. Main Form
-------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
  #v65-checkBilling fieldset {
    width: 55%;
  }
}

@media only screen and (min-width: 60em) {
  #v65-checkBilling input[name=BillFirstName], #v65-checkBilling input[name=BillLastName], #v65-checkBilling input[name=BillCompany], #v65-checkBilling input[name=BillCity], #v65-checkBilling input[name=BillMainPhone], #v65-checkBilling input[name=BillEmail], #v65-checkBilling input[name=NickName], #v65-checkBilling input[name=ShipFirstName], #v65-checkBilling input[name=ShipLastName], #v65-checkBilling input[name=ShipCompany], #v65-checkBilling input[name=ShipCity], #v65-checkBilling input[name=ShipMainPhone], #v65-checkBilling input[name=ShipEmail], #v65-checkBilling input[name=nameOnCard], #v65-checkBilling input[name=NameOnCard], #v65-checkBilling input[name=CardNumber], #v65-checkBilling input[name=cardNumber], #v65-checkBilling input[name=FirstName], #v65-checkBilling input[name=LastName], #v65-checkBilling input[name=Company], #v65-checkBilling input[name=City], #v65-checkBilling input[name=MainPhone], #v65-checkBilling input[name=Email], #v65-checkBilling input[name=Username], #v65-checkBilling input[name=Password], #v65-checkBilling input[name=ConfirmPassword], #v65-checkBilling input[name=shipFirstName], #v65-checkBilling input[name=shipLastName], #v65-checkBilling input[name=shipCompany], #v65-checkBilling input[name=shipCity], #v65-checkBilling input[name=shipMainPhone], #v65-checkBilling input[name=shipEmail] {
    width: 200px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-checkBilling input[name=BillAddress], #v65-checkBilling input[name=BillAddress2], #v65-checkBilling input[name=ShipAddress], #v65-checkBilling input[name=ShipAddress2], #v65-checkBilling input[name=Address], #v65-checkBilling input[name=Address2], #v65-checkBilling input[name=shipAddress], #v65-checkBilling input[name=shipAddress2] {
    width: 320px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-checkBilling input[name=BillZipCode], #v65-checkBilling input[name=ShipZipCode], #v65-checkBilling input[name=ZipCode], #v65-checkBilling input[name=shipZipCode] {
    width: 100px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-checkBilling input[name=CVV2] {
    width: 50px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-checkBilling textarea[name=OrderNotes], #v65-checkBilling textarea[name=giftMessage], #v65-checkBilling textarea[name=Notes] {
    width: 320px;
  }
}

/* c. Review Screen
-------------------------------------------------------------- */
#v65-orderSummaryWrapper:before, #v65-orderSummaryWrapper:after {
  content: " ";
  display: table;
}

#v65-orderSummaryWrapper:after {
  clear: both;
}

#v65-billingSummary {
  margin-bottom: 1.5rem;
}

@media only print, only screen and (min-width: 60em) {
  #v65-billingSummary {
    float: right;
    width: 50%;
  }
}

#v65-shippingSummary {
  margin-bottom: 1.5rem;
}

@media only print, only screen and (min-width: 60em) {
  #v65-shippingSummary {
    float: right;
    width: 50%;
  }
}

#v65-reviewCartSummaryWrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 59.9375em) {
  #v65-orderSummaryWrapper + p + hr + #v65-cartTable .v65-cartSubtotal-2, #v65-orderSummaryWrapper + #v65-cartTable .v65-cartSubtotal-2 {
    display: table-cell;
  }
}

@media only screen and (max-width: 59.9375em) {
  #v65-orderSummaryWrapper + p + hr + #v65-cartTable .v65-cartTax-2, #v65-orderSummaryWrapper + #v65-cartTable .v65-cartTax-2 {
    display: table-cell;
  }
}

@media only screen and (max-width: 59.9375em) {
  #v65-orderSummaryWrapper + p + hr + #v65-cartTable .v65-cartTotal-2, #v65-orderSummaryWrapper + #v65-cartTable .v65-cartTotal-2 {
    display: table-cell;
  }
}

/* d. Print
-------------------------------------------------------------- */
@media screen {
  .print {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 59.9375em) {
  .print {
    padding: 1em;
  }
}

@media print {
  .print {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#v65-signUpClubSummaryWrapper.checkout-summary.active, #v65-checkoutCartSummaryWrapper.checkout-summary.active {
  -webkit-transition: top 200ms ease-out;
  -o-transition: top 200ms ease-out;
  transition: top 200ms ease-out;
}

@media only screen and (min-width: 60em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.active, #v65-checkoutCartSummaryWrapper.checkout-summary.active {
    position: fixed;
    top: 5rem;
    right: 1rem;
    width: 38.568%;
  }
}

@media only screen and (min-width: 60em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.active.show-tools-spacer, #v65-checkoutCartSummaryWrapper.checkout-summary.active.show-tools-spacer {
    top: 7rem;
  }
}

@media only screen and (min-width: 60em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.active.show-tools-spacer.max-scroll, #v65-checkoutCartSummaryWrapper.checkout-summary.active.show-tools-spacer.max-scroll {
    top: auto;
  }
}

@media only screen and (min-width: 60em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.max-scroll, #v65-checkoutCartSummaryWrapper.checkout-summary.max-scroll {
    bottom: 7.125rem;
    position: absolute;
    left: auto !important;
    top: auto;
  }
}

/* a. Club List Component
-------------------------------------------------------------- */
.v65-club {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 60em) {
  .v65-club {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
  }
}

@media only screen and (min-width: 60em) {
  .v65-club:nth-of-type(2n+1) {
    clear: left;
  }
}

/* b. Main Form 
-------------------------------------------------------------- */
/* c. Sign Up Screen
-------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
  #v65-signUpClubSummaryWrapper {
    float: right;
    width: 40%;
  }
}

/* d. Club Options
-------------------------------------------------------------- */
/* e. Review Screen
-------------------------------------------------------------- */
#v65-clubSummaryWrapper:before, #v65-clubSummaryWrapper:after {
  content: " ";
  display: table;
}

#v65-clubSummaryWrapper:after {
  clear: both;
}

#v65-clubBillingSummary {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-clubBillingSummary {
    float: left;
    padding-right: 2em;
    width: 33.33%;
  }
}

#v65-clubShippingSummary {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-clubShippingSummary {
    float: left;
    padding-right: 2em;
    width: 33.33%;
  }
}

#v65-reviewClubSummaryWrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 60em) {
  #v65-reviewClubSummaryWrapper {
    float: left;
    width: 33.33%;
  }
}

.v65-memberAllocationWrapper {
  max-width: 40em;
}

.v65-memberAllocationDetails {
  margin-bottom: 1.5rem;
}

.v65-memberAllocationDetails:before, .v65-memberAllocationDetails:after {
  content: " ";
  display: table;
}

.v65-memberAllocationDetails:after {
  clear: both;
}

.v65-memberAllocationImage {
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .v65-memberAllocationImage {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 60em) {
  .v65-memberAllocationTeaser {
    float: left;
    width: 75%;
  }
}

@media only screen and (max-width: 59.9375em) {
  .v65-memberAllocationTeaser p {
    display: none;
  }
}

.v65-memberAllocationTable {
  width: 100%;
}

.v65-memberAllocationTable td {
  padding: 0.25em;
  text-align: center;
}

.v65-memberAllocationTable td.label {
  text-align: left;
}

.v65-memberAllocationTable input {
  display: inline;
  text-align: center;
}

/* g. Member Allocations History
	-------------------------------------------------------------- */
.v65-memberAllocationHistoryWrapper {
  margin-bottom: 1.5rem;
}

.v65-memberAllcoationHistoryDates {
  margin-bottom: 1.5rem;
}

.v65-memberAllcoationHistoryDates:before, .v65-memberAllcoationHistoryDates:after {
  content: " ";
  display: table;
}

.v65-memberAllcoationHistoryDates:after {
  clear: both;
}

.v65-memberAllocationHistoryTable {
  max-width: 40em;
  width: 100%;
}

.v65-memberAllocationHistoryTable th {
  padding: 0.25em;
  text-align: center;
}

.v65-memberAllocationHistoryTable th:first-child {
  text-align: left;
}

@media only screen and (max-width: 59.9375em) {
  .v65-memberAllocationHistoryTable th:last-child {
    display: none;
  }
}

.v65-memberAllocationHistoryTable td {
  padding: 0.25em;
  text-align: center;
}

.v65-memberAllocationHistoryTable td:first-child {
  text-align: left;
}

@media only screen and (max-width: 59.9375em) {
  .v65-memberAllocationHistoryTable td:last-child {
    display: none;
  }
}

#v65-memberAddressBook th {
  padding: 0.5em;
  text-align: left;
}

#v65-memberAddressBook td {
  padding: 0.5em;
}

.v65-memberClubDescription {
  max-width: 40em;
}

/* a. Member Orders
-------------------------------------------------------------- */
#v65-memberOrders th {
  padding: 0.5em;
  text-align: left;
}

#v65-memberOrders td {
  padding: 0.5em;
}

/* b. Member Orders Drilldown
	-------------------------------------------------------------- */
#v65-memberOrderSummaryWrapper:before, #v65-memberOrderSummaryWrapper:after {
  content: " ";
  display: table;
}

#v65-memberOrderSummaryWrapper:after {
  clear: both;
}

#v65-memberbillingSummary {
  float: left;
  width: 50%;
}

#v65-memberShippingSummary {
  float: left;
  width: 50%;
}

#v65-memberFormWrapper {
  /* Member SignUp Form Elements */
}

@media only screen and (min-width: 60em) {
  #v65-memberFormWrapper input[name="FirstName"], #v65-memberFormWrapper input[name="LastName"], #v65-memberFormWrapper input[name="Company"], #v65-memberFormWrapper input[name="City"], #v65-memberFormWrapper input[name="MainPhone"], #v65-memberFormWrapper input[name="Email"] {
    width: 200px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-memberFormWrapper input[name="Address"], #v65-memberFormWrapper input[name="Address2"] {
    width: 320px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-memberFormWrapper input[name="ZipCode"] {
    width: 100px;
  }
}

@media only screen and (min-width: 60em) {
  #v65-memberFormWrapper input[name="Username"], #v65-memberFormWrapper input[name="Password"], #v65-memberFormWrapper input[name="confirmPassword"] {
    width: 200px;
  }
}

#v65-modalContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#v65-modalViel {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 102;
}

#v65-modalContentWrapper, #v65-modalContentWrapperLarge {
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 103;
}

@media only screen and (min-width: 60em) {
  #v65-modalContentWrapper, #v65-modalContentWrapperLarge {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0px #444;
    height: auto;
    left: 50%;
    max-width: 500px;
    overflow: initial;
    top: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#v65-modalContentWrapperLarge {
  max-width: 860px;
}

#v65-modalContentHeader {
  text-align: right;
  padding: 0.75em;
  background: #efefef;
}

#v65-modalContent {
  padding: 1.5em;
}

/*Modal Site Login*/
.v65-form div {
  margin-bottom: 1.5rem;
}

.v65-form input[type="text"], .v65-form textarea {
  width: 100%;
}

.v65-form textarea {
  min-height: 5em;
  width: 100%;
}

.v65-form[type="checkbox"], .v65-form[type="radio"] {
  display: inline-block;
}

.v65-form input[type="checkbox"] + label, .v65-form input[type="radio"] + label {
  display: inline;
}

.v65-customForm {
  line-height: 1.5;
  max-width: 400px;
}

.v65-customForm div:before, .v65-customForm div:after {
  content: " ";
  display: table;
}

.v65-customForm div:after {
  clear: both;
}

@media only screen and (min-width: 60em) {
  .v65-customForm input[name="FirstName"], .v65-customForm input[name="LastName"], .v65-customForm input[name="Company"], .v65-customForm input[name="City"], .v65-customForm input[name="MainPhone"], .v65-customForm input[name="Email"], .v65-customForm input[name="UserName"] {
    width: 200px;
  }
}

@media only screen and (min-width: 60em) {
  .v65-customForm input[name="Password"], .v65-customForm input[name="ConfirmPassword"] {
    width: 200px;
  }
}

@media only screen and (min-width: 60em) {
  .v65-customForm input[name="Address"], .v65-customForm input[name="Address2"] {
    width: 320px;
  }
}

@media only screen and (min-width: 60em) {
  .v65-customForm input[name="ZipCode"] {
    width: 100px;
  }
}

.v65-customForm select + select {
  margin-left: 0.5em;
}

@media only screen and (max-width: 59.9375em) {
  .v65-customForm button {
    width: 100%;
  }
}

.ui-datepicker {
  padding: 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 0 5px 0 #666;
}

.ui-datepicker .ui-datepicker-title {
  clear: both;
  text-align: center;
  padding: 0.5em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  float: left;
  padding: 0.5em 0 0.1em;
  text-align: left;
  width: 33%;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker table th {
  padding: 0.25em;
}

.ui-datepicker table td {
  padding: 0.25em;
}

.v65-formLeft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.v65-formRight {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.v65-formCenter {
  margin: 0 auto 1.5em;
}

.social {
  text-align: right;
}

.social ul {
  margin: 0;
  padding: 0;
}

.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

.social-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  margin-left: .625rem;
  width: 1rem;
}

.social-icon:first-child {
  margin-left: 0;
}

.facebook {
  background-image: url("../images/icon-facebook.svg");
}

.twitter {
  background-image: url("../images/icon-twitter.svg");
}

.instagram {
  background-image: url("../images/icon-instagram.png");
}

.phone {
  line-height: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
}

.phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: .5rem;
  bottom: 0;
  background: url("../images/icon-phone.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}

.phone a {
  text-decoration: none;
}

.map {
  background-size: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/icon-map.svg") top left no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}

.map a {
  display: block;
}

.logo {
  -webkit-transition: width 200ms ease-out;
  -o-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  background: #fff;
}

@media only screen and (min-width: 60em) {
  .logo {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    bottom: 0;
    top: 0.5rem;
    width: 250px;
    transform: translateX(-50%);
    padding: 0;
    position: absolute;
    left: 50%;
    right: auto;
  }
}

@media only screen and (min-width: 60em) {
  .small-header .logo {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: none;
    left: 50%;
    margin: 0;
    position: absolute;
    width: 5rem;
    top: 0;
  }
}

@media only screen and (min-width: 59.125rem) {
  .small-header .logo {
    top: -5px;
  }
}

.logo a {
  -webkit-transition: padding 200ms ease-out;
  -o-transition: padding 200ms ease-out;
  transition: padding 200ms ease-out;
  background-image: url("../images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 5.5rem;
  background-image: url(../images/summerhill-pyramid-winery-logo.png);
}

@media screen and (min-width: 460px) {
  .logo a {
    padding-top: 6.5rem;
  }
}

@media only screen and (min-width: 60em) {
  .logo a {
    padding-top: 6.5rem;
  }
}

@media only screen and (min-width: 60em) {
  .small-header .logo a {
    padding-top: 4.6rem;
  }
}

header.primary {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 15;
}

@media only screen and (min-width: 60em) {
  header.primary {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #fff;
    position: fixed;
  }
}

.mobile-nav-active header.primary {
  position: fixed;
}

@media only screen and (min-width: 60em) {
  header.primary.small-header {
    border-bottom-color: #bb9a6d;
    padding-top: 0;
  }
}

@media only screen and (min-width: 60em) {
  header.primary.small-header .content-wrapper {
    min-height: 6rem;
  }
}

@media only screen and (min-width: 60em) {
  header.primary.small-header .social, header.primary.small-header .user-tools {
    position: absolute;
    top: -3rem;
  }
}

@media only screen and (min-width: 60em) {
  header.primary.small-header.show-tools {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 60em) {
  header.primary.small-header.show-tools .social, header.primary.small-header.show-tools .user-tools {
    top: -1.5rem;
  }
}

@media only screen and (max-width: 59.9375em) {
  header.primary .content-wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 60em) {
  header.primary .content-wrapper {
    min-height: 175px;
  }
}

header.primary .social {
  display: none;
}

@media only screen and (min-width: 60em) {
  header.primary .social {
    display: block;
    float: left;
    left: 1rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
  }
}

@media only screen and (min-width: 60em) {
  header.primary .social .phone {
    margin-left: 1rem;
  }
}

header.primary .social ul {
  font-size: .75rem;
}

header.primary .social a {
  display: block;
  line-height: 1;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

@media only screen and (min-width: 60em) {
  header.primary .social a {
    color: #333;
  }
}

header.primary + .feature-image {
  margin-top: 175px;
}

@media only screen and (min-width: 60rem) {
  header.primary + .feature-image {
    margin-top: 175px;
  }
}

header.primary + .content-wrapper {
  margin-top: 185px;
}

@media only screen and (min-width: 60em) {
  header.primary + .content-wrapper {
    margin-top: 185px;
  }
}

.social, .user-tools {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: "Berling", sans-serif;
}

@media only screen and (min-width: 60em) {
  .user-tools {
    float: right;
    right: 1rem;
  }
}

.user-tools .phone a {
  color: #fff;
}

.mobile-only {
  text-align: center;
}

.mobile-nav-active .mobile-only .social {
  display: block;
  text-align: center;
}

.mobile-nav-active .mobile-only .social li {
  height: 1.5rem;
  width: 1.5rem;
}

.search {
  margin: .625rem 0;
  text-align: left;
}

.search fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.search #v65-contentSearchInput, .search #v65-contentSearchButton {
  display: inline-block;
  vertical-align: middle;
}

.search #v65-contentSearchInput {
  width: 85%;
}

.search #v65-contentSearchInput input {
  width: 100%;
}

.search #v65-contentSearchButton button {
  background: url("../images/icon-search.svg") center right no-repeat;
  background-size: 26px 26px;
  padding: 0 0 0 .625rem;
  height: 2.25rem;
  width: 2.25rem;
}

.search #v65-contentSearchButton button:hover {
  background: url("../images/icon-search.svg") center right no-repeat;
  background-size: 26px 26px;
}

.search #v65-contentSearchButton button span {
  display: none;
}

.mobile-contact-navigation {
  display: inline-block;
}

.mobile-contact-navigation ul {
  font-family: 'Open Sans', sans-serif;
  font-size: .875rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.feature-image {
  -webkit-transition: padding-top 200ms ease-out;
  -o-transition: padding-top 200ms ease-out;
  transition: padding-top 200ms ease-out;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.5rem;
  padding-top: 75%;
  position: relative;
}

@media only screen and (min-width: 28rem) {
  .feature-image {
    padding-top: 45%;
  }
}

@media only screen and (min-width: 40rem) {
  .feature-image {
    padding-top: 31%;
  }
}

@media only screen and (min-width: 60em) {
  .feature-image {
    margin-bottom: 2.75rem;
  }
}

@media only screen and (min-width: 53.125em) {
  .feature-image {
    height: 31.25rem;
    padding: 0;
  }
}

.feature-image .feature-content {
  bottom: 0.25rem;
  color: #fff;
  left: 1rem;
  right: 1rem;
  position: absolute;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .feature-image .feature-content {
    bottom: 2.5rem;
  }
}

.feature-image .feature-content * {
  margin-bottom: 0;
}

.feature-image .feature-content .first-line, .feature-image .feature-content .second-line {
  -webkit-transition: font-size 200ms ease-out;
  -o-transition: font-size 200ms ease-out;
  transition: font-size 200ms ease-out;
}

.feature-image .feature-content .first-line {
  font-family: "Americana W01", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: .1;
}

@media only screen and (min-width: 60em) {
  .feature-image .feature-content .first-line {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 45rem) {
  .feature-image .feature-content .first-line {
    font-size: 2.5rem;
  }
}

.feature-image .feature-content .second-line {
  font-size: 2.75rem;
  font-style: italic;
  font-family: 'Snell Roundhand W01', cursive;
  font-weight: 400;
  line-height: 1;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 60em) {
  .feature-image .feature-content .second-line {
    font-size: 5rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 45rem) {
  .feature-image .feature-content .second-line {
    font-size: 8.25rem;
    line-height: 4.5rem;
  }
}

.feature-image .feature-content img {
  max-width: 75%;
}

.primary-navigation-wrapper {
  background: #ece5d8;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 59.9375em) {
  .primary-navigation-wrapper {
    -webkit-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
  }
}

@media only screen and (min-width: 60em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 120px;
  }
}

@media only screen and (min-width: 60em) {
  .small-header .primary-navigation-wrapper {
    top: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 59.9375em) {
  .primary-navigation-wrapper.mobile-nav-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow-y: scroll;
    padding-bottom: 5rem;
    padding-top: 2.75rem;
  }
}

.primary-navigation ul {
  font-size: 0.917rem;
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media only screen and (min-width: 60em) and (max-width: 46.25rem) {
  .small-header .primary-navigation ul {
    font-size: .9375rem;
  }
}

@media screen and (min-width: 60rem) {
  .primary-navigation ul {
    font-size: 1rem;
    letter-spacing: 0.065em;
  }
}

.primary-navigation ul ul {
  background: #fff;
  border: 1px solid #bb9a6d;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  min-width: 12.5rem;
  padding: .5rem .875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.primary-navigation li {
  border-bottom: 1px solid #c9c0b4;
  padding: .75rem;
  position: relative;
}

@media only screen and (min-width: 60em) {
  .primary-navigation li {
    border: 0;
    display: inline-block;
    padding: .75rem .4rem;
  }
}

@media only screen and (min-width: 47em) {
  .primary-navigation li {
    padding: .75rem .5rem;
  }
}

@media only screen and (min-width: 53.125em) {
  .primary-navigation li {
    padding: .75rem;
  }
}

@media only screen and (min-width: 62.5rem) {
  .primary-navigation li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 70rem) {
  .primary-navigation li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 60em) {
  .primary-navigation li:last-child, .small-header .primary-navigation li:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 60em) {
  .primary-navigation li:last-child ul {
    right: 0;
  }
}

@media only screen and (min-width: 88.125rem) {
  .primary-navigation li:last-child ul {
    left: auto;
    right: auto;
  }
}

@media only screen and (min-width: 60em) and (max-width: 51rem) {
  .small-header .primary-navigation li {
    padding: .4rem;
  }
}

@media only screen and (min-width: 60em) {
  .primary-navigation li.v65-home {
    display: none;
  }
}

@media only screen and (min-width: 60em) {
  .primary-navigation li:hover ul, .primary-navigation li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}

.primary-navigation li li {
  display: block;
  padding: 0;
  white-space: nowrap;
}

.primary-navigation li li a {
  padding: 0.35em 0;
}

.primary-navigation a {
  color: #333;
  display: block;
}

.primary-navigation a[href='/Bistro'] + ul {
  display: none;
}

.primary-navigation a:hover {
  color: #bb9a6d;
}

.primary-navigation .v65-selected, .primary-navigation .v65-pageAParent {
  color: #bb9a6d;
}

.secondary-navigation {
  position: relative;
}

@media only screen and (min-width: 60em) {
  .secondary-navigation {
    float: left;
    top: 4rem;
    padding: 0 0.9375rem;
    width: 26%;
  }
}

@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}

@media only screen and (min-width: 60em) {
  .secondary-navigation.active {
    position: fixed;
    top: 5rem;
  }
}

@media only screen and (min-width: 60em) {
  .secondary-navigation.active.show-tools-spacer {
    -webkit-transition: top 200ms ease-out;
    -o-transition: top 200ms ease-out;
    transition: top 200ms ease-out;
    top: 7rem;
  }
}

.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 .5rem;
  padding: .5rem 0;
  text-align: left;
}

@media only screen and (min-width: 60em) {
  .secondary-navigation .page-title {
    display: none;
  }
}

.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}

.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}

.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}

.secondary-navigation ul {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #fff;
  border: 1px solid #bb9a6d;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}

@media only screen and (min-width: 60em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}

.secondary-navigation ul ul {
  margin-left: 1rem;
}

.secondary-navigation a {
  color: #2e2e2e;
  display: block;
  padding: .7rem 1rem;
}

@media only screen and (min-width: 60em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}

.secondary-navigation a:hover {
  color: #bb9a6d;
}

.secondary-navigation .v65-leftSelected {
  color: #bb9a6d;
}

.bistro-menu {
  margin: 2.5rem 0;
  text-align: center;
}

.bistro-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bistro-menu li {
  display: inline-block;
  margin: 0 .5625rem;
  text-transform: uppercase;
}

.bistro-menu a {
  color: #000;
  display: block;
  padding: 0.7rem;
}

.bistro-menu a:hover, .bistro-menu a.active {
  color: #bb9a6d;
}

.footer-navigation {
  border-top: 2px dotted #ece5d8;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding-top: .625rem;
  text-align: center;
}

@media only screen and (min-width: 59rem) {
  .footer-navigation {
    border-top: 0;
    float: left;
    margin-top: 0;
    padding-top: 0;
    text-align: right;
  }
}

.footer-navigation ul {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 60em) {
  .footer-navigation li {
    display: inline-block;
  }
}

.footer-navigation a {
  display: block;
  padding: .25rem .75rem;
}

@media only screen and (min-width: 60em) {
  .footer-navigation a {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.mobile-nav-toggle {
  background: #333 url("../images/icon-menu.svg") 80% 50% no-repeat;
  border-radius: 0.5rem;
  bottom: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem 0 .75rem;
  position: fixed;
  right: 1rem;
  text-transform: uppercase;
  z-index: 20;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 60em) {
  .mobile-nav-toggle {
    display: none;
  }
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn, .cta-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 0.6em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (min-width: 60em) {
  .modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn, .cta-button {
    padding: 0.5em 0.5em 0.4em;
  }
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn {
  background: #302f3f;
  color: #fff;
}

.modalBtn:hover, .modalBtn:active, .modalLinkBtn:hover, .modalLinkBtn:active,
.defaultBtn:hover,
.defaultBtn:active, .linkBtn:hover, .linkBtn:active,
.largeBtn:hover,
.largeBtn:active, .largeLinkBtn:hover, .largeLinkBtn:active {
  background: #46455c;
  color: #fff;
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: #999;
  color: #fff;
}

.altModalBtn:hover, .altModalBtn:active, .modalLinkAltBtn:hover, .modalLinkAltBtn:active,
.altBtn:hover,
.altBtn:active, .linkAltBtn:hover, .linkAltBtn:active, .altLargeBtn:hover, .altLargeBtn:active {
  background: #b3b3b3;
  color: #fff;
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: 0.75rem;
}

.defaultBtn, .linkBtn, .altBtn, .linkAltBtn {
  font-size: 1.25rem;
  font-style: italic;
}

@media only screen and (min-width: 60em) {
  .defaultBtn, .linkBtn, .altBtn, .linkAltBtn {
    padding: 0.5em 1.5em 0.4em;
  }
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: 1.25rem;
}

.cta-button-wrapper {
  position: relative;
  text-align: center;
}

.cta-button-wrapper.border-top:before {
  border-top: 2px dotted #ece5d8;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.cta-button {
  background: #fff;
  box-shadow: 0 0 0.375rem rgba(187, 154, 109, 0.75);
  color: #000;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: .625rem 1.25rem .5625rem;
}

.cta-button:before {
  background: #fff;
  content: " ";
  height: 100%;
  left: -.75rem;
  position: absolute;
  right: -.75rem;
  top: 0;
  z-index: -1;
}

.centered-button {
  border-top: 2px dotted #ece5d8;
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  text-align: center;
}

.checkout-step-wrapper {
  padding: 1em 0;
  text-align: center;
}

.checkout-step-wrapper:before, .checkout-step-wrapper:after {
  content: " ";
  display: table;
}

.checkout-step-wrapper:after {
  clear: both;
}

@media only screen and (max-width: 59.9375em) {
  .checkout-step-wrapper {
    display: none;
  }
}

.checkout-step {
  background: #fff;
  box-shadow: 0 0 0.375rem rgba(187, 154, 109, 0.75);
  color: #000;
  margin: 0 auto;
  padding: .625rem 1.25rem .5625rem;
}

.checkout-step.active {
  background: #46455c;
  color: #fff;
}

@media only screen and (min-width: 48em) {
  .col-2 {
    float: left;
    max-width: 40rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
  }
}

.col-2-clear.right-col {
  margin: 0 auto;
}

@media only screen and (min-width: 59rem) {
  .col-2-clear.right-col {
    clear: right;
    width: 47%;
  }
}

@media only screen and (min-width: 48em) {
  .col-3 {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.333%;
  }
}

@media only screen and (min-width: 48em) {
  .col-4 {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
  }
}

.vt-feature-right {
  border: 1px solid #ccc;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

@media only screen and (min-width: 60em) {
  .vt-feature-right {
    float: right;
    margin: 0 0 1em 1em;
  }
}

.vt-right {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media only screen and (min-width: 60em) {
  .vt-right {
    float: right;
    margin: 0 0 1em 1em;
  }
}

.vt-feature-left {
  border: 1px solid #ccc;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

@media only screen and (min-width: 60em) {
  .vt-feature-left {
    float: left;
    margin: 0 1em 1em 0;
  }
}

.vt-left {
  display: block;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media only screen and (min-width: 60em) {
  .vt-left {
    float: left;
    margin: 0 1em 1em 0;
  }
}

.vt-border {
  border: 1px solid #ccc;
  padding: 3px;
}

.vt-small {
  font-size: 0.917em;
}

.vt-tiny {
  font-size: 0.834em;
}

.vt-group {
  position: relative;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.vt-group:before, .vt-group:after {
  content: " ";
  display: table;
}

.vt-group:after {
  clear: both;
}

.vt-group .vt-group {
  margin-left: 0;
  margin-right: 0;
}

.vt-column, .vt-columns {
  margin-bottom: 1rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

@media only screen and (min-width: 60em) {
  .vt-column, .vt-columns {
    float: left;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-2 {
    width: 50%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-2.vt-col-narrow {
    width: 33.333%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-2.vt-col-xnarrow {
    width: 25%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-2.vt-col-large {
    width: 66.666%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-2.vt-col-xlarge {
    width: 75%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-3 {
    width: 33.333%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-3.vt-col-narrow {
    width: 25%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-3.vt-col-xnarrow {
    width: 20%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-3.vt-col-large {
    width: 50%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-3.vt-col-xlarge {
    width: 60%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-4 {
    width: 25%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-20per {
    width: 20%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-col-40per {
    width: 40%;
  }
}

@media only screen and (min-width: 60em) {
  .vt-vertically-centered {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
  }
}

.vt-collapse {
  padding-left: 0;
  padding-right: 0;
}

body.mobile-nav-active {
  overflow: hidden;
}

article.newsletter-signup-wrapper {
  border: 1px solid #8a8a8a;
  margin-top: 0;
  padding: .5rem;
}

.newsletter-signup {
  background-image: url("../images/newsletter-background-logo.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: .75rem;
}

@media only screen and (min-width: 60em) {
  .newsletter-signup {
    padding: 2.625rem 3.75rem;
  }
}

@media only screen and (min-width: 59rem) {
  .newsletter-signup p {
    float: left;
    padding-right: 5rem;
    max-width: 30.5rem;
    width: 50%;
  }
}

.newsletter-signup .v65-pod {
  margin: 0 auto;
  max-width: 25rem;
  text-align: center;
}

.newsletter-signup .v65-pod:before, .newsletter-signup .v65-pod:after {
  content: " ";
  display: table;
}

.newsletter-signup .v65-pod:after {
  clear: both;
}

@media only screen and (min-width: 59rem) {
  .newsletter-signup .v65-pod {
    max-width: 100%;
    text-align: left;
  }
}

.newsletter-signup .v65-form {
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 59rem) {
  .newsletter-signup .v65-form {
    float: left;
    margin-top: -3.5em;
    max-width: 50%;
    width: 28.75rem;
  }
}

.newsletter-signup .v65-form .v65-customForm {
  margin: 0;
  width: 100%;
}

.newsletter-signup .v65-form div {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 60em) {
  .newsletter-signup .v65-form div {
    float: left;
    margin-bottom: .5rem;
    padding-right: 1.875rem;
    width: 50%;
  }
}

@media only screen and (min-width: 48rem) {
  .newsletter-signup .v65-form div {
    padding-right: 1.875rem;
  }
}

.newsletter-signup .v65-form div input {
  max-width: 100%;
}

@media only screen and (max-width: 59.9375em) {
  .newsletter-signup .v65-form div input {
    width: 100%;
  }
}

.newsletter-signup .v65-form .error:first-of-type {
  float: none;
  width: 100%;
}

.newsletter-signup .submitLabel {
  display: none;
}

@media only screen and (min-width: 60em) {
  .newsletter-signup .submitLabel {
    display: block;
  }
}

.newsletter-signup label {
  color: #6f6251;
  display: block;
  font-style: italic;
}

.newsletter-signup fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.newsletter-signup input {
  border: 1px solid #000;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  .newsletter-signup input {
    padding: 0.36rem;
  }
}

.newsletter-signup legend {
  display: none;
}

.newsletter-signup button {
  background: #fff;
  box-shadow: 0 0 0.375rem rgba(187, 154, 109, 0.75);
  color: #000;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: .625rem 1.25rem .5625rem;
}

.newsletter-signup button:hover {
  background-color: #e6e6e6;
  color: #000;
}

@media screen and (min-width: 960px) {
  .newsletter-signup button {
    margin-top: 1.4rem;
  }
}

.tan-background {
  background-color: #ece5d8;
  border: 1px solid #bb9a6d;
}

.tan-background .centered-button {
  border-top-color: #937955;
}

.tan-background .vt-border, .tan-background .vt-feature-left, .tan-background .vt-feature-right {
  border-color: #937955;
}

.blue-background {
  background-color: #363542;
}

.blue-background .centered-button {
  border-top-color: #fff;
}

.blue-background .centered-button .linkBtn {
  background-color: #bb9a6d;
}

.blue-background .centered-button .linkBtn:hover {
  background-color: #cbb290;
}

.weddings {
  background-image: url("../images/background-texture-tan.jpg");
}

.winery-chef {
  background-image: url("../images/background-texture-tan.jpg");
  border-right: 0;
  border-left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.winery-chef .feature-title h2:before, .winery-chef .feature-title .v65-title:before, .winery-chef .feature-title .v65-product-title:before, .winery-chef .feature-title .v65-productGroup-title:before {
  background: url("../images/background-texture-tan.jpg") center center;
}

.events {
  background-image: url("../images/background-texture-blue.jpg");
}

@media only screen and (min-width: 60em) {
  .mobile-only {
    display: none;
  }
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  max-width: 82rem;
}

.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}

.content-wrapper:after {
  clear: both;
}

.homepage .content-wrapper > article {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.homepage .content-wrapper > article > p:last-of-type {
  margin-bottom: 0;
}

.full-width-wrapper {
  border-left: 0;
  border-right: 0;
  margin-bottom: 3.75rem;
}

.full-width-wrapper.tan-background {
  padding: 3.75rem 0;
}

@media only screen and (min-width: 60em) {
  .narrow-content-wrapper {
    float: right;
    max-width: 60rem;
    width: 74%;
  }
}

.cart-wrapper, .club-signup-wrapper, .checkout-wrapper {
  max-width: 65rem;
}

.narrow-full-page {
  max-width: 65rem;
  margin: 0 auto 2rem;
  min-height: 100px;
}

.wide-wrapper {
  max-width: 76rem;
}

.page-content {
  min-height: 25rem;
}

.wedding-intro-content a {
  color: inherit;
}

.wedding-intro-content .linkBtn {
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.intro-content {
  padding-bottom: 3.5rem;
}

.intro-content article {
  margin: 0 auto 2.5rem;
  max-width: 56rem;
}

.intro-content h1, .intro-content h2, .intro-content .v65-title, .intro-content .v65-product-title, .intro-content .v65-productGroup-title, .intro-content h3, .intro-content .v65-subtitle, .intro-content .v65-product-subtitle, .intro-content .v65-memberAllcoationHistoryTitle, .intro-content h4, .intro-content form legend, form .intro-content legend, .intro-content .newsletter-signup .v65-podTitle, .newsletter-signup .intro-content .v65-podTitle, .intro-content h5, .intro-content .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .intro-content .v65-product-attributeLabel, .intro-content h6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 46rem;
}

.intro-content .vt-col-3 p:last-of-type {
  margin-bottom: 0;
}

.weddings, .events {
  border-left: 0;
  border-right: 0;
  padding-bottom: 4.5rem;
  padding-top: 3.5rem;
}

.weddings .cursive, .events .cursive {
  margin-bottom: 0.75em;
}

.weddings h3, .weddings .v65-subtitle, .weddings .v65-product-subtitle, .weddings .v65-memberAllcoationHistoryTitle, .events h3, .events .v65-subtitle, .events .v65-product-subtitle, .events .v65-memberAllcoationHistoryTitle {
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
  margin-top: 0;
}

.weddings .vt-col-3, .events .vt-col-3 {
  text-align: center;
}

.weddings img, .events img {
  margin-bottom: 2rem;
}

.events h2, .events .v65-title, .events .v65-product-title, .events .v65-productGroup-title {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 0;
}

.weddings, .winery-chef {
  background-image: url("../images/background-texture-tan.jpg");
}

.events h2, .events .v65-title, .events .v65-product-title, .events .v65-productGroup-title, .events .vt-col-3 * {
  color: #fff;
}

.events .vt-border {
  border-color: #bb9a6d;
}

.photo-galleries {
  padding-top: 3.5rem;
}

.photo-galleries hr {
  margin-bottom: 3.5em;
  margin-top: 3.5em;
}

.photo-galleries legend, .photo-galleries .submitLabel {
  display: none;
}

.photo-galleries textarea {
  min-height: 7.5rem;
}

.photo-galleries input, .photo-galleries textarea {
  width: 100%;
}

.photo-galleries .v65-podTitle {
  font-font-size: 2.75rem;
  font-style: italic;
  font-family: 'Snell Roundhand W01', cursive;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.75em;
  text-align: center;
  text-transform: none;
}

@media only screen and (min-width: 60em) {
  .photo-galleries .v65-podTitle {
    font-size: 3.75rem;
  }
}

.photo-galleries #pagePhotoGallery a {
  display: block;
  height: 10.3125rem;
  margin: 0 auto;
  max-width: 15.625rem;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.photo-galleries #pagePhotoGallery a img {
  height: 100% !important;
}

.photo-galleries .v65-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
}

.photo-galleries .v65-form input {
  width: 100% !important;
}

@media only screen and (min-width: 60em) {
  .bistro .feature-content {
    bottom: 0.75rem;
  }
}

.bistro-intro-content article {
  max-width: 37.5rem;
}

.bistro-intro-content article h1, .bistro-intro-content article h2, .bistro-intro-content article .v65-title, .bistro-intro-content article .v65-product-title, .bistro-intro-content article .v65-productGroup-title, .bistro-intro-content article h3, .bistro-intro-content article .v65-subtitle, .bistro-intro-content article .v65-product-subtitle, .bistro-intro-content article .v65-memberAllcoationHistoryTitle, .bistro-intro-content article h4, .bistro-intro-content article form legend, form .bistro-intro-content article legend, .bistro-intro-content article .newsletter-signup .v65-podTitle, .newsletter-signup .bistro-intro-content article .v65-podTitle, .bistro-intro-content article h5, .bistro-intro-content article .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .bistro-intro-content article .v65-product-attributeLabel, .bistro-intro-content article h6 {
  margin-bottom: 2.25rem;
}

.bistro-header-features {
  max-width: 62.75rem;
  margin: 0 auto;
  text-align: center;
}

.bistro-header-features .bistro-feature {
  position: relative;
}

@media only screen and (min-width: 60em) {
  .bistro-header-features .bistro-feature {
    display: inline-block;
    margin-left: -.25rem;
    padding: 0 2rem;
    width: 33.333%;
  }
}

.bistro-header-features .bistro-feature-content {
  border: 1px solid #ece5d8;
  padding: .875rem 1.5rem;
  position: relative;
}

@media only screen and (max-width: 59.9375em) {
  .bistro-header-features .bistro-feature-content {
    height: auto !important;
  }
}

.bistro-header-features .bistro-feature-content p {
  font-size: 1.0625rem;
}

.bistro-header-features .bistro-feature-content p:last-of-type {
  margin-bottom: 0;
}

.bistro-header-features .bistro-feature-content .defaultBtn, .bistro-header-features .bistro-feature-content .linkBtn {
  padding-left: .5rem;
  padding-right: .5rem;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  .bistro-header-features .vt-vertically-centered {
    left: 1.5rem;
    right: 1.5rem;
  }
}

.bistro-menu-content {
  text-align: center;
  min-height: 25rem;
}

.winery-chef {
  margin-bottom: 4rem;
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.winery-chef h1 {
  margin-bottom: 2rem;
}

.legend {
  color: #545454;
  font-style: italic;
  margin-top: 2rem;
  text-align: center;
}

.menu-icon {
  display: inline-block;
  min-height: 1.5rem;
  padding-right: 2rem;
  position: relative;
}

.legend .menu-icon {
  float: left;
  margin: 0 0 1rem;
  padding: 2.5rem 1% 0;
  width: 50%;
}

@media only screen and (min-width: 60em) {
  .legend .menu-icon {
    float: none;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.menu-icon:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #34484f;
  border-radius: 1.5rem;
  color: #fff;
  font-size: .625rem;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}

.legend .menu-icon:after {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: .875rem;
  font-style: normal;
  line-height: 2rem;
  margin: auto;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  top: 0;
  left: 0;
}

.menu-icon.gluten-free:after {
  content: "GF";
}

.menu-icon.vegan:after {
  content: "V";
}

.menu-icon.vegetarian:after {
  content: "VG";
}

.menu-icon.ocean-wise:after {
  content: "OW";
}

.feature-title {
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.feature-title:before {
  border-top: 2px dotted #ece5d8;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.tan-background .feature-title:before {
  border-top-color: #937955;
}

.feature-title h1, .feature-title h2, .feature-title .v65-title, .feature-title .v65-product-title, .feature-title .v65-productGroup-title, .feature-title h3, .feature-title .v65-subtitle, .feature-title .v65-product-subtitle, .feature-title .v65-memberAllcoationHistoryTitle, .feature-title h4, .feature-title form legend, form .feature-title legend, .feature-title .newsletter-signup .v65-podTitle, .newsletter-signup .feature-title .v65-podTitle, .feature-title h5, .feature-title .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .feature-title .v65-product-attributeLabel, .feature-title h6 {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.feature-title h1:before, .feature-title h2:before, .feature-title .v65-title:before, .feature-title .v65-product-title:before, .feature-title .v65-productGroup-title:before, .feature-title h3:before, .feature-title .v65-subtitle:before, .feature-title .v65-product-subtitle:before, .feature-title .v65-memberAllcoationHistoryTitle:before, .feature-title h4:before, .feature-title form legend:before, form .feature-title legend:before, .feature-title .newsletter-signup .v65-podTitle:before, .newsletter-signup .feature-title .v65-podTitle:before, .feature-title h5:before, .feature-title .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel:before, .v65-productWrapper .v65-wine-profile .feature-title .v65-product-attributeLabel:before, .feature-title h6:before {
  background: #fff;
  content: " ";
  height: 100%;
  left: -.75rem;
  position: absolute;
  right: -.75rem;
  top: 0;
  z-index: -1;
}

.tan-background .feature-title h1:before, .tan-background .feature-title h2:before, .tan-background .feature-title .v65-title:before, .tan-background .feature-title .v65-product-title:before, .tan-background .feature-title .v65-productGroup-title:before, .tan-background .feature-title h3:before, .tan-background .feature-title .v65-subtitle:before, .tan-background .feature-title .v65-product-subtitle:before, .tan-background .feature-title .v65-memberAllcoationHistoryTitle:before, .tan-background .feature-title h4:before, .tan-background .feature-title form legend:before, form .tan-background .feature-title legend:before, .tan-background .feature-title .newsletter-signup .v65-podTitle:before, .newsletter-signup .tan-background .feature-title .v65-podTitle:before, .tan-background .feature-title h5:before, .tan-background .feature-title .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel:before, .v65-productWrapper .v65-wine-profile .tan-background .feature-title .v65-product-attributeLabel:before, .tan-background .feature-title h6:before {
  background-color: #ece5d8;
}

.v65-productBadge {
  position: absolute;
  top: 0;
  right: 20px;
}

.homepage-content-wrapper .v65-productBadge {
  right: auto;
  left: -10px;
  width: 45px !important;
}

.v65-product3Up .v65-productBadge {
  width: 60px;
}

.v65-product-photo {
  position: relative;
}

.v65-product3Up .v65-product-photo {
  position: relative;
}

.v65-productGroup {
  border-top: 2px dotted #ece5d8;
  padding-top: 2rem;
}

.v65-productGroup-teaser {
  margin-bottom: 2.75rem;
}

.v65-productGroup-product {
  margin-bottom: 3rem;
  text-align: left;
}

.v65-productGroup-product:before, .v65-productGroup-product:after {
  content: " ";
  display: table;
}

.v65-productGroup-product:after {
  clear: both;
}

.v65-productGroup-product .v65-product-photo {
  float: left;
  margin-bottom: 1.5rem;
  padding-right: 3%;
  width: 30%;
  position: relative;
}

@media only screen and (min-width: 60em) {
  .v65-productGroup-product .v65-product-photo {
    width: 25%;
  }
}

.v65-productGroup-product .v65-product-photo .v65-productBadge {
  width: 65px;
}

.v65-productGroup-product .v65-product-infoWrapper {
  float: left;
  margin-bottom: 1.5rem;
  width: 70%;
}

@media only screen and (min-width: 60em) {
  .v65-productGroup-product .v65-product-infoWrapper {
    width: 75%;
  }
}

.v65-product-title {
  font-size: 1.3rem;
  text-transform: none;
}

@media only screen and (min-width: 60em) {
  .v65-product-title {
    font-size: 1.5rem;
  }
}

.v65-product-title span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.v65-product-title a {
  color: #302f3f;
  display: block;
}

.v65-product-subtitle {
  font-size: 1rem;
  text-transform: none;
}

.v65-product-subtitle a {
  color: #302f3f;
  display: block;
}

.v65-product-addToCart-price {
  font-size: 1.5rem;
}

.v65-product-addToCart-unitDescription {
  font-size: .75em;
  vertical-align: super;
}

.featured-wines {
  padding: 1.5rem 0;
}

.featured-wines .v65-productGroup-title {
  text-align: center;
}

.featured-wines .v65-productGroup-product {
  text-align: left;
}

@media only screen and (max-width: 59.9375em) {
  .featured-wines .v65-productGroup-product {
    display: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 60em) {
  .featured-wines .v65-productGroup-product {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
  }
}

@media only screen and (min-width: 55.0625em) {
  .featured-wines .v65-productGroup-product {
    width: 33%;
  }
}

@media only screen and (max-width: 59.9375em) {
  .featured-wines .v65-productGroup-product:first-child {
    display: block;
  }
}

.featured-wines .v65-productGroup-product:last-of-type {
  display: none;
}

@media only screen and (min-width: 55.0625em) {
  .featured-wines .v65-productGroup-product:last-of-type {
    display: block;
  }
}

.featured-wines .v65-productGroup-product .v65-product-addToCart-button {
  max-width: 65%;
}

.featured-wines .v65-productGroup-product .defaultBtn {
  padding-right: 1em;
  padding-left: 1em;
}

.product-list .v65-productGroup-product {
  width: 100%;
}

.v65-product-wrapper h1 {
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .v65-product-wrapper h1 {
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .homepage-content {
    float: right;
  }
}

@media only screen and (max-width: 59.9375em) {
  .homepage-content .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 60em) {
  .homepage-content .col-2 .vt-border, .homepage-content .col-2 .vt-feature-left, .homepage-content .col-2 .vt-feature-right {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.homepage .v65-productGroup {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

.homepage .v65-productGroup-title {
  font-size: 1.65rem;
  margin-bottom: 1.25em;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .homepage .v65-productGroup-title {
    font-size: 2.25rem;
  }
}

.homepage .v65-productGroup-teaser {
  display: none;
}

.homepage .v65-productGroup .defaultBtn {
  padding-right: 1em;
  padding-left: 1em;
}

.homepage .newsletter-signup-wrapper {
  clear: both;
  padding: .5rem;
}

.news-events h2, .news-events .v65-title, .news-events .v65-product-title, .news-events .v65-productGroup-title, .homepage-content h2, .homepage-content .v65-title, .homepage-content .v65-product-title, .homepage-content .v65-productGroup-title {
  font-size: 1.75rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 59.9375em) {
  .news-events h2, .news-events .v65-title, .news-events .v65-product-title, .news-events .v65-productGroup-title, .homepage-content h2, .homepage-content .v65-title, .homepage-content .v65-product-title, .homepage-content .v65-productGroup-title {
    font-size: 1.15rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 60em) {
  .news-events h2, .news-events .v65-title, .news-events .v65-product-title, .news-events .v65-productGroup-title, .homepage-content h2, .homepage-content .v65-title, .homepage-content .v65-product-title, .homepage-content .v65-productGroup-title {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 60em) {
  .news-events {
    padding-right: 3em;
  }
}

.club-features {
  clear: right;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 41.25rem;
  padding: 0;
}

@media only screen and (max-width: 58.9375rem) {
  .club-features {
    width: 100%;
  }
}

@media only screen and (min-width: 59rem) {
  .club-features {
    float: right;
  }
}

.club-feature {
  display: block;
  margin: 0 auto 1rem;
  max-width: 26.25rem;
  position: relative;
}

@media only screen and (min-width: 35.625em) {
  .club-feature {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
  }
}

.club-feature:last-of-type {
  margin-bottom: 0;
}

.club-feature img {
  display: block;
  width: 100%;
}

.club-feature .image-overlay-text {
  background: rgba(201, 192, 180, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
}

@media only screen and (min-width: 35.625em) {
  .club-feature .image-overlay-text {
    left: 0.9375rem;
    right: 0.9375rem;
  }
}

.club-feature h2, .club-feature .v65-title, .club-feature .v65-product-title, .club-feature .v65-productGroup-title {
  font-size: 1.375rem;
  font-family: 'Pinyon Script', cursive;
  margin: 0;
  text-transform: none;
}

.club-feature p {
  color: #000;
  font-size: .875rem;
  margin: 0;
}

@media only screen and (min-width: 60em) {
  .blog-content-wrapper {
    float: left;
    max-width: 58rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 68%;
  }
}

@media only screen and (min-width: 60em) {
  .blog-meta {
    float: right;
    padding: 4rem 0.9375rem 0;
    width: 26%;
  }
}

.blog-meta a {
  color: #2e2e2e;
}

.blog-meta a:hover {
  color: #bb9a6d;
}

.v65-blogFooter {
  display: none;
}

.v65-blogPostDate {
  margin-bottom: 0;
}

.v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productGroup-title {
  font-size: 1.2rem;
  text-transform: none;
}

@media only screen and (min-width: 60em) {
  .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productGroup-title {
    font-size: 1.5625rem;
  }
}

.member-dashboard-link .icon {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  color: #2e2e2e;
  display: block;
  text-align: center;
  border: 1px solid #c9c0b4;
  border-bottom: 0;
  background: #ece5d8;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.member-dashboard-link .icon img {
  display: inline-block;
  max-width: 30%;
  opacity: 0.4;
}

@media only screen and (min-width: 60em) {
  .member-dashboard-link .icon img {
    max-width: 40%;
  }
}

.member-dashboard-link .title {
  background: #f4f0e9;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  color: #2e2e2e;
  display: block;
  padding: 0.5em;
  border: 1px solid #c9c0b4;
  border-top: 0;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.member-dashboard-link:hover .icon {
  background: #efeadf;
  color: #2e2e2e;
}

.member-dashboard-link:hover .title {
  background: #f6f3ed;
  color: #2e2e2e;
}

.member-dashboard-link:hover img {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.homepage-CTAs {
  width: 100%;
  padding: 1.5rem 0;
}

.homepage-CTA {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 94%;
  margin: 0 3% 1.5rem;
  position: relative;
  padding-top: 65.625%;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  .homepage-CTA {
    float: left;
    width: 44%;
    margin: 0 3%;
    padding-top: 32.8125%;
  }
}

.homepage-CTA a {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
}

.homepage-CTA a h3, .homepage-CTA a .v65-subtitle, .homepage-CTA a .v65-product-subtitle, .homepage-CTA a .v65-memberAllcoationHistoryTitle, .homepage-CTA a p {
  color: #fff;
  margin: 0;
}

.homepage-CTA a:hover {
  color: #fff;
}

.brand-vision {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 60em) {
  .brand-vision {
    display: flex;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 60em) {
  .brand-vision__content {
    width: 68%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .brand-vision__content {
    width: 65%;
  }
}

.brand-vision__content__graphic {
  margin-bottom: 1.5rem;
}

.brand-vision__content__graphic__number {
  color: #a256a2;
  font-family: albertus, sans-serif;
  text-align: center;
  font-size: 2.5rem;
  background: url(../images/vision-triangle.png) no-repeat top center;
  background-size: contain;
  display: block;
  width: 100px;
  height: 75px;
  margin: 0 auto 0.75rem;
  line-height: 96px;
}

.brand-vision__content__graphic__title {
  color: #a256a2;
  font-family: albertus, sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}

.brand-vision__content__intro {
  color: #636466;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.brand-vision__content__intro:after {
  content: "";
  background: url(../images/vision-micro-rule.jpg) top center no-repeat;
  background-size: cover;
  height: 5px;
  width: 100%;
  display: block;
  margin: 0px auto 0.65rem;
}

.brand-vision__content__intro:before {
  content: "";
  background: url(../images/vision-micro-rule.jpg) top center no-repeat;
  background-size: cover;
  height: 5px;
  width: 100%;
  display: block;
  margin: 0.65rem auto;
}

.brand-vision__content__intro p {
  color: #636466;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 60em) {
  .brand-vision__image {
    width: 32%;
    padding-left: 2rem;
    padding-top: 143px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .brand-vision__image {
    width: 35%;
    padding-left: 4.5rem;
  }
}

.brand-vision-menu {
  font-family: albertus, sans-serif;
}

.brand-vision-menu a {
  color: #636466;
  font-size: 1.5rem;
}

.brand-vision-menu a:hover {
  color: #000;
}

.brand-vision-menu a.gratitude:hover {
  color: #a256a2;
}

.brand-vision-menu a.people:hover {
  color: #6964ad;
}

.brand-vision-menu a.planet:hover {
  color: #009444;
}

.brand-vision-menu a.pioneership:hover {
  color: #f7941d;
}

.brand-vision-menu a.abundance:hover {
  color: #fff200;
}

.brand-vision-menu a.passion:hover {
  color: #be1e2d;
}

.brand-vision-menu a.love:hover {
  color: #ec008c;
}

.content-block__banner-tall {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.template__vision .small-header .header__statement {
  display: none;
}

@media only screen and (min-width: 60em) {
  .template__vision .small-header .content-wrapper {
    min-height: 6rem !important;
  }
}

.template__vision header.primary .content-wrapper {
  min-height: 200px;
}

@media only screen and (min-width: 60em) {
  .template__vision header.primary .content-wrapper {
    min-height: 200px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .template__vision header.primary .content-wrapper {
    min-height: 220px;
  }
}

.template__vision__hero {
  position: relative;
  margin-top: 212px;
  margin-bottom: 0.1rem;
}

@media only screen and (min-width: 64.0625em) {
  .template__vision__hero {
    margin-top: 232px;
  }
}

@media only screen and (min-width: 60em) {
  .template__vision__hero {
    margin-bottom: 0.2rem;
  }
}

.template__vision__hero__nav {
  height: 300px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  position: relative;
  z-index: 14;
}

@media only screen and (min-width: 60em) {
  .template__vision__hero__nav {
    height: 445px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .template__vision__hero__nav {
    height: 545px;
  }
}

.template__vision__hero__nav img {
  width: 300px;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 60em) {
  .template__vision__hero__nav img {
    width: 500px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .template__vision__hero__nav img {
    width: 600px;
  }
}

.template__vision__hero__bottom-rule {
  background: url(../images/banner-border.jpg) repeat-x top center;
  height: 6px;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 60em) {
  .template__vision__hero__bottom-rule {
    height: 10px;
  }
}

.template__vision .header__statement {
  color: #662d91;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 1rem;
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
}

@media only screen and (min-width: 60em) {
  .template__vision .header__statement {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .template__vision .header__statement {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 60em) {
  .template__vision .secondary-navigation a {
    padding: 0.25em 0;
  }
}

@media only screen and (min-width: 60em) {
  .template__vision .secondary-navigation.active {
    top: 7rem;
  }
}

.template__vision blockquote {
  font-style: italic;
  color: #662d91;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1;
}

@media only screen and (min-width: 64.0625em) {
  .template__vision blockquote {
    font-size: 1.6rem;
    margin: 0 0 0.2em;
  }
}

.template__vision blockquote p {
  font-style: italic;
  color: #662d91;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.template__vision cite {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-style: normal;
  font-family: "Berling", sans-serif;
  margin-bottom: 1.5rem;
  display: block;
}

@media only screen and (min-width: 64.0625em) {
  .template__vision cite {
    font-size: 0.75rem;
  }
}

footer {
  clear: both;
  font-family: "Berling", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 2rem;
  padding: 2rem 1rem 5rem;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  footer {
    padding-bottom: 2rem;
  }
}

footer.group:before {
  border-top: 2px dotted #ece5d8;
  content: " ";
  display: block;
  left: 0.9375rem;
  position: absolute;
  right: 0.9375rem;
  top: 0;
}

footer ul {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer a {
  color: #333;
}

footer .social {
  margin-bottom: .625rem;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  footer .social {
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 59rem) {
  footer .social {
    float: right;
    margin-bottom: 1.5rem;
  }
}

.footer-left-col {
  text-align: center;
}

@media only screen and (min-width: 59rem) {
  .footer-left-col {
    float: left;
    margin-bottom: 1rem;
    text-align: left;
  }
}

.footer-contact-navigation, .phone {
  display: inline-block;
}

@media only screen and (min-width: 59rem) {
  .footer-right-col {
    float: right;
  }
}

.map {
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.map a {
  font-weight: 400;
  text-transform: none;
}

.phone {
  background-position: .375rem 50%;
  margin-left: 0;
  padding-left: 2rem;
}

.copyright {
  border-top: 2px dotted #ece5d8;
  clear: both;
  color: #8a8a8a;
  font-size: .75rem;
  padding-top: 1.25rem;
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 59rem) {
  .copyright {
    border-top: 0;
    padding-top: 0;
    text-align: right;
  }
}

.v65-CalendarToDay {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 49%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  /* IE6-8 */
}

.v65-product-title {
  margin-bottom: 0.1em;
}

#v65-cartTable {
  margin-bottom: 3rem;
}

#v65-cartTable th {
  border-bottom: 4px double #ece5d8;
  padding: 5px;
}

#v65-cartTable td {
  padding: 5px;
}

#v65-cartSubtotal td {
  border-top: 4px double #ece5d8;
}

#v65-cartTotal td {
  font-size: 1.2em;
}

#v65-signUpClubSummaryWrapper, #v65-checkoutCartSummaryWrapper {
  background-color: #fdfcfa;
  border: 1px solid #ece2d5;
  border-radius: 0.5em;
  padding: 1em;
}

@media only screen and (min-width: 60em) {
  #v65-signUpClubSummaryWrapper, #v65-checkoutCartSummaryWrapper {
    padding: 1.25em;
  }
}

#v65-clubSummaryWrapper, #v65-orderSummaryWrapper {
  clear: both;
}

#v65-checkoutCartSummaryMini .v65-rowOverline {
  border-top: 1px solid #ccc;
}

#v65-checkoutCartSummaryMini .right {
  text-align: right;
}

#v65-checkoutCartSummaryMini .bold {
  font-weight: bold;
}

/**************************\
  Basic Modal Styles - https://micromodal.vercel.app/
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-width: 600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__container .v65-podDescription {
  padding: 1.5rem 1.5rem 0;
}

.modal__container .v65-customForm {
  margin: 0 auto;
  width: 300px;
}

.modal__container .v65-customForm legend {
  display: none;
}

.modal__container .v65-customForm br {
  display: none;
}

.modal__container .v65-customForm input[type="text"] {
  width: 100%;
}

.modal__close {
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
}

.modal__close:before {
  content: "\2715";
}

.modal__content {
  padding: 0 30px 30px;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.modal-slide {
  display: none;
  z-index: 999;
  position: absolute;
}

.modal-slide.is-open {
  display: block;
}

.modal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide .modal__container,
.modal-slide .modal__overlay {
  will-change: transform;
}
