/* -------------------- */
/* Header */
/* -------------------- */
header .menu ul.open {
/*   height: 550px; */
  height: 510px;
}

@media (max-width: 1199px) {
	#c7-cart > a {
		display: none;
	}
}

.menu.cart-visible-in-menu ul:not(.open) {
    height: 0 !important;
    padding: 0 !important;
	opacity: 1 !important;
}

.menu.cart-visible-in-menu ul:not(.open) > li,
.menu.cart-visible-in-menu ul:not(.open) > span > li {
    display: none !important;
}
.menu.cart-visible-in-menu ul:not(.open) #c7-login {
    display: none !important;
}

#custom-c7-nav {
  z-index: 999999;
}

#custom-c7-nav-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#custom-c7-nav #c7-login > a,
#custom-c7-nav #c7-cart > a {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

#custom-c7-nav #c7-login,
#custom-c7-nav #c7-cart {
  padding: 15px 0;
}

@media (min-width: 1200px) {
  #custom-c7-nav {
    position: absolute;
    top: 5px;
    right: 305px;
    z-index: 999999;
  }

  #custom-c7-nav-inner {
    flex-direction: row;
  }

  #custom-c7-nav #c7-login > a,
#custom-c7-nav #c7-cart > a {
    font-size: 14px;
  }

  #custom-c7-nav #c7-login,
#custom-c7-nav #c7-cart {
    padding: 0;
  }

  #custom-c7-nav #c7-login {
    padding-right: 20px;
	@media (max-width: 1199px) {
		padding-right: 0px;
	}
  }
}
@media (min-width: 1500px) {
  #custom-c7-nav {
    top: 25px;
    right: 320px;
  }
}
/* -------------------- */
/* Login Page */
/* -------------------- */
#c7-content p {
  font-family: "PT Sans", sans-serif;
}
#c7-content > section {
  padding: 64px 0;
}
#c7-content > section h1 {
  margin-bottom: 32px;
  font-size: 40px;
}

#c7-content, .c7-form {
  margin-top: 16px;
}
#c7-content label, #c7-content input, .c7-form label, .c7-form input {
  font-family: "PT Sans", sans-serif;
}
#c7-content input, .c7-form input {
  background-color: #fff;
  font-size: 16px;
}
#c7-content label > input, #c7-content label > .c7-selectboxWrap, .c7-form label > input, .c7-form label > .c7-selectboxWrap {
  margin-top: 4px;
}

.c7-account-login,
.c7-account__dashboard,
.c7-account__information,
.c7-cart__wrapper {
  max-width: 80%;
}
@media (min-width: 64rem) {
  .c7-account-login,
.c7-account__dashboard,
.c7-account__information,
.c7-cart__wrapper {
    max-width: 64rem;
  }
}

.c7-product-collection {
  max-width: 95%;
}
@media (min-width: 64rem) {
  .c7-product-collection {
    max-width: 64rem;
  }
}

#c7-content .c7-button, #c7-content .c7-button-alt,
#c7-content .c7-button-small, #c7-content .c7-button-alt-small {
  font-family: "PT Sans", sans-serif;
}

/* -------------------- */
/* Checkout Page */
/* -------------------- */
.c7-checkout__content__title h3 {
  font-weight: bold;
}

#c7-checkout-content .c7-form div > label > * {
  margin-top: 4px;
}

#c7-checkout-content > div > div.c7-checkout > div > div.c7-checkout__header > div.c7-checkout__header__logo > a > img,
#c7-checkout-content > div > div.c7-checkout-template__logo > a > img {
  max-width: 100%;
}

#c7-content > section > div:nth-child(3) > h2 {
  margin-bottom: 8px;
}

.c7-checkout__main {
  max-width: 90%;
}

div.c7-cart-items > div > div.c7-cart-items__image > img {
  max-width: 100%;
}

#c7-content .c7-product__info h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
#c7-content .c7-product__info .c7-product__variant__add-to-cart label > input {
  margin-top: 0;
  height: 34px;
}
@media screen and (min-width: 48rem) {
  #c7-content .c7-product-collection {
    justify-content: flex-start;
  }
  #c7-content .c7-product {
    justify-content: center;
  }
  #c7-content .c7-product__info {
    padding: 0 32px;
  }
  #c7-content .c7-product__info h3 {
    margin-top: 0;
  }
}

