@font-face {
  font-family:ct_font_emily__austin;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/assets/fonts/EmilyAustin.woff2') format('woff2');
}
@font-face {
  font-family:ct_font_styrene__a;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/assets/fonts/StyreneA-Regular-Web.woff2') format('woff2');
}
@font-face {
  font-family:ct_font_styrene__a;
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('/assets/fonts/StyreneA-RegularItalic-Web.woff2') format('woff2');
}
@font-face {
  font-family:ct_font_styrene__a;
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/assets/fonts/StyreneA-Medium-Web.woff2') format('woff2');
}
@font-face {
  font-family:ct_font_styrene__a;
  font-style:italic;
  font-weight:500;
  font-display:swap;
  src:url('/assets/fonts/StyreneA-MediumItalic-Web.woff2') format('woff2');
}
@font-face {
  font-family: ct_font_1871__dreamer_2__pro;
  src: url("/assets/fonts/font.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --theme-border: none;
  --theme-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --theme-list-indent: 2.5em;
  --true: initial;
  --false: "";
  --has-link-decoration: var(--true);
  --has-transparent-header: 0;
  --theme-container-width: min(100%, var(--theme-container-width-base));
  --theme-container-width-base: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2);
  --theme-font-stack-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}

:root {
  --theme-font-family:ct_font_styrene__a, Sans-Serif;
  --theme-font-weight:400;
  --theme-text-transform:none;
  --theme-text-decoration:none;
  --theme-font-size:18px;
  --theme-line-height:1.65;
  --theme-letter-spacing:0em;
  --theme-button-font-weight:500;
  --theme-button-text-transform:uppercase;
  --theme-button-font-size:15px;
  --theme-button-letter-spacing:0.05em;
  --has-classic-forms:var(--true);
  --has-modern-forms:var(--false);
  --theme-form-field-border-initial-color:var(--theme-border-color);
  --theme-form-field-border-focus-color:var(--theme-palette-color-1);
  --theme-form-selection-field-initial-color:var(--theme-border-color);
  --theme-form-selection-field-active-color:var(--theme-palette-color-1);
  --theme-palette-color-1:#B86044;
  --theme-palette-color-2:#A3482c;
  --theme-palette-color-3:#000;
  --theme-palette-color-4:#000000;
  --theme-palette-color-5:#cd8c2a;
  --theme-palette-color-6:#E2C5A8;
  --theme-palette-color-7:#f2decb;
  --theme-palette-color-8:#ffffff;
  --theme-text-color:var(--theme-palette-color-2);
  --theme-link-initial-color:var(--theme-palette-color-2);
  --theme-link-hover-color:var(--theme-palette-color-2);
  --theme-selection-text-color:#ffffff;
  --theme-selection-background-color:var(--theme-palette-color-1);
  --theme-border-color:var(--theme-palette-color-1);
  --theme-headings-color:var(--theme-palette-color-2);
  --theme-content-spacing:1.5em;
  --theme-button-min-height:40px;
  --theme-button-shadow:none;
  --theme-button-transform:none;
  --theme-button-text-initial-color:var(--theme-palette-color-7);
  --theme-button-text-hover-color:var(--theme-palette-color-7);
  --theme-button-background-initial-color:var(--theme-palette-color-2);
  --theme-button-background-hover-color:var(--theme-palette-color-2);
  --theme-button-border:none;
  --theme-button-padding:3px 20px;
  --theme-normal-container-max-width:900px;
  --theme-content-vertical-spacing:0px;
  --theme-container-edge-spacing:90vw;
  --theme-narrow-container-max-width:750px;
  --theme-wide-offset:130px;
}

:root {
  --wp--preset--color--palette-color-6: var(--theme-palette-color-6, #E2C5A8);
  --wp--preset--spacing--30: 0.67rem;
}

@media (max-width: 689.98px) {
  :root {
    --theme-font-size: 14px;
    --theme-container-edge-spacing: 88vw;
  }
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    max-width: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
    font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
}

body.site {
    background-color: var(--theme-palette-color-7);
    color: var(--theme-text-color);
}

body.active {
  overflow-y: hidden !important;
}

.site-wrapper {
    padding:0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main#main {
    flex: 1;
}

.layoutcontent {
    --theme-block-width: var(--has-wide, var(--theme-container-width));
  --theme-block-max-width: var(--has-wide, var(--theme-normal-container-max-width));
  --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-normal-container-max-width) + var(--theme-wide-offset) * 2));
  --theme-boxed-content-max-width: var(--theme-normal-container-max-width);
  --has-background: var(--has-boxed);
  --has-boxed-structure: var(--has-boxed);
  --wp--style--global--content-size: var(--theme-block-max-width);
  --wp--style--global--wide-size: var(--theme-block-wide-max-width);
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 999px) {
    .layoutcontent {
      max-width: var(--theme-container-width);
    }
}

.form-inline .form-group {
    margin-right: -10px;
    padding-right: 20px;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid var(--wp--preset--color--palette-color-6);
}

.banner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 1.5em;
}

/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
  color: var(--theme-text-color);
}

h1 {

}

h1.page-title, h2.page-title {
  margin-top: 0;
  text-align: center;
}

h2.page-title {
  margin-top: 2em;
}

.storeproducts h2.page-title {
  margin-top: 3em;
}

.club-signup h3, .club-signup h4, .showlogin h4 { /* same as h2 */
    font-size: 20px;
}

@media (max-width: 767px) {
    .club-signup h3, .club-signup h4, .showlogin h4 { /* same as h2 */
        font-size: 27px;
    }
}

h1 {
  --theme-font-weight:500;
  --theme-text-transform:uppercase;
  --theme-font-size:22px;
  --theme-line-height:1.5;
}
h2 {
  --theme-font-weight:500;
  --theme-text-transform:uppercase;
  --theme-font-size:20px;
  --theme-line-height:1.5;
  --theme-letter-spacing:0em;
}
h3 {
  --theme-font-weight:500;
  --theme-text-transform:uppercase;
  --theme-font-size:18px;
  --theme-line-height:1.5;
}
h4 {
  --theme-font-weight:500;
  --theme-text-transform:uppercase;
  --theme-font-size:17px;
  --theme-line-height:1.5;
}
h5 {
  --theme-font-weight:500;
  --theme-text-transform:uppercase;
  --theme-font-size:16px;
  --theme-line-height:1.5;
}
h6 {
  --theme-font-weight:500;
  --theme-text-transform:uppercase;
  --theme-font-size:15px;
  --theme-line-height:1.5;
}

.asterisk-required {
    display: block;
    font-size: .9em;
    margin-bottom: 1.5em;
}

a {
    color: var(--theme-text-color);
    text-decoration: underline;
}

a:visited, a:focus {
    color: var(--theme-text-color);
    text-decoration: underline;
}

