@charset "UTF-8";
/*!
 * Wesite Name: Moon Curser
 * Author: Wine Works - http://www.wineworks.co
*/
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
/*** https://raw.githubusercontent.com/elad2412/the-new-css-reset/main/css/reset.css ***/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video, input, select):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
/*ol, ul {
    list-style: none;
}
*/
/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto !important;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Variables */
:root {
  --color-black: #000000;
  --color-green: #999966;
  --color-tan: #A78D64;
  --color-dark-gold: #91713b;
  --color-gold: #AD894C;
  --color-light-gold: #F4AD02;
  --color-dark-grey: #2D2927;
  --color-grey: #5F5753;
  --color-light-grey: #9F9E9D;
  --color-white: #FFFFFF;
  --typeface-title: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  --typeface-body: 'Nunito Sans', sans-serif;
  --width-content: 1200px;
}

.clearfix:before, .clearfix:after,
.v65-group:before,
.v65-group:after {
  content: ' ';
  display: table;
}

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

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

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.25rem;
}

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

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

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

.v65-clearfix: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-carrot {
  margin-bottom: 1.25rem;
  padding: 0.5rem;
}

.v65-carrot p, .v65-carrot h1, .v65-carrot h2, .v65-carrot .v65-productclearfix-title, .v65-carrot .v65-title, .v65-carrot .v65-product-title, .v65-carrot h3, .v65-carrot .v65-memberAllcoationHistoryTitle, .v65-carrot .v65-subtitle, .v65-carrot .v65-product-subtitle, .v65-carrot h4, .v65-carrot form legend, form .v65-carrot legend, .v65-carrot #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .v65-carrot legend, .v65-carrot h5, .v65-carrot h6 {
  margin-bottom: 0;
}

#v65-modalCartBody .v65-carrot {
  margin-bottom: 0;
}

.v65-carrot-color-white {
  background: #fff;
}

.v65-carrot-color-green {
  background: #cae0c5;
}

.v65-carrot-color-yellow {
  background: #e0dbc5;
}

.v65-carrot-color-blue {
  background: #c5dce0;
}

.v65-carrot-color-red {
  background: #e8c4c5;
}

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

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

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

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

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

@media only screen and (min-width: 40em) {
  .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: 40em) {
  .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:before, .v65-paging:after {
  content: ' ';
  display: table;
}

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

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

.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: 40em) {
  .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;
}

.blog-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--width-content);
  margin: 0 auto 1rem;
  padding: 0 1rem;
}

@media only screen and (min-width: 40em) {
  .blog-content-wrapper {
    max-width: 58rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 68%;
  }
}

@media only screen and (min-width: 40em) {
  .blog-meta {
    padding: 4rem 2rem 0;
    width: 28%;
  }
}

.v65-blogPostDate {
  font-size: .75rem;
  margin-bottom: 0;
}

.v65-blogFooter {
  display: none;
}

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

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

#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.25rem;
  padding-left: 0;
  position: relative;
}

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

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

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

.v65-blogPostWrapper h2, .v65-blogPostWrapper .v65-productclearfix-title, .v65-blogPostWrapper .v65-title, .v65-blogPostWrapper .v65-product-title {
  font-size: 18px;
  color: #fff;
}

@media screen and (min-width: 820px) {
  .v65-blogPostWrapper h2, .v65-blogPostWrapper .v65-productclearfix-title, .v65-blogPostWrapper .v65-title, .v65-blogPostWrapper .v65-product-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .v65-blogPostWrapper h2, .v65-blogPostWrapper .v65-productclearfix-title, .v65-blogPostWrapper .v65-title, .v65-blogPostWrapper .v65-product-title {
    font-size: 30px;
  }
}

.v65-blogPostWrapper h2 a, .v65-blogPostWrapper .v65-productclearfix-title a, .v65-blogPostWrapper .v65-title a, .v65-blogPostWrapper .v65-product-title a {
  color: #fff;
}

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

.v65-blogFooter {
  display: none;
  font-size: 0.875em;
  margin-bottom: 1.25rem;
}

