@import url("https://use.typekit.net/qgz4shn.css");

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

body {
    max-width: 100%;
    overflow-x: hidden;
    color: #363433;
    font-family: arno-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background-color: #F6F3EE;

    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrapper {
    /*padding: 0 0 3.5em;
    margin-bottom: 1em;
    background-color: #444;*/
    padding: 0;

    display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.layoutcontent {
    padding-bottom: 3em;
    padding-top: 7px;
}

.layoutcontent.background-white {
  padding-top: 0;
}

.page-wrap {
    background-color: #F6F3EE;
    padding-bottom: 5em;

    padding-bottom: 0;
    flex: 1;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 2. Apply the animation to the element */
.fade-in-content {
    opacity: 0; /* Ensures content is hidden before animation starts */
    animation: fadeIn 0.15s ease-in forwards;
}

/* Optional: Add a delay for staggered effects */
.fade-in-content.delayed {
    animation-delay: 0.05s;
}

.homepage .page-wrap {
  background-color: #fff;
}

@media (max-width: 767px) {
    .page-wrap {padding-bottom: 0;}
}

.page-wrap.padding-fix {
  padding-top: 7px;
}

.contentarea section, .page-container {
    width: 100%;
    padding: 4rem 0;
}

.contentarea section:last-of-type {
    padding-bottom: 1em;
}

.contentarea.checkout section {
    padding: 0;
}

section section > .content-wrapper {
    padding: 0;
}

.centered {
    text-align: center;
}

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

.background-light {
    background-color: #F6F3EE;
}

.page-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.page-container.section-reset {
    max-width: 100%;
    margin: 0;
    padding: 0 0 2rem;
}

.page-container.section-reset > .content-wrapper {
    margin: 0;
    padding: 0;
}

section > .content-wrapper {
    max-width: 1360px;
}

section.home-1 > .content-wrapper,
section.home-2 > .content-wrapper,
section.instagram-section > .content-wrapper {
    max-width: 100%;
}

body:not(.homepage).page-intro-section {
  background-color: #F6F3EE;
}

.page-intro-section .content-wrapper {
  max-width: 680px;
  padding: 0 16px;
  text-align: center;
}

.narrow-content {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 860px) {
    .narrow-content {
      padding: 0;
    }
}

.page-intro-section .narrow-content {
  text-align: center;
}

.homepage .contentarea.site-content section:nth-child(even) {
    background-color: #F6F3EE;
}

.homepage .contentarea.site-content section.instagram-section,
.homepage .contentarea.site-content section.banner-section {
    background-color: #fff;
}

.homepage .contentarea.site-content section.banner-section {
    padding: 0;
}

.homepage table.home-club {
  margin: 60px auto 30px;
}

.homepage table.home-club td {
    text-align: center;
    font-size: 18px;
}

table.home-club h3 {
  font-family: "arno-pro", serif;
  font-style: italic;
  font-size: 28px;
}

@media (min-width: 768px) {
    .homepage table.home-club td.center {
        border-left: 1px solid rgba(0,0,0,.25);
        border-right: 1px solid rgba(0,0,0,.25);
    }
}


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



@media (min-width: 992px) {
    .hero-small {
        background-color: #fff;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 105px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

.hero {
    background-color: #6f6f6f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    color: #fff;
    position: relative;
    padding: 0;
    height: 60vh;
    overflow: hidden;
    background-blend-mode: overlay;
}

.homepage .hero {
    height: 85vh;
}

@media (min-width: 992px) {
    .homepage .hero {
        max-height: 780px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hero-small {
        background-color: #fff;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 98px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

/*a#return-to-top {
    display: none;
    background: #444444;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    bottom: 50px;
    color: #ffffff;
    font-size: 16px;
    height: 44px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 44px;
    z-index: 9999;
}

a#return-to-top:focus {
    outline: 1px dotted #444;
    outline-offset: 0px;
}*/


/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    color: #333;
    font-family: bembo-mt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.h1, h1 {
    font-size: 2.222em;
}

h1.page-title {
    margin-bottom: 30px;
    margin-bottom: 0.75em;
    text-align: center;
    margin-top: 0;
}

.h2, h2 {
    font-size: 2em;
    margin-bottom: 32px;
}

.homepage .page-intro-section h2 {
  font-size: 1.7em;
}

.h3, h3 {
    font-size: 1.333em;
}

.h4, h4 {
    font-size: 1em;
}

h4.form-name {
    font-size: 1.667em;
}

a {
    color: #766236;
    text-decoration: underline;
}

a:visited, a:focus {
    color: #766236;
    text-decoration: underline;
}

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

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

a:active, a:hover  {
    color: #766236;
    text-decoration: underline;
}

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

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

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

a.skiplink {
  color: #fff !important;
}

@media (max-width: 991px) {
    a.skiplink {
      color: #766236 !important;
    }
}

p {
    margin-bottom: 20px;
}

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

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

.homepage .homepage-video {
  position:relative
}
.homepage .homepage-video video {
  display:block;
  width:100%
}
.homepage .homepage-video .mute-video,
.homepage .homepage-video .play-pause-video {
  position:absolute;
  bottom:2rem;
  left:2rem;
  background:none;
  border:2px solid #fff;
  border-radius:50%;
  width:2rem;
  height:2rem;
  z-index:2;
  box-shadow:2px 2px rgba(0,0,0,.36);
  z-index:-1;
  display:block
}
@media only screen and (min-width: 64.0625em) {
  .homepage .homepage-video .mute-video,
  .homepage .homepage-video .play-pause-video {
    width:3rem;
    height:3rem
  }
}
.homepage .homepage-video .mute-video svg,
.homepage .homepage-video .play-pause-video svg {
  fill:#fff;
  max-width:.75rem;
  max-height:.75rem;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  z-index:2
}
@media only screen and (min-width: 64.0625em) {
  .homepage .homepage-video .mute-video svg,
  .homepage .homepage-video .play-pause-video svg {
    max-height:1.5rem;
    max-width:1.5rem
  }
}
@media only screen and (min-width: 64.0625em) {
  .homepage .homepage-video .mute-video svg.icon-pause,
  .homepage .homepage-video .play-pause-video svg.icon-pause {
    max-height:.7rem;
    max-width:1rem
  }
}
.homepage .homepage-video .play-pause-video {
  left:initial;
  right:2rem;
  z-index:1;
  display:block
}
.homepage .homepage-video--no-autoplay .video-section__video--wrapper .mute-video,
.homepage .homepage-video--no-autoplay .video-section__video--wrapper .play-pause-video {
  z-index:-1;
  display:none
}
.homepage .homepage-video--yes-autoplay .video-section__video--wrapper .mute-video,
.homepage .homepage-video--yes-autoplay .video-section__video--wrapper .play-pause-video,
.homepage .homepage-video--yes-autoplay .video-section__video--wrapper video {
  z-index:1
}
.homepage .homepage-video--playing {
  background:none !important
}
.homepage .homepage-video--playing .video-section__video--wrapper .play-video {
  display:none !important
}
.homepage .homepage-video--playing .video-section__video--wrapper .mute-video,
.homepage .homepage-video--playing .video-section__video--wrapper .play-pause-video {
  z-index:1;
  display:block
}
.homepage .homepage-video .play-video {
  position:absolute;
  bottom:50%;
  left:50%;
  transform:translate(-50%, 50%);
  border:2px solid #fff;
  border-radius:100px;
  width:100px;
  height:100px;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:2
}
.homepage .homepage-video .play-video span {
  box-sizing:border-box;
  height:45px;
  border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  transition:100ms all ease;
  will-change:border-width;
  cursor:pointer;
  border-style:solid;
  border-width:25px 0 25px 45px;
  display:block;
  position:relative;
  left:10px;
  z-index:2
}



/* HEADER */

header {
    background-color: rgba(0,0,0,.7);
    font-family: bembo-mt-pro, sans-serif;
    position: relative;
    z-index: 1030;
    /*box-shadow: inset 0 -1px 0px #f5f5f5;*/
    padding: .5em 0;
    top: 0;
}

header.active {
    box-shadow: none;
}

.header-container, .container-footer {
    max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/*header.header-small {
    background-color: #fff;
}*/

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.header-inner::before, .header-inner::after {
    content: none;
}

.header-inner, .desktop-nav {
    display: flex;
    display:-ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.inner-header {
    position: relative;
    z-index: 1;
    float: left;
}

.inner-header.left {
    display: flex;
    display:-ms-flexbox;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.inner-header.right {
    display: flex;
    display:-ms-flexbox;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin-left: auto;
}

.inner-brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 85px;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none !important;
}

.brand-text {
  padding-left: 2rem;
  font-size: 28px;
}

@media (min-width: 992px) {
    .brand-text {
      color: #fff;
    }
}

.inner-brand .brand-light {
    display: none;
}

.inner-brand img {
    height: 50px;
    transition: all 0.3s ease-out;
}

.menu-extras {
    font-size: 0.8em;
    margin: 0 0 0 15px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    min-width: 55px;
}


.visible-xs.visible-sm .inner-header.pull-right .menu-extras .menu-icons {
    padding-top: 34px;
}

.menu-extras > .menu-icons > div > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 1em;
    color: #333333;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.menu-extras > .menu-icons > div > a:hover,
.menu-extras > .menu-icons > div > a:focus {
    color: #222222;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.cart-badge {
    position: absolute;
    background: #15948b;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 23px;
    margin-top: -13px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
}

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

ul.cart-account li {
    height: 40px;
    width: 22px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: justify;
    margin-left: 20px;
}

ul.cart-account li:first-child {
    margin-left: 0;
}

.cart-account a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: justify;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .cart-account a {
        color: #fff;
    }

    .cart-account a:hover, .cart-account a:focus {
        color: #A08449;
    }
}

.visible-xs .cart-account {
    margin-right: 15px;
}

.visible-qty-total {
  margin-left: 5px;
  font-family: bembo-mt-pro, sans-serif;
}


/* MAIN NAV */

.navbar {
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    min-height: inherit;
    position: relative;
    text-align: right;
}

.navbar-nav {
    display: block;
    float:none;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0.6em;
}

.navbar-nav > li > a {
    /*background-color: #fff;*/
    color: #666;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;

    color: #fff;
}

.navbar-nav > li > button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 0.7em;
    stroke: #fff;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    color: #A08449;
}

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

/*.navbar-nav > li > a:focus, .navbar-nav > .active > a:focus {
    outline: 1px dotted;
    background-color: #fff;
    border: none;
    outline-offset: -5px;
    background-color: transparent;
}*/

/* active nav items */
.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #A08449;
}

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

.header-small .navbar-nav > li > a:hover, .header-small .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #A08449;
}

/* active nav items */
.header-small .navbar-nav > .active > a, .header-small .navbar-nav > .active > a:hover, .header-small .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #A08449;
}

/*for hover effect to stay on top level item during hover over dropdown*/
.header-small .navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: #A08449;
}

.caret {
    display: none;
}

.dropdown-menu {
    background-color: #000;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
    padding: 0.5em 1.5em;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.dropdown-menu > li > button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: .7em;
    stroke: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;

    color: #A08449;
    opacity: 1;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;

    color: #A08449;
    opacity: 1;
}

/* 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 dropdown menus */
ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border: none;
}



@media (max-width: 991px) {

    .mobile-header {
        display: flex !important;
        display:-ms-flexbox !important;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
    }

    ul.cart-account {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .page-container.section-reset {
      padding: 0;
    }

}


@media (min-width: 992px) {

    .main-nav-toggle {display: none;}

    /* Header small */
    /*header.header-small {
        background-color: #ffffff;
    }*/

    .header-small .inner-brand, .header.header-small .brand-logo {
        height: 30px;
    }

    .header-small .brand-text {
        display: none;
    }

    .header.header-small {
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        /*background: rgba(0, 0, 0, .25);
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);*/
    }

    .header.header-small .brand-logo {
        display: inline;
        transition: all 0.3s ease-out;
    }

    .header.header-small .brand-dark {
        display: none;
        transition: all 0.3s ease-out;
    }

    .header.header-transparent .inner-nav > li > a,
    .header.header-transparent .menu-extras .menu-icons a,
    .header.header-transparent .inner-nav > li.active > a,
    .header.header-transparent .inner-nav > li.submenu-open > a,
    .header.header-transparent .menu-extras .menu-icons a:focus,
    .header.header-transparent .inner-nav > li > a:focus {
        background-color: transparent;
        color: #ffffff;
        transition: all 0.3s ease 0s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .header.header-transparent .inner-nav > li > a:hover,
    .header.header-transparent .menu-extras .menu-icons a:hover {
        
    }

    /*.header.header-transparent .inner-nav > li > a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: -5px;
    }

    .header.header-transparent .menu-extras .menu-icons a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: 5px;
    }*/

    .header-small .menu-extras .menu-icons a:hover, .header-small .menu-extras .menu-icons a:active,
    .header-small .menu-extras .menu-icons a:focus {
        color: #555;
    }
}

@media (max-width: 991px) {
    .menu-small {
      display: flex !important;
    }

    .inner-header.right {
        position: relative;
        display: block;
      }

    ul.cart-account li {
        width: 32px;
        display: flex !important;
        align-items: center;
        margin-left: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .header-inner, .desktop-nav {
      flex-wrap: wrap;
    }

    .menu-extras {
        width: 100%;
        justify-content: center;
    }

    .cart-account a {
      font-size: 1.3em;
    }

}

@media (max-width: 767px) {

    .header-inner {
        flex-direction: column;
    }

    .inner-header.right {
        justify-content: center;
        width: 100%;
      }

    .menu-extras {
        justify-content: center;
        width: auto;
        margin: 0;
    }

    .inner-brand {
        height: auto;
        margin: 20px auto;
    }



}



/* MOBILE NAV */

/* hamburger */
.main-nav-toggle {
  width: 44px;
  margin-left: 10px;
}

.mobile-nav-toggle-label {
    color: #766236;
    cursor: pointer;
    position: relative;
    z-index: 1003;
    font-size: 1.3em;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: justify;
    background-color: transparent;
    border: none;
}

.active .mobile-nav-toggle-label {
    
}


/* mobile menu */
.menu-small {
  width: 100%;
}

.menu-small .navbar {
    background-color: #fff;
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0.14s;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
    margin: 0;
    padding: 0;
}

.header.active .menu-small .navbar {
    padding: 25px 0;
}

.active .menu-small .navbar {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0s;
    visibility: visible;
}

.menu-small .nav.menu-top > li {
    border-bottom: 1px solid #eeeeee;
}

.menu-small .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 1em;
    text-align: left;
    color: #555;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    margin-left:15px;
    z-index: 10;
}

.menu-small .nav > li > a > i {

}

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

.menu-small .nav > li > a.active, .menu-small .nav > li > a.active:hover {
    background-color: transparent;
    color: #8c7238;
}

.menu-small .nav > li > ul > li > a  {
    font-size: 0.8em;
}

.menu-small .nav .menu-sub.menu-level-2.show-submenu {
    margin-left: 15px;
}

.menu-small .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.menu-small .nav .menu-sub  {
    display: none;
}

.menu-small .nav .open-menu > .menu-sub {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color: #555;
    top: 0.4em;
    right: 1.4em;
    z-index: 11;
    background-color: transparent;
    border: none;
}

.menu-level-1 .open-submenu, .menu-level-2 .open-submenu {
    top: 6px;
}

.open-submenu {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.menu-sub.menu-level-1 .expandable-m button.open-submenu, .nav.navmenu-nav.menu-sub.menu-level-2 {
  display: none;
}



.visible-xs .cart {
    color:#000;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    width: 30px;
}

/* SUBNAV */

.subnavarea {
  background-color: #8c7238;
  color: #fff;
}

ul.subnav, ul.subnav2 {
    list-style: outside none none;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: center;
}

ul.subnav li.page-title {
    display: none;
}

ul.subnav li, ul.subnav2 li {
    display: inline-block;
    margin: 6px 10px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

ul.subnav li a, ul.subnav li a:visited,
ul.subnav2 li a, ul.subnav2 li a:visited {
    font-size: 0.9em;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #fff;
    font-size: 16px;
}

ul.subnav li a.current, ul.subnav li a:hover, ul.subnav li a:active,
ul.subnav2 li a.current, ul.subnav2 li a:hover, ul.subnav2 li a:active {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

ul.subnav li.level-3, ul.subnav2 li.level-3 {
    text-transform: none;
}

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



/* FOOTER */

footer {
    /*bottom: -35px;*/
    font-family: arno-pro, serif;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 40;
}

footer.bottom, footer.no-vscroll {
    bottom: 0;
    /*transition: all 0.2s ease-in-out 0s;*/
}

footer .site-footer-secondary {
    background-color: #444;
    display: table;
    height: 35px;
    text-align: center;
    /*transition: all 0.2s ease-in-out 0s;*/
    width: 100%;
}

/*@media (min-width: 769px) {
    footer .site-footer-secondary {
        display: table;
        transition: all 0.2s ease-in-out 0s;
    }

    footer.bottom .site-footer-secondary, footer.no-vscroll .site-footer-secondary {
        display: table;
        transition: all 0.2s ease-in-out 0s;
    }
}*/

.site-footer {
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

footer.bottom .site-footer-primary, footer.no-vscroll .site-footer-primary {
    bottom: 0;
    /*transition: all 0.2s ease-in-out 0s;*/
}

.site-footer-primary__container {
    line-height: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: justify;
    transition: all 0.2s ease-in-out 0s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer-primary__container::before, .site-footer-primary__container::after {
    content: none;
}

.site-footer-primary .social-accounts, .site-footer-primary .site-location, .site-footer-primary .site-nav {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.site-footer-primary .social-accounts {
    margin-bottom: 0;
}

.site-footer-primary .social-accounts > li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}

.site-footer-primary .site-nav {
    text-align: left;
    text-transform: uppercase;
    width: 50%;
}

@media (max-width: 768px) {
    .site-footer-primary__container, .site-footer-primary .site-nav {
        text-align: center;
    }
}

.site-nav ul {
    list-style: outside none none;
    padding: 0;
    margin-bottom: 0;
}

.site-nav ul, .site-nav li {
    display: block;
}

.site-footer-primary .site-nav li {
    color: #fff;
    display: inline-block;
    font-size: 0.611em;
    letter-spacing: 1px;
    padding: 0.5em;
    line-height: normal;
}

/*.site-footer-primary .site-nav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}


.site-footer-primary .site-nav li.gen-foot:last-of-type {
    padding-right: 0;
}

.site-nav-menu > li.gen-foot:last-of-type::after, .site-nav-menu > span.address::after {
    content: "•";
}

.gen-foot:last-of-type::after {
    padding-left: .5em;
}
*/

.site-nav a, .site-nav a:hover {
    text-decoration: none;
}

.site-nav-menu a, .site-nav-submenu > span, .site-nav-submenu > a, .site-footer .address a {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.site-nav-menu > li > a:not(.btn), .site-nav-menu > li > button:not(.btn),
.site-nav-menu > span, .site-nav-submenu > span, .site-nav-submenu > a, .site-footer .address a {
    color: #fff;
    font-weight: normal;
}

.site-nav-menu > li > a:not(.btn):hover, .site-nav-submenu > a:hover, .site-footer .address a:hover {
    color: #aaa;

    color: #8c7238;
}


footer .site-powered-by {
    background-color: #fff;
    color: #242424;
    display: table-cell;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

a.vinsuite {
    text-transform: none;
    text-decoration: underline;
}

.social-accounts {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    list-style: outside none none;
    padding-left: 0;
    text-align: center;
}

.social-accounts > li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 2px 0.5em;
  width: 35px;
}

.social-accounts a {
    background-color: #fff;
    border-radius: 50%;
    color: #444444;
    display: inline-block;
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.social-accounts a:hover {
    background-color: #aaa;
    color: #444444;

  background-color: #8c7238;
  color: #fff;
}

/*.social-accounts > li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: -5px;
}*/

.social-accounts > li.to-top {
  margin-left: 5px;
  border-left: 1px solid white;
  padding-left: 10px;
  width: 45px;
}

.social-accounts > li a .fab::before,
.social-accounts > li a .fa::before {
  font-size: 1.3em;
  line-height: 1.9em;
}

@media (max-width: 991px) {
    .site-footer-primary__container {
      flex-direction: column;
    }
     .site-footer-primary .site-nav, .site-footer-primary .social-wrap {
        width: 100%;
        text-align: center;
      }
}

@media (max-width: 767px) {
    ul.subnav li a, ul.subnav li a:visited {
      font-size: 0.8em;
    }

    .site-footer-primary__container {
      justify-content: center;
      flex-flow: column;
    }

    .site-nav ul {
      margin: 20px auto;
    }

    ul.cart-account {
        font-size: 1.3em;
      }

    .site-footer-primary .social-accounts {
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
    }

    .site-footer-primary .site-nav li {
      font-size: 0.8em;
      padding: 0.75em .5em;
    }
}


/* BUTTONS */

.btn, .button {
    display:inline-block;
    padding:10px 16px;
    margin: 5px 0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border:0px solid transparent;
    border-radius:0;

    text-transform: uppercase;
    font-family: arno-pro, serif;
    letter-spacing: 0.28px;
    font-weight: bold;
    transition: background-color .2s ease-out,color .2s ease-out;
}

.btn.active,.btn:active {
    background-image:none;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default, a.btn, a.btn:visited,
.btn-primary, a.btn-primary {
    color: #fff;
    background-color: #8c7238;
    border-color: #8c7238;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover, .btn:active:focus, .btn-default:active:focus, .btn-primary:active: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,
a.btn:visited:hover, a.btn:visited:focus {
    color: #fff !important;
    background-color: #766236 !important;
    border: 1px solid #766236 !important;
    text-decoration: none;
}

.btn:hover {
    border-width: 1px;
    padding: 9px 15px;
}

.btn-group-sm>.btn, .btn-sm,
.btn-group-sm>.btn:hover, .btn-sm:hover,
.btn-group-sm>.btn:focus, .btn-sm:focus   {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:0;
}

.btn-group-sm>.btn:hover, .btn-sm:hover,
.btn-group-sm>.btn:focus, .btn-sm:focus {
  padding: 4px 9px;
}

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



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

.category-dropdown {
    font-size: 15px;
    margin: 30px auto 10px;
    text-align: center;
}

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

.state-dropdown .willCall {

}

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

.pagination {
    margin: 40px auto 20px;
    position: relative;
}

.pagination-top {
    display: none;
}

.pagination-bottom {
    text-align: center;
    overflow: hidden;
}

.pagination > li {
    display: inline-block;
}

.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: transparent;
    border-color: transparent;
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 1px solid transparent;
    color: #766236;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: #363433;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: transparent;
}

.pagination::before, .pagination::after {
    content: "";
    position: absolute;
    top: 40%;
    height: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 25px;
    width: 300px;
}

.pagination::before {
    right: 100%;
}

.pagination::after {
    left: 100%;
}

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #666; }

.product-list > .row {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-box-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.product-list > .row > .col-xs-12 {
    margin: 0 -1px;
}

.statecompliancemessage {
    text-align: center;
}

.product-list {

}

.product-list .product {
    margin-bottom: 55px;
}

.product-list .product-image {
    min-height: 350px;
}

.product-list .product-image a {
    display: block;
}

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

.product-list .product-info {
    margin-top: 20px;
}

.product-list .title {
    text-align: center;
    min-height: 65px;
}

.product-list .title a {
    display: inline-block;
    text-decoration: none;
}

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

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

.product-list .desktop-title a {

}

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

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

.product-list .mobile-title a {

}

.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 {
        min-height: 67px;
    }
}

.product-list .mobile-title h3 {

}

.product-list .product-info .info {
    text-align: center;
}

/*.product-list .product-info .teaser {
    display: none;
}*/

.product-list .purchase-form {
    text-align: center;
}

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

.product-list .add-to-cart .btn {
    margin: 0;
    width: 100%;
}

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

.product-list .inventory-available {
    display: none;
}


/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {
    color: #8c7238;
    font-style: italic;
}

.teaser strong {
    color: #363433;
    font-weight: bold;
    font-style: normal;
}

.teaser p {
  margin: 0;
}

/* nav pills */
ul.nav-pills { /* hides nav pills for wines, which displays bottle size as a nav-tab */
    display: inline-block;
    margin: 0 auto 10px;
}

.producttype-kit .nav-pills, .drill-container.kit .nav-pills {
    display: none;
}

.nav-pills > li > a {
    padding: 6px 12px;
    border: 1px solid transparent;
    font-family: arno-pro, serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #fff;
    border-radius: 0;
    color: #444444;
    border: 1px solid #444;
    text-decoration: none;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: #fff;
    border-radius: 0;
    color: #444444;
    border: 1px solid #444;
}

.nav-pills > li > a:focus {
    outline-color: #444444;
    outline-width: 2px;
}

.nav-pills > li > a:focus, .nav-pills > li.active > a:focus {
  border: none;
  padding: 7px 13px;
}

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

.purchase-form {

}

.quantity {
    margin-right: 1em;
    float:left;
}

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

.price-units {
    display: inline-block;
    font-size: 1em;
    padding-top: 5px;
    width: auto;
}

.price {
    display: inline-block;
    padding: 0 0.25em 0 0;
    width: auto;
}

.unit {
    display: inline-flex;
    display: -ms-inline-flexbox;
    text-transform: capitalize;
    width: auto;
}

.add-to-cart {
    clear:both;
    display: block;
    padding:15px 0;
}

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

.min-order, .max-order {
    clear:both;
    display:block;
}

/* for non-wine products using options */
.producttype-product .unit, .drill-container.product .unit {
    margin: 5px auto;
    display: flex;
}

.producttype-product .unit {
    justify-content: center;
}

.unit select {
    margin-left: 10px;
    margin-top: -4px;
    margin-bottom: 20px;
    width: auto;
}


/* STORE DRILLDOWN */

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

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

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

@media (max-width: 640px) {

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

.product-detail .product-info {

}

.product-detail h1.product-title {
    margin-top: 0;
    margin-bottom: 10px;
}

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

.product-detail .teaser {
    padding: 10px 0;
}

.product-detail .add-to-cart .btn {
  max-width: 170px;
}

@media (max-width: 767px) {
    .product-detail .product-info-top {
      text-align: center;
    }

    .product-detail .teaser {
        text-align: center;
    }

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

@media (min-width: 992px) {
    .product-detail .tab-content form[data-type="purchase"]:first-child {
        margin-right: 2%;
    }
    .product-detail .tab-content form[data-type="purchase"] {
        display: inline-block;
        width: 48%;
    }
}

.product-detail h2 { /* detail titles */
    font-size: 1.333em;
    margin-top: 20px;
  margin-bottom: 10px;
}

table.productDetails { /* wine profile table */
    
}

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

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

.wineNotesLeft {
    font-weight: bold;
}

/*.wineNotesLeft::after {
    content: ":";
}*/



/* ALLOCATION/CUSTOM CLUB */

.allocation-summary {
    display: none;
}

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

.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),
.AllocationshowPaymentInformation table#form th:nth-child(3),
.AllocationshowPaymentInformation table#form th:nth-child(4),
.AllocationshowPaymentInformation table#form td:nth-child(4),
.Allocationpersonalinformation .formSubmitPersonal {
    text-align: right;
}

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

#allocationWishList td {
    padding: 5px 0;
}

#remainingBottles {
    color: #cc1515;
}

#allocationWishList td.header {
    color: #555;
    font-family: arno-pro, serif;
    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;
}




/* POPUP */

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

.circleG{
    background-color: #8c7238;
    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: #766236;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #766236;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #766236;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #766236;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #766236;
    }
    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 {
    color: #fff;
}

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

.modal-body .baseprice {
    color: #333;
}

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

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

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

.storecheckout .contentarea {
    padding-top: 105px;
}


/* CLUBS */

.club-container {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
}

.club-cell {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .club-container {
        flex-wrap: no-wrap;
        -ms-flex-wrap: none;
    }

    .club-cell {
        width: 33%;
    }
}

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.well .club-rate {
    font-weight: bold;
}

.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-wrap #contentInfo {
  font-size: 17px;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-radius: .2em;
  padding: 1em 1.5em;
}

@media (min-width: 992px) {
    .club-signup-wrap {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
    }

    .club-signup-wrap #contentInfo {
      width: 38%;
      margin-left: 5%;
      min-width: 310px;
    }
}

.club-signup-wrap #contentInfo ul li ul {
    list-style: none;
  padding-left: 15px;
}

.clubs #divLogin {
    max-width: 400px;
}

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

/*.clubs .formSubmit .col-xs-12 {
    text-align: right;
}*/

.clubs .well .btn {
    display: block;
    max-width: 105px;
}

.club-information .col-sm-2.control-label {
    width: auto !important;
}

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

.club-signup #contentInfo h1, .club-signup .member-login h2, .club-signup h4 {
  font-size: 1.333em;
  margin-bottom: 20px;
}

.club-signup .h4 {
  font-size: 1.1em;
}

.club-signup #contentInfo h1 {
    margin-top: 8px;
}

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

.club-signup .member-login {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

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

.club-signup .personal-information .formbody > div {
  width: 100%;
}

.club-signup #billingForm {
  margin-bottom: 1rem;
}

.club-signup .forgot-link {
  font-size: 17px;
  margin-top: 5px;
}

ul.button-menu-wrapper {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.button-menu-wrapper li {
  display: inline-block;
  margin: 10px;
}

.grid-icon-boxes {
  display: grid;
  row-gap: 16px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}

.grid-icon-boxes .grid-icon-box {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
  border-bottom: 4px solid #A08449;
  background-color: #fff;
  padding: 56px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.grid-icon-boxes .grid-icon-box__icon {
  margin-bottom: 28px;
}

.grid-icon-boxes .grid-icon-box__icon img {
    max-width: 100%;
  height: auto !important;
  display: block;
  width: 30px;
}

.grid-icon-box h3 {
  margin-top: 0;
  margin-bottom: 11px;
  font-family: arno-pro, serif;
  font-size: 22px;
}

.grid-icon-boxes .grid-icon-box p {
  font-size: 17px;
}

.grid-icon-boxes .grid-icon-box p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 40em) {
  .grid-icon-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 64.0625em) {
  .grid-icon-boxes {
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 90.0625em) {
  .grid-icon-boxes {
    row-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}


/* PODS */

.pods {
  margin: 0 auto;
}

.contentarea section.pods {
  padding-bottom: 1rem;
}

.pod-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
}

.pod {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    max-width: 600px;
    display: flex;
}

.pod-wrap.podcount-3, .pod-wrap.podcount-2 {
  justify-content: space-evenly;
}

.pod-wrap.podcount-3 {
  max-width: 1135px;
  margin: 0 auto;
}

.pod-wrap.podcount-1 {
  justify-content: center;
}

.featured-image-pods .pod {
  width: auto;
  max-width: none;
}

.pod-wrap.featured-image-pods .pod {
  margin-bottom: 0;
  width: 100%;
}

.pod-wrap.featured-image-pods {
  display: grid;
  /* Creates three columns of equal width */
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* Adds space between items */
}

.pod-wrap.featured-image-pods .pod {
    display: block;
}

.pod-wrap.featured-image-pods .pod.image-large {
    grid-column: span 2;
}

.pod-wrap.featured-image-pods .pod.image-large {
    width: 100%;
    min-width: 100%;
}

.image-cta.custom-image {
  position: relative;
}

.custom-image .image-cta-image {
  position: relative;
}

.custom-image .image-cta-image img {
    display: inline-block;
}

.custom-image .image-cta-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.18);
  z-index: 1;
}

.custom-image .image-cta-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: .6;
  z-index: 2;
}

.custom-image .image-cta-content {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 95%;
  bottom: 2rem;
  text-align: center;
  z-index: 3;
}

.pods h2.image-cta-title {
    text-shadow: 0px 2px 20px rgba(0,0,0,.75);
    color: #fff;
    font-family: bembo-mt-pro, sans-serif;
    font-size: 40px;
    font-style: normal;
    margin-bottom: 0;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 0 auto;
}

.image-cta-content .image-cta-button {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.btn.btn-default.btn-clear.linkBtn {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 9px 15px;
}

.image-cta.custom-image:hover .image-cta-content .image-cta-button,
.image-cta.custom-image:active .image-cta-content .image-cta-button {
    visibility: visible;
  opacity: 1;
  height: 42px;
}

@media (min-width: 1024px) {
    .pod {
        width: 24%;
        max-width: 305px;
    }

    .pod-wrap.podcount-3 .pod {
        width: 30%;
        max-width: 365px;
    }

    .pod-wrap.podcount-2 .pod {
        width: 49%;
        max-width: 470px;
    }

    .pod-wrap.podcount-1 .pod {
        width: 50%;
        max-width: 600px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pod-wrap.podcount-3, .pod-wrap.podcount-2 {
      justify-content: space-between;
    }

    .pod {
        width: 49%;
        max-width: 470px;
    }
}

@media (max-width: 767px) {
    .pod-wrap {
        justify-content: center;
    }

    .pod-wrap.featured-image-pods .pod {
        grid-column: span 2;
    }

    .pod.image-large .image-cta-image img {
        object-fit: cover;
        aspect-ratio: 4.25 / 3;
    }
}

.pods .panel {
    background-color: transparent;
    border: 1px solid #444;
    border-radius: 0;
    box-shadow: none;

    border: none;
}

.pods .panel-default > .panel-heading {
    background-color: #444444;
    border: 0 none;
    border-radius: 0;
    padding: 0.8em;

    display: none;
}

.pods .panel-heading h2 {
    margin: 0;
}

.pods .panel-title {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.pods .panel-body {
    overflow: hidden;
    padding: 10px;

    padding: 0;
    text-align: center;
    font-size: 18px;
}

.pods img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.pods .modal-content img {
  width: auto;
}

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

.featured-image a {
    display: block;
    text-decoration: none;
}

.pods h2, .pods h3 {
    font-weight: 400;
    font-family: arno-pro, serif;
    font-size: 28px;
    font-style: italic;
}

.pods h3, .pods h4 {
    margin-top: 0;
}

.pods h4 {
  font-size: 20px;
}

.inner-pod-content {
  padding: 24px 16px 0;
  text-align: center;
  font-size: 18px;
}

.pods .carousel-inner .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.18);
}

.pods .carousel-control {
  top: auto;
  left: auto;
  bottom: 16px;
  height: 28px;
  width: 28px;
  background-color: transparent;
  text-shadow: none;
  opacity: 1;
}

.pods .carousel-control .glyphicon {
  display: none;
}

.pods .left.carousel-control {
  background-image: url("/assets/images/icon-arrow-left.png");
  right: 55px;
}

.pods .right.carousel-control {
  background-image: url("/assets/images/icon-arrow-right.png");
  right: 16px;
}

.pods .club__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  text-align: center;
  padding-top: 16px;
}

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

.pods .club__content ul {
  padding: 0 16px;
  padding-right: 0;
  list-style-position: inside;
  margin-bottom: 20px;
  font-size: 17px;
}

.pods .club__shipment {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(0,0,0,.25);
  padding-top: 32px;
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
    .pods .club__content, .pods .club__shipment {
      height: auto;
    }
}

.pods .club__shipment .club-popup-button {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 17px;
}

.pods .club__join {
  margin-top: auto;
  border-top: 1px solid rgba(0,0,0,.25);
  padding-top: 32px;
}

.pods .club__join select {
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #acacac;
  padding: 8px;
  appearance: none;
  background: url("/assets/images/icon-select-arrow-down.svg") no-repeat top 50% right 8px;
  font-size: 17px;
}

.pods .club__button {
  margin-top: 16px;
}

@media only screen and (min-width: 64.0625em) {
  .pods .club {
    display: flex;
    flex-direction: column;
  }
}

.internal-pods .featured-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.internal-pods .featured-product .img-responsive.center-block.featured-pod {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 450px;
}

.internal-pods .featured-product h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 11px;
  font-family: bembo-mt-pro, sans-serif;
}

.internal-pods .featured-product .featured-description {
  color: #766236;
  font-size: 18px;
  font-style: italic;
}

.internal-pods .featured-product .featured-description strong {
  color: #363433;
  font-style: normal;
}

.home-pods .pod {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pod-wrap.home-pods.feat-prod {
  margin-bottom: 30px;
}

.pods .home-pods.feat-prod img {
  max-width: 100%;
  height: auto;
  width: auto;
}



.home-pods .featured-pod {
  max-height: 450px;
}

.home-pods.feat-prod h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 11px;
  font-family: bembo-mt-pro, sans-serif;
}

.home-pods .featured-description {
    color: #766236;
    font-size: 18px;
    font-style: italic;
}

.home-pods .featured-description strong {
    color: #363433;
    font-style: normal;
}

.home-pods .featured-description .btn.btn-primary {
    font-style: normal;
}

.pod-wrap.home-pods.free-form {
  margin-top: 60px;
}

@media (min-width: 1024px) {
  .home-pods .pod {
    max-width: 360px;
  }
}

@media (max-width: 991px) {
    .home-pods .featured-pod {
      max-height: 400px;
    }
}



/* club shipping modal */

.club__popup--table.modal-dialog {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.club__popup--table .modal-content {
  background-color: rgba(0,0,0,.85);
  color: #fff;
  padding: 2rem;
  position: relative;
}

.club__popup--table .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  opacity: 1;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 400;
}

.club__popup--title {
    margin-bottom: 2rem;
}

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

.club__popup .col-left, .club__popup .col-right {
    width: 50%;
}

.club__popup .col-left {
    padding-right: 1rem;
}

.club__popup .col-right {
    padding-left: 1rem;
}

/*.club__popup p {
    font-size: 16px;
}

.club__popup em {
    font-size: 14px;
}*/

@media (max-width: 767px) {
    .club__popup .col-left, .club__popup .col-right {
      width: 100%;
    }
    .club__popup .col-left {
        padding-right: 0;
    }

    .club__popup .col-right {
        padding-left: 0;
    }
}



/* 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: bembo-mt-pro, 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 {
    color: #555;
    font-family: bembo-mt-pro, sans-serif;
    margin-bottom: 5px;
    margin-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
}

.blogEntryTitle a {
    text-decoration: none;
}

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

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

.blogEntry {

}

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





/* FORMS, ETC */

.form-control {
    border-radius: 0;
    border: 1px solid #737373;
}

.required {
    display: block;
  font-style: italic;
  padding-bottom: 10px;
  font-size: .9em;
}

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

input[type="checkbox"]{
    margin: 6px 0 0;
}

input[type="radio"] {
    margin: 7px 0 0;
}

#cardEditor .form-inline .form-control {
  width: 100%;
}

legend {
    border: none;
}

.label-question {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

#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 .type > span {
    display: inline-block;
}

.type > span::after {
    content: ",";
}

.type > span:last-of-type::after {
    content: none;
}

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

.plocations .layoutcontent input, .plocations .layoutcontent select {
    max-width: 400px;
}

#radiusInput {
    display: block;
    margin-top: 20px;
}

.location a {
    padding: 5px 0 0 !important;
    display: inline-block;
}

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

.checkbox-inline, .radio-inline {
    margin-right: 10px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

.currentVintage {
    display: none;
}

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

.preferences h3 {
    display: none;
}



@media (max-width: 768px) {
    .site-wrapper {
        padding: 0;
    }

    .header.header-fixed {
        position: relative;
        background: #fff;
    }

    .hero {
        height: 35vh;
    }

    .homepage .hero {
        height: 55vh;
    }

    h1 {
        font-size: 36px;
    }

    h2, h4.form-name {
        font-size: 30px;
    }

    h3, .BlogDrilldown .blogEntryTitle {
        font-size: 26px;
    }

    footer {
        bottom: 0;
        position: relative;
    }

    footer.bottom .site-footer-primary, footer.no-vscroll .site-footer-primary {
        bottom: 0;
    }

    .site-footer-primary {
        position: relative;
    }
}


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

    .brand-text {
      padding-left: 1rem;
      font-size: 23px;
    }

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

    .contentarea section, .page-container {
      padding: 2rem 0;
    }

    .contentarea section:last-child {
      padding-bottom: 0;
    }

    #shippingForm {
        padding-top: 20px;
    }

    .showDrilldown #hero.hero, .showdrilldown #hero.hero {
        display: none;
    }

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

    .product-detail h2.product-title {
        text-align: center;
    }

    .product-detail .purchase-form {
        text-align: center;
    }

    .product-detail .product-buttons {
        text-align: center;
    }

    .product-detail .quantity {
        margin-right: 1em;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .product-list .title, .product-list .product-image {
        min-height: 1px;
    }

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

    .showPaymentInformation .modal-body table, .modal-body table#cart-summary {
        font-size: 12px;
    }

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

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

    footer {
        bottom: 0;
    }
	
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {

    .contentarea section, .page-container {
      padding: 3rem 0;
    }

    .contentarea section:last-child {
        padding-bottom: 0;
    }

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

    header {
        background-color: #fff;
    }
}