a:active, a:hover  {
    color: var(--theme-text-color);
    text-decoration: underline;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus-visible {
  outline: 5px auto;
  outline-offset: 0px;
}

a[href^=tel] {
    color: inherit;
}

a.load-local {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

a.load-local:hover {
    text-decoration: none;
}

.fa.fa-twitter{
    font-family:sans-serif;
}
.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}

.error, .text-danger, .coupon, del, .min-order, .max-order,
.compliance-message, .statecompliancemessage, .inventory-message, .strikethru {
    color:#000000;
}

.min-order, .max-order, .compliance-message, .inventory-message, .po-box {
    font-size: .9em;
}

abbr[data-original-title], abbr[title] {
  cursor: text;
  border-bottom: none;
  text-decoration: none;
}

.control-label strong {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

legend {
    border-bottom: none
}

.help-block {
  color: inherit;
}

.page-content, .admin-content {
    text-align: justify;
}

.sr-only-focusable:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    padding: inherit;
    border: initial;
}

.skiplink {
    background: #fff;
    color: #000;
}

.skiplink:focus {
    background: #fff;
    padding: 9px;
    display: inline-block;
    outline: 1px dotted #fff !important;
    color: #000;
    position: absolute;
    top: 0;
    z-index: 1000;
}

#return-to-top 
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 1px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#fff;
 

}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 1.333em;
    top:9px;
    left:14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #767676;
}
#return-to-top:hover i {
    color: #fff;
    top:8px;

}

[class*="ct-container"] {
  margin-inline: auto;
}

.ct-container, .ct-container-narrow {
  width: var(--theme-container-width);
}

.ct-container {
  max-width: var(--theme-normal-container-max-width);
}



/* HEADER */

header {
    position: relative;
    padding: 20px 0;
}

@media (min-width: 600px) {
  header {
    padding: 30px 0 15px;
  }
}

@media (min-width: 1000px) {
  header {
    padding: 15px 0 40px;
  }
}

.ct-header [data-row*="middle"] {
  --height: 130px;
  background-color: var(--theme-palette-color-7);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

#header [data-row] {
  position: var(--position, relative);
  box-shadow: var(--theme-box-shadow);
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
  backdrop-filter: blur(var(--theme-backdrop-blur));
}

#header [data-row] > div {
  min-height: var(--shrink-height, var(--height));
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}

[data-placements] {
  display: grid;
}

#header [data-column] {
  min-height: inherit;
}

#header [data-column="middle"] {
  display: flex;
}

[data-column="middle"] > [data-items] {
  justify-content: center;
}

[data-column="end"] > [data-items="primary"] {
  justify-content: flex-end;
}

#header [data-items] {
  width: 100%;
}

#header [data-items] {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-branding {
  display: flex;
  text-align: var(--horizontal-alignment);
}

.site-branding:not([data-logo="top"]) {
  align-items: center;
}

#header [data-items] > * {
  margin: var(--margin, 0 10px);
}

.site-logo-container {
  position: relative;
  line-height: 0;
  height: var(--logo-shrink-height, var(--logo-max-height, 60px));
  transition: none;
}

.site-logo-container img {
  width: auto;
  max-width: initial;
  object-fit: contain;
}

.site-logo-container img, .site-logo-container svg, .site-logo-container picture {
  height: inherit;
  vertical-align: initial;
}

[data-header*="type-1"] {
  --header-height: 180px;
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] {
    --header-height: 70px;
  }
}

@media (max-width: 999.98px) {
  #header .desktop-header {
    display: none;
  }
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 70px;
  }
}

#header [data-column-set="2"] > div {
  display: grid;
  grid-template-columns: auto auto;
}

#header [data-column="start"], #header [data-column="end"] {
  min-width: 0;
}

[data-column="start"] [data-items="primary"] > :first-child {
  --margin: 0 10px 0 0;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
  --logo-max-height: 60px;
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 55px;
  }
}

@media (max-width: 689.98px) {
  [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 50px;
  }
}

.cart-account {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-account li {
  display: inline-block;
  padding: 0 5px;
}

.cart-account li a {
  text-decoration: none;
}

.cart-account .subtotal-wrap {
  padding: 0 5px;
  display: none;
}

.desktop-header .ct-container {
  position: relative;
}

.desktop-header .utilites {
  position: absolute;
  right: 0;
}

.desktop-header .cart-account li {
  padding: 0 0 0 15px;
}

.desktop-header .cart-account .icons {
  font-size: 1.1em;
}

.mobile-header .cart-account {
  padding: 0 15px 0 0;
}

.mobile-header .cart-account .icons {
  font-size: 1.1em;
}

@media (max-width: 689px) {
  .mobile-header .cart-account .icons {
    font-size: 1.4em;
  }
}

/* MAIN NAV */

#header [data-items] > .menu-large {
    margin: 0;
}

.ct-header [data-row*="bottom"] {
  --height: 50px;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

.ct-header [data-row*="bottom"] > div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-stretch] {
  width: 100%;
}

[class*="header-menu"] {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
}

#header-menu-1, #menu-primary-navigation-1 {
  margin: 0 !important;
}

#header [data-items] > * {
  margin: var(--margin, 0 10px);
}

.menu {
    padding-inline-start: var(--theme-list-indent);
  margin-block-end: var(--theme-content-spacing);
  display: flex;
  gap: var(--menu-items-gap, 0px);
}

.menu-container ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}

header ul:last-child {
  margin-bottom: 0;
}

[data-stretch] > .menu {
  flex: 1;
  justify-content: space-between;
}

[class*="header-menu"] .menu {
  height: inherit;
}

.nav#menu-primary-navigation::after, .nav#menu-primary-navigation::before {
  content: none;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
    padding: 0;
}

.menu li.menu-item, .menu li.page_item {
  display: flex;
  align-items: center;
}

.nav > li > a {
  position: relative;
  display: inherit;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: transparent;
    color: var(--theme-text-color);
}

.ct-menu-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: var(--menu-item-radius, inherit);
}

@media (min-width: 1000px) {
  .ct-menu-link {
    border-bottom: solid 2px transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 350px 15px;
    border-bottom-left-radius: 350px 3px;
    position: relative;
    height: 16px !important;
  }
}

.menu .ct-menu-link { 
    font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
}

.ct-menu-link:not(:empty) {
  padding: var(--menu-item-padding, 0px);
}

nav[class*="menu"] .ct-menu-link {
  color: var(--theme-link-initial-color);
  --theme-icon-color: var(--theme-link-initial-color);
}

.menu > li > .ct-menu-link {
  height: var(--menu-item-height, 100%);
  justify-content: var(--menu-item-alignment, center);
  --menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2);
}

[class*="header-menu"] .menu > li > .ct-menu-link {
  white-space: nowrap;
}

.menu-large > ul > li > a {
  --theme-font-family: ct_font_emily__austin, Sans-Serif;
  --theme-font-weight: 400;
  --theme-text-transform: none;
  --theme-font-size: 40px;
  --theme-line-height: 1.3;
  --theme-link-initial-color: var(--theme-palette-color-2);
  --theme-link-hover-color: var(--theme-palette-color-2);
}