.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: 40em) {
  .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: 40em) {
  .v65-blogFooterLink {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

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

@media only screen and (min-width: 40em) {
  .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.25rem;
  padding-left: 0;
  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;
  display: none;
}

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

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

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

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

/* a. Drilldown Content Form Styling
-------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
  #v65-commentFormWrapper {
    margin-bottom: 1.25rem;
    padding-left: 0;
    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 {
  margin: 1.25rem 0 2.5rem 0;
}

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

#v65-CalendarNav {
  width: 100%;
}

#v65-CalendarNav td {
  width: 33.333333%;
}

#v65-CalendarTable {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  #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: 40em) {
  #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: 39.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: 40em) {
  #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: 40em) {
  .v65-CalendarDay {
    float: right;
    color: #222;
    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: 39.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.25rem 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.25rem;
}

#v65-businessLocatorSelectByCity {
  width: 100%;
}

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

#v65-businessLocatorSelectByZipCode {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  #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: 40em) {
  #v65-BusinessList {
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0;
  }
}

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

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

@media only screen and (min-width: 40em) {
  #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: 40em) {
  #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.25rem;
}

.user-tools {
  background: #000;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 100;
  text-align: right;
}

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

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

@media screen and (min-width: 820px) {
  .user-tools {
    background: transparent;
    margin: .5rem 0;
    padding: 0;
  }
}

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

@media screen and (min-width: 820px) {
  .user-tools .account-name, .user-tools #v65-toggleModalCart, .user-tools .v65-modalLoginLink {
    color: #fff;
    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: #fff;
}

#v65-toggleModalCart {
  font-weight: 600;
  text-transform: uppercase;
}

#v65-modalCartDropdown {
  color: #fff;
}

#v65-modalCartDropdown .right {
  margin-top: 1rem;
  text-align: right;
}

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

.user-account-links {
  background: #000;
  float: left;
  text-transform: uppercase;
}

@media screen and (min-width: 820px) {
  .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 screen and (min-width: 820px) {
  .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 #fff;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -4px;
}

@media screen and (min-width: 820px) {
  .user-account-links span:after {
    border-top-color: #eee;
  }
}

.user-account-links ul {
  background: #000;
  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 screen and (min-width: 820px) {
  .user-account-links ul {
    border: 1px solid #000;
    right: auto;
    left: -15px;
    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 screen and (min-width: 820px) {
  .user-account-links li {
    border: 0;
  }
}

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

@media screen and (min-width: 820px) {
  .user-account-links li a {
    padding: .3rem .5rem;
  }
}

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

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

@media screen and (min-width: 820px) {
  #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: 1px solid #000;
  display: none;
  padding: 1em 0.5em;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
}

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

@media screen and (min-width: 820px) {
  #v65-modalCartDropdown {
    width: 20em;
  }
}

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

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

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

#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 {
  margin-bottom: .5rem;
}

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

.v65-product-addToCart-priceWrapper: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-addToCartCase .v65-product-addToCart-quantity {
  display: none;
}

.v65-productGroup-product .v65-addToCartCase {
  display: none;
}

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

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

@media only print {
  .v65-product-addToCart-quantity {
    display: none;
  }
}

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

@media screen and (min-width: 820px) {
  .v65-product-addToCart-quantity input {
    width: 3em !important;
  }
}

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

@media only print {
  .v65-product-addToCart-button {
    display: none;
  }
}

/* b. Add To Cart - Volume Based Pricing
-------------------------------------------------------------- */
.v65-productWrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.v65-productWrapper .v65-product-availability {
  display: none;
}

.v65-productWrapper .v65-product-actionMessage {
  font-size: 16px;
  font-family: var(--typeface-title);
  font-style: italic;
}

@media screen and (min-width: 640px) {
  .v65-productWrapper .v65-product-actionMessage {
    font-size: 18px;
  }
}

@media screen and (min-width: 820px) {
  .v65-productWrapper .v65-product-actionMessage {
    font-size: 22px;
  }
}

.v65-productWrapper button {
  background: var(--color-dark-gold);
  font-size: 14px;
  padding: 0.95em 0.75em;
}

@media screen and (min-width: 820px) {
  .v65-productWrapper button {
    padding: 0.85em 1em 0.75em;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productWrapper button {
    padding: 0.85em 1.5em 0.75em;
  }
}

.v65-productWrapper button:hover {
  border-color: var(--color-green);
  background: var(--color-green);
}

.v65-productWrapper .v65-product-addToCart-price {
  font-family: var(--typeface-title);
  font-size: 18px;
}

@media screen and (min-width: 820px) {
  .v65-productWrapper .v65-product-addToCart-price {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productWrapper .v65-product-addToCart-price {
    font-size: 26px;
  }
}

.v65-productWrapper .v65-product-addToCart-unitDescription {
  font-size: 14px;
}

.v65-productWrapper .wineSpecs, .v65-productWrapper .wineProfile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}

.v65-productWrapper .wineSpecs .v65-wine-specs-title, .v65-productWrapper .wineSpecs .v65-wine-profile-title, .v65-productWrapper .wineProfile .v65-wine-specs-title, .v65-productWrapper .wineProfile .v65-wine-profile-title {
  cursor: pointer;
  position: relative;
  color: #fff;
  margin: 0;
  font-size: 21px;
}

@media screen and (min-width: 1280px) {
  .v65-productWrapper .wineSpecs .v65-wine-specs-title, .v65-productWrapper .wineSpecs .v65-wine-profile-title, .v65-productWrapper .wineProfile .v65-wine-specs-title, .v65-productWrapper .wineProfile .v65-wine-profile-title {
    font-size: 26px;
  }
}

.v65-productWrapper .wineSpecs .v65-wine-specs-title:after, .v65-productWrapper .wineSpecs .v65-wine-profile-title:after, .v65-productWrapper .wineProfile .v65-wine-specs-title:after, .v65-productWrapper .wineProfile .v65-wine-profile-title:after {
  content: "↑";
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 16px;
}

.v65-productWrapper .wineSpecs.opened .v65-wine-specs-title:after, .v65-productWrapper .wineSpecs.opened .v65-wine-profile-title:after, .v65-productWrapper .wineProfile.opened .v65-wine-specs-title:after, .v65-productWrapper .wineProfile.opened .v65-wine-profile-title:after {
  content: "↓";
}

.v65-productWrapper .wineSpecs {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
}

@media screen and (max-width: 860px) {
  .v65-productWrapper .wineSpecs {
    margin-right: 0;
    width: 100%;
  }
}

.v65-productWrapper .wineSpecs .v65-wine-specs .v65-product-attribute {
  font-size: 1em;
  margin: 0.5em 0;
}

.v65-productWrapper .wineSpecs .v65-product-attributeLabel {
  color: #fff;
  display: inline-block;
  font-family: var(--typeface-title);
  font-size: 0.95em;
  font-weight: normal;
  float: none;
  margin: 0 7px 0 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: initial;
}

.v65-productWrapper .wineSpecs .v65-product-attributeValue {
  display: inline-block;
  float: none;
  margin: 0;
  width: initial;
}

.v65-productWrapper .wineSpecs .v65-wine-specs-wrapper {
  display: block;
  display: none;
  overflow: hidden;
}

.v65-productWrapper .wineProfile {
  width: 100%;
}

.v65-productWrapper .wineProfile .v65-wine-profile {
  display: block;
  display: none;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .v65-productWrapper .wineProfile .v65-wine-profile {
    width: 100%;
  }
}

.v65-productWrapper .wineProfile .v65-wine-profile .v65-product-attribute {
  margin: 0.75em 0;
}

.v65-productWrapper .wineProfile .v65-wine-profile .v65-product-attributeLabel {
  color: #fff;
  font-family: var(--typeface-title);
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  text-transform: none;
  width: initial;
}

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

.v65-productWrapper .v65-product-media-item {
  display: flex;
  align-items: center;
}

.v65-productWrapper .v65-product-media-item .v65-product-media-thumbnail {
  margin-right: 1rem;
}

.v65-product-leftCol {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .v65-product-leftCol {
    width: 35%;
  }
}

.v65-product-leftCol .v65-product-photo img {
  max-height: 330px;
}

@media screen and (min-width: 640px) {
  .v65-product-leftCol .v65-product-photo img {
    max-height: 450px;
  }
}

@media screen and (min-width: 810px) {
  .v65-product-leftCol .v65-product-photo img {
    max-height: 650px;
  }
}

.v65-product-rightCol {
  width: 100%;
  padding: 0 32px;
}

@media screen and (min-width: 640px) {
  .v65-product-rightCol {
    width: 65%;
  }
}

@media screen and (min-width: 1120px) {
  .v65-product-rightCol {
    padding-top: 84px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-product-rightCol {
    padding-top: 130px;
  }
}

.v65-product-photo {
  margin-bottom: 1.25rem;
  text-align: center;
}

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

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

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

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

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

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

.v65-productclearfix:before, .v65-productclearfix:after {
  content: ' ';
  display: table;
}

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

.v65-productclearfix-teaser {
  margin-bottom: 1.25rem;
}

.v65-productclearfix-products:before, .v65-productclearfix-products:after {
  content: ' ';
  display: table;
}

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

.v65-productclearfix-product {
  text-align: center;
  margin-bottom: 1.25rem;
}

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

.v65-product1UpStore {
  font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v65-product1Up {
  font-size: 0.875rem;
}

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

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

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

@media only screen and (min-width: 40em) {
  .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.25rem;
}

@media only screen and (min-width: 40em) {
  .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 {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

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

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

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

.v65-product3Up {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

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

@media only screen and (min-width: 40em) 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%;
  }
}

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

.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 {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

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

@media only screen and (min-width: 40em) 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%;
  }
}

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

.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 {
  font-size: 0.875rem;
}

.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;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media only screen and (min-width: 40em) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    float: left;
    margin-bottom: 1.25rem;
    padding: 0 1em;
    width: 33%;
  }
}

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

.v65-product-relatedProducts .v65-product-relatedProducts-product:nth-child(4n+1) {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product:nth-child(4n+1) {
    display: block;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-quantity input {
  margin-bottom: .5rem;
}

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

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

.v65-productSet-header {
  padding: 0.5rem 0;
  height: auto;
  line-height: 1;
  border-top: 3px double #111;
  border-bottom: 3px double #111;
  margin-bottom: 2em;
}

@media only screen and (min-width: 40em) {
  .v65-productSet-title {
    float: left;
    margin: 0;
  }
}

.v65-productSet-priceSummary {
  font-size: .875rem;
  text-align: right;
}

@media only screen and (min-width: 40em) {
  .v65-productSet-priceSummary {
    float: right;
  }
}

.v65-productSet {
  margin-bottom: 1.5em;
}

.v65-productSet:before, .v65-productSet:after {
  content: ' ';
  display: table;
}

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

@media only screen and (min-width: 40em) {
  .v65-productSet-item {
    float: left;
    margin: 0 2% 0 0;
    width: 31%;
  }
}

.v65-productSet-item .v65-product-photo {
  text-align: center;
  height: 300px;
}

.v65-productSet-item .v65-product-photo img {
  max-height: 100%;
}

.v65-productSet-item select {
  width: 100%;
  margin-bottom: 1.5em;
}

.v65-productSet-item p {
  font-size: 0.875rem;
}

.v65-productSet-item .v65-product-title {
  font-size: 1.125rem;
  text-transform: none;
}

.v65-productSet-item .v65-product-priceWrapper {
  padding: 1rem 0;
}

.v65-productSet-item .v65-product-priceWrapper .v65-product-price {
  display: inline-block;
  font-weight: bold;
}

.v65-productSet-item .v65-product-priceWrapper .v65-product-price-unitDescription {
  display: inline-block;
}

.v65-productSet-price {
  font-weight: bold;
  margin-right: 10px;
}

.v65-productSet-itemTitle {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1em;
}

.v65-productSet-footer {
  padding: 5px 0 1px;
  height: auto;
  line-height: normal;
  border-top: 3px double #111;
  margin-bottom: 1em;
  text-align: right;
}

.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-product-socialBar iframe {
  max-width: initial;
}

.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.25rem;
}

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

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

@media only screen and (max-width: 39.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: 40em) {
  .v65-cartCheckOutButtons {
    float: left;
    text-align: right;
    width: 60%;
  }
}

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

@media only screen and (max-width: 39.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: 39.9375em) {
  .v65-cartItemDescription .v65-cartItemDescription-sku {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#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.25rem;
}

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

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

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

#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: 40em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.active, #v65-checkoutCartSummaryWrapper.checkout-summary.active {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 38.568%;
  }
}

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

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

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

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

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

@media only screen and (max-width: 39.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: 40em) {
  #v65-checkBilling fieldset {
    width: 55%;
  }
}

@media only screen and (min-width: 40em) {
  #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=smsNumber], #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: 40em) {
  #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: 40em) {
  #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: 40em) {
  #v65-checkBilling input[name=CVV2] {
    width: 50px;
  }
}

@media only screen and (min-width: 40em) {
  #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.25rem;
}

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

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

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

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

@media only screen and (max-width: 39.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: 39.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: 39.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: 39.9375em) {
  .print {
    padding: 1em;
  }
}

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

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

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

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

/* b. Main Form
-------------------------------------------------------------- */
/* c. Sign Up Screen
-------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
  #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.25rem;
}

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

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

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

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

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

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

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

.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: 40em) {
  .v65-memberAllocationImage {
    float: left;
    width: 25%;
  }
}

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

@media only screen and (max-width: 39.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.25rem;
}

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

.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: 39.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: 39.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: 40em) {
  #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="smsNumber"], #v65-memberFormWrapper input[name="Email"] {
    width: 200px;
  }
}

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

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

@media only screen and (min-width: 40em) {
  #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: #000;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 102;
}

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

@media only screen and (min-width: 40em) {
  #v65-modalContentWrapper, #v65-modalContentWrapperLarge {
    border: 1px solid #000;
    box-shadow: 0 0 10px 0px #000;
    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: #111;
}

#v65-modalContent {
  padding: 1.5em;
}

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

.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;
}

@media only screen and (min-width: 40em) {
  .v65-form input[name="captchaText"] {
    width: 200px;
  }
}

.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: 40em) {
  .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="smsNumber"], .v65-customForm input[name="Email"], .v65-customForm input[name="UserName"] {
    width: 200px;
  }
}

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

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

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

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

@media only screen and (max-width: 39.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;
}

.v65-shipTracking-wrapper {
  margin-top: 1rem;
}

.v65-shipTracking-deliveryHeader-heading {
  text-align: center;
}

.v65-shipTracking-deliveryHeader-icon img, .v65-shipTracking-progress-icon img {
  width: 2rem;
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-deliveryHeader-icon img, .v65-shipTracking-progress-icon img {
    width: 3rem;
    line-height: 75px;
    display: block;
    margin: auto;
    margin-bottom: .5rem;
  }
}

.v65-shipTracking-deliveryHeader-icon {
  margin-bottom: 3rem;
  text-align: center;
}

.v65-shipTracking-deliveryHeader-icon img {
  display: block;
  margin: auto;
  margin-bottom: .5rem;
}

.v65-shipTracking-deliveryHeader-icon span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: .75rem;
}

.v65-shipTracking-progress {
  position: relative;
}

.v65-shipTracking-progress.v65-shipTracking-progress-exception img, .v65-shipTracking-progress.v65-shipTracking-progress-expired img, .v65-shipTracking-progress.v65-shipTracking-progress-pending img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.v65-shipTracking-progress.v65-shipTracking-progress-inforeceived .v65-shipTracking-progress-icon-senttofulfillment {
  color: #27ae60;
  font-weight: bold;
}

.v65-shipTracking-progress.v65-shipTracking-progress-inforeceived .v65-shipTracking-progress-icon-senttofulfillment ~ .v65-shipTracking-progress-icon {
  color: rgba(0, 0, 0, 0.3);
  opacity: .7;
}

.v65-shipTracking-progress.v65-shipTracking-progress-inforeceived .v65-shipTracking-progress-icon-senttofulfillment ~ .v65-shipTracking-progress-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.v65-shipTracking-progress.v65-shipTracking-progress-intransit .v65-shipTracking-progress-icon-intransit {
  color: #27ae60;
  font-weight: bold;
}

.v65-shipTracking-progress.v65-shipTracking-progress-intransit .v65-shipTracking-progress-icon-intransit ~ .v65-shipTracking-progress-icon {
  color: rgba(0, 0, 0, 0.3);
  opacity: .7;
}

.v65-shipTracking-progress.v65-shipTracking-progress-intransit .v65-shipTracking-progress-icon-intransit ~ .v65-shipTracking-progress-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.v65-shipTracking-progress.v65-shipTracking-progress-intransit .v65-shipTracking-bar::before {
  width: 33.33%;
}

.v65-shipTracking-progress.v65-shipTracking-progress-outfordelivery .v65-shipTracking-progress-icon-outfordelivery, .v65-shipTracking-progress.v65-shipTracking-progress-failedattempt .v65-shipTracking-progress-icon-outfordelivery {
  color: #27ae60;
  font-weight: bold;
}

.v65-shipTracking-progress.v65-shipTracking-progress-outfordelivery .v65-shipTracking-progress-icon-outfordelivery ~ .v65-shipTracking-progress-icon, .v65-shipTracking-progress.v65-shipTracking-progress-failedattempt .v65-shipTracking-progress-icon-outfordelivery ~ .v65-shipTracking-progress-icon {
  color: rgba(0, 0, 0, 0.3);
  opacity: .7;
}

.v65-shipTracking-progress.v65-shipTracking-progress-outfordelivery .v65-shipTracking-progress-icon-outfordelivery ~ .v65-shipTracking-progress-icon img, .v65-shipTracking-progress.v65-shipTracking-progress-failedattempt .v65-shipTracking-progress-icon-outfordelivery ~ .v65-shipTracking-progress-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.v65-shipTracking-progress.v65-shipTracking-progress-outfordelivery .v65-shipTracking-bar::before, .v65-shipTracking-progress.v65-shipTracking-progress-failedattempt .v65-shipTracking-bar::before {
  width: 66.66%;
}

.v65-shipTracking-progress.v65-shipTracking-progress-delivered .v65-shipTracking-progress-icon-delivered {
  color: #27ae60;
  font-weight: bold;
}

.v65-shipTracking-progress.v65-shipTracking-progress-delivered .v65-shipTracking-bar::before {
  width: 100%;
}

.v65-shipTracking-progress-icons {
  color: #27ae60;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-progress-icons {
    display: flex;
    text-align: center;
  }
}

.v65-shipTracking-progress-icon {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-progress-icon {
    margin-bottom: 0;
    width: 25%;
  }
}

.v65-shipTracking-progress-icon span {
  padding-left: .5rem;
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-progress-icon span {
    display: block;
    margin-top: .75rem;
    padding: 0;
  }
}

.v65-shipTracking-bar {
  border: 1px dashed #ccc;
  display: none;
  position: absolute;
  top: 22px;
  left: 12.5%;
  right: 12.5%;
  height: 5px;
  z-index: 1;
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-bar {
    display: block;
  }
}

.v65-shipTracking-bar::before {
  background: #2eb135;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  height: calc(100% + 2px);
}

.v65-shipTracking-progressTable table, .v65-shipTracking-otherShipmentTable table {
  margin-bottom: 1rem;
}

.v65-shipTracking-progressTable th, .v65-shipTracking-otherShipmentTable th {
  background-color: #ccc;
  color: #333;
  font-weight: bold;
}

.v65-shipTracking-progressTable td, .v65-shipTracking-otherShipmentTable td {
  border-bottom: 1px solid #bbb;
  font-size: 0.95em;
  padding: 3px;
  text-transform: capitalize;
}

tr.exception .v65-shipTracking-progressTable td, tr.exception .v65-shipTracking-otherShipmentTable td {
  background-color: #ff9;
}

.v65-shipTracking-progressTable td.alt, .v65-shipTracking-otherShipmentTable td.alt {
  background: #efefef;
}

.v65-shipTracking-progressTable .attemptfail, .v65-shipTracking-otherShipmentTable .attemptfail {
  background: #fcf8e3;
}

.v65-shipTracking-otherShipmentTable {
  margin-bottom: 40px;
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-info {
    display: flex;
  }
}

@media only screen and (min-width: 40em) {
  .v65-shipTracking-info div {
    width: 50%;
  }
}

.v65-shipTracking-info-map img {
  width: 100%;
}

.v65-brixColumns {
  margin: 4em 0;
}

.v65-brixColumns .v65-col3 img {
  margin-bottom: 1em;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  background: #000;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.template-main, body.template-product-detail, body.template-no-secondary-nav, body.template-member, body.template-blog {
  background: url(/assets/images/product-detail-background.png) no-repeat top center var(--color-grey);
  background-size: contain;
  background-position: 0 44px;
}

@media screen and (min-width: 820px) {
  body.template-main, body.template-product-detail, body.template-no-secondary-nav, body.template-member, body.template-blog {
    background: url(/assets/images/product-detail-background.png) no-repeat top center var(--color-grey);
    background-size: contain;
  }
}

@media screen and (min-width: 1600px) {
  body.template-main, body.template-product-detail, body.template-no-secondary-nav, body.template-member, body.template-blog {
    background: url(/assets/images/product-detail-background-wide.png) no-repeat top center var(--color-grey);
    background-size: contain;
  }
}

p {
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 1.37rem;
  line-height: 1.37rem;
}

h1, h2, .v65-title, .v65-product-title, .v65-productclearfix-title, h3, .v65-subtitle, .v65-product-subtitle, .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productclearfix-title, .v65-memberAllcoationHistoryTitle, h4, form legend, .v65-product-tab .v65-title, .v65-product-relatedProducts .v65-product-title, #v65-checkoutFormWrapper legend, h5, h6 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 24px;
  color: #fff;
}

@media screen and (min-width: 820px) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .v65-title, .v65-product-title, .v65-productclearfix-title, .h2 {
  font-size: 24px;
  color: #999966;
}

@media screen and (min-width: 820px) {
  h2, .v65-title, .v65-product-title, .v65-productclearfix-title, .h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  h2, .v65-title, .v65-product-title, .v65-productclearfix-title, .h2 {
    font-size: 38px;
  }
}

h3, .v65-subtitle, .v65-product-subtitle, .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productclearfix-title, .v65-memberAllcoationHistoryTitle, .h3 {
  font-size: 18px;
  color: #fff;
}

@media screen and (min-width: 820px) {
  h3, .v65-subtitle, .v65-product-subtitle, .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productclearfix-title, .v65-memberAllcoationHistoryTitle, .h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  h3, .v65-subtitle, .v65-product-subtitle, .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productclearfix-title, .v65-memberAllcoationHistoryTitle, .h3 {
    font-size: 30px;
  }
}

h4, form legend, .v65-product-tab .v65-title, .v65-product-relatedProducts .v65-product-title, #v65-checkoutFormWrapper legend, .h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.37rem;
  line-height: 1.37rem;
}

@media screen and (min-width: 820px) {
  h4, form legend, .v65-product-tab .v65-title, .v65-product-relatedProducts .v65-product-title, #v65-checkoutFormWrapper legend, .h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  h4, form legend, .v65-product-tab .v65-title, .v65-product-relatedProducts .v65-product-title, #v65-checkoutFormWrapper legend, .h4 {
    font-size: 20px;
  }
}

blockquote, blockquote p {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin-bottom: 1.37rem;
  line-height: 1.37rem;
}

@media screen and (min-width: 820px) {
  blockquote, blockquote p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  blockquote, blockquote p {
    font-size: 20px;
  }
}

a {
  color: var(--color-light-gold);
}

a:hover {
  cursor: pointer;
}

ol, ul {
  font-family: 'Nunito Sans', sans-serif;
  padding-left: 24px;
}

li {
  font-family: 'Nunito Sans', sans-serif;
}

.v65-customForm input[type="text"], .v65-customForm textarea {
  width: 100% !important;
  max-width: 100% !important;
}

form {
  margin-bottom: 24px;
}

form.v65-form {
  font-size: 16px;
}

form p, form div, form label, form input {
  display: block;
  font-size: 16px;
}

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

form label {
  color: #fff;
}

form input {
  background: #707070;
  border: 0;
  border-radius: 0;
  padding: 0.7rem 0.2rem;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 820px) {
  form input {
    padding: 0.563rem 0.2rem;
  }
}

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

form textarea {
  background: #707070;
  border: 1px solid #707070;
}

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

form .error label {
  color: #cf2a0e;
}

form .error input, form .error textarea {
  border-color: #cf2a0e;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid rgba(255, 255, 255, 0.25);
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0;
}

ul, ol, dl {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 24px;
}

form input[type="checkbox"], form input[type="radio"] {
  display: inline-block;
  width: 18px;
  border-radius: 5px;
}

select {
  font-size: 16px;
  padding: 7px 10px;
  background: #707070;
  color: #fff;
}

.v65-customForm legend {
  display: none;
}

.intro {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 820px) {
  .intro {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
}

.narrow {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.iframe-wrapper, .video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.iframe-wrapper iframe, .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn {
  -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: 2px solid var(--color-dark-gold);
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  padding: 0.5em 0.5em 0.4em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 820px) {
  .modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn {
    letter-spacing: 0.1em;
    padding: 0.5em 0.5em 0.4em;
  }
}

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

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn {
  background: var(--gold);
  color: var(--white);
}

.modalBtn:hover, .modalBtn:active, .modalLinkBtn:hover, .modalLinkBtn:active,
.defaultBtn:hover,
.defaultBtn:active, .linkBtn:hover, .linkBtn:active,
.largeBtn:hover,
.largeBtn:active, .largeLinkBtn:hover, .largeLinkBtn:active {
  cursor: pointer;
  background: var(--color-dark-gold);
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: var(--color-grey);
  color: var(--color-white);
}

.altModalBtn:hover, .altModalBtn:active, .modalLinkAltBtn:hover, .modalLinkAltBtn:active,
.altBtn:hover,
.altBtn:active, .linkAltBtn:hover, .linkAltBtn:active, .altLargeBtn:hover, .altLargeBtn:active {
  background: var(--color-dark-grey);
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: 12px;
}

.defaultBtn, .linkBtn, .altBtn, .linkAltBtn {
  font-size: 14px;
  padding: 0.85em 1.5em 0.75em;
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: 18px;
  padding: 0.85em 1.5em 0.75em;
}

.primary-navigation {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #2D2927;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: left;
  z-index: 10;
}

.primary-navigation .mobile-only {
  padding: 2rem 1rem;
  font-size: 15px;
}

.primary-navigation .mobile-only img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem;
  max-width: 250px;
}

@media screen and (max-width: 819px) {
  .primary-navigation {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 102;
  }
}

@media screen and (min-width: 820px) {
  .primary-navigation {
    background: none;
    border-left: 0;
    padding: 0;
    position: absolute;
    top: 150px;
    right: 25px;
    width: calc(100% - 0px);
    text-align: right;
    font-weight: 600;
  }
}

@media screen and (min-width: 1024px) {
  .primary-navigation {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 1240px) {
  .primary-navigation {
    width: calc(100% - 380px);
  }
}

@media screen and (min-width: 1380px) {
  .primary-navigation {
    width: calc(100% - 450px);
    right: 50px;
  }
}

@media screen and (max-width: 819px) {
  .primary-navigation.-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto;
    padding-bottom: 5rem;
    padding-top: 3.25rem;
  }
}

.primary-navigation > nav > ul > li:last-of-type {
  border-bottom: 0;
}

.primary-navigation > nav ul {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav ul {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .primary-navigation > nav ul {
    font-size: 17px;
  }
}

.primary-navigation > nav ul ul {
  background: transparent;
  display: none;
  font-size: 15px;
  list-style: none;
  top: 100%;
  transition: background 300 ease-out;
  padding-bottom: 1rem;
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav ul ul {
    background: #000;
    display: block;
    left: 5px;
    margin-right: 0;
    min-width: 12.5rem;
    opacity: 0;
    padding: .5rem .875rem;
    position: absolute;
    text-align: left;
    transition: opacity 300 ease-out;
    visibility: hidden;
  }
}

.primary-navigation > nav li {
  border-bottom: 1px solid #707070;
  position: relative;
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav li {
    border: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav li:hover ul, .primary-navigation > nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}

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

.primary-navigation > nav li li a {
  padding: .5rem 1rem .5rem 2rem;
}

@media screen and (max-width: 819px) {
  .primary-navigation > nav li li a {
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav li li a {
    padding: 0.35em 0;
  }
}

.primary-navigation > nav li.has-children > a {
  position: relative;
}

@media screen and (max-width: 819px) {
  .primary-navigation > nav li.has-children > input:checked + a::before {
    content: '-';
  }
}

@media screen and (max-width: 819px) {
  .primary-navigation > nav li.has-children > input + a::before {
    content: '+';
    font-size: 1.125rem;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.25rem;
  }
}

.primary-navigation > nav li.has-children .toggle-sub-menu {
  display: block;
  max-height: 2.625rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 3.25rem;
  opacity: 0;
  z-index: 1;
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav li.has-children .toggle-sub-menu {
    display: none;
  }
}

.primary-navigation > nav li.has-children .toggle-sub-menu:checked + a + ul {
  display: block;
}

.primary-navigation > nav a {
  color: var(--color-gold);
  display: block;
  padding: .75rem 1rem;
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav a {
    padding: .75rem;
  }
}

@media screen and (min-width: 1080px) {
  .primary-navigation > nav a {
    padding: 1rem;
  }
}

.primary-navigation > nav a:hover, .primary-navigation > nav a.hover {
  color: var(--color-light-gold);
}

.primary-navigation > nav .v65-selected, .primary-navigation > nav .v65-pageAParent, .primary-navigation > nav .hover a {
  color: var(--color-light-gold);
}

@media screen and (min-width: 820px) {
  .primary-navigation > nav > ul > li:last-of-type ul {
    right: 0;
    left: auto;
    text-align: right;
  }
}

.secondary-navigation {
  position: relative;
  max-width: 90%;
  margin: 0 auto 2rem;
  z-index: 2;
}

@media screen and (min-width: 1240px) {
  .template-main .secondary-navigation, .template-product-detail .secondary-navigation, .template-member .secondary-navigation, .template-blog .secondary-navigation {
    margin-top: -3rem;
  }
}

@media screen and (min-width: 1380px) {
  .template-main .secondary-navigation, .template-product-detail .secondary-navigation, .template-member .secondary-navigation, .template-blog .secondary-navigation {
    margin-top: -6rem;
  }
}

.template-feature .secondary-navigation {
  margin-top: 0;
}

@media screen and (min-width: 820px) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}

.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: 1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin: 0 0 .5rem;
  padding: .5rem;
  text-align: left;
}

@media screen and (min-width: 820px) {
  .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 #eee;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -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;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #222;
  border: 1px solid #666;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}

@media screen and (min-width: 820px) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
    text-align: center;
  }
}

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

@media screen and (min-width: 820px) {
  .secondary-navigation li {
    display: inline-block;
  }
}

.secondary-navigation a {
  color: #fff;
  display: block;
  padding: .7rem 1rem;
  text-decoration: none !important;
}

.secondary-navigation a:hover {
  color: var(--color-light-gold);
}

.secondary-navigation .v65-leftSelected {
  color: var(--color-light-gold);
}

.template-product-detail .secondary-navigation a, .template-member .secondary-navigation a {
  color: #fff;
  display: block;
  padding: .7rem 1rem;
  text-decoration: none !important;
}

.template-product-detail .secondary-navigation a:hover, .template-member .secondary-navigation a:hover {
  color: var(--color-light-gold);
}

.template-product-detail .secondary-navigation .v65-leftSelected, .template-member .secondary-navigation .v65-leftSelected {
  color: var(--color-light-gold);
}

.main-footer {
  background: #000;
  text-align: center;
  padding: 22px 16px;
}

.main-footer a {
  color: #fff;
}

.main-footer > h2, .main-footer > .v65-title, .main-footer > .v65-product-title, .main-footer > .v65-productclearfix-title {
  color: var(--color-green);
  font-size: 32px;
  font-style: italic;
  margin-bottom: 18px;
}

.main-footer > h2 em, .main-footer > .v65-title em, .main-footer > .v65-product-title em, .main-footer > .v65-productclearfix-title em {
  font-size: 12px;
  font-family: var(--body-typeface);
  letter-spacing: 0.3em;
  color: #fff;
}

.main-footer .linkBtn {
  border: 1px solid var(--color-white);
  background: transparent;
}

.main-footer .linkBtn:hover {
  border: 1px solid var(--color-grey);
  background: var(--color-grey);
  color: var(--color-white);
}

.main-footer .skull-icon {
  width: 58px;
}

.main-footer > .columns {
  border-top: 1px solid var(--color-green);
  padding: 30px 0 0;
  width: 100%;
  max-width: var(--width-content);
  margin: 30px auto 0;
}

@media screen and (min-width: 820px) {
  .main-footer > .columns {
    padding: 40px 0 0;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 820px) {
  .main-footer > .columns > .column {
    width: 40%;
    text-align: left;
  }
}

@media screen and (min-width: 820px) {
  .main-footer > .columns > .column + .column {
    width: 60%;
    text-align: right;
  }
}

.main-footer .footer-logo {
  display: block;
  margin-bottom: 20px;
}

.main-footer .footer-logo > img {
  width: 240px;
}

.main-footer .address-block span[itemprop="name"] {
  display: none;
}

.main-footer .address-block a[itemprop="telephone"] {
  display: block;
  padding: 10px;
  margin: 20px auto;
  color: #fff;
}

@media screen and (min-width: 820px) {
  .main-footer .address-block a[itemprop="telephone"] {
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 820px) {
  .main-footer .address-block br {
    display: none;
  }
}

.main-footer .v65-socialMediaLinks {
  margin: 20px auto;
  font-size: 30px;
  padding: 0;
}

.main-footer .v65-socialMediaLinks li {
  display: inline-block;
}

.main-footer .v65-socialMediaLinks li a {
  padding: 0.5rem;
  color: var(--color-green);
}

.main-footer .footer-nav {
  margin-top: 30px;
}

@media screen and (min-width: 820px) {
  .main-footer .footer-nav {
    margin-top: 46px;
  }
}

.main-footer .footer-nav li {
  display: inline-block;
  margin: 5px;
}

.main-footer .footer-nav li a {
  padding: 5px;
}

.main-footer .footer-nav li a:hover {
  color: var(--color-light-gold);
}

@media screen and (min-width: 820px) {
  .main-footer .footer-nav.-subnav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.main-footer .footer-nav.-subnav li {
  display: block;
  margin: 0 0 1rem;
  text-align: center;
  color: var(--color-white);
  font-size: 14px;
}

@media screen and (min-width: 820px) {
  .main-footer .footer-nav.-subnav li {
    display: inline-block;
    margin-bottom: 0;
  }
}

.main-footer .footer-nav.-subnav li a {
  color: #999;
  padding: 5px;
}

.main-footer .footer-nav.-subnav li a:hover {
  color: #fff;
}

.main-footer .copyright {
  font-size: 14px;
  opacity: 0.5;
  display: inline-block;
}

.main-footer .accolade {
  font-size: 14px;
  opacity: 0.5;
}

.main-footer .accolade a {
  color: var(--color-white);
}

.primary-header {
  height: 30vh;
}

@media screen and (min-width: 820px) {
  .primary-header {
    height: 40vh;
  }
}

@media screen and (min-width: 820px) {
  .primary-header:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    opacity: 0.65;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0) 95%);
    z-index: 1;
  }
}

.template-member .primary-header, .template-no-secondary-nav .primary-header, .template-blog .primary-header, .template-product-detail .primary-header, .template-main .primary-header {
  height: auto;
}

.template-member .primary-header:after, .template-no-secondary-nav .primary-header:after, .template-blog .primary-header:after, .template-product-detail .primary-header:after, .template-main .primary-header:after {
  display: none;
}

.template-homepage .primary-header {
  height: auto;
  position: relative;
}

.template-homepage .primary-header .logo {
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 2;
}

@media screen and (min-width: 820px) {
  .template-homepage .primary-header .logo {
    top: 0;
  }
}

.template-homepage .primary-header .transition-image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.logo {
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.logo > img {
  width: 215px;
  transform: translateX(-30px);
}

@media screen and (min-width: 820px) {
  .logo > img {
    width: 250px;
  }
}

@media screen and (min-width: 1240px) {
  .logo > img {
    width: 320px;
  }
}

@media screen and (min-width: 1380px) {
  .logo > img {
    width: 390px;
  }
}

.page-content {
  position: relative;
  width: 100%;
  background: #000;
  padding: 32px;
  /*.template-product-detail & {
        background: var(--color-grey);
        padding: 32px 0;
    }*/
}

