html {
    position: relative;
    min-height: 100%;
    line-height: 24px;
}

body {
    max-width: 100%;
    overflow-y: scroll !important;
    line-height: 24px;
    color: #000;
    font-size: 20px;
    font-family: var(--font-brown-light);
}

body.site {
    background-color: #f1f1f1;
}

.site-wrapper {
    overflow-x: hidden;
}

.layoutcontent {
    max-width: 1080px;
    padding-bottom: 35px;
    padding-top: 15px;
}

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

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


/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    font-family: "romie_regular", sans-serif;
}

h1 {

}

h1.page-title {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.1;
    margin: 0 auto;

    margin: 0;
  max-width: 1100px;
  text-align: left;
  width: 90%;
}

hr.title-hr {
    border-top: 1px solid #1b1b1b;
    margin: 36px 0;
}

@media (max-width: 810px) {
    h1.page-title {
      font-size: 48px;
    }

    hr.title-hr {
      margin: 27px 0;
    }
}

@media (max-width: 477px) {
    h1.page-title {
        font-size: 32px;
    }
}

legend.h4 {
    font-family: "romie_regular", sans-serif;
  font-size: 20px;
}

.club-signup h2, .club-signup h3, .club-signup h4, .showlogin h4, .AllocationshowPaymentInformation h5 {
    font-size: 27px;
    margin-bottom: 1em;
}

.AllocationshowPaymentInformation h5 > a {
    font-family: var(--font-brown) !important;
  font-size: 18px;
  margin-left: 20px;
  float: none !important;
}

.asterisk-required {
    display: block;
    font-size: .8em;
}

@media (max-width: 767px) {
    .cartpaymenttypetabs .asterisk-required {
        margin-top: 1em;
    }
}

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

a:visited, a:focus {
    color: #000;
}

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

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

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

ul {
    margin-bottom: 0;
}

.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:#a94442;
}

.po-box, .login-p, .forgot-link {
  font-size: 15px;
  text-transform: uppercase;
}

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: 0;
    font-weight: 700;
}

legend {
    border-bottom: none;
}

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

}


/* BUTTONS */

.btn, .button {
    display:inline-block;
    padding:14px 16px;
    margin: 5px 0;
    font-size:14px;
    font-weight:400;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border:none;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.btn-default, a.btn, a.btn:visited,
.btn-primary, a.btn-primary {
    color: #1b1b1b;
    background-color: transparent;
    border: 1px solid #1b1b1b;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover, a.btn:hover, a.btn:focus, .btn-default:active:focus, .btn-primary:active:focus, .btn: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 {
    color:#f1f1f1;
    background-color:#1b1b1b;
    border-color:#1b1b1b;
}

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

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

.cart-link {
  margin-bottom: 1.5em;
}

.back {
  margin-bottom: 1em;
}



/* HEADER */

header.scrolled-to-footer .btn-secondary.text-dark-darkest,
header.scrolled-to-footer a.btn-secondary.text-dark-darkest {
    color: #f1f1f1 !important;
}

header.has-submenu {
    background-color: #fff;
}

.accountSubmenuOpen a {
    text-decoration: none !important;
    color: #25282a !important;
}



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

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

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

.navbar-nav > li > a {
    color: #000;
    display: block;
    font-size: 17px;
    padding: 0.75em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    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;
}

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

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

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

.caret {
    display: none;
}

.dropdown-menu {
    background-color: #767676;
    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;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    background-color: #767676;
    color: #000;
    line-height: 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #555;
    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: #555;
    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 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;
}

/* li:hover for better ADA compliance*/
ul.navbar-nav li:focus-within ul, ul.navbar-nav li li:focus-within ul, ul.navbar-nav li ul ul li:focus-within ul{
    display: block;
    visibility: visible;
    opacity: 1;
}



/* MOBILE NAV */

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

.active .mobile-nav-toggle-label {
    left: 20px;
    top: 20px;
}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
    background-color: #000;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in-out 0s, top 0.1s ease-in-out 0.1s;
    width: 22px;
}