#header-menu-1 .menu-item:first-child a.ct-menu-link, #menu-primary-navigation-1 .menu-item:first-child a.ct-menu-link {
  padding-left: 0;
}

#header-menu-1 .menu-item:last-child a.ct-menu-link, #menu-primary-navigation-1 .menu-item:last-child a.ct-menu-link {
  padding-right: 0;
}

[data-menu] > ul > li > a::before {
  top: var(--menu-indicator-y-position, 0);
}

[data-menu] > ul > li > a::before, [data-menu] > ul > li > a::after {
  position: absolute;
  left: var(--menu-indicator-left, 0);
  right: var(--menu-indicator-right, 0);
  margin: var(--menu-indicator-margin, 0);
  height: var(--menu-indicator-height, 2px);
  opacity: var(--menu-indicator-opacity, 0);
  background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2));
  transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),height .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),top .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),bottom .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-menu] > ul > li > a::after {
  bottom: var(--menu-indicator-y-position, 0);
}

[data-menu] > ul > li.active > a::before, [data-menu] > ul > li.active > a::after {
  background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)));
}

@media (min-width: 1000px) {
  .ct-menu-link:hover, li.active > .ct-menu-link, li.open > .ct-menu-link {
    border-bottom-color: #a3482c;
  }
}

[class*="ct-toggle"] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: var(--toggle-button-position, relative);
  z-index: var(--toggle-button-z-index, initial);
  cursor: pointer;
  appearance: none;
  width: var(--toggle-button-size);
  height: var(--toggle-button-size);
  flex: 0 0 var(--toggle-button-size);
  margin-block: var(--toggle-button-margin-block, initial);
  margin-inline: var(--toggle-button-margin-start, auto) var(--toggle-button-margin-end, 0);
  transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: var(--toggle-button-padding, 0px) !important;
  box-shadow: var(--toggle-button-shadow, none) !important;
  border-radius: var(--toggle-button-radius, 0) !important;
  border-width: var(--toggle-button-border-width, 0px) !important;
  border-style: var(--toggle-button-border-style, solid) !important;
  border-color: var(--toggle-button-border-color, transparent) !important;
  background: var(--toggle-button-background, transparent) !important;
}

.ct-toggle-dropdown-desktop {
  --theme-icon-size: 8px;
  --toggle-button-size: 24px;
  --toggle-button-margin-end: -8px;
  --toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em);
}

.ct-icon, .ct-icon-container svg {
  width: var(--theme-icon-size, 15px);
  height: var(--theme-icon-size, 15px);
  fill: var(--theme-icon-color, var(--theme-text-color));
  transition: var(--theme-icon-transition, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955));
}

.ct-icon, .ct-icon-container {
  position: relative;
}

[class*="ct-toggle"] svg {
  transform: var(--toggle-icon-transform);
  --theme-icon-transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* active nav items */
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: var(--theme-text-color);
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: var(--theme-text-color);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
    border-color: var(--theme-text-color);
  color: var(--theme-text-color);
}

.dropdown-menu {
    background-color: var(--theme-palette-color-7);
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.sub-menu {
  --menu-item-padding: var(--dropdown-items-spacing, 13px) calc(var(--dropdown-items-spacing, 13px) * 1.5);
  position: var(--dropdown-position, absolute);
  top: 100%;
  z-index: 10;
  min-width: 100px;
  margin-top: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
  border-radius: var(--theme-border-radius);
  width: var(--dropdown-width, 200px);
  background-color: var(--dropdown-background-color, var(--theme-palette-color-4));
  box-shadow: var(--theme-box-shadow);
  left: var(--theme-submenu-inline-offset, 0);
  transition: none;
  --dropdown-background-color: var(--theme-palette-color-7);
  --dropdown-top-offset: 10px;
  --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
  --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0);
  --theme-border-radius: 0px 0px 2px 2px;
  overflow: hidden;
  max-height: calc(100vh - var(--header-height) - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) - 10px);
}

.sub-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
  transform: translateY(-100%);
  transition: height .2s ease;
}

.dropdown-menu > li {

}

.sub-menu .menu-item {
  border-top: var(--dropdown-divider);
}

@media (min-width: 1000px) {
  .sub-menu .menu-item {
    height: 60px !important;
  }
}

.menu li.menu-item, .menu li.page_item {
  display: flex;
  align-items: center;
}

.sub-menu li:first-child {
  border-top: none;
}

.sub-menu .ct-menu-link {
  --theme-link-initial-color: var(--theme-palette-color-2);
  --theme-font-family: ct_font_emily__austin, Sans-Serif;
  --theme-font-weight: 400;
  --theme-font-size: 40px;
}

#header-menu-1 .sub-menu .menu-item a.ct-menu-link {
  padding: 19.5px;
}


.dropdown-menu > li > a {
    background-color: transparent;
    color: var(--theme-text-color);
    line-height: 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
    display: flex;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: var(--theme-text-color);
    text-decoration: none;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: var(--theme-text-color);
    text-decoration: none;
}

/* third level dropdowns */
ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

/* hide third level dropdowns */
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    /*display: none;
    visibility: hidden;*/
}

/* displays nested (2nd/3rd level) dropdown menus on hover */
ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
}

/* top-level dropdown menus now open on click (via JS .open class) instead of hover */
.inner-nav > li.expandable > .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.inner-nav > li.expandable.open > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Shop Wines: keep it a plain link on desktop - no dropdown indicator, no submenu
   Also a bit on site.js to coment out to use the dropdown, but it does not include the top level page */
.desktop-header .inner-nav > li.expandable:has(> a[href="/shop-wines"]) > .ct-menu-link .ct-toggle-dropdown-desktop {
    display: none;
}

.desktop-header .inner-nav > li.expandable:has(> a[href="/shop-wines"]) > .dropdown-menu {
    display: none !important;
}

/* REVERT-ME: Shop Wines mobile - hide the dropdown toggle + submenu, same as desktop.
   Delete this rule to restore the mobile submenu. */
.menu-small .nav > li.expandable-m:has(> .ct-sub-menu-parent > a[href="/shop-wines"]) > .ct-sub-menu-parent > .ct-toggle-dropdown-mobile,
.menu-small .nav > li.expandable-m:has(> .ct-sub-menu-parent > a[href="/shop-wines"]) > .menu-sub {
    display: none !important;
}

/* MOBILE NAV */

@media (min-width: 1000px) {
  #header .mobile-header {
    display: none;
  }
}

:is([data-label="left"], [data-label="right"]) {
  column-gap: .5em;
}

/* hamburger */
.mobile-nav-toggle-label {
    color: #000;
    cursor: pointer;
    height: 22px;
    left: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 22px;
    z-index: 1003;
    background-color: transparent;
    border: none;
}