.page-content.-homepage-content {
  background: url("/assets/images/content-footer-homepage.png") bottom center #000 no-repeat;
  background-size: contain;
  padding-bottom: 16%;
}

.template-blog .page-content {
  background: transparent;
  padding: 32px 0;
}

.template-main .page-content, .template-no-secondary-nav .page-content, .template-member .page-content {
  background: transparent;
  padding: 0 32px 64px;
}

@media screen and (min-width: 640px) {
  .template-main .page-content, .template-no-secondary-nav .page-content, .template-member .page-content {
    padding: 32px 32px 64px;
  }
}

.page-content.-page-top {
  background-color: #000;
  padding-bottom: 8%;
  position: relative;
}

.page-content.-page-top .page-top {
  z-index: 1;
  position: relative;
}

.page-content.-page-top::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/assets/images/content-footer.png") bottom center no-repeat;
  background-size: contain;
  z-index: 0;
  padding-bottom: 24%;
}

.page-content > .content-wrapper {
  max-width: var(--width-content);
  margin: 0 auto;
}

.page-content.-wide-content > .content-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.page-content.-wide-content > .content-wrapper .slick-dotted.slick-slider {
  max-width: 870px;
  margin: 0 auto 48px;
}

.page-content.-wide-content > .content-wrapper .slick-dotted.slick-slider img {
  width: 100%;
}