.active .mobile-nav-toggle-label .top-bar {
    background-color: #fff;
    top: 7px;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.mobile-nav-toggle-label .middle-bar {
    top: 7px;
    transition: opacity 0s linear 0.15s;
}

.active .mobile-nav-toggle-label .middle-bar {
    opacity: 0;
}

.mobile-nav-toggle-label .bottom-bar {
    top: 14px;
}

.active .mobile-nav-toggle-label .bottom-bar {
    background-color: #fff;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

/* mobile menu */
.menu-small .navbar {
    background-color: rgba(36, 36, 36, 0.97);
    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:50px 25px;
}

.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 > li > a {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    text-align: left;
    color: #fff;
    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 > ul > li > a  {
    font-size: 1em;
}

.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;
    margin-left: 15px;
}

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

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

/* SUBNAV */

.subnavarea {
    min-width: 375px;
}

@media (min-width: 992px) {
    .contentarea.col-md-9 {
        max-width: calc(100% - 375px);
    }
}

ul.subnav {
    list-style: outside none none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 2em;
}

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

ul.subnav li {
    margin-bottom: 24px;
    line-height: 24px;
}

ul.subnav li a {
    font-family: "romie_regular", sans-serif;
    text-decoration: none;
    padding-left: 24px;
}

ul.subnav li.level-3 {
    padding-left: 10px;
}

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

@media (max-width: 991px) {
    ul.subnav {
      margin-bottom: 1em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    /*ul.subnav li {
        display: inline-block;
        margin-right: 24px;
    }*/

    ul.subnav li {
        margin-bottom: 14px;
        margin-right: 0;
        flex-basis: calc(50% - 10px);
    }

    ul.subnav li a {
        padding-left: 0;
    }

    ul.subnav li a::after {
        content: "";
        height: 1px;
        width: .25rem;
        background-color: transparent;
        transition: all .5s cubic-bezier(.77,0,.175,1);
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
    }

    ul.subnav li a:hover::after, ul.subnav li a.is-active::after {
        background-color: currentColor;
        width: 100%;
        left: 0;
    } 
}

@media (max-width: 767px) {
    ul.subnav li {
        margin-bottom: 14px;
        margin-right: 0;
        flex-basis: calc(50% - 10px);
    }

    ul.subnav li a {
      font-size: 16px;
    }
}


/* FOOTER */

footer a, footer a:hover, footer a:visited, footer a:focus {
    color: #fff;
    text-decoration: none;
}

footer .text-gold {
  color: #8c8469 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  line-height: 18px;
}

footer .lh-21 {
    line-height: 21px !important;
}

footer ul, footer p {
    margin-bottom: 0;
}

footer footer-top ul, footer p {
    margin-top: 12px;
}

footer .btn-primary, footer a.btn-primary {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

footer .btn-primary:focus, footer a.btn-primary:hover {
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1;
    color: #1b1b1b;
}

footer .copyr {
    margin-top: calc(var(--spacing)*1);
}

footer p strong, footer address {
    line-height: 27px;
    font-weight: 400;
}

footer address {
    margin-bottom: 0;
}

footer p strong {
    font-family: "romie_medium", sans-serif;
}

footer p.text-gold {
    margin-top: 0;
}

footer .f-b a {
    line-height: 18px;
}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

.category-dropdown {
  margin: 0 0 2em;
}

.state-dropdown select {
    margin: 5px 0;
    width: 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:  #767676;
    border-color: #767676;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    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: #eee;
    border-color: #ddd;
    color: #000;
}

.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 {

}

.product-list > .row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -2em;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 2rem;
  margin-bottom: 0;
}

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

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

.product-list > .row > div.col-xs-12 {
  background-color: #fff;
  width: 31%;
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  align-self: stretch;

  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/*@media (max-width: 1599px) {
  .product-list > .row > div.col-xs-12 {
    width: 48%;
  }
}*/

@media (max-width: 767px) {
  .product-list > .row > div.col-xs-12 {
    width: 100%;
  }
}

.product-list .product {
  padding: 1.5em;
  text-align: center;
  margin: 0;
  width: 100%;
}

/*@media (min-width: 992px) and (max-width: 1199px) {
    .product-list .product {
        padding: 1em;
    }
}

@media (min-width: 768px) and (max-width: 810px) {
    .product-list .product {
        padding: 1em;
    }
}*/

.product-list .product-image {
  padding: 0;
}

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

.product-list .product-info {
  padding: 0;
}

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

.product-list .desktop-title h3 {
  font-size: 1.1em;
  font-weight: 600;
}

.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 {

}

.product-list .product-info .teaser {
  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%;
}

.purchase-form {

}

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

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

.price-units {
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
  width: auto;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.tab-content form[data-type="purchase"]:first-child .unit {
  display: none;
}

.unit {
    display: inline-flex;
    text-transform: capitalize;
    width: auto;
    padding-left: 0.5em;
}

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

.add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.45em;
  padding: 0 .5em;
}

.add-to-cart .btn {
    margin: 0;
  margin-right: .5em;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: 0;
  line-height: 1;
  background-color: #121212;
  color: #fff;
}

.add-to-cart .btn:hover, .add-to-cart .btn:focus {
    color: #121212;
  background-color: #fff;
}

.quantity input {
  text-align: center;
  height: 44px;
  width: 70px;
  border-color: #1b1b1b;
  /*border-radius: 0;*/
  box-shadow: none;
  padding: 10px 16px;
  padding-right: 16px;
  line-height: 1.3333333;
}

.view-details {
    padding: 0 .5em;
}

.min-order, .max-order {
    clear:both;
    display:block;
    margin-top: 1em;
}



/* STORE DRILLDOWN */

.drill-container {

}

.product-detail {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(501px, 1fr));
    gap: 2rem;

    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}

@media (max-width: 991px) {
    .product-detail {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
}

.product-detail .product-image {
    background-color: #fff;
    text-align: center;
    min-height: 200px;
}

.product-detail .product-image img {
    padding: 2em 3.5em;
    max-height: 600px;
}

@media (max-width: 477px) {
    .product-detail .product-image img {
      padding: 1em;
      max-height: 325px;
    }
}

.product-detail .product-info {

}

.product-detail h2.product-title {
    margin-top: 0;
}

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

.product-detail .teaser {
  padding: 0 0 1em;
  font-family: "romie_medium", sans-serif;
  font-size: 1.2em;
  line-height: 1.25;
}

.product-detail .price-units {
    font-family: "romie_medium", sans-serif;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.product-detail .add-to-cart {
  padding: 0;
  max-width: 317px;
}

.product-detail .tab-content form[data-type="purchase"]:first-child {

}

.product-detail .tab-content form[data-type="purchase"] {

}

.product-detail h4 { /* detail titles */
    font-weight: bold;
}

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

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) {
    .wine-profile .table-responsive {
        border: none;
    }
}

.product-detail .product-buttons {
    margin-bottom: .25em;
}

.nav-tabs {
  border-bottom: transparent;
  margin-top: 2em;
}

.nav-tabs > li > a {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #121212;
  text-decoration: none;
  margin-right: 5px;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.nav-tabs > li > a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #121212;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #121212;
  cursor: default;
  background-color: #fff;
  border: 1px solid #fff;
}

.drill-tabs-content.tab-content, .editCreditCard .tab-content {
  background-color: #fff;
  margin-top: 0;
  padding: 1.5em;
  min-height: 265px;
}

@media (max-width: 477px) {
    .nav-tabs > li > a {
      font-size: 12px;
    }
}

.drill-tabs-content.tab-content .tab-pane.give-breaks {
  white-space: break-spaces;
}


/* POPUP */

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

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

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



/* CLUBS */

.clubs .member-login.mb-2 {
    padding: 0 0 36px;
    margin-top: 36px;
    border-bottom: 1px solid #121212;
    max-width: 700px;
}

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

.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 {
    display: block;
    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 .club-description {
  font-family: var(--font-romie-medium);
  font-size: 1.2em;
}

.club-signup .personal-information h3 {
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
    .club-signup #billingForm {
        margin-bottom: 2em;
      }
}


/* 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: #767676;
    border: 0 none;
    border-radius: 0;
    padding: 1em;
}

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

.pods .panel {
    background-color: transparent;
    border: 1px solid #767676;
    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: 4px;
    border: 1px solid #737373;
    padding: 8px 12px;
    line-height: 21px;
    font-size: 14px;
    height: 39px;
}

label, .control-label strong, .willCall span, .category-dropdown span {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 17.5px;
  margin-bottom: 8px;


}

.form-horizontal label {
    margin-bottom: 5px;
}

.form-control::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-transform: uppercase;
}

.small, .comment {
  font-size: 15px;
  color: #121212;
  margin-bottom: 0;
}



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

.quantity input[type=number] {
    -moz-appearance: none;
    appearance: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

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

.ship-to.form-inline .control-label {
    margin-bottom: 5px;
}

/* custom layout for simple form pages */
@media (min-width: 1400px) {
    .login-page .row.account-pages::before, .login-page .row.account-pages::after,
    .msignup .row.account-pages::before, .msignup .row.account-pages::after,
    .showForgot .row.account-pages::before, .showForgot .row.account-pages::after,
    .Allocationpersonalinformation .row.account-pages::before, .Allocationpersonalinformation .row.account-pages::after,
    .row.newsletter::before, .row.newsletter::after {
        content: none;
    }

    .club-signup .row > .contentarea, .login-page .row.account-pages, .msignup .row.account-pages,
    .showForgot .row.account-pages, .row.newsletter, .allocation-pages, .Allocationpersonalinformation .account-pages {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 3rem;
    }

    .login-page h1.page-title, .msignup h1.page-title, .showForgot h1.page-title, .club-signup h1.page-title,
    .newsletter h1.page-title, .allocation-pages h1.page-title, .Allocationpersonalinformation h1.page-title {
        font-size: 48px;
    }

    .login-page hr, .msignup hr, .showForgot hr, .club-signup hr, .newsletter hr, .allocation-pages hr,
    .Allocationpersonalinformation hr {
      display: none;
    }

    .club-signup .club-description {
      margin: 36px 0;
    }

    .clubs .member-login.mb-2, .msignup .account-pages .form-horizontal > h2,
    .Allocationpersonalinformation .account-pages #InfoForm.form-horizontal h2 {
        margin-top: 0;
    }

    .clubs .member-login.mb-2 h2 {
        margin-top: 5px;
    }

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

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




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

    .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;
  display: inline-block;
}

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

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img{height: 100px; width: auto;}

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

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

.mycustomclubs #form.table tr:nth-child(1) > td {
  color: #121212;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
}

.showAllocationDetail .page-content {
    font-family: var(--font-romie-medium);
  font-size: 1.2em;
  margin-bottom: 2em;
}

.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,
.Allocationpersonalinformation .formSubmitPersonal button {
  float: right;
}

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

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

.AllocationshowPaymentInformation table#form.table.table-striped thead tr > th:nth-child(4),
.AllocationshowPaymentInformation table#form.table.table-striped tbody tr > td:nth-child(4) {
    text-align: right;
}

.allocation-pages > div.container-fluid {
    padding: 0;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;

  margin: 2em auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 2rem;
}

/*.dashboard-tile {
  width: 100%;
  max-width: 46%;
  margin: 20px auto;
  border: 1px solid #333;
  text-align: left;
  padding: 20px;
}*/

.dashboard h2 {
  margin-top: 0;
}

.dashboard-tile {
  text-align: left;
  background-color: #fff;
  padding: 1.5em;
}

.dashboard-tile h3 {
  font-size: 26px;
  margin-bottom: 1em;
}

.dashboard-tile p {
  margin-bottom: 1em;
}

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


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

#site-header .justify-between.gap-6 {
    margin-bottom: 0;
}