[class*="ct-toggle"] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: var(--toggle-button-position, relative);
  cursor: pointer;
  appearance: none;
  width: var(--toggle-button-size);
  height: var(--toggle-button-size);
  flex: 0 0 var(--toggle-button-size);
  margin-block: var(--toggle-button-margin-block, initial);
  margin-inline: var(--toggle-button-margin-start, auto) var(--toggle-button-margin-end, 0);
  transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: var(--toggle-button-padding, 0px) !important;
  box-shadow: var(--toggle-button-shadow, none) !important;
  border-radius: var(--toggle-button-radius, 0) !important;
  border-width: var(--toggle-button-border-width, 0px) !important;
  border-style: var(--toggle-button-border-style, solid) !important;
  border-color: var(--toggle-button-border-color, transparent) !important;
  background: var(--toggle-button-background, transparent) !important;
  left: auto;
  top: auto;
}

.ct-header-trigger {
  --theme-link-initial-color: var(--theme-text-color);
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 20px;
    --theme-icon-color: var(--theme-palette-color-2);
    --theme-icon-hover-color: var(--theme-palette-color-1);
  }
}

[data-column="end"] [data-items="primary"] > :last-child {
  --margin: 0 0 0 10px;
}

#header [data-items] > * {
  margin: var(--margin, 0 10px);
}

.ct-icon, .ct-icon-container svg {
  width: var(--theme-icon-size, 15px);
  height: var(--theme-icon-size, 15px);
  fill: var(--theme-icon-color, var(--theme-text-color));
  transition: var(--theme-icon-transition, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955));
}

.ct-icon, .ct-icon-container {
  position: relative;
}

[class*="ct-toggle"] svg {
  transform: var(--toggle-icon-transform);
  --theme-icon-transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ct-header-trigger .ct-icon[data-type] {
  transition: none;
}

.ct-header-trigger .ct-icon[data-type] rect {
  transform-origin: 50% 50%;
  transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(1), .ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(3) {
  width: 18px;
  y: 6.15px;
}

.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(1) {
  x: 0px;
  transform: rotate(45deg);
}

.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(2) {
  opacity: 0;
}

.ct-header-trigger[aria-expanded="true"] .ct-icon[data-type] rect:nth-child(3) {
  transform: rotate(-45deg);
}

.active #menu-button {
  position: absolute;
  top: -3px;
  right: 22px;
}

.active .ct-toggle#menu-button svg {
  --theme-icon-size: 24px;
}




/* mobile menu */

.menu-small {
  display: flex;
}

.menu-small .navbar {
    background-color: var(--theme-palette-color-7);
    box-sizing: border-box;
    height: 100vh;
    left: auto;
    right: 0;
    line-height: 1em;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: fixed;
    text-align: left;
    transition: opacity .25s ease-in-out, visibility 0s linear .25s;
    visibility: hidden;
    width: 45vw;
    z-index: 1001;
    margin: 0;
    padding:0;
}

.active .menu-small .navbar {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: flex;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    transition: opacity .25s ease-in-out, visibility 0s linear 0s;
}

@media (max-width: 999.98px) {
  .menu-small .navbar {
    --vertical-alignment: center;
    --panel-content-height: auto;
    --horizontal-alignment: center;
    --text-horizontal-alignment: center;
    --has-indentation: 0;
  }
}

@media (max-width: 689.98px) {
  .menu-small .navbar {
    width: 80vw;
  }

   .ct-panel .ct-panel-inner {
    --panel-padding: 25px;
  }

  .ct-panel-actions {
    padding-top: 38px;
  }
}

.ct-panel-inner {
    position: absolute;
  inset-block: 0px;
  height: calc(100% - var(--side-panel-offset, 0px)*2);
  width: calc(100% - var(--side-panel-offset, 0px)*2);
  max-width: var(--side-panel-width, 500px);
  margin: var(--side-panel-offset, 0px);
  box-shadow: var(--theme-box-shadow);
  border-radius: var(--side-panel-border-radius, 0px);
  transition: transform .25s ease-in-out;
  display: flex;
  flex-direction: column;
  transform: translate3d(var(--theme-panel-reveal-right, 20%), 0, 0);
}

.active .ct-panel-inner {
  transform: translate3d(0, 0, 0);
}

.ct-panel-actions {
  display: flex;
  align-items: center;
  padding-inline: var(--panel-padding, 35px);
}

.ct-panel-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment, flex-start);
}

.ct-panel-content-inner {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment, flex-start);
  height: var(--panel-content-height, auto);
  overflow-y: auto;
  padding: var(--panel-padding, 35px);
  --margin: 0 0 20px 0;
}

.mobile-menu {
  width: 100%;
}

[data-id="mobile-menu"] {
  font-family: ct_font_1871__dreamer_2__pro, Sans-Serif;
  --theme-font-weight: 400;
  --theme-font-size: 20px;
  --theme-link-initial-color: var(--theme-palette-color-2);
  --theme-link-hover-color: var(--theme-palette-color-1);
  --mobile-menu-divider: none;
}

@media (max-width: 999.98px) {
  [data-id="mobile-menu"] {
    --theme-font-size: 28px;
  }

  #mobile-nav-panel {
    --vertical-alignment: center;
    --panel-content-height: auto;
    --horizontal-alignment: center;
    --text-horizontal-alignment: center;
    --has-indentation: 0;
  }
}

.ct-panel-content-inner > * {
  margin: var(--margin);
}

.ct-panel-content-inner > :first-child {
  margin-top: 0;
}

.ct-panel-content-inner > :last-child {
  margin-bottom: 0;
}

.mobile-header .menu-container ul {
    list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}

.menu-small .nav > li {
    padding: 0;
}

.mobile-menu li {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
}

.mobile-menu a {
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
}

.mobile-menu .ct-menu-link {
  text-align: var(--text-horizontal-alignment);
  justify-content: var(--horizontal-alignment);
  --menu-item-padding: var(--items-vertical-spacing, 5px) 0;
  color: var(--theme-link-initial-color);
  --theme-icon-color: var(--theme-link-initial-color);
}

#menu-primary-navigation-1 .menu-item:first-child a.ct-menu-link {
  padding-left: 0;
}