.page-content.-wide-content > .content-wrapper .slick-dots {
  position: absolute;
  bottom: -32px;
}

.page-content.-homepage-products {
  background: var(--color-grey);
  padding: 32px 0;
}

.page-content.-page-middle {
  background: var(--color-grey);
  padding: 32px 32px 64px;
}

.template-product-detail .page-content.-page-middle {
  background: transparent;
}

.page-content.-product-content {
  background: var(--color-grey);
  padding: 12px 0 32px;
}

.page-content.-product-content p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.transition-image {
  width: 100%;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.transition-image img {
  width: 100%;
}

.transition-image.-footer-top {
  margin-top: -4.54217736121125%;
  z-index: 10;
}

.transition-image.-wines-bottom {
  margin-bottom: -4.54217736121125%;
  z-index: 10;
}

@media screen and (max-width: 969px) {
  .template-club .-page-middle .vt-right img {
    width: 45% !important;
  }
}

@media screen and (max-width: 969px) {
  .template-club .-page-middle .vt-right {
    margin: 0 auto 1.5rem;
    text-align: center;
    float: none;
  }
  .template-club .-page-middle .vt-right br {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .template-club .-page-middle .vt-right {
    margin-left: 1rem;
    max-width: 150px;
  }
}

.template-club .-page-middle .linkBtn {
  background: var(--color-dark-gold);
  font-size: 14px;
  padding: 0.95em 0.75em;
}

@media screen and (min-width: 820px) {
  .template-club .-page-middle .linkBtn {
    padding: 0.85em 1em 0.75em;
  }
}

@media screen and (min-width: 1280px) {
  .template-club .-page-middle .linkBtn {
    padding: 0.85em 1.5em 0.75em;
  }
}

.template-club .-page-middle .linkBtn:hover {
  border-color: var(--color-green);
  background: var(--color-green);
}

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

.user-tools {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 820px) {
  .user-tools {
    top: 115px;
    right: 40px;
    margin: 0;
    width: auto;
  }
}

@media screen and (min-width: 1380px) {
  .user-tools {
    right: 67px;
  }
}

.mobile-nav-toggle {
  background-color: var(--color-green);
  border-radius: 0.5rem;
  bottom: 1rem;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 44px;
  padding: 13px 42px 13px 16px;
  position: fixed;
  right: 1rem;
  text-transform: uppercase;
  z-index: 999;
  user-select: none;
}

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

.mobile-nav-toggle .menu-bars {
  transition: background 0s 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
}

.mobile-nav-toggle .menu-bars:before, .mobile-nav-toggle .menu-bars:after {
  transition-duration: 200ms,200ms;
  transition-delay: 200ms,0s;
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}

.mobile-nav-toggle .menu-bars:before {
  transition-property: top,transform;
  top: -6px;
}

.mobile-nav-toggle .menu-bars:after {
  transition-property: bottom,transform;
  bottom: -6px;
}

.mobile-nav-active .mobile-nav-toggle .menu-bars {
  background: none;
}

.mobile-nav-active .mobile-nav-toggle .menu-bars:before, .mobile-nav-active .mobile-nav-toggle .menu-bars:after {
  transition-delay: 0s,200ms;
}

.mobile-nav-active .mobile-nav-toggle .menu-bars:before {
  transform: rotate(45deg);
  top: 0;
}

.mobile-nav-active .mobile-nav-toggle .menu-bars:after {
  transform: rotate(-45deg);
  bottom: 0;
}

.promo-bar {
  padding: 10px 42px;
  max-height: 200px;
  transition: all 300ms ease-out;
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 99;
  top: 46px;
}

@media screen and (min-width: 820px) {
  .promo-bar {
    top: 0;
  }
}

.promo-bar.-red {
  background: #930202;
}

.promo-bar.-green {
  background: #999966;
}

.promo-bar.-orange {
  background: #BF6900;
}

.promo-bar.-tan {
  background: #A78D64;
}

.promo-bar.-hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: all 300ms ease-out;
}

.promo-bar h1, .promo-bar h2, .promo-bar .v65-title, .promo-bar .v65-product-title, .promo-bar .v65-productclearfix-title, .promo-bar h3, .promo-bar .v65-subtitle, .promo-bar .v65-product-subtitle, .promo-bar .v65-memberAllcoationHistoryTitle, .promo-bar h4, .promo-bar #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .promo-bar legend, .promo-bar form legend, form .promo-bar legend, .promo-bar h5, .promo-bar h6, .promo-bar p {
  font-size: 13px;
  margin: 0;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .promo-bar h1, .promo-bar h2, .promo-bar .v65-title, .promo-bar .v65-product-title, .promo-bar .v65-productclearfix-title, .promo-bar h3, .promo-bar .v65-subtitle, .promo-bar .v65-product-subtitle, .promo-bar .v65-memberAllcoationHistoryTitle, .promo-bar h4, .promo-bar #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .promo-bar legend, .promo-bar form legend, form .promo-bar legend, .promo-bar h5, .promo-bar h6, .promo-bar p {
    font-size: 15px;
  }
}

