@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftMin {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeftMin !important;
}
@keyframes fadeInRightMin {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRightMin !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body {
  font-family: 'Lora', serif;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
  letter-spacing: 0px;
}
@media (min-width: 700px) {
  h3, .heading-size-3 {
    font-size: 3rem;
  }
}
.mejs-button > button {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.woocommerce {
  color: black;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.woocommerce-checkout form .col2-set label {
  font-family: 'Lora', serif;
}
.woocommerce-checkout form[name=checkout] {
  width: 100%;
}
.woocommerce-message {
  font-family: 'Lora';
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-message a.button {
  background: black;
  border: 2px solid black;
  color: white;
  font-family: 'Bebas Neue';
  letter-spacing: 3px;
  font-weight: normal;
  padding: 10px 20px 8px;
}
.single-product .entry-title {
  margin: 0;
}
.single-product form.cart .quantity {
  margin-right: 0px;
}
.woocommerce div.product.elementor .quantity.hidden + .button {
  margin-left: 0px;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  text-decoration: none !important;
}
a.button:hover, a.button:visited {
  text-decoration: none !important;
}
a.reset_variations {
  font-size: 1.125rem;
  font-family: sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
table.variations select {
  padding: 1rem;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
}
.woocommerce-variation-price span.woocommerce-Price-amount.amount {
  color: #b46a86;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 3px;
  margin: 0 0 1rem 0;
  display: inline-block;
}
table.variations {
  margin: 0 0 3rem 0;
  border: none;
}
table.variations td, table.variations th {
  border: none;
  vertical-align: text-top;
  padding: 0px;
}
table.variations td + td {
  padding: 0.5rem;
}
td.product-total {
  min-width: 100px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  display: inline;
}
ul.products li.product .button {
  margin: 0 auto;
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n+1), .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(2n+1) {
    width: 100%;
  }
}
.added_to_cart {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  display: flex;
}
.woocommerce-cart-form .actions .button {
  background: white;
  border: 2px solid black;
  color: black;
}
.cart_totals .checkout-button {
  background-color: black;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
}
.checkout-button:hover {
  border-color: black;
}
.comment-reply-title {
  font-size: 3rem;
  font-weight: normal;
}
.single-post .elementor-button {
  background: white;
  font-family: 'Bebas Neue', sans-serif;
}
.post-password-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: black;
}
.post-password-form [type="submit"] {
  width: 100%;
}