.menu-small .nav > li > a {
    z-index: 10;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.menu-small .nav > li > a:hover {
    background-color: transparent;
}

.mobile-menu .ct-sub-menu-parent {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.mobile-menu .ct-toggle-dropdown-mobile {
  color: var(--theme-link-initial-color);
  flex: 0 0 var(--toggle-button-size, 25px);
  --toggle-button-size: 25px;
  --toggle-button-margin-end: -5px;
  --theme-icon-color: var(--theme-link-initial-color);
}

.menu-small .nav .open-menu > .ct-sub-menu-parent .ct-toggle-dropdown-mobile {
  --toggle-icon-transform: rotate(-180deg);
}

.menu-small .nav .menu-sub  {
    display: block;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .3s ease-in-out, visibility 0s linear .3s;
}

.menu-small .nav .open-menu > .menu-sub {
    max-height: 1000px;
    visibility: visible;
    transition: max-height .3s ease-in-out, visibility 0s linear 0s;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color:#fff;
    background-color: transparent;
    border: none;
    right: -10px;
    top: 5px;
    padding: 10px;
    transition-duration: 0.1s;
}



/* SUBNAV */

ul.subnav {
  list-style: outside none none;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

.custom-cart-links ul, .shipping-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.custom-cart-links ul a, .shipping-page ul a {
    text-decoration: none;
}

ul.subnav > ul {
    padding: 0;
    margin: 0;
}

ul.subnav li.page-title {
    font-size: 17px;
    text-transform: uppercase;
}

ul.subnav li, .custom-cart-links ul li {
    display: inline-block;
    margin: 5px 10px;
}

.custom-cart-links ul li {
  font-size: 0.8em;
  margin: 5px 0;
}

.custom-cart-links ul li::after {
  content: "|";
  margin: 0 10px;
}

.custom-cart-links ul li:last-child::after {
    content: none;
}

ul.subnav li a {
    text-decoration: none;
}

ul.subnav li.level-3 {
    
}

ul.subnav li.level-4, ul.subnav li.level-5 {
    display: none;
}


/* Give subnav current-page links underline indicator - add current releases "current" code on content-store.cfm

ul.subnav a.current {
  border-radius: 350px/15px 3px;
  border-bottom: solid 2px var(--theme-text-color);
}
*/


/* FOOTER */

.ct-footer {
  padding: var(--footer-container-padding);
}

[data-footer*="type-1"] .ct-footer {
  background-color: var(--theme-palette-color-7);
}

#footer {
  padding: 60px 0 20px;
}

.ct-footer [data-row] {
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: transparent;
}

.ct-footer [data-row] > div {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-column-gap: var(--columns-gap, 50px);
  grid-row-gap: var(--columns-gap, 50px);
  padding-block: var(--container-spacing);
}

.ct-footer [data-row] > div {
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
  --container-spacing: 10px;
  --columns-gap: 50px;
  --vertical-alignment: center;
  --theme-border: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --grid-template-columns: initial;
}

.ct-footer [data-column] {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  justify-content: var(--vertical-alignment, flex-start);
  min-width: 0;
}

.ct-footer [data-column*="widget"] {
  text-align: var(--text-horizontal-alignment);
}

@media (min-width: 1000px) {
  .ct-footer [data-column] {
    position: relative;
  }
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
  --text-horizontal-alignment: center;
  --horizontal-alignment: center;
}

.ct-footer .ct-widget {
  color: var(--theme-text-color);
  margin: var(--margin);
  --theme-link-initial-color: var(--theme-text-color);
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] .ct-widget {
  --theme-text-color: var(--theme-palette-color-2);
  --theme-link-initial-color: var(--theme-palette-color-2);
  --theme-link-hover-color: var(--theme-palette-color-2);
}

.wp-block-group {
  box-sizing: border-box;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: var(--theme-content-spacing);
  margin-block-end: 0;
}

:root :where(.is-layout-flex) {
  gap: var(--theme-content-spacing);
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.ct-widget > * {
    font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
}

:is(.is-layout-flow, .is-layout-constrained) > :where(:not(h1, h2, h3, h4, h5, h6)) {
  margin-block-start: 0;
  margin-block-end: var(--theme-content-spacing);
}

.wp-container-core-group-is-layout-baa833e1 {
  flex-wrap: nowrap;
  justify-content: center;
}

body .is-layout-flex {
  display: flex;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget > :not(.widget-title) {
  --theme-font-size: 13px;
}

p {
  margin-block-end: var(--theme-content-spacing);
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

.wp-block-group p {
  text-align: left !important;
  font-size: 90%;
}

:where(figure) {
  margin: 0 0 1em;
}

figure {
  display: block;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-image-410 {
  width: 100px;
}

.wp-container-content-9cfa9a5a {
  flex-grow: 1;
}

:root .has-text-align-right {
  text-align: right;
}

.ct-widget p:last-child {
    margin-bottom: 0;
}

.footer-menu-pipe:last-of-type {
    display: none;
}

footer a {
    text-decoration: none;
}


/* BUTTONS */

.btn, .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    min-height: 40px;
    line-height: 1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border:none;
    border-radius: 0;
    text-decoration: none;

    border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  text-transform: uppercase;
  min-height: 40px;
}

.btn-default, a.btn, a.btn:visited,
.btn-primary, a.btn-primary {
    color:#f2decb;
    background-color:#a3482c;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover, a.btn:hover, a.btn:focus,
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:hover,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover {
    color:#f2decb;
    background-color:#a3482c !important;
}

/* trying primary/default diff, but too many are marked up as the wrong thing in my opinion */
/*.btn-default, a.btn, a.btn:visited {
    background-color: #f2decb !important;
  border-color: #a3482c;
  color: #a3482c !important;
  border-width: 2px;
  border-style: solid;
    
}

.btn-primary, a.btn-primary {
  color:#f2decb;
    background-color:#a3482c;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover, a.btn:hover, a.btn:focus,
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:hover {
    color: #a3482c;
  background-color: #f2decb;
  border-color: #a3482c;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover {
    color:#f2decb;
    background-color:#a3482c !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color:#f2decb;
    background-color:#a3482c !important;
}*/

.btn-group-sm>.btn, .btn-sm, a.btn-sm {
    font-size: 11px;
    min-height: 30px;
  padding: 3px 15px;
}

.btn-block {
    display: block;
    width: 100%;
}



/* STORE CATEGORY */

.product-list > .row::after, .product-list > .row::before {
    content: none;
}

.product-list > .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
}

.product-list > .row > .col-xs-12 {
    width: auto; /* grid handles sizing now */
    display: flex; /* lets .product use the full stretched grid-row height */
    justify-content: center;
}

@media (max-width: 999px) {
    .product-list > .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 570px) {
    .product-list > .row {
        grid-template-columns: 1fr;
    }
}

.product-list > .row > .clearfix {
  display: none !important;
}

.category-content {
    margin: 0 auto;
}

.category-dropdown {
  margin: 10px 0;
  font-size: 0.85em;
}

.storeproducts .category-dropdown {
  margin: 10px auto;
  text-align: center;
}

.state-dropdown select {
    margin: 5px 0;
    width: auto;
}

.storeproducts .state-dropdown select {
  margin: 5px auto;
}

.state-dropdown .willCall {

}

.state-dropdown select option[value="MU"] {
    display: none;
}

.statecompliancemessage {
    margin-top: 10px;
}

.pagination {
    margin: 20px 0;
}

.store-pagination.pagination-bottom {
    float: right;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: var(--theme-text-color);
  border-color: var(--wp--preset--color--palette-color-6);
  color: var(--theme-palette-color-7);
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
  border: 1px solid var(--wp--preset--color--palette-color-6);
  color: inherit;
    position: relative;
    text-decoration: none;
    transition: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: var(--theme-text-color);
  border-color: var(--wp--preset--color--palette-color-6);
  color: var(--theme-palette-color-7);
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { 
    color: inherit;
    background-color: transparent;
  border-color: var(--wp--preset--color--palette-color-6);
}


.product-list {

}

.product-list .product {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
}

.product-list .product-image {

}

.product-list .product-image img {
    max-height: 400px;
    width: auto;
}

.product-list .product-info {
  display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    text-align: center;
}

.product-list .title {

}

.product-list .title a {

}

.product-list .title a:hover {
    text-decoration: none;
}

.product-list .desktop-title {
    display: block !important;
}

.product-list .desktop-title a {
    text-decoration: none;
}

.desktop-title img {
  max-height: 350px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
    .desktop-title img.image-not-found {
      min-height: 350px;
    }
}

.product-list .desktop-title h3 {
    margin-top: 0;
}

.product-list .mobile-title { /* outside .product-info */
 display: none !important;
}

.product-list .mobile-title a {

}

.product-list .mobile-title h3 {

}

.product-list .product-info .info {
    margin-top: auto; /* pushes just this block (price/qty/button) to the bottom */
}

.product-list .product-info .teaser {
  margin: 0 auto .5em;
}

.subtotal-wrap, .qty-wrap {
  font-size: .9em;
}

.teaser:empty,
.teaser:has(> br:only-child) {
  display: none;
}


/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {

}

/* nav pills */
ul.nav-pills { /* hides nav pills for wines, which displays bottle size as a nav-tab */
    display:none;
    margin-top: 1em;
}

.producttype-product ul.nav-pills, .drill-container.product ul.nav-pills { /* displays nav pills for non-wine product for multi-SKUs */
    display:block;
}

.nav-pills > li {
  margin-right: 5px;
}

.nav-pills > li > a {
  border-radius: 0;
  border: 1px solid;
  padding: 9px 14px;
  text-decoration: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #242424;
    border: none;
    color: #fff;
    padding: 10px 15px;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: transparent;
    color:#000;
    text-decoration: none;
}

.nav-pills > li > a:focus {
  border: none;
  padding: 10px 15px;
}

.tab-content {
    margin-top:15px;
    width:100%;
}

.product-list .tab-content {
    margin-top: 0;
}

.purchase-form {

}

.quantity {
    margin-right: 0.5em;
    min-width: 36px;
    display: inline-block;
    vertical-align: middle;
}

.quantity input {
    text-align: center;
    padding: 6px 4px;
    width: 36px;
    height: 36px;
}

.price-units {
    display: block;
    font-size: 1em;
    vertical-align: middle;
    width: auto;
}

.product-list .price-units {
    display: inline-block;
    width: 100%;
}

.price {
    display: inline-block;
    font-size: 1em;
    width: auto;
}

.unit {
    display: inline-flex;
    width: auto;
}

.unit, .club-unit {
  text-transform: uppercase;
  font-size: smaller;
}

.unit select { /* for non-wine products using options */
    margin-left: 5px;
    margin-top: -8px;
}

.add-to-cart {
    display: inline-block;
    padding:15px 0;
    vertical-align: middle;
}

.add-to-cart .btn {
    margin: 0;
}

.min-order, .max-order {
    clear:both;
    display:block;
    font-size: .85em;
}

.login-for-club {
  text-align: center;
  font-size: .8em;
  font-style: italic;
}



/* STORE DRILLDOWN */

.drill-container {
    padding-top: 15px;
}

.product-detail .product-image {
    margin-bottom: 30px;
}

.product-detail .product-image img {
  max-height: 800px;
}

@media (max-width: 640px) {

   .product-image img {
        max-height: 400px;
    }
}

.product-detail .product-info {
    text-align: justify;
}

.product-detail h1.product-title {
    margin-top: 0;
    text-align: left;
}

.product-detail .mobile-title {
    text-align: center;
    background-position: top center;
}

.product-detail .teaser {
  padding: 0;
  margin: 0 0 .5em;
}

.product-detail .tab-content {
  margin-top: 0;
}

.tab-content form[data-type="purchase"] {
  margin-top: 1em;
}

.tab-content form[data-type="purchase"]:first-child {
  margin-top: 0;
}

.product-detail h2 { /* detail titles */
    
}

@media (min-width: 690px) {
    table.productDetails {
      font-size: 0.9em;
    }
}

table.productDetails th, table.productDetails td {
    padding: 5px 25px 5px 0;
    vertical-align: top;
}

table.productDetails .DownloadWineNotes {
    padding: 0 0 10px;
}

table.productDetails .wineNotesRight table .wineNotesRight {
    padding: 0 15px 0 0;
}

.wineNotesRight .detail {
    display: block;
}

.DownloadWineNotes, .wineNotesLeft {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .product-detail h1.product-title {
      margin-top: 0;
      text-align: center;
    }

    .product-buttons {
      text-align: center;
    }
    .wine-profile .table-responsive {
        border: none;
    }
}




/* POPUP */

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
    background-color:#a3482c;
    float:left;
    height:32px;
    margin-left:17px;
    width:32px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:0.75s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:21px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:0.75s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:21px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:0.75s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:21px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:0.75s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:21px;
    animation-name:bounce_circleG;
    animation-duration:0.75s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:21px;
}

#circleG_1{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circleG_2{
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#circleG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #f2decb;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #f2decb;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #f2decb;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #f2decb;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #f2decb;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

.modal-body #errorBoxWrapper {
    height: auto !important;
}

.modal-body #errorBox.error {
    height: auto !important;
}

.modal-body .cart-title h4 {
    font-size: 1em;
    line-height: 1.42857;
    margin: 0;
}

.modal-body .subtotal-row td {
    text-align: right;
}

.modal-body .cart-price {
    
}

.modal-body del, .modal-body .strikethru {
    display: block;
}

.modal-body .baseprice {
    color: inherit;
}

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

.fixed {
    border-bottom: 1px solid #bdb29d;
    position: fixed !important;
    width: 100%;
    z-index: 1025;
}

.modal-footer .btn + .btn {
    margin: 10px 0;
}



/* CART */

.storecart .layoutcontent p {
    padding: 10px 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table > thead > tr > th {
    border-width: 1px;
}

.thead-total, .thead-price  {
    text-align: right;
}

.cart-image.hidden-xs {
    float: left;
    padding: 0 15px;
    width: auto;
}

.storecart .cart-qty input {
    display: inline-block;
    padding: 0;
    text-align: center;
    width:35px;
    height: 35px;
}

.cart-price, .cart-total {
    text-align: right;
}

.subtotal-row td, .shipping-row td, .salestax-row td, .salestax-row td, .total-row td, .handling-row td, .bottledeposit-row td {
    text-align: right;
}

.cart-totals .table td {
  text-align: right;
}

.special-offers {
    padding-bottom: 40px;
}

.special-offers .special-offers {
    padding-bottom: 0;
}

#divCoupon input, #divCoupon .btn {
    display: inline-block;
}

#shippingOptionsForm #divShipping select {
    width: 100%;
}

#divFutureShipDate label {
    padding: 2px;
}

.checkout-row {
    text-align: right;
}

/* mobile cart - non-rco */

.mobile-summary.visible-xs div {
    padding-left: 0;
}

.mobile-summary .cart-title {
    font-size: 1.2em;
    padding: 1em 0;
}

.mobile-summary .cart-image {
    text-align: center;
}

.mobile-summary .cart-image > img {
    max-width: 80px;
}

.mobile-summary .cart-prices {
    /*display: inline-block;*/ /*remove for RCO 
    font-weight: bold;*/
    padding-top: 4px;
}

.cart-quantity {
    /*display: inline-block;*/ /*remove for RCO */
    padding-right:10px;
    vertical-align: top;
}

.cart-quantity input {
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
}

.cart-buttons {
    padding:5px 0;
    display: block;
}

.cart-buttons .btn {
    margin-bottom: 5px;
    width: 150px;
}

.mobile-summary .cart-totals {
    padding: 20px 0;
}

.cart-subtotal, .cart-shipping, .cart-taxes {
    padding: 3px 0;
    text-align: right;
}

.mobile-summary .cart-total {
    font-size: 1.2em;
    padding: 3px 0;
}

.mobile-summary .cart-total > strong::after {
    content: " ";
}



/* CHECKOUT - NON-RCO */
/*
#divLogin {
    max-width: 400px;
    padding-bottom: 20px;
}

#divLogin .forgot-link {
    padding: 10px 0 0;
}

#giftCertificateForm {
    display:none;
}

.showPaymentInformation th, .showPaymentInformation td{
    padding: 8px 0;
}

.cartpaymenttypetabs {
    padding: 30px;
}

.showPaymentInformation h3 {
    padding-top: 20px;
}

.cartpaymenttypetabs {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.cartpaymenttypetabs .clearfix.container-fluid {
    padding: 15px 0;
}

.cartpaymenttypetabs .clearfix.container-fluid .container-fluid {
    padding: 0;
}

.showPaymentInformation .currentVintage {
    display: none;
}

#whatsThis > a {
    display: none;
}

.showConfirm .page-content {
    padding-bottom: 20px;
}
*/



/* CLUBS */

.club-signup #contentInfo h1 {
  display: none;
}