.accountSubmenuOpen a.flex.items-start.gap-3.leading-none {
    font-size: 16px;
}

button.btn-toggle {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

hr.my-8 {
  margin-top: 32px;
  margin-bottom: 20px;
}

.fs-14 {
    font-size: 14px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%); /* Initially position off-screen to the right */
    transition: transform 0.1s ease-in; /* Smooth transition for sliding */
    z-index: 1000;
    display: none;
}

.mobile-menu.active {
    transform: translateX(0); /* Slide into view */
    right: 0;
    display: block;
}

.mobile-menu .lh-30 li {
  text-transform: uppercase;
}

.mobile-menu a {
    text-decoration: none;
}

.mobile-menu .lh-30 a {
    line-height: 30px;
}

.mobile-menu ul.account-sub {
  margin: 0.4em 0.5em;
}

.mobile-menu ul.account-sub li {
  margin-bottom: 0.3em;
}

.mobile-menu ul.account-sub a {
  text-transform: none;
}

hr.border-dark-3 {
    border-color: #252929;
    margin-top: 24px;
  margin-bottom: 24px;
}

#creditCardTabContents h2 {
    font-size: 24px;
    margin-bottom: 1em;
}

.editCreditCard .tab-content .container-fluid > .row > .col-xs-12 {
    padding: 0;
}

