@charset "UTF-8";
/* Show/hide */
.show-tablet,
.show-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .show-tablet {
    display: block;
  }

  .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }
}
.color--red {
  color: #E04C70;
}

/* Misc */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

/* Shell */
.shell {
  max-width: 990px;
  margin: 0 auto;
}
.shell--narrow {
  max-width: 760px;
}
.shell--wide {
  max-width: 1112px;
}

/* Clearfix */
.shell:after {
  content: "";
  display: table;
  clear: both;
}

/* Grid */
.row {
  margin: 0 -25px;
}

.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.row div[class*=col] {
  padding: 0 25px;
  float: left;
}

.col-auto {
  width: auto;
}

.col-md-fiths {
  width: 20%;
}
.col-md-fiths:nth-child(5n+1) {
  clear: both;
}
@media (max-width: 767px) {
  .col-md-fiths:nth-child(5n+1) {
    clear: none;
  }
}
@media (max-width: 767px) {
  .col-md-fiths:nth-child(2n+1) {
    clear: both;
  }
}

.col-md-1 {
  width: 8.3333333333%;
}

@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
}
.col-md-2 {
  width: 16.6666666667%;
}

@media (max-width: 767px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}
.col-md-3 {
  width: 25%;
}

@media (max-width: 767px) {
  .col-sm-3 {
    width: 25%;
  }
}
.col-md-4 {
  width: 33.3333333333%;
}

@media (max-width: 767px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}
.col-md-5 {
  width: 41.6666666667%;
}

@media (max-width: 767px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}
.col-md-6 {
  width: 50%;
}

@media (max-width: 767px) {
  .col-sm-6 {
    width: 50%;
  }
}
.col-md-7 {
  width: 58.3333333333%;
}

@media (max-width: 767px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}
.col-md-8 {
  width: 66.6666666667%;
}

@media (max-width: 767px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}
.col-md-9 {
  width: 75%;
}

@media (max-width: 767px) {
  .col-sm-9 {
    width: 75%;
  }
}
.col-md-10 {
  width: 83.3333333333%;
}

@media (max-width: 767px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}
.col-md-11 {
  width: 91.6666666667%;
}

@media (max-width: 767px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}
.col-md-12 {
  width: 100%;
}

@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
}
/* === Wine Club === */
html, .page-template-template-wineClub {
  background-color: #e6f0ff;
}

.brandmark__link {
  position: relative;
  z-index: 1;
}

.topContainer__wrapper {
  margin-top: -32px;
  padding: 0 11px;
}
@media (min-width: 1210px) {
  .topContainer__wrapper {
    max-width: 1113px;
    margin-left: auto;
    margin-right: auto;
  }
}

.body-Container {
  color: #1900B4;
  margin-top: 6px;
}
.body-Container a {
  color: inherit;
}

.section {
  text-align: center;
  border-top: 1px solid #1900B4;
  padding: 4.05rem 0 4.45rem;
}
.section:first-child {
  border: none;
}
.section .section__header + .section__body {
  margin-top: 2.7rem;
}
.section--how-it-works {
  padding-top: 3.2rem;
}
.section--how-it-works ul {
  width: 50%;
  float: left;
  max-width: 362px;
  margin: 1.15em calc(25% - 181px) 0;
  text-align: left;
}
.section--how-it-works ul li {
  padding-left: 1.8em;
}
.section--how-it-works ul li:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}
.section--wine-total {
  border-top: none !important;
}
.section--wine-total .bundle_button .button.single_add_to_cart_button.button.alt {
  /*
  display: inline-block !important;
  padding: 0 2em !important;
  background-color: $blue-d !important;
  border: 1px solid $blue-d !important;
  color: $blue-l !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  transition: background 250ms ease-in-out, border 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: $tiempos-semibold;
  */
  display: inline-block !important;
  padding: 0em !important;
  border-bottom: 1px solid #1900B4 !important;
  color: #1900B4 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px !important;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  transition: background 250ms ease-in-out, border 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "TiemposSemibold";
  height: 20px;
}
.section--wine-total .bundle_button .button.single_add_to_cart_button.button.alt:hover {
  background-color: #e6f0ff !important;
  color: #1900B4 !important;
}

h2, .h2, h3, .h3, .wcsatt-options-prompt-text-label {
  font-family: "ARG_Tiempos-Headline";
  line-height: 1.2;
  margin-bottom: 0.88em;
}

h2, .h2 {
  font-size: 27px;
  line-height: 27px;
  font-family: "ARG_Tiempos-Headline";
}

h3, .h3, .wcsatt-options-prompt-text-label {
  font-size: 27px;
  line-height: 27px;
  font-family: "ARG_Tiempos-Headline";
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 16px;
  font-family: "TiemposSemibold";
}