.club-signup #divLogin .forgot-link {
  margin-top: 1em;
}

.club-signup #saveShippingType {
  margin-top: 1em;
}

.club-information.mb-2 {
  border-bottom: 2px solid var(--wp--preset--color--palette-color-6);
  padding-bottom: 2em;
}

.clubs .member-login.mb-2 {
  border: 1px solid var(--wp--preset--color--palette-color-6);
  padding: 10px 30px 30px;
  margin: 2em auto;
  max-width: 630px;
}

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid var(--wp--preset--color--palette-color-6);
    border-radius: 3px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.clubs .control-label.col-sm-1 {
    text-align: left;
}

.club-rate.list-group-item {
    border: medium none;
    padding: 0;
}

.clubs .list-group-item {
    background-color: transparent;
}

.club-signup .club-information select {
    width: auto;
}

/*.clubs .member-login .col-sm-3.control-label,*/
.club-signup .club-information .col-sm-2.control-label {
    width: auto !important;
}

.club-signup .formSubmit.form-group div.col-xs-12 {
    text-align: right;
}

.clubs .well a.btn.btn-primary {
    width: 120px;
    margin: 20px 0 10px;
}

.club-signup .checkbox label {
  font-weight: bold;
}

.club-signup .no-type > div:not(.club-information) {
  opacity: .5 !important;
}

