:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  background-color: #6b6b6b;
  justify-content: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.nav-container {
  width: 80%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu, .logo {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-section {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.hero-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.section-1 {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.wrap-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.column-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px 15px;
  padding: 20px;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.subhead-1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-3 {
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  color: #fff;
}

.hero-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 25px;
  font-weight: 500;
  transition: box-shadow .2s;
  box-shadow: 0 1px #0000;
}

.button:hover {
  box-shadow: 0 6px 12px #0003;
}

.class {
  color: #fff;
  text-align: left;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.class-section {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.logos-section {
  background-color: #d3d3d3;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logos-wrap {
  opacity: .75;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-1-title {
  margin-bottom: 20px;
}

.left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-2 {
  text-align: left;
  width: 50%;
  padding: 50px 20px;
}

.footer-top {
  color: #fff;
  background-color: #6b6b6b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  font-size: 12px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-3 {
  text-align: left;
}

.subhead-3 {
  text-align: left;
  margin-bottom: 40px;
}

.column-wrap-2 {
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  margin-top: 30px;
}

.heading-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.screenshot {
  border-radius: 3px;
  box-shadow: 0 20px 50px #0003;
}

.caption-2 {
  color: #777;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
}

.hero-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.caption-1 {
  color: #00000080;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  color: #777;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.caption-3 {
  color: #777;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.center {
  text-align: center;
}

.order-form-label {
  font-size: 14px;
}

.form-input {
  font-size: 16px;
}

.last-name-div {
  margin-left: 5px;
}

.input-error-label {
  color: #f50101;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

.input-error-label.terms-error {
  margin-top: 0;
}

.subtitle {
  margin-top: 30px;
  margin-bottom: 10px;
}

.subtitle.mt-3 {
  margin-top: 30px;
}

.subtitle.mt-1 {
  margin-top: 10px;
}

.first-name-div {
  margin-right: 5px;
}

.first-name-col {
  padding-right: 0;
}

.last-name-col {
  padding-left: 0;
}

.complete-order-button {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  display: inline-block;
}

.complete-order-button.addtocart-quantity-button {
  margin-top: 10px;
}

.complete-order-button.confirm-age-button {
  margin-left: 0;
  margin-right: 0;
}

.shipping-modal-try-again {
  text-align: center;
  margin-top: 32px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.address-select-button {
  border-radius: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.shipping-to {
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 20px;
  padding: 1px 10px 10px;
}

.center-2 {
  text-align: center;
  display: block;
}

.shipping-validation-modal {
  background-color: #fff;
  border: 3px solid #b3b3b3;
  border-radius: 5px;
  padding: 20px 20px 40px;
}

.shipping-to-summary {
  color: #777;
  font-size: 16px;
}

.shipping-to-summary.change-ship-to {
  text-align: right;
}

.shipping-address-suggestion {
  text-align: center;
  font-size: 16px;
}

.order-summary-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.order-summary-title.order-summary-total {
  margin-top: 10px;
}

.order-summary {
  font-size: 14px;
}

.order-summary.order-summary-shipping-line {
  margin-top: 10px;
}

.error-alert {
  color: #fff;
  background-color: #c70f0f;
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.payment-option-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

.credit-card-select-container {
  padding-right: 10px;
}

.payment-option {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/circle-outline.png');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 3px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.payment-option.payment-option-selected {
  background-image: url('../images/checked.png');
  border-color: #aaa;
}

.security-code-container {
  flex-direction: row;
  display: flex;
}

.payment-container {
  padding-top: 15px;
}

.body {
  background-color: #f8f8f8;
}

.order-form-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.quantity-text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 700;
  display: inline;
}

.quantity-toggle {
  color: #8ca4ab;
  background-color: #edf1f2;
  border-radius: 3px;
  width: 35px;
}

.product-description {
  margin-left: 10px;
  margin-right: 10px;
}

.produt-image {
  border-radius: 5px;
  margin-top: 5px;
}

.product-title {
  margin: 0 10px 10px;
}

.product-price {
  margin-top: 12px;
  font-size: 22px;
}

.double-order-savings-container {
  margin-top: 10px;
  margin-bottom: 0;
}

.includes-tax {
  margin-top: -14px;
  font-size: 11px;
}

.mt-4 {
  margin-top: 40px;
}

.order-form-max-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cart-section-max-width {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  text-align: right;
}

.order-summary-column {
  margin-left: 10px;
}

.order-form-column {
  margin-right: 10px;
}

.cart-added-alert {
  background-color: #ffffe7;
  border: 1px #f7f7f7;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.shipping-method-options {
  margin-bottom: 15px;
}

.out-of-stock-alert {
  background-color: #ffecec;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.shipping-hint-alert {
  background-color: #e7fcfc;
  border: 1px #f7f7f7;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.footer-spacer {
  height: 300px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-2 {
  margin-bottom: 20px;
}

.province-container {
  padding-left: 10px;
  padding-right: 10px;
}

.mt-5 {
  margin-top: 50px;
}

.province-invalid-alert {
  color: #fff;
  background-color: #c70f0f;
  border: 1px #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.main-logo {
  margin-top: 50px;
}

.quantity-restricted-alert, .purchase-restricted-alert {
  background-color: #ffecec;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.tasting-notes-checkbox {
  transform: scale(1.5);
}

.tasting-notes-label {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
}

.tasting-notes-checkbox-field {
  margin-top: 13px;
}

.mt-2 {
  margin-top: 20px;
}

.going-green {
  color: #1fa716;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.text-field {
  height: auto;
  margin-bottom: 0;
  display: block;
}

.submit-button {
  height: 38px;
}

.code-embed {
  display: none;
}

.div-block {
  height: auto;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .logos-wrap {
    justify-content: center;
  }

  .column-wrap-1 {
    flex-direction: column;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    flex: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

  .wrap-1 {
    text-align: center;
  }

  .hero-left {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .left-1 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .subhead-3 {
    text-align: center;
  }

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .last-name-div.m-0 {
    margin-left: 0;
  }

  .first-name-div.m-0 {
    margin-right: 0;
  }

  .product-description {
    padding-left: 0;
  }

  .product-title {
    margin-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 33px;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    width: 100%;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .last-name-div.m-0 {
    margin-left: 0;
  }

  .first-name-div.m-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .order-form-container {
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-description {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .product-title {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .add-to-cart-container {
    margin-top: 20px;
  }

  .main-column, .province-container {
    padding-left: 0;
    padding-right: 0;
  }
}