.promo-bar a {
  color: #fff;
}

.mobile-nav-active .promo-bar {
  max-height: 0;
  padding: 0;
  transition: all 300ms ease-out;
}

.promo-bar__close {
  height: 24px;
  width: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 0.8;
  border: 1px solid #fff;
}

@media screen and (min-width: 640px) {
  .promo-bar__close {
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }
}

.promo-bar__close:hover {
  opacity: 1;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

@media screen and (max-width: 1024px), (max-height: 767px) {
  .popup {
    overflow: auto;
  }
}

.outer {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px), (max-height: 767px) {
  .outer {
    align-items: flex-start;
    padding-top: 2rem;
  }
}

.outer .popup-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  width: 90%;
  border: 3px solid #91713b;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #2D2927;
}

@media screen and (min-width: 581px) {
  .outer .popup-container {
    width: 100%;
  }
}

.outer .inner {
  padding: 1rem;
  box-sizing: border-box;
}

.outer .popup-banner img {
  width: 100%;
}

.outer legend {
  display: none;
}

.outer fieldset {
  border: none;
  margin-bottom: 0;
}

.outer fieldset div {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 581px) {
  .outer fieldset div {
    margin-bottom: 1.25rem;
  }
}

.outer h2, .outer .v65-title, .outer .v65-product-title, .outer .v65-productclearfix-title, .outer h3, .outer .v65-subtitle, .outer .v65-product-subtitle, .outer .v65-memberAllcoationHistoryTitle {
  font-size: 12px;
  padding: 0;
}