.club-signup {
  #billingForm.col-md-6, #shippingForm.col-md-6 {
    width: 100%;
  }

  #billingForm .checkbox {
    margin-bottom: 2em;
  }

  legend.h4 {
    margin-bottom: 1.5em;
    font-size: 20px;
  }
}

/* BLOG */

.blog .subnavarea {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .blog .subnavarea {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
}

.blog-nav {
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
}

.blog-nav-title.page-title {
    margin-bottom: 5px;
    font-family: 'Reem Kufi', sans-serif;
    color: #555;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
}

.blog-nav-links {
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.blog-navLink {
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.blog-navLink a, .blogEntryCommentCount a, .blogEntryPostedBy {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog .contentarea .layClear {
    display: none;
}

.blogEntryTitle, .blogLeftNavItemTitle, .blog-title {
    margin-bottom: 5px;
    margin-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    line-height: normal;
}

.blogEntryTitle a {
  text-decoration: none;
}

.BlogDrilldown h1.page-title {
    display: none;
}

.BlogDrilldown .blogEntryTitle {
    margin-top: 20px;
    font-size: 30px;
}

.blogEntryDate {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blogEntryCommentCount {
    margin-top: 10px;
}

.blogEntryPostedBy {
    margin-top: 10px
}

#blogAddComments {
    display: none;
}

/* weird base left nav issue fix */
.layLeftNavItem {
    display: none;
}

.blogEntry img {
  max-width: 100%;
  width: auto;
  display: block;
}


/* PODS */

.pods {
    margin: 35px auto;
    max-width: 1080px;
}

.pods .panel-default {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .pod-wrap {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .pod {
        display: flex;
        display: -ms-flexbox;
        margin: 0 -1px;
    }

    .pods .panel-default {
        flex: 1;
        -ms-flex: 1;
    }
}

.pods .panel-default > .panel-heading {
    background-color: var(--theme-form-text-initial-color, var(--theme-text-color));
    border: 0 none;
    border-radius: 0;
    padding: 1em;
}

.pods .panel-title {
    text-align: center;
}

.pods .panel {
    background-color: transparent;
    border: 1px solid var(--theme-form-text-initial-color, var(--theme-text-color));
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.pods .panel-body {
    padding: 15px;
}

.featured-pod {
    max-height: 270px;
}



/* FORMS, ETC */

.form-control {
    border-radius: 3px;
  border: 1px solid var(--theme-form-text-initial-color, var(--theme-text-color));
  color: var(--theme-form-text-initial-color, var(--theme-text-color));
  background-color: transparent;
  height: 40px;
}

.form-control::placeholder {
  color: var(--theme-form-text-initial-color, var(--theme-text-color));
  opacity: .7;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* removes quantity arrows from field */
}

#creditCardExpiry select {
    margin: 0 10px 0 0;
}

#sourceCodeForm {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.members .page-content {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: white;
}

.layClear {
    clear:both;
}

.tdLabel {
    font-weight: bold;
    padding: 12px 10px;
}

#locator_key {
    display: none;
}

.plocations.showpage .icons {
    display: none;
}

form[name="resetForm"] .form-group {
  margin-left: 0;
  margin-right: 0;
}




/* xs only */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    select[name="BirthMonth"], select[name="BirthDay"], select[name="BillBirthMonth"],
    select[name="BillBirthDay"], select[name="ShipBirthMonth"], select[name="ShipBirthDay"],
    select[name="cardexpirymo"] {
        margin-bottom: 10px;
    }

    .header-logo a {
       max-width: 70%;
    }

    #shippingForm {
        padding-top: 20px;
    }

    .product-image .img-responsive, .product-detail .product-image img {
        max-height: 300px;
        width: auto;
    }

    .product-list .info {
        
    }

    /*.storecart .special-offers, .storecart .shipping-options {
        padding-left: 0;
    }

    .checkout-row {
        padding-left: 0;
        text-align: left;
    }*/

    .showPaymentInformation h5 {
        margin-top: 10px;
    }

    .showPaymentInformation .modal-body table, .modal-body table#cart-summary {
        
    }

    .showPaymentInformation th, .showPaymentInformation td {
        padding: 0;
    }

    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* lg only */
@media (min-width: 1200px) {



}


@media print {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }

    a[href]:after {
        content: none;
    }

    @page {
        size: 330mm 427mm;
        margin: 14mm;
    }
    
    body {
        width: 1170px;
    }
}


