h2{
	margin: 0 !important;
}
.postid-392 .pp-addon-card{
	display: none !important;
}
.ast-container{
	padding: 0 !important;
}

img.age-gate__heading-title.age-gate__heading-title--logo {
    width: 120px;
}
p.age-gate__subheadline {
    font-family: Georgia, "Times New Roman", serif;;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.05em;
}

p.age-gate__challenge {
    color: #5c625c;
    font-size: 13px;
    margin: 0 auto 25px;
    max-width: 310px;
}

button.age-gate__submit.age-gate__submit--yes {
    font-size: 12px;
    font-weight: 700;
    padding: 16px;
    background: #2d513b;
    color: #fff;
    width: 100% !important;
}
button.age-gate__submit.age-gate__submit--no {
    font-size: 12px;
    font-weight: 700;
    padding: 14px;
    background: transparent;
    border: 1px solid #dfe4da;
    width: 100% !important;
    color: #171a18 !important;
}

.age-gate__buttons {
    display: flex;
    flex-direction: column !important;
}
.age-gate {
    padding: 50px !important;
}
.age-gate__headline{
	  font-size: 18px;
    margin: 0 !important;
}


/* Checkout SelectWoo / Select2 option hover */
  .woocommerce-checkout .select2-container--default
  .select2-results__option--highlighted[aria-selected],
  .woocommerce-checkout .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
    background: #2D513B !important;
    color: #ffffff !important;
  }

  /* Selected option */
  .woocommerce-checkout .select2-container--default
  .select2-results__option[aria-selected="true"] {
    background: #2D513B !important;
    color: #ffffff !important;
  }

  /* Closed select field hover */
  .woocommerce-checkout .select2-container--default
  .select2-selection--single:hover {
    border-color: #2D513B !important;
  }







/* Checkout Block dropdown option hover */
  .wc-block-checkout .wc-block-components-select__select:hover,
  .wc-block-checkout select:hover {
    border-color: #2D513B !important;
  }

  /* Checkout Block field focus */
  .wc-block-checkout .wc-block-components-select__select:focus,
  .wc-block-checkout select:focus {
    border-color: #2D513B !important;
    box-shadow: 0 0 0 1px #2D513B !important;
  }