@media screen and (min-width: 375px) {
  .outer h2, .outer .v65-title, .outer .v65-product-title, .outer .v65-productclearfix-title, .outer h3, .outer .v65-subtitle, .outer .v65-product-subtitle, .outer .v65-memberAllcoationHistoryTitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 581px) {
  .outer h2, .outer .v65-title, .outer .v65-product-title, .outer .v65-productclearfix-title, .outer h3, .outer .v65-subtitle, .outer .v65-product-subtitle, .outer .v65-memberAllcoationHistoryTitle {
    font-size: 24px;
    padding: 0 20px;
  }
}

.outer p {
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (min-width: 375px) {
  .outer p {
    font-size: 14px;
  }
}

@media screen and (min-width: 581px) {
  .outer p {
    padding: 0 30px;
    font-size: 15px;
  }
}

.outer p:last-of-type {
  margin-bottom: 0;
}

.outer label {
  font-size: 14px;
}

.outer input {
  padding: 0.5rem !important;
  box-sizing: border-box;
  height: 2.5rem;
}

.outer select {
  width: 100%;
}

.outer input[type="checkbox"] {
  vertical-align: middle;
}

.outer .icon-email {
  padding: 0 6px 0 0;
  float: left;
  font-size: 1em;
}

.outer .close-popup {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: #fff;
  cursor: pointer;
  /* padding: 8px 10px; */
  background-color: #2D2927;
  border: 2px solid #91713b;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.outer .v65-form {
  margin: 0 auto;
  width: 360px;
  margin-top: 1rem;
  text-align: left;
  max-width: 95%;
}

.outer .v65-customForm {
  margin: 0 auto;
}

.outer .first-name, .outer .last-name {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.outer .first-name {
  padding-right: 0.25rem !important;
}

.outer .last-name {
  padding-left: 0.25rem !important;
}

.outer .email-input {
  clear: both;
  margin-bottom: 0 !important;
}

.outer .email-input br {
  display: none;
}

.page-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 50vh;
  z-index: -1;
  position: fixed;
  width: 100%;
  min-height: 400px;
}

@media screen and (min-width: 820px) {
  .page-background {
    height: 90vh;
  }
}

@media screen and (min-width: 820px) and (max-height: 768px) {
  .page-background {
    height: 100%;
  }
}

@media screen and (min-width: 1820px) and (max-height: 920px) {
  .page-background {
    height: 100%;
  }
}

.random-page-banner {
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 50vh;
  z-index: -1;
  position: fixed;
  width: 100%;
  transition: opacity 800ms ease-out;
}

.random-page-banner span {
  display: none;
}

@media screen and (min-width: 820px) {
  .random-page-banner {
    height: 80vh;
  }
}

.homepage-promo {
  width: 700px;
  max-width: 80%;
  margin: 0 auto 3rem;
}

@media screen and (min-width: 820px) {
  .homepage-promo {
    margin: 0 auto 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .homepage-promo {
    margin: 0 auto 5rem;
  }
}

.homepage-promo p, .homepage-promo h1, .homepage-promo h2, .homepage-promo .v65-title, .homepage-promo .v65-product-title, .homepage-promo .v65-productclearfix-title, .homepage-promo h3, .homepage-promo .v65-subtitle, .homepage-promo .v65-product-subtitle, .homepage-promo .v65-memberAllcoationHistoryTitle, .homepage-promo h4, .homepage-promo #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .homepage-promo legend, .homepage-promo form legend, form .homepage-promo legend, .homepage-promo h5, .homepage-promo h6 {
  font-size: 18px;
  font-family: var(--typeface-title);
  color: #fff;
  line-height: 1.2;
}

@media screen and (min-width: 820px) {
  .homepage-promo p, .homepage-promo h1, .homepage-promo h2, .homepage-promo .v65-title, .homepage-promo .v65-product-title, .homepage-promo .v65-productclearfix-title, .homepage-promo h3, .homepage-promo .v65-subtitle, .homepage-promo .v65-product-subtitle, .homepage-promo .v65-memberAllcoationHistoryTitle, .homepage-promo h4, .homepage-promo #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .homepage-promo legend, .homepage-promo form legend, form .homepage-promo legend, .homepage-promo h5, .homepage-promo h6 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .homepage-promo p, .homepage-promo h1, .homepage-promo h2, .homepage-promo .v65-title, .homepage-promo .v65-product-title, .homepage-promo .v65-productclearfix-title, .homepage-promo h3, .homepage-promo .v65-subtitle, .homepage-promo .v65-product-subtitle, .homepage-promo .v65-memberAllcoationHistoryTitle, .homepage-promo h4, .homepage-promo #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .homepage-promo legend, .homepage-promo form legend, form .homepage-promo legend, .homepage-promo h5, .homepage-promo h6 {
    font-size: 30px;
  }
}

.homepage-promo p a, .homepage-promo h1 a, .homepage-promo h2 a, .homepage-promo .v65-title a, .homepage-promo .v65-product-title a, .homepage-promo .v65-productclearfix-title a, .homepage-promo h3 a, .homepage-promo .v65-subtitle a, .homepage-promo .v65-product-subtitle a, .homepage-promo .v65-memberAllcoationHistoryTitle a, .homepage-promo h4 a, .homepage-promo #v65-checkoutFormWrapper legend a, #v65-checkoutFormWrapper .homepage-promo legend a, .homepage-promo form legend a, form .homepage-promo legend a, .homepage-promo h5 a, .homepage-promo h6 a {
  color: var(--color-tan);
}

@media screen and (max-width: 768px) {
  .homepage-promo br {
    display: none;
  }
}

.homepage-video {
  width: 100%;
  padding-top: 76.25%;
  height: 0px;
  z-index: -1;
  position: relative;
  top: 46px;
  overflow: hidden;
}

@media screen and (min-width: 820px) {
  .homepage-video {
    padding-top: 56.25%;
    top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .homepage-video {
    padding-top: 0;
    height: 93vh;
  }
}

.homepage-video video, .homepage-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 820px) {
  .homepage-video video, .homepage-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-top {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 3rem;
}

@media screen and (min-width: 820px) {
  .page-top {
    margin: 0 auto 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .page-top {
    margin: 0 auto 5rem;
  }
}

.template-club .page-top {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 3rem;
}

.template-club .page-top h2, .template-club .page-top .v65-title, .template-club .page-top .v65-product-title, .template-club .page-top .v65-productclearfix-title {
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 820px) {
  .template-club .page-top h2, .template-club .page-top .v65-title, .template-club .page-top .v65-product-title, .template-club .page-top .v65-productclearfix-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .template-club .page-top blockquote, .template-club .page-top blockquote p {
    font-size: 24px;
  }
}

.template-club .page-top .club-benefits-wide {
  max-width: 760px;
  margin: 4rem auto 3rem;
  border: 2px solid #AD894C;
  padding: 3.5rem 2rem 2rem;
  position: relative;
  font-size: 14px;
}

@media screen and (min-width: 820px) {
  .template-club .page-top .club-benefits-wide {
    font-size: 16px;
  }
}

.template-club .page-top .club-benefits-wide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}

.template-club .page-top .club-benefits-wide p {
  font-size: 14px;
}

@media screen and (min-width: 820px) {
  .template-club .page-top .club-benefits-wide p {
    font-size: 16px;
  }
}

.template-club .page-top p {
  font-size: 14px;
  margin-bottom: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 820px) {
  .template-club .page-top p {
    font-size: 15px;
  }
}

.template-club .page-top .club-icon {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.template-club .page-top .club-icon img {
  max-height: 100%;
}

.-page-bottom-content {
  background: var(--color-tan);
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  position: relative;
}

.-page-bottom-content > .image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 320px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .-page-bottom-content > .image {
    height: 400px;
  }
}

@media screen and (min-width: 640px) {
  .-page-bottom-content > .image {
    height: 460px;
  }
}

@media screen and (min-width: 820px) {
  .-page-bottom-content > .image {
    width: 50%;
    height: auto;
  }
}

.-page-bottom-content > .content {
  width: 100%;
  background: url("/assets/images/homepage-content-bottom.png") bottom left no-repeat;
  padding: 3rem 2rem 12rem;
  background-size: contain;
}

@media screen and (min-width: 580px) {
  .-page-bottom-content > .content {
    padding: 3rem 4rem 20rem;
  }
}

@media screen and (min-width: 820px) {
  .-page-bottom-content > .content {
    width: 50%;
    padding: 7rem 4rem 14rem;
    background-size: 78%;
  }
}

@media screen and (min-width: 1600px) {
  .-page-bottom-content > .content {
    background-size: 60%;
    padding: 7rem 4rem 20rem;
  }
}

.-page-bottom-content > .content h1, .-page-bottom-content > .content h2, .-page-bottom-content > .content .v65-title, .-page-bottom-content > .content .v65-product-title, .-page-bottom-content > .content .v65-productclearfix-title, .-page-bottom-content > .content h3, .-page-bottom-content > .content .v65-subtitle, .-page-bottom-content > .content .v65-product-subtitle, .-page-bottom-content > .content .v65-memberAllcoationHistoryTitle, .-page-bottom-content > .content h4, .-page-bottom-content > .content #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .-page-bottom-content > .content legend, .-page-bottom-content > .content form legend, form .-page-bottom-content > .content legend, .-page-bottom-content > .content h5, .-page-bottom-content > .content h6, .-page-bottom-content > .content p, .-page-bottom-content > .content li, .-page-bottom-content > .content blockquote {
  color: #000;
}