#c7-content .c7-product-collection .c7-product .c7-product__photo, #c7-content .c7-product-collection .c7-product .c7-product__info {
  flex: 1;
}
#c7-content .c7-product-collection .c7-product .c7-product__photo {
  position: relative;
}
#c7-content .c7-product-collection .c7-product .c7-product__photo .c7-badge {
  position: absolute;
  top: 0;
  right: 20%;
}
@media (min-width: 48rem) {
  #c7-content .c7-product-collection .c7-product .c7-product__photo .c7-badge {
    right: 0;
  }
}
#c7-content .c7-product-collection .c7-product .c7-product__photo .c7-badge img {
  max-height: 64px;
}

#c7-content .c7-product-detail {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  #c7-content .c7-product-detail {
    max-width: 64rem;
  }
}
#c7-content .c7-product-detail .primary-details-section {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .primary-details-section {
    flex-direction: column;
  }
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__photo_custom {
  padding: 0 24px;
  width: 35%;
  position: relative;
  text-align: center;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .primary-details-section .c7-product-detail__photo_custom {
    width: 100%;
    box-sizing: border-box;
  }
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__photo_custom img {
  max-height: 360px;
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__photo_custom .c7-badge {
  right: 10%;
  top: 0;
  position: absolute;
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__photo_custom .c7-badge img {
  max-height: 72px;
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__info_custom {
  padding: 0 24px;
  width: 65%;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .primary-details-section .c7-product-detail__info_custom {
    margin-top: 48px;
    width: 100%;
    box-sizing: border-box;
  }
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__info_custom h1 {
  font-weight: bold;
  text-align: left;
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__info_custom label > input {
  height: 34px;
  margin-top: 0;
}
#c7-content .c7-product-detail .primary-details-section .c7-product-detail__info_custom .c7-product__variant__price {
  margin-bottom: 32px;
}
#c7-content .c7-product-detail .secondary-details-section {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .secondary-details-section {
    flex-direction: column;
  }
}
#c7-content .c7-product-detail .secondary-details-section .wine-specs-section {
  padding: 24px;
  width: 35%;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .secondary-details-section .wine-specs-section {
    width: 100%;
    box-sizing: border-box;
  }
}
#c7-content .c7-product-detail .secondary-details-section .wine-specs-section h2 {
  font-size: 16px;
}
#c7-content .c7-product-detail .secondary-details-section .wine-specs-section .c7-product-spec > :nth-child(1) {
  text-transform: none;
  font-style: italic;
  font-size: 14px;
  color: #686868;
}
#c7-content .c7-product-detail .secondary-details-section .wine-specs-section .c7-product-spec > :nth-child(1)::after {
  opacity: 0;
  width: 12px;
}
#c7-content .c7-product-detail .secondary-details-section .wine-specs-section .c7-product-spec > :nth-child(2) {
  text-transform: none;
  font-style: normal;
  font-size: 14px;
  color: #191919;
  font-weight: normal;
}
#c7-content .c7-product-detail .secondary-details-section .wine-profile-section {
  padding: 24px;
  width: 65%;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .secondary-details-section .wine-profile-section {
    width: 100%;
    box-sizing: border-box;
  }
}
#c7-content .c7-product-detail .secondary-details-section .wine-profile-section .v65-wine-profile-title.v65-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
#c7-content .c7-product-detail .secondary-details-section .wine-profile-section .v65-wine-profile-title.v65-title:nth-child(2) {
  display: none;
}
#c7-content .c7-product-detail .secondary-details-section .wine-profile-section .v65-product-attributeLabel {
  color: #686868;
  margin-bottom: 16px;
}
#c7-content .c7-product-detail .c7-product__variant__add-to-cart {
  justify-content: flex-start;
}
#c7-content .c7-product-detail .c7-product-specs {
  text-align: left;
}
@media (max-width: 48rem) {
  #c7-content .c7-product-detail .c7-product-specs {
    margin: 0;
  }
}
#c7-content .c7-product-detail .c7-product-specs h2 {
  text-align: left;
}

#c7-content .c7-product-detail .secondary-details-section .wine-specs-section h2,
#c7-content .c7-product-detail .secondary-details-section .wine-profile-section .v65-wine-profile-title.v65-title {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
#c7-content .c7-product-detail .secondary-details-section .wine-specs-section h2 > strong,
#c7-content .c7-product-detail .secondary-details-section .wine-profile-section .v65-wine-profile-title.v65-title > strong {
  font-weight: 400;
}