@media (max-width: 991px) {
    
}

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


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

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

/*additional class for an upcoming RCO update*/
.mb-2 {
  margin-bottom: 2em;
}

.subscribe .preferences.mb-2 {
    margin-bottom: 0;
}

.visible-xs .navbar {
    position: relative;
}
.nav.navmenu-nav.menu-top {
    display: none;
}
header.active .nav.navmenu-nav.menu-top {
    display:block;
    border-top: 1px solid #eeeeee;
}

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

.gallery, .postcards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery > .content-wrapper, .postcards > .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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: 200px;
  width: 200px;
  object-fit: cover;
}

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

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


hr.admin {
    display: none;
}

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

.img-left, .img-right,
.img-left img, .img-right img {
    max-width: 100%;
    width: auto;
    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;
    }
}

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

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

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

.site-content table tr:first-child td.left,
.site-content table tr:first-child td.right {
    padding-top: 0;
}

.site-content table tr:last-child td.left,
.site-content table tr:last-child td.right {
    padding-bottom: 0;
}

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

.site-content table td h2 {
  margin-top: 0;
}

.site-content table.timeline {
  margin-top: 4rem;
}

.site-content table.timeline td {
    vertical-align: middle;
}

.image-hr {
  margin: 3rem auto;
  text-align: center;
  max-width: 616px;
  max-height: 30px;
  width: 100%;
  height: 100%;
}