/* forms */

.col-sm-2.control-label, .col-sm-3.control-label {
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.form-group .col-sm-9, body:not(.club-signup) .form-group .col-sm-10 {
    width: 100%;
}

.member-number > div {
  width: auto !important;
  display: inline-block;
}

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

.col-sm-offset-3.h-captcha {
  margin-left: 0;
}

.form-group .col-sm-offset-3.col-sm-9 {
  margin-left: 0;
}

.form-group.member-number {
  margin-bottom: 0;
  margin-top: 1.5em;
}

input[type="checkbox"], input[type="radio"] {
  margin: 2px 0 0;
}

.store-policies {
  text-align: center;
  margin-top: 116px;
}

.store-policies a {
  text-decoration: underline;
}

hr.policies {
    padding-top: 20px;
}

@media (max-width: 1023px) {
    .footer-top .grid-reset {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .footer-top .grid-reset .span-12 {
        grid-column: span 12 !important;
    }

    .footer-top .grid-reset .span-2 {
        grid-column: span 2 !important;
    }
}

@media (max-width: 477px) {
    .footer-top .grid-reset .span-2 {
        grid-column: span 6 !important;
      }
}


@media (max-width: 991px) {
    .form-group.member-number {
      margin-bottom: 15px;
    }

    .form-group .form-group {
        margin-bottom: 0;
    }

    .form-group .form-inline .form-group {
        margin-bottom: 15px;
    }
}

.container-site > .row > .col-md-3, .container-site > .row > .col-xs-12, .container-site > .row > .col-md-9, .container-site > .row > .col-sm-12, .container-site > .row > .col-sm-3, .container-site > .row > .col-sm-9 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width: 768px) {
    .md\:hidden {
      display: none;
    }
}