p {
  font-family: "TiemposSemibold";
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
p a {
  transition: color 0.3s;
}
p a:hover {
  color: #E04C70;
}

ul, ol {
  font-family: "TiemposMedium";
  font-size: 18px;
  line-height: 1.2;
}
ul li, ol li {
  margin-bottom: 0.7em;
  position: relative;
}

ul {
  list-style: none;
}

.qty-time-btns {
  padding: 10px 0 51px;
}
.qty-time-btns .btn {
  min-width: 240px;
}

.btn {
  display: inline-block;
  appearance: none;
  box-shadow: none !important;
  background: none;
  border-radius: 0;
  text-shadow: none;
  border: 2px solid #1900B4 !important;
  background-color: #e6f0ff;
  color: #1900B4;
  font-size: 16px;
  line-height: 1.2;
  font-family: "TiemposMedium";
  padding: 10px 12px;
  transition: background-color 0.3s, color 0.3s;
  min-width: 188px;
  margin-bottom: 9px;
}
.btn:hover, .btn.active {
  background-color: #1900B4;
  color: #e6f0ff;
}
.saved-amout {
  font-size: 40px;
  margin-bottom: 1.43em;
}

.bundles {
  padding-top: 46px;
}
.bundles .bundle {
  text-align: left;
  margin-bottom: 65px;
  margin-top: 11px;
}
.bundles .bundle a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.bundles .bundle a:hover .bundle__img {
  opacity: 0.5;
}
.bundles .bundle a .bundle__img {
  max-width: 210px;
  transition: opacity 0.3s;
}
.bundles .bundle a .bundle__name {
  padding-left: 36px;
  text-decoration: none;
  max-width: 240px;
}

.bundle_contents {
  text-align: left;
  padding: 49px 0;
}
.bundle_contents .bundle__content {
  display: none;
}

.accord {
  padding-bottom: 4.45rem;
}
.accord__row {
  border-top: 1px solid;
  padding-bottom: 20px;
}
.accord__row--open .accord__row__btn__icon:before {
  transform: translateY(-50%) rotate(45deg) !important;
}
.accord__row__btn {
  line-height: 1.2;
  padding-top: 15px;
  font-size: 17px;
  line-height: 20px;
  font-family: "TiemposSemibold";
}
.accord__row__btn a {
  font-family: "TiemposSemibold";
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.accord__row__btn a .accord__row__btn__icon {
  position: relative;
  margin-left: 0.4em;
}
.accord__row__btn a .accord__row__btn__icon:before {
  content: "+";
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  left: 0;
  font-family: "ARG_Tiempos-Headline";
  transition: transform 0.3s;
}
.accord__row__content {
  display: none;
  padding: 20px;
}
.accord__row__content .bundled_product_summary {
  border: none !important;
  padding-bottom: 0 !important;
}
.woocommerce .accord__row__content .bundled_product_images {
  width: auto !important;
}
.accord__row__content .bundled_product_images img {
  max-width: 82px;
  margin: 21px 0 10px 2px;
}
.accord__row__content .details {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
.woocommerce .accord__row__content .details .bundled_product_title {
  clear: both;
}
.woocommerce .accord__row__content .details .price {
  color: inherit;
  font-size: inherit;
}
.accord__row__content ins {
  background: none;
}

.bundle-summary__information table {
  text-align: left;
}
.bundle-summary__information table tbody tr {
  border-bottom: 1px solid currentColor;
}
.bundle-summary__information table tbody td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.bundle-summary__information table tfoot th {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.bundle-summary__image {
  width: 300px;
}
.bundle-summary__image > * {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bundle-summary__image > *::before {
  display: block;
  padding-top: 20%;
  content: "";
}
.bundle-summary__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(90deg) scale(3);
  object-fit: contain;
  object-position: center;
  margin-left: -62px;
}

.page-template-template-wineClub .wcsatt-options-prompt-text-label {
  display: block;
}
.page-template-template-wineClub .bundle_error {
  text-align: left;
}
.page-template-template-wineClub .bundle_error .woocommerce-info,
.page-template-template-wineClub .bundle_error .woocommerce-message,
.page-template-template-wineClub .bundle_error .woocommerce-error {
  padding-left: 0;
  padding-right: 0;
  color: #1900B4;
}
.page-template-template-wineClub .bundle_error .woocommerce-info .msg,
.page-template-template-wineClub .bundle_error .woocommerce-message .msg,
.page-template-template-wineClub .bundle_error .woocommerce-error .msg {
  font-family: "ARG_Tiempos";
  font-size: 1em;
}
.page-template-template-wineClub .wcsatt-options-wrapper {
  display: none;
}
.page-template-template-wineClub .bundled_product_image {
  pointer-events: none;
}
.page-template-template-wineClub .sections:last-child {
  overflow: initial;
}

.bundled_product_optional_checkbox--custom-style .bundled_product_checkbox {
  display: none;
}
.bundled_product_optional_checkbox--custom-style .bundled_product_checkbox:checked + .bundled_product_checkbox_label:before {
  opacity: 1;
}
.bundled_product_optional_checkbox--custom-style .bundled_product_checkbox_label {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #1900B4;
  border-radius: 100%;
  position: relative;
  line-height: inherit;
  margin: 0 0.4rem 0.2rem 0;
}
.bundled_product_optional_checkbox--custom-style .bundled_product_checkbox_label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #1900B4;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  opacity: 0;
}

.bundled_item_after_cart_details .quantity {
  display: flex;
}
.bundled_item_after_cart_details .quantity .quantity__label {
  padding-right: 1rem;
}
.bundled_item_after_cart_details .quantity .quantity__label ~ input.bundled_qty {
  width: auto;
  overflow: auto;
  appearance: none;
  border-color: #1900B4 !important;
  background: none;
  color: #1900B4;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

body.page-template-template-wineClub .section__body .bundles .bundle .bundle__name i {
  font-style: normal;
}

@media (max-width: 767px) {
  body.page-template-template-wineClub .topContainer__wrapper {
    margin: 0;
    padding: 0;
  }

  body.page-template-template-wineClub .section--how-it-works h2 {
    font-size: 40px;
  }

  body.page-template-template-wineClub .section--how-it-works p {
    font-size: 18px;
  }

  body.page-template-template-wineClub .section__body h3 {
    font-size: 26px;
  }

  body.page-template-template-wineClub .section--how-it-works ul, body.page-template-template-wineClub .section--how-it-works ol {
    float: none;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }

  body.page-template-template-wineClub .section--wine-selection h3 {
    font-size: 26px;
  }

  body.page-template-template-wineClub .section--wine-selection .align-right, body.page-template-template-wineClub .section--wine-selection .align-left {
    text-align: center;
  }

  body.page-template-template-wineClub .section--wine-selection .section__header p br {
    display: none;
  }

  body.page-template-template-wineClub .section__body .bundles .bundle {
    position: relative;
  }

  body.page-template-template-wineClub .section__body .bundles .bundle h3 {
    text-align: center;
  }

  body.page-template-template-wineClub .section__body .bundles .bundle a {
    display: block;
    text-decoration: none;
  }

  body.page-template-template-wineClub .section__body .bundles .bundle .bundle__img {
    display: block;
    margin: 0 auto;
  }

  body.page-template-template-wineClub .section__body .bundles .bundle .bundle__name {
    display: block;
    font-size: 21px;
    position: relative;
    padding-left: 16px;
    margin: 12px auto 0 auto;
    max-width: 110px;
    text-align: left;
  }

  body.page-template-template-wineClub .section__body .bundles .bundle .bundle__name i {
    font-style: normal;
  }

  body.page-template-template-wineClub .section__footer p {
    font-size: 20px;
  }

  body.page-template-template-wineClub .section__footer p br {
    display: none;
  }

  body.page-template-template-wineClub .section__footer .bundle_contents .bundled_product.col-md-fiths {
    width: 50%;
  }

  body.page-template-template-wineClub .section__footer .small_width.bundle_form div.bundled_product_summary .bundled_product_images {
    max-width: none;
  }

  body.page-template-template-wineClub .section__footer .small_width.bundle_form div.bundled_product_summary .quantity input[type=number] {
    max-width: 100%;
  }

  body.page-template-template-wineClub .section__footer .small_width.bundle_form .bundle-summary .h3 {
    font-size: 26px;
  }

  body.page-template-template-wineClub .section__footer .small_width.bundle_form .js-quantity, body.page-template-template-wineClub .section__footer .small_width.bundle_form .qty-mobile {
    padding: 0 10px;
  }

  body.page-template-template-wineClub .section__footer .small_width.bundle_form .bundle-summary__information tr {
    font-size: 14px;
  }

  body.page-template-template-wineClub .section__footer .bundle__content .bundled_product_images figure {
    margin: 0 auto;
  }

  body.page-template-template-wineClub .section__footer .bundle__content .accord__row__btn a {
    font-family: "TiemposSemibold";
  }

  body.page-template-template-wineClub button.single_add_to_cart_button.button.alt {
    font-size: 16px !important;
    font-family: "TiemposMedium" !important;
  }

  body.page-template-template-wineClub .section__footer .bundle__content .accord__row__content > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wineBottle__checkOut--wrap {
    /* hide cart hover on mobile */
    display: none !important;
  }
}
body.woocommerce-view-subscription {
  font-size: 16px !important;
  font-family: "TiemposMedium" !important;
}
body.woocommerce-view-subscription h2 {
  font-size: 27px;
  line-height: 27px;
  font-family: "ARG_Tiempos-Headline";
}
body.woocommerce-view-subscription .woocommerce table.shop_table th {
  font-family: "TiemposSemibold";
}
body.woocommerce-view-subscription a.wcs-switch-link {
  display: inline-block !important;
  padding: 0em !important;
  border-bottom: 1px solid #1900B4 !important;
  color: #1900B4 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px !important;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  transition: background 250ms ease-in-out, border 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "TiemposSemibold";
  height: 20px;
}

.bundled_item_after_cart_details .quantity .quantity__label ~ input.bundled_qty{
	max-width: 100px!important;
}

@media (max-width: 900px) {
	.bundled_item_after_cart_details .quantity .quantity__label ~ input.bundled_qty{
		max-width: 50px!important;
	}
}	

/*# sourceMappingURL=wine-club.css.map */