.site-content table.family .member-photo-wrapper {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.member-photo .member-photo-wrapper:hover, .member-photo .member-photo-wrapper:active,
.member-photo .member-photo-wrapper:focus {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.member-photo .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.member-photo .photo.photo-silly {
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.site-content table.family h2 {
  margin-bottom: .5rem;
}

.site-content table.family .member-job-title {
  font-size: 24px;
  color: #A08449;
  margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .site-content table.timeline tr:nth-child(even) td.left {
      text-align: right;
    }

    .site-content table.timeline td.left {
        border-right: 1px solid #A08449;
    }

    .site-content table.timeline h3 {
        position: relative;
    }

    .site-content table.timeline td.left h3,
    .site-content table.timeline td.left p {
      padding-right: 20px;
    }

    .site-content table.timeline td.right p,
    .site-content table.timeline td.right h3 {
      padding-left: 20px;
    }

    .site-content table.timeline td.left h3::after,
    .site-content table.timeline td.right h3::after {
      content: "";
      display: block;
      background-color: #A08449;
      height: 1px;
      width: 1.875rem;
      position: absolute;
      top: 18px;
      right: -15px;
      transform: translateY(-50%);
    }

    .site-content table.timeline td.right h3::after {
      left: -15px;
    }

    .site-content table.family .member-photo-wrapper {
      padding-bottom: 106.67%;
    }
}

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

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

/* login dashboard */

.dashboard {
  text-align: center;
}

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

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

.dash-wrap {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.dashboard-tile {
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
  border-bottom: 4px solid rgb(160, 132, 73);
  background-color: rgb(255, 255, 255);
  padding: 56px 20px;
  font-size: 17px;
}

.dashboard-tile h4 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: arno-pro, serif;
  font-size: 22px;
}

.dashboard-tile.grid-icon-box a.btn.btn-default {
    margin-top: 2em;
}

@media (max-width: 767px) {
    .dashboard-tile { 
        max-width: 100%;
        margin: 10px auto;
    }
}

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

#remainingBottles {
    color: #cc1515;
}

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

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

.storecart.AllocationshowCart .mobile-summary select[name="Quantity"] {
  width: auto;
}

.storecart.AllocationshowCart .mobile-summary .cart-prices {
  display: block;
}

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

.accordion {
  max-width: 846px;
  margin: 0 auto;
}

.accordion details {
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.accordion summary {
  padding: 1.25rem 2rem;
  padding-left: 0;
  font-size: 24px;
  position: relative;
}

.accordion summary::before {
  content: "";
  background-image: url(/assets/images/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  display: block;
  position: absolute;
  right: 20px;
  top: 36px;
}

.accordion details p {
  max-width: 736px;
  margin-bottom: 2rem;
  font-size: 18px;
}

#cookieFooter {
  background-color: rgba(221,217,206,.94);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #3f372c;
  z-index: 41;
  box-shadow: 0px 4px 8px rgba(0,0,0,.3);
  transition: all 500ms ease-out;
}

#cookieFooter .cookie-content-wrapper {
  max-width: none;
  position: relative;
}

#cookieFooter .text {
  display: block;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
}

#cookieFooter .text p {
  font-size: 15px;
}