.-page-bottom-content > .content p {
  max-width: 600px;
}

.-page-bottom-content > .content .linkBtn {
  color: #000;
  border-color: #000;
  background: transparent;
}

.-page-bottom-content > .content .linkBtn:hover {
  background: var(--color-grey);
  border-color: var(--color-grey);
  color: #fff;
}

.-page-bottom-content > .content a {
  color: #000;
  text-decoration: underline;
}

.-page-bottom-content > .icon-image {
  position: absolute;
  top: 320px;
  left: 50%;
  padding: 5px;
  border-radius: 50%;
  background: #A78D64;
  font-size: 0;
  line-height: 0;
  z-index: 101;
  width: 75px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 480px) {
  .-page-bottom-content > .icon-image {
    top: 400px;
  }
}

@media screen and (min-width: 640px) {
  .-page-bottom-content > .icon-image {
    top: 460px;
  }
}

@media screen and (min-width: 820px) {
  .-page-bottom-content > .icon-image {
    top: 0;
    left: 50%;
    bottom: auto;
    padding: 10px;
    transform: translate(-50%, -20px);
    width: 150px;
  }
}

.template-club .-page-bottom-content > .image {
  display: none;
}

.template-club .-page-bottom-content > .icon-image {
  top: 16px;
}

@media screen and (min-width: 580px) {
  .template-club .-page-bottom-content > .icon-image {
    top: 24px;
  }
}

@media screen and (min-width: 820px) {
  .template-club .-page-bottom-content > .icon-image {
    top: 0;
  }
}

.template-club .-page-bottom-content > .-page-bottom-content > .image {
  display: none;
}

.template-club .-page-bottom-content > .content {
  width: 100%;
  background: none;
  padding: 4rem 2rem;
  background-size: contain;
}

@media screen and (min-width: 580px) {
  .template-club .-page-bottom-content > .content {
    padding: 4rem 2rem;
  }
}

@media screen and (min-width: 820px) {
  .template-club .-page-bottom-content > .content {
    width: 80%;
    padding: 9rem 2rem;
    margin: 0 auto;
  }
}

.template-club .-page-bottom-content > .content h1, .template-club .-page-bottom-content > .content h2, .template-club .-page-bottom-content > .content .v65-title, .template-club .-page-bottom-content > .content .v65-product-title, .template-club .-page-bottom-content > .content .v65-productclearfix-title, .template-club .-page-bottom-content > .content h3, .template-club .-page-bottom-content > .content .v65-subtitle, .template-club .-page-bottom-content > .content .v65-product-subtitle, .template-club .-page-bottom-content > .content .v65-memberAllcoationHistoryTitle, .template-club .-page-bottom-content > .content h4, .template-club .-page-bottom-content > .content #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .template-club .-page-bottom-content > .content legend, .template-club .-page-bottom-content > .content form legend, form .template-club .-page-bottom-content > .content legend, .template-club .-page-bottom-content > .content h5, .template-club .-page-bottom-content > .content h6, .template-club .-page-bottom-content > .content p, .template-club .-page-bottom-content > .content li, .template-club .-page-bottom-content > .content blockquote {
  color: #000;
}

