/* CSS COMMERCE7 OVERRIDES */

/* ...copied over from main.css */

/* force Product Detail Page Mobile View */
@media (max-width: 639px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area > .image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
	  padding-bottom: 20px;
  }
}

@media (max-width: 639px) {
  #c7-content > section > .product .secondary-area-wrapper .secondary-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > img {
  max-height: 360px;
  max-width: 90%;
  height: auto;
	}
}

@media (max-width: 639px) {
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge {
  position: absolute;
  width: 90px;
	}
}
@media (max-width: 639px) {
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge > img {
  max-width: 100%;
	}
}
/*Commerce7 PDP Page CSS */
/*Product Detail Page C7 CSS Below */
/**/ 
/**/ 
/* this is to override the height of 360px on the container on line 248 */
#c7-content > section > .product .primary-area-wrapper .primary-area > .image {
  height: auto;
}

#c7-content > section > .product .primary-area-wrapper .primary-area > .image > img {
  max-height: 360px;
  max-width: 90%;
  height: auto;
}
/* end */

#c7-content > section > .product .primary-area-wrapper .primary-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -32px;
}
@media (max-width: 639px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#c7-content > section > .product .primary-area-wrapper .primary-area > * {
  margin-left: 32px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image {
  height: 360px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 32px;
  position: relative;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge {
  position: absolute;
  top: 0;
  width: 90px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge > img {
  max-width: 100%;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > img {
  height: 100%;
}
@media (max-width: 639px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area > .image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 1rem;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .title {
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 32px;
  text-align: left;
  margin-bottom: 2rem;
  letter-spacing: 3px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .title a {
  color: inherit;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content ul {
  padding-left: 24px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content ul li {
  list-style: disc;
  margin-bottom: 16px;
}																								
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__price {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 16px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__price > .c7-product__variant__price__sale {
  text-align: left;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__add-to-cart {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-left: -32px;
}
@media (max-width: 639px) {
  #c7-content > section > .product .secondary-area-wrapper .secondary-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > * {
  margin-top: 32px;
  margin-left: 32px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
	text-align: left;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > h2 {
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 28px;
  text-align: center;
  margin-bottom: 2rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div > * + * {
  margin-left: 16px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div > h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  line-height: 1.5;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div > p {
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
	text-align: left;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > h2 {
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 28px;
  margin-bottom: 2rem;
}

	#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > p {
  font-size: 16px;
}
	#c7-content > section > p {
  font-size: 16px;

}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div {
  margin-bottom: .8rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div > h3 {
  margin-bottom: 1.5rem;
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 16px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div > p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: lighter;
}

.c7-button,
.c7-button-small,
.c7-button-alt,
.c7-button-alt-small {
  font-family: inherit;
}
/* End Product Detail page CSS */


/* C7 STYLES */
	
}.c7-profile-page, .c7-cart-page, .c7-product-page {
    margin-top: 100px;
    margin-bottom: 80px;
}
@media(min-width: 570px) {
    .c7-profile-page, .c7-cart-page, .c7-product-page {
    margin-top: 110px;
    margin-bottom: 80px;
}
}@media(min-width: 768px) {
    .c7-profile-page, .c7-cart-page, .c7-product-page {
    width: 900px;
    margin-top: 180px;
    margin-bottom: 80px;
}
}.page-template-template-collection #c7-content h1 {
    text-align: center;
}
.page-template-template-collection .section-layers {
    margin-top: 110px;
    margin-bottom: 40px;
}
@media(min-width: 570px) {
    .page-template-template-collection .section-layers {
    margin-top: 110px;
}
}@media(min-width: 768px) {
    .page-template-template-collection .section-layers {
    margin-top: 180px;
}
}.page-template-template-collection .section-layers .subnav {
    height: auto;
}
.page-template-template-collection .section-layers .subnav ul {
    height: auto;
    flex-wrap: wrap;
}
.page-template-template-collection .section-layers .subnav ul li {
    margin: 0 .5em;
    padding: 0 4px;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 40px;
}
@media(min-width: 570px) {
    .page-template-template-collection .section-layers .subnav ul li {
    font-size: 1.6rem;
    margin: 0 .5em;
    line-height: 58px;
    padding: 0 8px;
}
}.page-template-template-collection .c7-collection-page {
    margin-bottom: 80px;
}
@media(min-width: 570px) {
    .page-template-template-collection .c7-collection-page {
    margin-bottom: 80px;
}
}@media(min-width: 768px) {
    .page-template-template-collection .c7-collection-page {
    width: 900px;
    margin-bottom: 80px;
}
}

/* end copied over from main.css */

.c7-tools {
    background: transparent;
    padding: .75rem 1rem;
    position: absolute;
    justify-content: flex-start;
    min-height: 16px;
    right: 10px;
    top: 10px;
}
@media screen and (min-width: 570px) {
    .c7-tools {
    right: 40px;
    top: 30px;
  }
}
@media screen and (min-width: 768px) {
    .c7-tools {
    justify-content: flex-end;
    padding: 0 1rem;
    margin: 0 auto -1rem;
    right: 150px;
    top: 56px;
    font-size: 16px;
  }
}
.c7-tools.light #c7-login>a {
    color: #fff;
}
.c7-tools.light #c7-cart>a {
    color: #fff;
}
.menu-open .c7-tools.light #c7-login>a {
    color: #2f2d2b;
}
.menu-open .c7-tools.light #c7-cart>a {
    color: #2f2d2b;
}
#c7-login>a {
    color: #464641;
}
@media screen and (max-width: 570px) {
    #c7-login {
    padding: 0 1rem 0 0;
  }
}
#c7-cart>a {
    color: #464641;
    cursor: pointer;
}
#c7-cart .c7-cart__close {
    cursor: pointer;
}
.admin-bar section.c7-cart {
    top: 46px;
}
@media screen and (min-width: 783px) {
    .admin-bar section.c7-cart {
    top: 32px;
  }
}
.single .c7-tools.light #c7-login>a, .single-wines .c7-tools.light #c7-login>a {
    color: #464641;
}
.single .c7-tools.light #c7-cart>a, .single-wines .c7-tools.light #c7-cart>a {
    color: #464641;
}
.c7-account-login {
    max-width: 80rem;
}
.c7-account-menu a {
    font-size: 16px;
    padding: 0 9px;
}
@media only screen and (max-width: 40em) {
    .c7-account-menu a {
    font-size: 14px;
    padding: 4px;
  }
}
.c7-account__dashboard {
    max-width: 800px;
}
.c7-account__dashboard h3, .c7-account__dashboard .c7-modal__content h2, .c7-modal__content .c7-account__dashboard h2, .c7-account__dashboard .c7-checkout-summary h2, .c7-checkout-summary .c7-account__dashboard h2 {
    font-size: 18px;
}
@media only screen and (min-width: 40.0625em) {
    .c7-account__dashboard h3, .c7-account__dashboard .c7-modal__content h2, .c7-modal__content .c7-account__dashboard h2, .c7-account__dashboard .c7-checkout-summary h2, .c7-checkout-summary .c7-account__dashboard h2 {
    font-size: 22px;
  }
}
.c7-account__information__address a.c7-button-alt-small {
    margin-top: 1.5rem;
}
.c7-account-row {
    max-width: 800px;
}
.c7-account-row>div {
    color: #464644;
    font-size: 14px;
}
.c7-product {
	margin-top: 3rem;
    margin-bottom: 3rem;
}
.c7-product-collection {
    justify-content: flex-start;
    max-width: 1024px;
}
.c7-product--featured .c7-product__photo img {
    padding: 1rem;
}
.c7-product {
    padding: 0 .25rem;
	border: 1px solid #e1e1e1;
	margin-left: .2rem;
	margin-right: .2rem;
}
.c7-product:hover {
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
}
@media only screen and (min-width: 64.0625em) {
    .c7-product {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 40em) {
    .c7-product {
    margin: 0 auto 48px;
    max-width: 380px;
  }
}
.c7-product h3, .c7-product .c7-modal__content h2, .c7-modal__content .c7-product h2, .c7-product .c7-checkout-summary h2, .c7-checkout-summary .c7-product h2 {
    font-size: 1.45rem;
}
.c7-product img {
    max-height: 260px;
}
@media screen and (min-width: 48rem) {
    .c7-product img {
    max-height: 260px;
  }
}.c7-product .c7-badge {
    width: 80px;
}
.c7-product__photo {
    padding: 0 .5rem;
    position: relative;
}
@media only screen and (min-width: 40.0625em) {
    .c7-product__photo {
    width: 45%;
    padding: 0 1rem;
  }
}
.c7-product .c7-product__variant__price {
    font-size: 1.2em;
    font-weight: normal;
}
.c7-product .c7-product__variant__add-to-cart {
    flex-wrap: nowrap;
}
@media screen and (min-width: 48rem) {
    .c7t-products--1up .c7-product {
    width: 100%
  }
}
.c7t-products--1up .c7-product h3, .c7t-products--1up .c7-product .c7-modal__content h2, .c7-modal__content .c7t-products--1up .c7-product h2, .c7t-products--1up .c7-product .c7-checkout-summary h2, .c7-checkout-summary .c7t-products--1up .c7-product h2 {
    font-size: 1.45rem;
}
.c7t-products--1up .c7-product h3 a, .c7t-products--1up .c7-product .c7-modal__content h2 a, .c7-modal__content .c7t-products--1up .c7-product h2 a, .c7t-products--1up .c7-product .c7-checkout-summary h2 a, .c7-checkout-summary .c7t-products--1up .c7-product h2 a {
    color: #d66f7d;
}
.c7t-products--1up .c7-product h3 a:hover, .c7t-products--1up .c7-product .c7-modal__content h2 a:hover, .c7-modal__content .c7t-products--1up .c7-product h2 a:hover, .c7t-products--1up .c7-product .c7-checkout-summary h2 a:hover, .c7-checkout-summary .c7t-products--1up .c7-product h2 a:hover {
    color: #333;
}
@media screen and (min-width: 48rem) {
    .c7t-products--1up .c7-product .c7-product__photo {
    width: 30%}
}
@media screen and (min-width: 48rem) {
    .c7t-products--1up .c7-product .c7-product__info {
    width: 70%;
    padding-right: 2.5rem;
  }
}
.c7t-products--3up .c7-product {
    flex-direction: column;
    text-align: center;
}
@media screen and (min-width: 48rem) {
    .c7t-products--3up .c7-product {
    width: 32%}
}
.c7t-products--3up .c7-product h3, .c7t-products--3up .c7-product .c7-modal__content h2, .c7-modal__content .c7t-products--3up .c7-product h2, .c7t-products--3up .c7-product .c7-checkout-summary h2, .c7-checkout-summary .c7t-products--3up .c7-product h2 {
    font-size: 1.2rem;
    line-height: 1.1;
}
.c7t-products--3up .c7-product h3 a, .c7t-products--3up .c7-product .c7-modal__content h2 a, .c7-modal__content .c7t-products--3up .c7-product h2 a, .c7t-products--3up .c7-product .c7-checkout-summary h2 a, .c7-checkout-summary .c7t-products--3up .c7-product h2 a {
    color: #333;
}
.c7t-products--3up .c7-product h3 a:hover, .c7t-products--3up .c7-product .c7-modal__content h2 a:hover, .c7-modal__content .c7t-products--3up .c7-product h2 a:hover, .c7t-products--3up .c7-product .c7-checkout-summary h2 a:hover, .c7-checkout-summary .c7t-products--3up .c7-product h2 a:hover {
    color: #B99758;
}
.c7t-products--3up .c7-product .c7-product__photo {
    width: 100%;
    margin-bottom: 16px;
	margin-top: 16px;
}
.c7t-products--3up .c7-product .c7-product__teaser {
    /*display: none;*/
	padding-bottom: .6rem;
	font-size: .9rem;
}
.c7t-products--3up .c7-product .c7-product__info {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}
.c7t-products--3up .c7-product .c7-product__variant {
    align-self: flex-end;
    margin-top: auto;
    width: 100%}
.c7t-products--3up .c7-product .c7-product__variant__add-to-cart {
    justify-content: center;
	margin-bottom: 1rem;
}
.c7t-products--4up .c7-product, .c7t-products--4up_no_cart .c7-product {
    flex-direction: column;
    text-align: center;
}
@media screen and (min-width: 48rem) {
    .c7t-products--4up .c7-product, .c7t-products--4up_no_cart .c7-product {
    width: 25%}
}
.c7t-products--4up .c7-product h3, .c7t-products--4up .c7-product .c7-modal__content h2, .c7-modal__content .c7t-products--4up .c7-product h2, .c7t-products--4up .c7-product .c7-checkout-summary h2, .c7-checkout-summary .c7t-products--4up .c7-product h2, .c7t-products--4up_no_cart .c7-product h3, .c7t-products--4up_no_cart .c7-product .c7-modal__content h2, .c7-modal__content .c7t-products--4up_no_cart .c7-product h2, .c7t-products--4up_no_cart .c7-product .c7-checkout-summary h2, .c7-checkout-summary .c7t-products--4up_no_cart .c7-product h2 {
    font-size: 24px;
}
.c7t-products--4up .c7-product h3 a, .c7t-products--4up .c7-product .c7-modal__content h2 a, .c7-modal__content .c7t-products--4up .c7-product h2 a, .c7t-products--4up .c7-product .c7-checkout-summary h2 a, .c7-checkout-summary .c7t-products--4up .c7-product h2 a, .c7t-products--4up_no_cart .c7-product h3 a, .c7t-products--4up_no_cart .c7-product .c7-modal__content h2 a, .c7-modal__content .c7t-products--4up_no_cart .c7-product h2 a, .c7t-products--4up_no_cart .c7-product .c7-checkout-summary h2 a, .c7-checkout-summary .c7t-products--4up_no_cart .c7-product h2 a {
    color: #d66f7d;
}
.c7t-products--4up .c7-product h3 a:hover, .c7t-products--4up .c7-product .c7-modal__content h2 a:hover, .c7-modal__content .c7t-products--4up .c7-product h2 a:hover, .c7t-products--4up .c7-product .c7-checkout-summary h2 a:hover, .c7-checkout-summary .c7t-products--4up .c7-product h2 a:hover, .c7t-products--4up_no_cart .c7-product h3 a:hover, .c7t-products--4up_no_cart .c7-product .c7-modal__content h2 a:hover, .c7-modal__content .c7t-products--4up_no_cart .c7-product h2 a:hover, .c7t-products--4up_no_cart .c7-product .c7-checkout-summary h2 a:hover, .c7-checkout-summary .c7t-products--4up_no_cart .c7-product h2 a:hover {
    color: #333;
}
.c7t-products--4up .c7-product .c7-product__photo, .c7t-products--4up_no_cart .c7-product .c7-product__photo {
    width: 100%}
.c7t-products--4up .c7-product .c7-product__info, .c7t-products--4up_no_cart .c7-product .c7-product__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 1rem;
    height: 100%;
    min-height: 0;
}
.c7t-products--4up .c7-product .c7-product__variant, .c7t-products--4up_no_cart .c7-product .c7-product__variant {
    align-self: flex-end;
    width: 100%}
.c7t-products--4up .c7-product .c7-product__variant__add-to-cart, .c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart {
    justify-content: center;
}
@media screen and (max-width: 56.25rem) {
    .c7t-products--4up .c7-product .c7-product__variant__add-to-cart, .c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart {
    flex-wrap: wrap;
}
}
@media screen and (min-width: 48rem)and (max-width: 900px) {
    .c7t-products--4up .c7-product .c7-product__variant__add-to-cart label, .c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart label {
    margin-bottom: .5rem;
  }
}
.c7t-products--6up .c7-product {
    flex-direction: column;
    text-align: center;
}
@media screen and (min-width: 48rem) {
    .c7t-products--6up .c7-product {
    width: 16.666%}
}
.c7t-products--6up .c7-product h3, .c7t-products--6up .c7-product .c7-modal__content h2, .c7-modal__content .c7t-products--6up .c7-product h2, .c7t-products--6up .c7-product .c7-checkout-summary h2, .c7-checkout-summary .c7t-products--6up .c7-product h2 {
    font-size: 24px;
}
.c7t-products--6up .c7-product h3 a, .c7t-products--6up .c7-product .c7-modal__content h2 a, .c7-modal__content .c7t-products--6up .c7-product h2 a, .c7t-products--6up .c7-product .c7-checkout-summary h2 a, .c7-checkout-summary .c7t-products--6up .c7-product h2 a {
    color: #d66f7d;
}
.c7t-products--6up .c7-product h3 a:hover, .c7t-products--6up .c7-product .c7-modal__content h2 a:hover, .c7-modal__content .c7t-products--6up .c7-product h2 a:hover, .c7t-products--6up .c7-product .c7-checkout-summary h2 a:hover, .c7-checkout-summary .c7t-products--6up .c7-product h2 a:hover {
    color: #333;
}
.c7t-products--6up .c7-product .c7-product__photo {
    width: 100%}
.c7t-products--6up .c7-product .c7-product__info {
    width: 100%;
    padding: 0 1rem;
}
.c7t-products--6up .c7-product .c7-product__variant {
    align-self: flex-end;
    margin-top: auto;
    width: 100%}
.c7t-products--6up .c7-product .c7-product__variant__add-to-cart {
    justify-content: center;
}
@media screen and (max-width: 56.25rem) {
    .c7t-products--6up .c7-product .c7-product__variant__add-to-cart {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 48rem)and (max-width: 900px) {
    .c7t-products--6up .c7-product .c7-product__variant__add-to-cart label {
    margin-bottom: .5rem;
  }
}.c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart {
    display: none;
}
.c7-product-collection__with-filters {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters {
    flex-direction: row;
  }
}
.c7-product-collection__with-filters-filters-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters-filters-list {
    display: block;
    width: 22%;
    margin-bottom: 0;
  }
}
.c7-product-collection__with-filters-filters-list .c7-selectbox {
    width: 100%}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters-filters-list .c7-selectbox {
    width: 18%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 47.9375rem) {
    .c7-product-collection__with-filters-filters-list .c7-selectbox+.c7-selectbox {
    margin-left: 0;
    margin-top: .5rem;
  }
}
.c7-product-collection__with-filters-products-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters-products-list {
    width: 78%;
    padding-left: 1rem;
  }
}
.c7-product-collection__with-filters-products-list h3, .c7-product-collection__with-filters-products-list .c7-modal__content h2, .c7-modal__content .c7-product-collection__with-filters-products-list h2, .c7-product-collection__with-filters-products-list .c7-checkout-summary h2, .c7-checkout-summary .c7-product-collection__with-filters-products-list h2 {
    font-size: 1.35rem;
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters-products-list .c7-product__info {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters-products-list form.c7-product__variant {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters--top {
    flex-direction: column;
  }
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters--top .c7-product-collection__with-filters-filters-list {
    display: flex;
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 48rem) {
    .c7-product-collection__with-filters--top .c7-product-collection__with-filters-products-list {
    width: 100%;
    padding-left: 1rem;
  }
}
.c7-product__variant__gift-card input[type=text], .c7-product__variant__gift-card textarea {
    width: 250px;
    max-width: 100%}
.c7-product__variant__gift-card textarea {
    height: 100px;
}
.c7-product-specs {
    max-width: 350px;
    margin: 0 auto 1.35rem;
    text-align: center;
    margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
    .c7-product-specs {
    margin: 0 0 1.35rem;
    text-align: left;
  }
}
.c7-product-specs h2 {
    text-align: center;
}
.c7-product-spec {
    margin-bottom: .675rem;
    font-size: .875rem;
    font-weight: bold;
}
@media screen and (min-width: 48em) {
    .c7-product-spec {
    display: flex;
  }
}
.c7-product-spec div:first-child {
    font-weight: normal;
    padding-right: 2%;
	padding-bottom: .4rem;
	text-transform: uppercase;
	width: 12rem;
}

/* SHOP WINES PDP PAGE */
.wine-facts-text-width {
	line-height: 1.2em;
	width:60%;
}
@media screen and (min-width: 768px) {
	.wine-facts-text-width {
	width:60%;
    display: flex;
	}
}
@media screen and (max-width: 767px) {
    .wine-facts-text-width {
    width:100%;
  }
}

.c7-product-detail {
    display: block;
    margin: 0 0 48px;
    width: 100%}
@media screen and (min-width: 768px) {
    .c7-product-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto 48px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
    .c7-product-detail__titles {
    margin-left: 37%}
}
.c7-product-detail h1 {
    font-size: 32px;
    text-align: left !important;
}
@media screen and (min-width: 768px) {
    .c7-product-detail h1 {
    font-size: 40px;
  }
}
.c7-product-detail h2 {
    font-size: 28px;
}
@media screen and (min-width: 768px) {
    .c7-product-detail h2 {
    font-size: 36px;
  }
}
.c7-product-detail h3, .c7-product-detail .c7-modal__content h2, .c7-modal__content .c7-product-detail h2, .c7-product-detail .c7-checkout-summary h2, .c7-checkout-summary .c7-product-detail h2 {
    line-height: 28px;
    font-size: 26px;
    margin-bottom: .5em;
    font-weight: 600;
}
.c7-product-detail__subtitle {
    font-size: 1.125rem;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
    .c7-product-detail__subtitle {
    font-size: 1.25rem;
    margin-top: -2rem;
  }
}
.c7-product-detail .c7-product__variant {
    margin-bottom: 60px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .c7-product-detail .c7-product__variant {
    text-align: left;
}
}.c7-product-detail .c7-product__variant__price {
    font-size: 30px;
}
.c7-product-detail .c7-product__variant__price__title {
    font-size: 12px;
    vertical-align: super;
}
.c7-product-detail .c7-product-specs {
    margin-top: 1.35rem;
}

/* from live site */

.c7-product-detail .c7-product-spec {
  display: flex;
  justify-content: center;
}

.c7-product-detail .c7-product-spec > div {
  font-size: 16px;
  flex: 1;
}

.c7-product-detail .c7-product-spec > div:nth-child(1) {
  text-transform: none;
  text-align: right;
}

.c7-product-detail .c7-product-spec > div:nth-child(2) {
  font-style: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* end from live site */


.c7-product-detail .c7-product-spec div:first-child {
    text-transform: none;
}
.c7-product-detail .c7-product-spec div+div {
    font-style: normal;
    font-weight: normal;
}
.c7-product-detail__photo {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 0 1rem;
    width: 100%}
@media screen and (min-width: 768px) {
    .c7-product-detail__photo {
    /*width: 45%;*/
    text-align: center;
    order: 1;
    /*position: absolute;*/
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
    .c7-product-detail__photo img {
    max-height: 560px;
  }
}
.c7-product-detail__photo__thumbs {
    display: flex;
    justify-content: center;
}
.c7-product-detail__photo__thumbs img {
    padding: .75rem;
}
.c7-product-detail__photo .c7-product-specs {
    display: none;
}
@media screen and (min-width: 768px) {
    .c7-product-detail__photo .c7-product-specs {
    display: block;
  }
}
.c7-product-detail .c7-product-attribute {
    margin-bottom: 2.5rem;
}
.c7-product-detail__info {
    width: 100%;
    text-align: left;
}
.c7-product-detail__info p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
    .c7-product-detail__info {
    width: 63%;
    text-align: left;
    order: 2;
    margin-left: 37%}
}
.c7-product-detail__info .c7-product-specs {
    display: block;
}
@media screen and (min-width: 768px) {
    .c7-product-detail__info .c7-product-specs {
    display: none;
  }
}
.c7-message--empty-cart {
    max-width: 86%
}
.c7-cart__wrapper {
    max-width: 800px;
}
.c7-cart__wrapper h4 {
    font-size: 16px;
}
@media only screen and (min-width: 40.0625em) {
    .c7-cart__wrapper h4 {
    font-size: 18px;
  }
}
.c7-cart__wrapper p {
    font-size: 14px;
}
@media only screen and (min-width: 40.0625em) {
    .c7-cart__wrapper p {
    font-size: 16px;
  }
}
.c7-cart {
    background: #fff;
}
.c7-cart__close {
    font-family: "calluna", "Times New Roman", Times, serif;
}
.c7-cart .c7-button-alt-small {
    font-size: .6rem;
    padding: .25em 0;
}
.c7-cart h1 {
    font-size: 1.4rem;
}
@media(max-width: 767px) {
    .c7-cart__buttons {
    text-align: center;
    padding: 0 0 6rem;
 }
}
.c7-message--empty-cart {
    padding: 6rem 1rem 1rem;
}
.c7-cart__carrot {
	background: #707070;
}
.c7-cart__carrot a {
    color: #fff;
}
.c7-cart-items__title a {
	font-size: .8em;
	margin-top: 0.2rem;
}
@media screen and (min-width: 570px) {
    .c7-message--empty-cart p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 570px) {
    .c7-cart__carrot p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.c7-checkout-summary {
    background: #f5f5f5;
}
.c7-checkout-template__toggle {
	background: #f5f5f5;
}
@media only screen and (max-width: 40em) {
    .c7-cart-items__quantity form button {
    margin: 0;
    padding: 0;
  }
}
.c7-cart-items__image img {
    max-height: 100px;
}
.c7-cart-items__title a {
    cursor: pointer;
}
.c7-checkout-breadcrumbs div {
    font-size: 14px;
}
.c7-checkout__header__logo {
    width: 220px;
}
.c7-checkout__main {
    width: 600px;
}
.c7-checkout__content h3, .c7-checkout__content .c7-modal__content h2, .c7-modal__content .c7-checkout__content h2, .c7-checkout__content .c7-checkout-summary h2, .c7-checkout-summary .c7-checkout__content h2 {
    font-size: 18px;
}
@media only screen and (min-width: 40.0625em) {
    .c7-checkout__content h3, .c7-checkout__content .c7-modal__content h2, .c7-modal__content .c7-checkout__content h2, .c7-checkout__content .c7-checkout-summary h2, .c7-checkout-summary .c7-checkout__content h2 {
    font-size: 22px;
  }
}
.c7-checkout__content p {
    font-size: 14px;
    line-height: 1.4;
}
@media only screen and (min-width: 40.0625em) {
    .c7-checkout__content p {
    font-size: 16px;
  }
}
.c7-checkout__content__summary>div {
    font-size: 14px;
}
.c7-checkout__content__radio-options-group label {
    align-items: center;
}
.c7-checkout-summary ul, .c7-checkout-summary ol {
    padding: 0rem 2rem;
}
.c7-checkout .c7-checkout__content__title a, .c7-checkout__content__title__pickup {
    cursor: pointer;
    font-size: 16px;
}
.c7-prop65 p {
    font-size: 14px;
    line-height: 1.4;
}
@media only screen and (min-width: 40.0625em) {
    .c7-prop65 p {
    font-size: 16px;
  }
}
.c7-checkout__footer ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#c7-content {
    padding: 2rem 1rem;
	overflow: hidden;
	min-height: 0;
}
#c7-content h1 {
    text-align: left;
	margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
    #c7-content h1 {
    text-align: center;
}
	
/*Product Detail Page C7 CSS Below */
/**/ 
/**/
/**/
/**/
/* this is to override the height of 360px on the container on line 248 */
#c7-content > section > .product .primary-area-wrapper .primary-area > .image {
  height: auto;
}

#c7-content > section > .product .primary-area-wrapper .primary-area > .image > img {
  max-height: 360px;
  max-width: 90%;
  height: auto;
}
/* end */	
	
#c7-content > section > .product .primary-area-wrapper .primary-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -32px;
}
@media (max-width: 639px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#c7-content > section > .product .primary-area-wrapper .primary-area > * {
  margin-left: 32px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image {
  height: 360px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 32px;
  position: relative;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge {
  position: absolute;
  top: 0;
  width: 90px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge > img {
  max-width: 100%;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > img {
  height: 100%;
}
@media (max-width: 639px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area > .image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 1rem;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .title {
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 32px;
  text-align: left;
  margin-bottom: 2rem;
  letter-spacing: 3px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .title a {
  color: inherit;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content ul {
  padding-left: 24px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content ul li {
  list-style: disc;
  margin-bottom: 16px;
}																								
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__price {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 16px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__price > .c7-product__variant__price__sale {
  text-align: left;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__add-to-cart {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-left: -32px;
}
@media (max-width: 639px) {
  #c7-content > section > .product .secondary-area-wrapper .secondary-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > * {
  margin-top: 32px;
  margin-left: 32px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
	text-align: left;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > h2 {
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 28px;
  text-align: center;
  margin-bottom: 2rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div > * + * {
  margin-left: 16px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div > h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  line-height: 1.5;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-product > div > div > p {
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
	text-align: left;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > h2 {
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 28px;
  margin-bottom: 2rem;
}

#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > p {
  font-size: 16px;
}
#c7-content > section > p {
  font-size: 16px;

}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div {
  margin-bottom: 1rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div > h3 {
  margin-bottom: 1.5rem;
  font-family: var(--typeface-tertiary);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 20px;
  margin-bottom: 16px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div > p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: lighter;
}

.c7-button,
.c7-button-small,
.c7-button-alt,
.c7-button-alt-small {
  font-family: inherit;
  }
}
/* End Product Detail page CSS */	
	

#c7-checkout-no-layout button, .c7-button, button, .button, .c7-cart__buttons a, .c7-button-large {
    border: none;
    transition: all .2s ease-in;
    display: inline-block;
    font-family: "calluna", "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 1rem;
    padding: 18px 30px;
    background-color: #8b692d;
    /*border: 2px solid #862633;*/
    color: #fff;
}
#c7-checkout-no-layout button:hover, .c7-button:hover, button:hover, .button:hover, .c7-cart__buttons a:hover, .c7-button-large:hover {
    text-decoration: none;
    outline: 0;
}
#c7-checkout-no-layout button:focus, .c7-button:focus, button:focus, .button:focus, .c7-cart__buttons a:focus, .c7-button-large:focus {
    outline: 0;
}
#c7-checkout-no-layout button:hover, .c7-button:hover, button:hover, .button:hover, .c7-cart__buttons a:hover, .c7-button-large:hover {
    background-color: #B99758;
    /*border: 2px solid #962b39;*/
	border: none;
    color: #fff;
}
#c7-checkout-no-layout button.c7-icon--facebook, .c7-button.c7-icon--facebook, button.c7-icon--facebook, .button.c7-icon--facebook, .c7-cart__buttons a.c7-icon--facebook, .c7-button-large.c7-icon--facebook {
    border: 0;
    color: #fff;
    background-color: #3b5999 !important;
    padding-left: 48px;
}
.button-small, .c7-button-small, .c7-button-alt-small, .c7-account-row>div .c7-button-alt-small {
    border-radius: 0;
    transition: all .2s ease-in;
    display: inline-block;
    font-family: "calluna", "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 11px;
    padding: 8px 15px;
}
.button-small:hover, .c7-button-small:hover, .c7-button-alt-small:hover, .c7-account-row>div .c7-button-alt-small:hover {
    text-decoration: none;
    outline: 0;
}
.button-small:focus, .c7-button-small:focus, .c7-button-alt-small:focus, .c7-account-row>div .c7-button-alt-small:focus {
    outline: 0;
}
.c7-checkout-no-layout button[disabled], .c7-content button[disabled] {
    background: #333;
    color: #fff;
}
.c7-checkout-no-layout button[disabled]:hover, .c7-content button[disabled]:hover {
    background: #222;
    color: #fff;
}
.c7-button-alt, .c7-button-alt-small {
    border-radius: 0;
    transition: all .2s ease-in;
    display: inline-block;
    font-family: "calluna", "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    /* border: 1px solid #464644;*/
    background-color: transparent;
    color: #464644;
}
.c7-button-alt:hover, .c7-button-alt-small:hover {
    text-decoration: none;
    outline: 0;
}
.c7-button-alt:focus, .c7-button-alt-small:focus {
    outline: 0;
}
.c7-button-alt:hover, .c7-button-alt-small:hover {
    /* border: 1px solid #000;*/
    background-color: transparent;
    color: #000;
}
.c7-button-alt {
    padding: 12px 20px;
}
.c7-option-button--selected {
    /* border: 1px solid #fff;*/
}
.c7-option-button--selected:before {
    background: #fff;
}
.c7-cart .c7-button-alt-small {
    font-size: 11px;
    padding: .25em 0;
    letter-spacing: 0;
}
.facebook {
    background-image: url("images/commerce7/icon-social-facebook.svg") !important;
}
.c7-form {
    /*font-family: "calluna", "Times New Roman", Times, serif;*/
    max-width: 580px;
}
.c7-form label, .c7-form .c7-label-sudo, .c7-form .label {
    font-family: "calluna", "Times New Roman", Times, serif;
}
.c7-form select, .c7-form input[type=text], .c7-form input[type=email], .c7-form input[type=tel], .c7-form input[type=password], .c7-form input[type=username], .c7-form .c7-input-sudo {
    font-family: "calluna", "Times New Roman", Times, serif;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: .25em;
    color: #372f2a;
    font-size: 16px;
    line-height: 16px;
    padding: .75em;
    min-height: 44px;
}
/* C7 Form */
.c7-form {
    margin: 0 auto 1.5rem;
    max-width: 36rem;
}
.c7-message--error {
	color: rgb(243 186 0);
}

.c7-subscribe .c7-form {
  display: flex;
}
.c7-subscribe .c7-form > div {
  margin-bottom: 20px;
  flex: 1;
}
.c7-subscribe .c7-form > div > label {
  display: flex;
  line-height: 40px;
  padding-left: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  /*color: #fff;*/
}
.c7-subscribe .c7-form > div > label > input {
  margin: 0;
  margin-left: 16px;
  border: 0;
  /*background: none;*/
  border-radius: 0;
  border-left: 1px solid #ccc;
}
.c7-subscribe .c7-form .c7-form__button-row {
  /*margin: 0;*
  /*margin-left: 8px;*/
  flex-grow: 0;
}
.c7-form label, .c7-form .label {
	display: inline-block;
    vertical-align: top;
    width: 100%;
}
.c7-form>div {
    margin-bottom: 1.5rem;
    position: relative;
    text-align: left;
}
.c7-form__group div:last-child {
    margin-bottom: 0;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 7px;
}

@media screen and (min-width: 46rem)
.c7-form__button-row {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 46rem)
.c7-form__group {
    margin: 0;
    width: 50%;
}
@media screen and (min-width: 46rem)
.c7-form__group {
    display: flex;
}
@media (max-width: 780px) {
  .c7-subscribe {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .c7-subscribe .c7-form {
    flex-direction: column;
  }
  .c7-subscribe .c7-form .c7-form__button-row {
    margin-left: 0;
    margin-top: 8px;
  }
  .c7-subscribe .c7-form .c7-form__button-row .c7-button {
    width: 100%;
    padding: 13px 0;
  }
}
/* END C7 Form */
.c7-product__variant__add-to-cart input[type='text'] {
	height: 38px;
	width: 2rem;
}
@media only screen and (min-width: 40.0625em) {
    .c7-form select, .c7-form input[type=text], .c7-form input[type=email], .c7-form input[type=tel], .c7-form input[type=password], .c7-form input[type=username], .c7-form .c7-input-sudo {
    font-size: 15px;
    line-height: 15px;
    min-height: 39px;
  }
}
.c7-form textarea {
    font-family: "calluna", "Times New Roman", Times, serif;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: .25em;
    color: #372f2a;
    font-size: 16px;
    padding: .75em;
}
@media only screen and (min-width: 40.0625em) {
    .c7-form textarea {
    font-size: 15px;
  }
}
label, .c7-label-sudo, .label {
    font-family: "calluna", "Times New Roman", Times, serif;
}
select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=username], .c7-input-sudo, .c7-cart-items__quantity input[type=text] {
    font-family: "calluna", "Times New Roman", Times, serif;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    /*border-radius: .25em;*/
    color: #372f2a;
    font-size: 16px;
    line-height: 16px;
    padding: .9em;
    min-height: 44px;
}
.c7-cart-items__quantity input[type='text'] {
	min-width: 40%;
}
@media only screen and (min-width: 40.0625em) {
    select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=username], .c7-input-sudo, .c7-cart-items__quantity input[type=text] {
    font-size: 15px;
    line-height: 15px;
    min-height: 39px;
  }
}
textarea {
    font-family: "calluna", "Times New Roman", Times, serif;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: .25em;
    color: #372f2a;
    font-size: 16px;
    padding: .75em;
}
@media only screen and (min-width: 40.0625em) {
    textarea {
    font-size: 15px;
  }
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ""}
@media only screen and (max-width: 40em) {
    .c7-subscribe .c7-form__button-row {
    justify-content: center;
  }
}
#c7-login-form {
    max-width: 32rem;
    margin: 0 auto 2rem;
}
.c7-modal__close {
    font-family: "calluna", "Times New Roman", Times, serif;
}
.c7-clubpackage-product__variant__message {
    padding: .75rem 0 .25rem;
}
.c7-clubpackage-product__variant__message strong {
    display: block;
}
.c7-badge {
    display: block;
    padding: .5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    position: absolute;
    pointer-events: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: -0.02rem;
    font-size: 13px;
    right: 1rem;
    /*top: -1rem;*/
}
.c7-product-detail .c7-badge {
    width: 80px;
    /*right: 2rem;*/
}
.c7-product .c7-badge {
    width: 80px;
}
@media screen and (max-width: 57.5rem) {
    .c7-reservation-widget .c7-form__group {
    flex-wrap: wrap;
  }
}
.c7-cart-summary__total div:last-child {
    font-size: 16px;
}
.c7-product__variant__price__title {
    font-size: 14px;
}
.c7-icon--help {
    background-image: url(https://cdn.commerce7.com/assets/beta/images/c7-icons/icon-question-circle.svg);
    padding-left: 3.5rem;
    font-size: 14px;
}
.c7-product__variant__select {
    font-size: 15px;
}
.c7-account__order-history {
    max-width: 100%;
    width: 100%}
.c7-account-row>div .c7-button-alt-small {
    padding: 9px 10px;
}
.c7-profile-page {
    margin-top: 100px;
    margin-bottom: 80px;
}
.c7-club-actions .c7-club-actions--hold-cancel {
    display: none;
}
@media screen and (max-width: 460px) {
    .c7-icon--help {
    background-size: 20px;
    background-position: left top;
  }
}
.c7-product__variant__gift-card textarea {
    margin-bottom: 1.5rem;
}
.c7-product__variant__gift-card {
	margin-bottom: 1rem;
}
.c7-checkout__content__radio-options-group .c7-radio__action-message, .c7-checkout__content__radio-options-group .radio__action-message {
    font-size: 14px !important;
    display: inline-block !important;
    padding: 0 0 0 12px;
}
.c7-checkout__content__radio-options-group .c7-radio__right__promo, .c7-checkout__content__radio-options-group .radio__right__promo {
    font-size: 14px !important;
}
.c7-cart__buttons a {
    font-size: 14px;
}
.c7-club-actions a:hover {
    cursor: pointer;
}
.c7-account__club-status .c7-cart-items div {
    font-size: 12px;
}
.c7-cart-items--club-shipment div {
    font-size: 12px;
}
.c7-cart-summary {
    font-size: 16px;
}
.c7-clubpackage-product__title {
    font-size: 16px;
}
.c7-clubpackage-product__min-max {
    font-size: 14px;
}
.c7-clubpackage-product__variant__price {
    font-size: 12px;
}
@media screen and (min-width: 40rem) {
    .c7-clubpackage-product__variant__price {
    font-size: 14px;
  }
}
.c7-account__order-detail__order-details .c7-cart-summary>div, .c7-account__club-status .c7-cart-summary>div, .c7-club-shipment .c7-cart-summary>div {
    font-size: 12px;
}
.c7-button {
    background: #8b692d;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    height: auto;
    line-height: 1;
    padding: 12px 20px;
	border: 0;
}
.c7-button:hover {
    background: #B99758;
    color: #fff;
	border: 0;
}

/* -------------------- */
/* Header */
/* -------------------- */

#custom-c7-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1rem;
	padding-right: 1.6rem;
	padding-left: 1.6rem;
  }
  
  #c7-login > a, #c7-cart > * {
    color: #80632d !important;
    text-transform: uppercase;
	font-size: .9rem;
	letter-spacing: 1px;
  }
  
  @media screen and (max-width: 48rem) {
    #c7-login {
      padding-right: 0.5rem;
    }
  }

  /* -------------------- */
  /* Shared */
  /* -------------------- */
  
   /*.collection { background: url('/wp-content/uploads/2021/03/neyers_img_collectionbg.jpeg') no-repeat center center fixed; background-size: cover; }
  .product { background: url('/wp-content/uploads/2021/03/neyers_img_collectionbg.jpeg') no-repeat center center fixed; background-size: cover; }
  .wineclub { background: url('/wp-content/uploads/2021/03/neyers_img_collectionbg.jpeg') no-repeat center center fixed; background-size: cover; }
  .profile { background: url('/wp-content/uploads/2021/03/neyers_img_collectionbg.jpeg') no-repeat center center fixed; background-size: cover; }
  .cart { background: url('/wp-content/uploads/2021/03/neyers_img_collectionbg.jpeg') no-repeat center center fixed; background-size: cover; }
  */

  #c7-content input {
    border-radius: 3px;
  }
  
  body > div.row > div > div > div > div > div > p > .linkBtn,
  .c7-button, .c7-button-small,
  .c7-button-alt, .c7-button-alt-small {
    font-size: 1rem;
    text-transform: capitalize;
    background: #8b692d;
    border: none;
    padding: 0.625rem 1.75rem;
	font-family: 'Gilda Display', serif;
    font-weight: normal;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
    color: #fff;
  }
  
  body > div.row > div > div > div > div > div > p > .linkBtn:hover,
  .c7-button:hover, .c7-button-small:hover {
    background-color: #B99758;
    border: none;
  }
  
  body > div.row > div > div > div > div > div > p > .linkBtn:focus,
  .c7-button:focus, .c7-button-small:focus {
    color: #fff;
  }
  
  .c7-button-alt, .c7-button-alt-small {
    border-radius: 3px;
    color: #788;
    border: 1px solid #788;
    box-sizing: border-box;
    padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
    background: none;
  }
  
  .c7-button-small, .c7-button-alt-small {
    font-size: .7rem !important;
    padding: calc(0.625rem - 1px) calc(1.75rem - 1px);
  }
  
  .tfe-digital-mobile-container {
    display: none !important;
  }
  
  @media screen and (max-width: 48em) {
    .cart #c7-content > section > h1,
    .wineclub > div.row > div > div > div > h1 {
      margin-top: 2.0rem;
      margin-bottom: 1.0rem;
    }
 }

@media screen and (max-width: 1023px) {
    #custom-c7-nav {
      position: initial;
      background-color: #fff;
      /*background-color: #fff;*/
      text-align: center;
	  color: #616A6A;
    }
 }