#c7-content .c7-product-detail .primary-details-section .c7-product-detail__info_custom h1 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (min-width: 40em) {
  .content-block__clubs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
  }
}
.content-block__club {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 40em) {
  .content-block__club {
    width: 49%;
  }
}
.content-block__club__logo {
  border: 1px solid #a8a8a8;
  display: block;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
.content-block__club__logo img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

.content-block__club__content {
  padding: 0 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .content-block__club__content {
    padding: 0 2rem;
  }
}
.content-block__club .learn-more {
  border-bottom: 1px solid;
}

.page-id-22159 p, .page-id-22159 li {
  font-family: "PT Sans", sans-serif;
}
.page-id-22159 .hero {
  background-image: url(/wp-content/uploads/2021/05/SH.HSH_.jpg);
}
.page-id-22159 .container {
  max-width: 80%;
}
@media (min-width: 64rem) {
  .page-id-22159 .container {
    max-width: 64rem;
  }
}
.page-id-22159 h1 {
  margin-bottom: 32px;
  font-size: 40px;
  text-align: center;
}

.hidden-currently {
  display: none;
}

.c7-checkout__content__radio-options-group > div,
.c7-checkout__content__radio-options-group > div + div {
  box-sizing: border-box;
  padding-left: 2rem;
}

.c7-selectbox + .c7-selectbox {
  margin-left: 0 !important;
}

.c7-product__info {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px !important;
}

.c7-product__teaser {
  flex: 1;
}

.c7-checkout-breadcrumbs div,
.c7-checkout__content__title a {
  font-size: 0.95rem;
}

.collection-header {
  margin-top: 64px;
}
.collection-header > h1 {
  margin-bottom: 32px;
  font-size: 40px;
  text-align: center;
}
.collection-header > .menu-shop-menu-container {
  margin: 0 auto;
  padding: 0 32px;
}
.collection-header > .menu-shop-menu-container > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.collection-header > .menu-shop-menu-container > ul > li {
  padding: 2px 8px;
  border-right: 1px solid #000;
  margin: 4px 0px;
}
.collection-header > .menu-shop-menu-container > ul > li:last-child {
  border-right: 0;
}
.collection-header > .menu-shop-menu-container > ul > li > a {
  color: #000;
}

.collection-header + div > section {
  padding-top: 32px !important;
}

.collection-header + div > section > h1 {
  display: none;
}

.c7-product-collection .c7-product__photo img {
  max-width: 100%;
}

#c7-content .c7-product-detail .primary-details-section .c7-product-detail__photo_custom img {
  max-width: 100%;
}

.c7-account-menu + div {
  padding-left: 16px;
  padding-right: 16px;
}

.c7-account-tile__section > em {
  display: block;
}

#c7-cart > section > div.c7-cart__carrot > p > a {
  color: #fff;
}

#c7-content > section > div.c7-product-detail > div.secondary-details-section > div.wine-profile-section > h2 {
    font-family: "PT Sans",sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}

#c7-content > section > div.c7-product-detail > div.secondary-details-section > div.wine-profile-section > div {
    margin-bottom: 16px;
}

#c7-content > section > div.c7-product-detail > div.secondary-details-section > div.wine-profile-section > div > h3 {
    margin-bottom: 8px;
    font-style: italic;
}

#c7-content > section > div.c7-product-detail > div.secondary-details-section > div.wine-profile-section > div > div {
    line-height: 1.25;
}

#c7-content > section > div.c7-product-collection > div > div.c7-product__info > form > div:nth-child(4) > .c7-product__variant__gift-card {
	margin-top: 16px;
    margin-bottom: 16px;
}

#c7-content > section > div.c7-product-collection > div > div.c7-product__info > form > div:nth-child(4) > .c7-product__variant__gift-card > label > textarea {
    margin-top: 4px;
}

#c7-content .c7-product-collection .c7-product .c7-product__photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* cart page set coupon box visible */
.c7-cart__summary__message .c7-form {
    opacity: 100%;
    visibility: visible;
    margin-bottom: 20%;
    max-height: unset;
  }
  .c7-cart__summary__message a[href="#"] {
    pointer-events: none;
    color: #333;
  }