.template-club .-page-bottom-content > .content p {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

@media only screen and (min-width: 40em) {
  .vt-right {
    float: right;
    margin-left: 2rem;
  }
}

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

@media only screen and (min-width: 40em) {
  .vt-left {
    float: left;
    margin-right: 2rem;
  }
}

.vt-border {
  border: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

.vt-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (min-width: 40em) {
  .vt-row .vt-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

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

@media only screen and (min-width: 40em) {
  .vt-column, .vt-columns {
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.vt-row .vt-row .vt-column, .vt-row .vt-row .vt-columns {
  padding: 0;
}

@media only screen and (min-width: 40em) {
  .vt-row .vt-row .vt-column, .vt-row .vt-row .vt-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 40em) {
  .vt-row .vt-column .vt-row, .vt-row .vt-columns .vt-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.vt-col-2 {
  width: 100%;
}

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

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

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

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

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

.vt-col-3 {
  width: 100%;
}

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

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

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

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

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

.vt-col-4 {
  width: 100%;
}

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

.vt-narrow-column, .vt-xnarrow-column {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 40em) {
  .vt-narrow-column {
    max-width: 90%;
  }
}

@media only screen and (min-width: 40em) {
  .vt-xnarrow-column {
    max-width: 75%;
  }
}

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

.template-products .v65-addToCartCase {
  display: none;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.v65-productCustom {
  width: 50%;
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 820px) {
  .v65-productCustom {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .v65-productCustom {
    width: 25%;
  }
}

.v65-productCustom a {
  text-decoration: none !important;
}

.v65-productCustom .v65-product-photo {
  text-align: center;
}

.v65-productCustom .v65-product-photo img {
  max-height: 300px;
}

@media screen and (min-width: 860px) {
  .v65-productCustom .v65-product-photo img {
    max-height: 450px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productCustom .v65-product-photo img {
    max-height: 600px;
  }
}

.v65-productCustom .v65-product-title {
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 820px) {
  .v65-productCustom .v65-product-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productCustom .v65-product-title {
    font-size: 28px;
  }
}

.v65-productCustom .v65-product-title a {
  color: #fff;
}

.v65-productCustom .v65-product-title a:hover {
  color: var(--color-green);
}

.v65-productCustom form {
  text-align: center;
}

.v65-productCustom button {
  background: var(--color-dark-gold);
  font-size: 14px;
  padding: 0.95em 0.75em;
}

@media screen and (min-width: 820px) {
  .v65-productCustom button {
    padding: 0.85em 1em 0.75em;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productCustom button {
    padding: 0.85em 1.5em 0.75em;
  }
}

.v65-productCustom button:hover {
  border-color: var(--color-green);
  background: var(--color-green);
}

.v65-productCustom .v65-product-actionMessage {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .v65-productCustom .v65-product-actionMessage {
    font-size: 14px;
  }
}

@media screen and (min-width: 820px) {
  .v65-productCustom .v65-product-actionMessage {
    font-size: 16px;
  }
}

.v65-productCustom .v65-product-addToCart {
  margin-top: auto;
}

.v65-productCustom .v65-product-addToCart-securityMessage {
  text-align: center;
  margin-bottom: 0.5rem;
}

.v65-productCustom .v65-product-addToCart-priceWrapper {
  text-align: center;
}

.v65-productCustom .v65-product-addToCart-price {
  font-family: var(--typeface-title);
  font-size: 16px;
}

@media screen and (min-width: 820px) {
  .v65-productCustom .v65-product-addToCart-price {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productCustom .v65-product-addToCart-price {
    font-size: 26px;
  }
}

.v65-productCustom .v65-product-addToCart-unitDescription {
  font-size: 10px;
}

@media screen and (min-width: 820px) {
  .v65-productCustom .v65-product-addToCart-unitDescription {
    font-size: 14px;
  }
}

@media screen and (max-width: 819px) {
  .v65-productCustom .v65-product-addToCart-securityMessage, .v65-productCustom .v65-product-addToCart-outOfStockMessage {
    font-size: 12px;
  }
}

.v65-productCustom .v65-quantity-label {
  display: none;
}

.v65-productCustom .v65-product-drilldownLink {
  font-weight: bold;
}

.v65-productCustom .v65-productGroup-product-top {
  position: relative;
}

.v65-productCustom .v65-productGroup-product-top ul {
  padding-left: 0;
}

@media screen and (min-width: 820px) {
  .v65-productCustom .v65-productGroup-product-top:hover img {
    opacity: 0.3;
  }
  .v65-productCustom .v65-productGroup-product-top:hover .v65-productGroup-product-hover {
    opacity: 1;
    transition: all 300ms ease-out;
  }
}

@media screen and (max-width: 819px) {
  .v65-productCustom .v65-productGroup-product-hover {
    pointer-events: none;
  }
}

.v65-productCustom .v65-product-inventoryMessage {
  display: none;
}

.v65-productCustom .v65-productGroup-product-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
  justify-content: center;
}

.v65-productGroup {
  max-width: var(--width-content);
  margin: 0 auto 2rem;
}

.v65-productGroup .v65-title {
  text-align: center;
  color: #fff;
}

.v65-productGroup .v65-productGroup-teaser {
  padding: 0 1.5rem;
}

.v65-productGroup-products {
  display: flex;
  flex-wrap: wrap;
}

.v65-productGroup-products .v65-productGroup-product {
  width: 50%;
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 820px) {
  .v65-productGroup-products .v65-productGroup-product {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .v65-productGroup-products .v65-productGroup-product {
    width: 25%;
  }
}

.v65-productGroup-products .v65-productGroup-product a {
  text-decoration: none;
}

.v65-productGroup-products .v65-product-photo {
  text-align: center;
}

.v65-productGroup-products .v65-product-photo img {
  max-height: 300px;
}

@media screen and (min-width: 860px) {
  .v65-productGroup-products .v65-product-photo img {
    max-height: 450px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productGroup-products .v65-product-photo img {
    max-height: 600px;
  }
}

.v65-productGroup-products .v65-product-title {
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 820px) {
  .v65-productGroup-products .v65-product-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productGroup-products .v65-product-title {
    font-size: 28px;
  }
}

.v65-productGroup-products .v65-product-title a {
  color: #fff;
}

.v65-productGroup-products .v65-product-title a:hover {
  color: var(--color-green);
}

.v65-productGroup-products form {
  text-align: center;
}

.v65-productGroup-products button {
  background: var(--color-dark-gold);
  font-size: 14px;
  padding: 0.95em 0.75em;
}

@media screen and (min-width: 820px) {
  .v65-productGroup-products button {
    padding: 0.85em 1em 0.75em;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productGroup-products button {
    padding: 0.85em 1.5em 0.75em;
  }
}

.v65-productGroup-products button:hover {
  border-color: var(--color-green);
  background: var(--color-green);
}

.v65-productGroup-products .v65-product-actionMessage {
  text-align: center;
  font-style: italic;
}

.v65-productGroup-products .v65-product-addToCart {
  margin-top: auto;
}

.v65-productGroup-products .v65-product-addToCart-priceWrapper {
  text-align: center;
}

.v65-productGroup-products .v65-product-addToCart-price {
  font-family: var(--typeface-title);
  font-size: 18px;
}

@media screen and (min-width: 820px) {
  .v65-productGroup-products .v65-product-addToCart-price {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-productGroup-products .v65-product-addToCart-price {
    font-size: 26px;
  }
}

.v65-productGroup-products .v65-product-addToCart-unitDescription {
  font-size: 14px;
}

.v65-productGroup-products .v65-product-drilldownLink {
  font-weight: bold;
}

.v65-productGroup-products .v65-productGroup-product-top {
  position: relative;
}

.v65-productGroup-products .v65-productGroup-product-top ul {
  padding-left: 0;
}

@media screen and (min-width: 820px) {
  .v65-productGroup-products .v65-productGroup-product-top:hover img {
    opacity: 0.3;
  }
  .v65-productGroup-products .v65-productGroup-product-top:hover .v65-productGroup-product-hover {
    opacity: 1;
    transition: all 300ms ease-out;
  }
}

@media screen and (max-width: 819px) {
  .v65-productGroup-products .v65-productGroup-product-hover {
    pointer-events: none;
  }
}

.v65-productGroup-products .v65-product-inventoryMessage {
  display: none;
}

.v65-productGroup-products .v65-productGroup-product-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
  justify-content: center;
}

.template-product-detail .v65-product-addToCart-selectBox {
  width: 212px;
  margin-bottom: 1rem;
}

.template-product-detail .v65-product-addToCart-selectBox select {
  width: 100% !important;
}

.template-product-detail .v65-product-addToCart-securityMessage {
  margin-top: 0.5rem;
}

.v65-product-relatedProducts {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}

@media screen and (min-width: 1280px) {
  .v65-product-relatedProducts {
    padding-top: 4rem;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-title {
  text-align: center;
  font-size: 24px;
  width: 100%;
  color: #fff;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1280px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-title {
    font-size: 30px;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product {
  width: 50%;
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 820px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    width: 25%;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product a {
  text-decoration: none !important;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-photo {
  text-align: center;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-photo img {
  max-height: 300px;
}

@media screen and (min-width: 860px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-photo img {
    max-height: 450px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-photo img {
    max-height: 600px;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-title {
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 820px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-title {
    font-size: 28px;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-title a {
  color: #fff;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-title a:hover {
  color: var(--color-green);
}

.v65-product-relatedProducts .v65-product-relatedProducts-product form {
  text-align: center;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product form input {
  margin-bottom: 0 !important;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product button {
  background: var(--color-dark-gold);
  font-size: 14px;
  padding: 0.95em 0.75em;
}

@media screen and (min-width: 820px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product button {
    padding: 0.85em 1em 0.75em;
  }
}

@media screen and (min-width: 1280px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product button {
    padding: 0.85em 1.5em 0.75em;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product button:hover {
  border-color: var(--color-green);
  background: var(--color-green);
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-actionMessage {
  text-align: center;
  font-style: italic;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart {
  margin-top: auto;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-priceWrapper {
  text-align: center;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-price {
  font-family: var(--typeface-title);
  font-size: 18px;
}

@media screen and (min-width: 820px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-price {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-price {
    font-size: 26px;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-unitDescription {
  font-size: 14px;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-drilldownLink {
  font-weight: bold;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-productGroup-product-top {
  position: relative;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-productGroup-product-top ul {
  padding-left: 0;
}

@media screen and (min-width: 820px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-productGroup-product-top:hover img {
    opacity: 0.3;
  }
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-productGroup-product-top:hover .v65-productGroup-product-hover {
    opacity: 1;
    transition: all 300ms ease-out;
  }
}

@media screen and (max-width: 819px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-productGroup-product-hover {
    pointer-events: none;
  }
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-inventoryMessage {
  display: none;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-productGroup-product-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
  justify-content: center;
}

.template-2-up .product-wrapper {
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .template-2-up .v65-productCustom {
    width: 50%;
  }
}

.member-dashboard-link .icon {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  color: #fff;
  display: block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  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: 40em) {
  .member-dashboard-link .icon img {
    max-width: 40%;
  }
}

.member-dashboard-link .title {
  background: #737373;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  color: #fff;
  display: block;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.2);
  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: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.member-dashboard-link:hover .title {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.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;
}

#v65-businessLocator {
  margin: 0 auto 2rem;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3rem;
}

#v65-businessLocator p {
  display: none;
  margin-left: 0;
  padding: 0;
}

#v65-businessLocator select {
  width: 80%;
}

#v65-businessLocator fieldset {
  border: 1px solid #fff;
  padding: 0 1rem 1rem;
}

#v65-businessLocator legend {
  padding: 0 0.5rem;
}

@media screen and (min-width: 640px) {
  #v65-businessLocator form {
    width: 48%;
  }
}

#v65-businessLocator #v65-businessLocatorSelectByZipCode input {
  margin-bottom: 16px;
}

#v65-BusinessList {
  width: 100%;
}

#v65-BusinessList ol {
  overflow: hidden;
}

#v65-BusinessList li {
  float: none;
  margin-bottom: 1rem;
}

@media screen and (min-width: 640px) {
  #v65-BusinessList li {
    float: left;
    position: relative;
    padding: 0;
    width: 47%;
    margin: 0 0 1rem 3%;
  }
}

#v65-map_canvas {
  display: none;
}

.v65-productCustom .v65-product-addToCart-outOfStockMessage {
  text-align: center;
  margin-bottom: 2rem;
}

.v65-error {
  color: var(--color-light-gold);
}

.v65-quantity-label {
  display: none;
}

.v65-productGroup-product .v65-product-addToCart-securityMessage, .v65-productCustom .v65-product-addToCart-securityMessage {
  text-align: center;
  margin-bottom: 2rem;
}

.v65-productGroup-product .v65-product-addToCart-outOfStockMessage, .v65-productCustom .v65-product-addToCart-outOfStockMessage {
  text-align: center;
  margin-bottom: 2rem;
}

.v65-gridRow.v65-clubChoicesProductsRow {
  display: flex;
}

.v65-clubChoice.v65-clubChoicesProduct {
  width: 50%;
  text-align: center;
}

.v65-clubChoice.v65-clubChoicesProduct .v65-clubChoicesProductTitle {
  font-weight: bold;
}

.v65-clubChoice.v65-clubChoicesProduct .v65-clubProductImageWrapper .v65-clubProductImage {
  max-height: 250px;
}

.template-member li.error {
  color: red;
  font-weight: bold;
}

.template-member #GiftMessage {
  padding: 10px;
  height: auto !important;
  width: 400px;
}

.template-member p span.error {
  color: red;
  font-weight: bold;
}

.v65-product-addToCart-publicSaleNotStartedMessage, .v65-product-addToCart-publicSaleEndedMessage {
  text-align: center;
  margin-bottom: 2rem;
}

.template-product-detail .v65-product-addToCart-publicSaleNotStartedMessage, .template-product-detail .v65-product-addToCart-publicSaleEndedMessage {
  text-align: left;
  margin-bottom: 2rem;
}