/*shipping states width fix*/
select[name="ShippingStates"] {
    width:auto;
}

/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}

/*password meter fix*/
.password-meter {
    padding-top: 10px;
    width: 200px;
    display: none;
}

/* for CCV to show */
#whatsThisDetail {
    top:-50px!important;
    left:200px!important;
    z-index:500;
}

/* openedge cc images */
.hide.available-cards {
    display: block !important;
}

.available-cards .card {
  max-width: 35px;
}

/*image not found graphic size contstraints*/
.product-list .product-image .not-found {
    max-height: 100px;
    width: auto;
}

.product-detail .product-image .not-found {
    max-height: 150px;
}

.nav-tabs {
  border-bottom: 1px solid var(--wp--preset--color--palette-color-6);
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    text-decoration: none;
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}


.mb-2 {
  margin-bottom: 2em;
}

.preferences h3 {
    display: none;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img {
    height: 190px;
    width: 260px;
    object-fit: cover;
}
.ekko-lightbox-nav-overlay a:empty {
    width: auto !important;
}
.ekko-lightbox-nav-overlay a:focus-visible {
  opacity: 1;
  text-decoration: none;
}

.modal .modal-dialog { z-index: 20001; }

.modal-content {
    background-color: var(--theme-palette-color-7);
    border: 1px solid var(--wp--preset--color--palette-color-6);
}

hr.admin { display: none; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ALLOCATION/CUSTOM CLUB */

.allocation-summary {
    display: none;
}

.showAllocationDetail .product-image img,
#customClubProductForm img {
    width: 100%;
    max-width: 20px;
}

.showAllocationDetail .PriceByQTY {
    max-width: 60px;
    float: right;
}

.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(2),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
.showAllocationDetail form tr > td:nth-child(2),
.showAllocationDetail form tr > td:nth-child(3),
.showAllocationDetail form tr > td:nth-child(4),
form#customClubProductForm thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
form#customClubProductForm thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
form#customClubProductForm tr > td:nth-child(2),
form#customClubProductForm tr > td:nth-child(3),
form#customClubProductForm tr > td:nth-child(4),
th.line-item-quantity {
    text-align: right;
}

#customClubProductForm .quantity {
  float: right;
  width: auto;
}

#remainingBottles {
    color: #cc1515;
}

.cart-price strong {
  font-weight: 400;
}

#allocationWishList td.header {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 5px;
}

.WishlistQuantity {
    text-align: center;
}

.AllocationshowCart #cart-summary select.PriceByQTY {
    max-width: 60px;
}

.AllocationshowCart #wishlist-table td.header {
    font-weight: 700;
}

.storecart.AllocationshowCart h1.page-title {
    display: block;
}

.AllocationshowCart .cart-totals {
  text-align: right;
}

.AllocationshowCart .mobile-summary .cart-quantity,
.AllocationshowCart .mobile-summary .cart-buttons > div {
  float: right;
}

.AllocationshowCart .mobile-summary .cart-quantity select {
  width: auto;
}

.AllocationshowCart .mobile-summary .cart-image img {
  max-width: 30px;
}

.img-left, .img-right {
    float: none;
    font-size: 10px;
}

.img-left, .img-right,
.img-left img, .img-right img {
    max-width: 100%;
    margin: 10px 0;
}


@media (min-width: 768px) {
    .img-right {
      float: right;
      margin: 5px 0 30px 20px;
    }

    .img-left {
      float: left;
      margin: 5px 20px 30px 0;
    }
}

/* login dashboard */

.dashboard {
  text-align: center;
}

.dashboard hr.separator {
  margin: 15px auto 30px;
}

.dashboard .admin-content {
  margin: 30px auto;
}

.dash-wrap {
  width: 100%;
  margin: 3em auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}

@media (max-width: 999px) {
  .dash-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 570px) {
  .dash-wrap {
    grid-template-columns: 1fr;
  }
}

.dashboard-tile {
  border: 1px solid var(--wp--preset--color--palette-color-6);
  text-align: left;
  padding: var(--wp--preset--spacing--30);
  display: flex;
  flex-direction: column;
}

.dashboard-tile h3 {
  text-transform: uppercase;
  margin-top: 0;
}

.dashboard-tile p {
  font-size: 90%;
}

.dashboard-tile .btn.btn-default {
  margin: auto;
}



/*table collapse*/
.site-content table td {
    vertical-align: top;
    padding: 10px 15px;
}

.site-content table td.left {
    padding: 10px 15px 10px 0;
}

.site-content table td.right {
    padding: 10px 0 10px 15px;
}

.site-content table img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

@media (max-width: 767px) {
    .site-content table td {
        width: 100% !important;
        display: block !important;
        padding: 10px 0 !important;
    }

    .site-content table img {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .site-content table .carousel img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .site-content table.reverse tr {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .site-content table.reverse-odd tr:nth-child(odd) {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .site-content table.reverse-even tr:nth-child(even) {
      display: flex;
      flex-wrap: wrap-reverse;
    }
}

.mprofile .btn {
    margin-bottom: 1em;
}

.login-form form div.checkbox {
    display: none;
}

.save-order {display: none !important;}

/* KIOSK STYLING UPDATES */

.kiosk-site header, .kiosk-site .hero, .kiosk-site footer, .kiosk-site .pods, .kiosk-site #redchirp-iframe {
    display: none;
}

#kiosk-countdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #990000;
    color: #fff;
    text-align: center;
    padding: 28px;
    font-size: 22px;
    z-index: 9999;
    display: none; /* hidden until countdown gets close, based on warningSeconds in the JS */
  }

#kiosk-countdown.visible {
    display: block;
}

.msignup .form-section.section1, .msignup .form-section.section2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.msignup .form-group.form-inline .form-group.container-fluid:nth-child(1) {
    padding-left: 0;
}

@media (max-width: 767px) {
    .msignup .form-section.section1, .msignup .form-section.section2 {
    grid-template-columns: 1fr;
  }

    .msignup .form-group.form-inline .form-group.container-fluid {
        padding-left: 0;
        padding-right: 0;
        margin-right: auto;
    }
}