#cookieFooter .text p:last-of-type {
  margin-bottom: 0;
}

#cookieFooter .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 8px;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
}

#cookieFooter .button a {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-color: #000;
  font-size: 9.6px;
  font-weight: bold;
  border: 1px solid #000;
  height: 26px;
  width: 25px;
  border-radius: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  color: #ddd9ce;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 200ms ease-out;
}

#cookieFooter .button a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

#cookieFooter.accepted {
  opacity: 0;
  bottom: -10rem;
}

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

.shoppop h1 {
    font-size: 34px;
}

.shoppop h2 {
    font-size: 28px;
}

.shoppop .modal-header .close {
    opacity: 1;
}

/*******************************************/

.dialogRoot {
  position: fixed;
  inset: 0;
  display: none; /* closed by default */
  z-index: 1000;
  opacity: 0;
  transition: opacity .15s linear;
}

.dialogRoot.isOpen {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
}

.dialogBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
}

.dialogPanel {
  position: relative;
  max-width: 560px;
  margin: 10vh auto;
  outline: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.dialogHeader,
.dialogFooter {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.dialogBody {
  margin: 1rem 0;
  font-size: 17px;
}

.dialogClose {
  font-size: 1.5rem;
  line-height: 1;
  background: none;
  border: none;
  font-family: sans-serif;
  position: absolute;
  right: 15px;
  top: 15px;
}

.club-popup-button button {
  background: none;
  border: none;
  color: #766236;
  text-decoration: underline;
}

@media (max-width: 767px) {
    .dialogPanel {
        margin: 10px auto;
    }
}

.save-order {display: none;}


