@charset "UTF-8";
/*
Theme Name: Film Buff Theme

WooCommerce styles override
*/
/**
 * Shop tables
 */
/**
 * Products
 */
/**
 * Single product
 */
/**
 * Checkout
 */
/**
 * General WooCommerce components
 */
/**
 * WooCommerce widgets
 */
nav.woocommerce-breadcrumb,
.woocommerce-product-gallery,
div.product .product_meta,
ul.tabs,
#wc-stripe-payment-request-button-separator {
  display: none !important;
}

div.woocommerce-additional-fields {
  display: none;
  width: calc(60% - 1.5em);
}

div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
  margin-top: 4em;
}

.amount {
  color: #009037;
  font-size: 1.5em;
  font-weight: bold;
}

div.quantity {
  margin-top: 1em;
}
div.quantity input {
  width: 3em;
  padding: 0.1em 0.5em;
  font-size: 1.5em;
}

div.buff-product-header {
  background-image: linear-gradient(45deg, #278ee2, #1150a9);
  padding: 3em;
  border-radius: 1em;
  box-shadow: 0 3px 30px rgba(25, 25, 25, 0.3);
  color: #f0f0f0;
  text-align: center;
  position: relative;
}
div.buff-product-header h4 {
  opacity: 0.5;
}

.single_add_to_cart_button {
  margin-top: 1.5em;
}

svg#ticket {
  fill: #f0f0f0;
  animation: twist 10s alternate infinite;
  width: 70%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
svg#ticket text {
  font-size: 5em;
  text-align: center;
  font-family: "PP Gosha Sans";
}

#wc-stripe-payment-request-button-separator {
  display: none;
}

@keyframes twist {
  from {
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(5deg);
  }
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 1em !important;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label {
  width: 100%;
  position: relative;
  display: block;
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  border-color: lightgrey;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  font-weight: normal;
  height: 100%;
  background: white;
  padding: 0.7em 0.8em !important;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:hover {
  border-color: #191919;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label {
  border-color: #191919;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label[for=payment_method_paypal] {
  border-color: #0f2a6b;
  color: #0f2a6b;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label[for=payment_method_stripe] {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label[for=payment_method_stripe]:after {
  content: "";
  background-image: url("img/credit_cards.svg");
  background-size: contain;
  height: 1.5em;
  background-position: right center;
  height: 1em;
  display: block;
  background-repeat: no-repeat;
  width: 6em;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label[for=payment_method_stripe] .card-brand-icons {
  width: auto;
  position: relative;
  top: 0.2em;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label[for=payment_method_stripe] img:first-child {
  margin-left: auto;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label[for=payment_method_stripe] img {
  display: inline-block;
  position: static;
  opacity: 1 !important;
  height: 1em;
}

.woocommerce-checkout #payment ul.woocommerce-SavedPaymentMethods li input[type=radio] + label:hover {
  background: #191919;
  border-color: #191919;
  color: white;
}
.woocommerce-checkout #payment ul.woocommerce-SavedPaymentMethods input[type=radio]:checked + label {
  background: #191919;
  border-color: #191919;
  color: white;
}

.wc_payment_method label[for=payment_method_paypal] {
  border-color: #009fe0;
}
.wc_payment_method label[for=payment_method_paypal] img {
  display: none;
}
.wc_payment_method label[for=payment_method_paypal]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  width: 3em;
  height: 100%;
  background: url("img/pp_logo_blue.png") no-repeat center;
  background-size: 80%;
}

.payment_method_stripe #stripe-payment-data p {
  text-align: center;
  width: 100%;
}
.payment_method_stripe li {
  display: inline-block;
  width: 100%;
}
.payment_method_stripe li label {
  display: block !important;
  margin-bottom: 0 !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.2em;
}

.about_paypal {
  display: none !important;
}

.woocommerce #customer_details {
  margin-bottom: 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.woocommerce #customer_details div.col-1 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.woocommerce #customer_details:after, .woocommerce #customer_details:before {
  content: none;
}
.woocommerce #customer_details .woocommerce-billing-fields,
.woocommerce #customer_details #order_review,
.woocommerce #customer_details .shipping_address,
.woocommerce #customer_details #shipping-section {
  width: calc(60% - 1.5em);
  min-width: 18.1em;
}
.woocommerce #customer_details .order-review-wrap {
  width: calc(40% - 1.5em);
  min-width: 15em;
  position: sticky;
  top: 7em;
  height: -moz-fit-content;
  height: fit-content;
}
.woocommerce #customer_details .order-review-wrap a.catalog-post {
  display: none;
}
.woocommerce #customer_details .order-review-wrap h3 {
  font-size: 1.5em;
}
.woocommerce #customer_details .order-review-wrap .order-review-header-row a {
  float: right;
}
.woocommerce #customer_details .order-review-wrap .order-review-header-row a small {
  margin: 0;
}
.woocommerce #customer_details .order-review-wrap ul {
  list-style: none;
}
.woocommerce #customer_details .order-review-wrap .dropdown-wrap {
  border: none;
  padding: 0;
}
.woocommerce #customer_details .order-review-wrap .cart_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0.5em 0;
}
.woocommerce #customer_details .order-review-wrap .product-name {
  font-size: 1em;
  margin-bottom: 0.2em;
}
.woocommerce #customer_details .order-review-wrap .product-name .product-quantity {
  font-weight: normal;
  font-size: 1rem;
  color: grey;
  display: inline-block;
}
.woocommerce #customer_details .order-review-wrap .product-total {
  color: #009037;
}
.woocommerce #customer_details .order-review-wrap .cart-subtotal {
  padding: 1em 0;
  border-top: 1px dashed lightgrey;
  border-bottom: 1px dashed lightgrey;
  font-weight: bold;
  margin: 1em 0;
}
.woocommerce #customer_details .order-review-wrap .cart-subtotal > span {
  display: block;
  margin-top: 0.2em;
  font-weight: normal;
}
.woocommerce #customer_details .order-review-wrap .order-total {
  margin: 1em 0;
  font-weight: bold;
}
.woocommerce #customer_details .order-review-wrap .order-total strong {
  margin-top: 0.2em;
  display: block;
  font-weight: normal;
  font-size: 1.5em;
}
.woocommerce #customer_details .order-review-wrap .form-row-first,
.woocommerce #customer_details .order-review-wrap .form-row-last {
  width: 100%;
}

@keyframes headShake {
  0% {
    transform: translate(0, 0);
  }
  25% {
    color: #ec4d27;
    transform: translate(15px, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    color: #ec4d27;
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.cart-discount {
  padding: 0 0 1.5em 0;
  margin-bottom: 1em;
  border-bottom: 1px dashed lightgrey;
  display: flex;
  flex-flow: row;
  position: relative;
  color: white;
  align-items: center;
}
.cart-discount div:first-child {
  display: none;
}
.cart-discount span.amount {
  position: absolute;
  line-height: 1em;
  left: 0;
  top: 0.3em;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #191919;
  padding: 0.3rem 0.4rem;
  animation: rainbowCycle 4s linear infinite;
}
.cart-discount span.amount:before {
  content: "Discount: -";
}

@keyframes pulsate {
  from {
    background: inherit;
  }
  to {
    background: #f19c00;
  }
}
.woocommerce-remove-coupon {
  display: inline-block;
  width: 0;
  color: white;
  margin-left: 0.5em;
  height: 0;
  height: 20px;
  right: 0;
  overflow: hidden;
  top: 0.3em;
  width: 20px;
  position: absolute;
}
.woocommerce-remove-coupon:hover:after {
  opacity: 0.5;
}
.woocommerce-remove-coupon:after {
  content: "";
  background-image: url("img/delete.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0em;
  height: 100%;
  display: inline-block;
  padding: 0.3rem 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.select2-container--default .select2-selection--single {
  padding: 0.6em 0.8em;
  height: 53px;
  font-size: 1.2em;
  margin: 0.7em 0 0.5em 0;
  position: relative;
  border: none;
  box-shadow: 0px 1px 3px rgba(18, 27, 43, 0.25);
  -webkit-box-shadow: 0px 1px 3px rgba(18, 27, 43, 0.25);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #f19c00;
  color: #191919;
}

.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-selection.select2-selection--single {
  border-color: #191919;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below {
  border: 1px solid #191919;
  margin-top: 8px;
  position: relative;
  padding: 0.5em !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below input.select2-search__field {
  padding: 0.5em !important;
  margin: 0.5em 0;
  border-color: #191919;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below li {
  padding: 0.2em 0.5em;
  border: none !important;
  outline: none !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below li:focus, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below li:active {
  border: none !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 15px;
}

.woocommerce-checkout h3 {
  font-size: 1.5em;
}

h3#ship-to-different-address {
  font-size: 1em;
  font-weight: normal;
}

.woocommerce #customer_details .woocommerce-checkout-review-order-table,
#order_review #payment,
.woocommerce-billing-fields__field-wrapper,
.shipping_address {
  margin: 0 0 1em 0;
}
.woocommerce #customer_details .woocommerce-checkout-review-order-table .place-order,
#order_review #payment .place-order,
.woocommerce-billing-fields__field-wrapper .place-order,
.shipping_address .place-order {
  padding: 0;
}

.woocommerce #customer_details .woocommerce-checkout-review-order-table {
  background: white;
  border: 1px solid lightgrey;
  padding: 2em;
}

.woocommerce-checkout-review-order-table {
  transition: background 0.7s;
}

.promo-success .woocommerce #customer_details .woocommerce-checkout-review-order-table {
  background: #fffcc6;
}

.shipping-update .woocommerce #customer_details .woocommerce-checkout-review-order-table {
  background: #d2e9fe;
}
.shipping-update ul.woocommerce-shipping-methods {
  transform: scale(1.05);
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  max-width: 33px;
  padding-left: 7px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  width: 33px;
}

.woocommerce #customer_details .woocommerce-billing-fields__field-wrapper,
.shipping_address {
  margin: 0 0 1em 0;
}

#account_username_field {
  margin-top: 1em;
}

.woocommerce-checkout #account_username_field,
.woocommerce-checkout #account_password_field {
  display: none;
}
.woocommerce-checkout.create-account-checked #account_username_field,
.woocommerce-checkout.create-account-checked #account_password_field {
  display: block;
}

#ship-to-different-address {
  margin-bottom: 1em;
}

.shipping_address {
  display: none;
  margin-top: 0;
  width: calc(60% - 1.5em);
  max-width: 100%;
}
.shipping_address p.form-row {
  width: 48%;
}
.shipping_address p.form-row input {
  width: 100%;
}
.shipping_address p.form-row.form-row-wide {
  width: 100%;
}
.shipping_address p.form-row.form-row-first {
  float: left;
}
.shipping_address p.form-row.form-row-last {
  float: right;
}
.shipping_address p.form-row label {
  display: block;
}

.woocommerce form .form-row.form-row-first {
  float: left;
}
.woocommerce form .form-row.form-row-last {
  float: right;
}
.woocommerce form .form-row.form-row-wide {
  width: 100%;
}
.woocommerce form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row select {
  width: 100%;
}

#ws_opt_in_field {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#ws_opt_in_field input[type=checkbox]:checked:after {
  content: "😮🔥";
  font-size: 1.2em;
  position: absolute;
  right: -3.2em;
  top: 0.1em;
}

label.checkbox {
  cursor: pointer;
}

.woocommerce-currency-switcher-form {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}

#order_review {
  margin-top: 2em;
}

table {
  border-spacing: 0;
}

.woocommerce .woocommerce-checkout-review-order-table {
  margin-top: 1em;
  width: 100%;
  padding-bottom: 1em !important;
}
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table td {
  padding: 0.5em 0;
}
.woocommerce .woocommerce-checkout-review-order-table tbody tr:last-child td,
.woocommerce .woocommerce-checkout-review-order-table tbody tr:last-child th {
  padding-bottom: 0.8em;
}
.woocommerce .woocommerce-checkout-review-order-table thead th {
  font-weight: bold;
}
.woocommerce .woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce .woocommerce-checkout-review-order-table tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order-table tfoot {
  margin-top: 0.5em;
}

#order_review #payment {
  width: 100%;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
}
#order_review #payment input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#order_review #payment > ul {
  padding: 0.5em 0 1.5em 0;
  border-bottom: 1px dashed #aaa;
  margin: 0;
  list-style: none;
  margin-bottom: 2em;
}
#order_review #payment > div {
  padding-top: 0;
}

.blockOverlay {
  background: #f0f0f0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0.5em;
}

#wc-stripe-payment-request-wrapper {
  margin-bottom: 1.5em;
}

#vat_number-description {
  font-size: 0.7em;
  color: grey;
  line-height: 1.5em;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 2em;
  background: white;
  margin-top: 1em;
  border: 1px solid lightgrey;
  position: relative;
  margin-bottom: 1em;
}
.woocommerce-checkout #payment div.payment_box p {
  margin: 0 0 1em 0;
}
.woocommerce-checkout #payment div.payment_box:before {
  content: none;
}
.woocommerce-checkout #payment div.payment_box.payment_method_stripe {
  padding-bottom: 2.5em;
  background: white;
}
.woocommerce-checkout #payment div.payment_box.payment_method_stripe #stripe-payment-data fieldset:last-child {
  display: none;
}
.woocommerce-checkout #payment div.payment_box.payment_method_stripe:after {
  content: "Powered by";
  font-size: 0.5em;
  color: lightgrey;
  background-image: url("img/stripe_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  width: 11em;
  height: 2em;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%, 0);
}
.woocommerce-checkout #payment div.payment_box.payment_method_stripe p:last-child {
  margin-bottom: 1em;
  font-size: 0.8em;
  font-weight: lighter;
  margin: 1em auto;
  display: flex;
  align-items: center;
  width: 31em;
  max-width: 100%;
}
.woocommerce-checkout #payment div.payment_box.payment_method_stripe p:last-child label {
  color: grey;
}
.woocommerce-checkout #payment div.payment_box.payment_method_stripe p:last-child input[type=checkbox]:checked + label {
  color: #191919;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 1px solid #191919;
  margin: 1em auto;
  background: white !important;
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row {
  margin: 0;
  width: 50%;
  padding: 0;
  position: relative;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row:after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5em;
  height: 1.5em;
  opacity: 0.65;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.form-row-first {
  border-right: 1px solid #191919;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.form-row-first:after {
  background-image: url(img/calendar-line.svg);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.form-row-last:after {
  background-image: url(img/lock-line.svg);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row label {
  position: absolute;
  top: 5px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.form-row-wide {
  border-bottom: 1px solid #191919;
  width: 100%;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.woocommerce-SavedPaymentMethods-saveNew {
  width: 100%;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  opacity: 0;
  position: fixed;
  width: 0;
}
.woocommerce-checkout #payment div.payment_box .wc-stripe-elements-field,
.woocommerce-checkout #payment div.payment_box .wc-stripe-iban-element-field {
  border: none;
}
.woocommerce-checkout #payment div.payment_box .stripe-source-errors {
  display: none;
}
.woocommerce-checkout #payment div.payment_box .wc-stripe-elements-field.StripeElement--complete input {
  color: #009037;
}

/* Target the Credit Card */
#stripe-card-element,
#stripe-exp-element,
.woocommerce-checkout-review-order #stripe-cvc-element {
  background: #ffffff !important;
  padding: 20px 12px 8px 12px !important;
  border-radius: 10px !important;
  background-image: none !important;
  background-attachment: none !important;
}
#stripe-card-element:focus,
#stripe-exp-element:focus,
.woocommerce-checkout-review-order #stripe-cvc-element:focus {
  background: #a8c6cd;
}

/* Target the Expiry Date */
/* Target the CVC Code */
.woocommerce-checkout-review-order #stripe-cvc-element {
  color: #00b016 !important;
}

.woocommerce #content #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  margin-top: 1.5em;
}

form.checkout {
  position: relative;
}

form.checkout.woocommerce-checkout.processing div.form-row.place-order {
  position: relative;
}
form.checkout.woocommerce-checkout.processing .spinner-overlay {
  opacity: 1;
  transition: opacity 1s visibility 0s top 0s left 0s;
  top: 0;
  left: 0;
  visibility: visible;
}

.woocommerce-error li[data-id=fake] {
  display: none !important;
}

/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

ul.woocommerce-error li {
  margin: 0.5em 0;
}

ul.woocommerce-error,
div.woocommerce-message {
  margin: 0.5em 0 1em 0;
  background: linear-gradient(45deg, #f19c00, #f0a554);
  color: white;
  border-radius: 0.5em;
  padding: 1em;
  width: 100%;
  text-align: center;
}

@keyframes hearts {
  0% {
    width: 0em;
  }
  24% {
    width: 0em;
  }
  25% {
    width: 1em;
  }
  49% {
    width: 1em;
  }
  50% {
    width: 3em;
  }
  74% {
    width: 3em;
  }
  75% {
    width: 5em;
  }
  100% {
    width: 5em;
  }
}
#page .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order-table {
  float: none;
}
#page .woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table,
.woocommerce-checkout-review-order-table table {
  margin: 1em 0;
}
#page .woocommerce .cart-collaterals .cart_totals th,
#page .woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  text-align: left;
  padding: 0.2em 0;
}
#page .woocommerce .cart-collaterals .cart_totals th,
#page .woocommerce .cart-collaterals .cart_totals td.product-name,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td.product-name,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td.product-name {
  padding-right: 2em;
  font-weight: normal;
}
#page .woocommerce .cart-collaterals .cart_totals tr.cart-subtotal th,
#page .woocommerce .cart-collaterals .cart_totals tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal td,
.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tr.cart-subtotal td {
  padding: 0.8rem 0 0.5rem;
}
#page .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.woocommerce-page .cart-collaterals .cart_totals .order-total .amount,
.woocommerce-checkout-review-order-table .order-total .amount {
  color: #009037;
}

.invoice-fields p {
  width: 100%;
}

#order_review .woocommerce-form-coupon-toggle {
  display: none;
}
#order_review .form-row-last {
  float: none;
}
#order_review #payment .form-row-last {
  float: right;
}

.woocommerce-billing-fields {
  display: grid;
  grid-template-columns: 100%;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  grid-row: 2;
}
.woocommerce-billing-fields .email-message {
  font-size: 0.8em;
  font-style: italic;
  color: grey;
}

.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=text],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields textarea,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=email],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=password],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=tel],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields select,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below,
.wc-credit-card-form input[type=text],
.wc-credit-card-form textarea,
.wc-credit-card-form input[type=email],
.wc-credit-card-form input[type=password],
.wc-credit-card-form input[type=tel],
.wc-credit-card-form select,
.wc-credit-card-form .select2-container--default .select2-selection--single,
.wc-credit-card-form .select2-container--open .select2-dropdown--below,
.woocommerce-checkout .checkout .shipping_address input[type=text],
.woocommerce-checkout .checkout .shipping_address textarea,
.woocommerce-checkout .checkout .shipping_address input[type=email],
.woocommerce-checkout .checkout .shipping_address input[type=password],
.woocommerce-checkout .checkout .shipping_address input[type=tel],
.woocommerce-checkout .checkout .shipping_address select,
.woocommerce-checkout .checkout .shipping_address .select2-container--default .select2-selection--single,
.woocommerce-checkout .checkout .shipping_address .select2-container--open .select2-dropdown--below,
.invoice-fields input[type=text],
.invoice-fields textarea,
.invoice-fields input[type=email],
.invoice-fields input[type=password],
.invoice-fields input[type=tel],
.invoice-fields select,
.invoice-fields .select2-container--default .select2-selection--single,
.invoice-fields .select2-container--open .select2-dropdown--below {
  padding: 1.25em 0.7em 0.3em 0.5em;
  border: 1px solid lightgrey;
  width: 100%;
  box-shadow: none;
  margin: 0;
  font-size: 1em;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=text]:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields textarea:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=email]:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=password]:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=tel]:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields select:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--default .select2-selection--single:focus,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below:focus,
.wc-credit-card-form input[type=text]:focus,
.wc-credit-card-form textarea:focus,
.wc-credit-card-form input[type=email]:focus,
.wc-credit-card-form input[type=password]:focus,
.wc-credit-card-form input[type=tel]:focus,
.wc-credit-card-form select:focus,
.wc-credit-card-form .select2-container--default .select2-selection--single:focus,
.wc-credit-card-form .select2-container--open .select2-dropdown--below:focus,
.woocommerce-checkout .checkout .shipping_address input[type=text]:focus,
.woocommerce-checkout .checkout .shipping_address textarea:focus,
.woocommerce-checkout .checkout .shipping_address input[type=email]:focus,
.woocommerce-checkout .checkout .shipping_address input[type=password]:focus,
.woocommerce-checkout .checkout .shipping_address input[type=tel]:focus,
.woocommerce-checkout .checkout .shipping_address select:focus,
.woocommerce-checkout .checkout .shipping_address .select2-container--default .select2-selection--single:focus,
.woocommerce-checkout .checkout .shipping_address .select2-container--open .select2-dropdown--below:focus,
.invoice-fields input[type=text]:focus,
.invoice-fields textarea:focus,
.invoice-fields input[type=email]:focus,
.invoice-fields input[type=password]:focus,
.invoice-fields input[type=tel]:focus,
.invoice-fields select:focus,
.invoice-fields .select2-container--default .select2-selection--single:focus,
.invoice-fields .select2-container--open .select2-dropdown--below:focus {
  outline: none;
  border-color: #191919;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=text] ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields textarea ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=email] ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=password] ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=tel] ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields select ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--default .select2-selection--single ::-moz-placeholder, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below ::-moz-placeholder, .wc-credit-card-form input[type=text] ::-moz-placeholder, .wc-credit-card-form textarea ::-moz-placeholder, .wc-credit-card-form input[type=email] ::-moz-placeholder, .wc-credit-card-form input[type=password] ::-moz-placeholder, .wc-credit-card-form input[type=tel] ::-moz-placeholder, .wc-credit-card-form select ::-moz-placeholder, .wc-credit-card-form .select2-container--default .select2-selection--single ::-moz-placeholder, .wc-credit-card-form .select2-container--open .select2-dropdown--below ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address input[type=text] ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address textarea ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address input[type=email] ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address input[type=password] ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address input[type=tel] ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address select ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address .select2-container--default .select2-selection--single ::-moz-placeholder, .woocommerce-checkout .checkout .shipping_address .select2-container--open .select2-dropdown--below ::-moz-placeholder, .invoice-fields input[type=text] ::-moz-placeholder, .invoice-fields textarea ::-moz-placeholder, .invoice-fields input[type=email] ::-moz-placeholder, .invoice-fields input[type=password] ::-moz-placeholder, .invoice-fields input[type=tel] ::-moz-placeholder, .invoice-fields select ::-moz-placeholder, .invoice-fields .select2-container--default .select2-selection--single ::-moz-placeholder, .invoice-fields .select2-container--open .select2-dropdown--below ::-moz-placeholder {
  opacity: 0;
  color: white;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=text] ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields textarea ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=email] ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=password] ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields input[type=tel] ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields select ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--default .select2-selection--single ::placeholder,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container--open .select2-dropdown--below ::placeholder,
.wc-credit-card-form input[type=text] ::placeholder,
.wc-credit-card-form textarea ::placeholder,
.wc-credit-card-form input[type=email] ::placeholder,
.wc-credit-card-form input[type=password] ::placeholder,
.wc-credit-card-form input[type=tel] ::placeholder,
.wc-credit-card-form select ::placeholder,
.wc-credit-card-form .select2-container--default .select2-selection--single ::placeholder,
.wc-credit-card-form .select2-container--open .select2-dropdown--below ::placeholder,
.woocommerce-checkout .checkout .shipping_address input[type=text] ::placeholder,
.woocommerce-checkout .checkout .shipping_address textarea ::placeholder,
.woocommerce-checkout .checkout .shipping_address input[type=email] ::placeholder,
.woocommerce-checkout .checkout .shipping_address input[type=password] ::placeholder,
.woocommerce-checkout .checkout .shipping_address input[type=tel] ::placeholder,
.woocommerce-checkout .checkout .shipping_address select ::placeholder,
.woocommerce-checkout .checkout .shipping_address .select2-container--default .select2-selection--single ::placeholder,
.woocommerce-checkout .checkout .shipping_address .select2-container--open .select2-dropdown--below ::placeholder,
.invoice-fields input[type=text] ::placeholder,
.invoice-fields textarea ::placeholder,
.invoice-fields input[type=email] ::placeholder,
.invoice-fields input[type=password] ::placeholder,
.invoice-fields input[type=tel] ::placeholder,
.invoice-fields select ::placeholder,
.invoice-fields .select2-container--default .select2-selection--single ::placeholder,
.invoice-fields .select2-container--open .select2-dropdown--below ::placeholder {
  opacity: 0;
  color: white;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row,
.wc-credit-card-form .form-row,
.woocommerce-checkout .checkout .shipping_address .form-row,
.invoice-fields .form-row {
  position: relative;
  margin: 0 0 1em 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row label,
.wc-credit-card-form .form-row label,
.woocommerce-checkout .checkout .shipping_address .form-row label,
.invoice-fields .form-row label {
  position: absolute;
  font-weight: normal;
  font-size: 0.7em;
  top: 2px;
  color: grey;
  left: 9px;
  z-index: 1;
  pointer-events: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row label .required,
.wc-credit-card-form .form-row label .required,
.woocommerce-checkout .checkout .shipping_address .form-row label .required,
.invoice-fields .form-row label .required {
  display: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row span.optional,
.wc-credit-card-form .form-row span.optional,
.woocommerce-checkout .checkout .shipping_address .form-row span.optional,
.invoice-fields .form-row span.optional {
  display: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.validate-required:after,
.wc-credit-card-form .form-row.validate-required:after,
.woocommerce-checkout .checkout .shipping_address .form-row.validate-required:after,
.invoice-fields .form-row.validate-required:after {
  content: "*";
  position: absolute;
  display: block;
  top: 0.3rem;
  right: 0.3rem;
  color: rgb(139, 60, 60);
  font-size: 1.5em;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.validate-required.woocommerce-invalid-required-field:after,
.wc-credit-card-form .form-row.validate-required.woocommerce-invalid-required-field:after,
.woocommerce-checkout .checkout .shipping_address .form-row.validate-required.woocommerce-invalid-required-field:after,
.invoice-fields .form-row.validate-required.woocommerce-invalid-required-field:after {
  color: #be1e34;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.form-row-last,
.wc-credit-card-form .form-row.form-row-first,
.wc-credit-card-form .form-row.form-row-last,
.woocommerce-checkout .checkout .shipping_address .form-row.form-row-first,
.woocommerce-checkout .checkout .shipping_address .form-row.form-row-last,
.invoice-fields .form-row.form-row-first,
.invoice-fields .form-row.form-row-last {
  width: 49%;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.form-row-wide,
.wc-credit-card-form .form-row.form-row-wide,
.woocommerce-checkout .checkout .shipping_address .form-row.form-row-wide,
.invoice-fields .form-row.form-row-wide {
  clear: both;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.create-account,
.wc-credit-card-form .form-row.create-account,
.woocommerce-checkout .checkout .shipping_address .form-row.create-account,
.invoice-fields .form-row.create-account {
  margin: 1.5em 0 0 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.create-account label,
.wc-credit-card-form .form-row.create-account label,
.woocommerce-checkout .checkout .shipping_address .form-row.create-account label,
.invoice-fields .form-row.create-account label {
  position: static;
  font-size: 1rem;
  color: #191919;
  pointer-events: all;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.create-account:after,
.wc-credit-card-form .form-row.create-account:after,
.woocommerce-checkout .checkout .shipping_address .form-row.create-account:after,
.invoice-fields .form-row.create-account:after {
  content: "Keep track of orders, payment methods and addresses (no newsletters)";
  display: block;
  font-size: 0.8em;
  opacity: 0.7;
  margin-top: 0.25em;
  line-height: 1.2em;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field input[type=text],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field textarea,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field input[type=email],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field input[type=password],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field input[type=tel],
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field select,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field .select2-container--default .select2-selection--single,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field .select2-container--open .select2-dropdown--below,
.wc-credit-card-form .form-row.woocommerce-invalid-required-field input[type=text],
.wc-credit-card-form .form-row.woocommerce-invalid-required-field textarea,
.wc-credit-card-form .form-row.woocommerce-invalid-required-field input[type=email],
.wc-credit-card-form .form-row.woocommerce-invalid-required-field input[type=password],
.wc-credit-card-form .form-row.woocommerce-invalid-required-field input[type=tel],
.wc-credit-card-form .form-row.woocommerce-invalid-required-field select,
.wc-credit-card-form .form-row.woocommerce-invalid-required-field .select2-container--default .select2-selection--single,
.wc-credit-card-form .form-row.woocommerce-invalid-required-field .select2-container--open .select2-dropdown--below,
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field input[type=text],
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field textarea,
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field input[type=email],
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field input[type=password],
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field input[type=tel],
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field select,
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field .select2-container--default .select2-selection--single,
.woocommerce-checkout .checkout .shipping_address .form-row.woocommerce-invalid-required-field .select2-container--open .select2-dropdown--below,
.invoice-fields .form-row.woocommerce-invalid-required-field input[type=text],
.invoice-fields .form-row.woocommerce-invalid-required-field textarea,
.invoice-fields .form-row.woocommerce-invalid-required-field input[type=email],
.invoice-fields .form-row.woocommerce-invalid-required-field input[type=password],
.invoice-fields .form-row.woocommerce-invalid-required-field input[type=tel],
.invoice-fields .form-row.woocommerce-invalid-required-field select,
.invoice-fields .form-row.woocommerce-invalid-required-field .select2-container--default .select2-selection--single,
.invoice-fields .form-row.woocommerce-invalid-required-field .select2-container--open .select2-dropdown--below {
  border: 1px solid #ec4d27;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container .select2-selection--single li:focus,
.wc-credit-card-form .select2-container .select2-selection--single li:focus,
.woocommerce-checkout .checkout .shipping_address .select2-container .select2-selection--single li:focus,
.invoice-fields .select2-container .select2-selection--single li:focus {
  outline: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.wc-credit-card-form .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .checkout .shipping_address .select2-container .select2-selection--single .select2-selection__rendered,
.invoice-fields .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1em;
  margin-left: -2px;
  overflow: visible;
}

p#billing_postcode_field,
p#billing_city_field {
  clear: none;
  width: 49%;
}

p#billing_city_field {
  float: right;
}

div.clear {
  clear: both;
}

.woocommerce ul {
  list-style: none;
}

.woocommerce form.checkout_coupon {
  margin-bottom: 1rem;
}
.woocommerce form.checkout_coupon .form-row-last {
  float: none;
}
.woocommerce form.checkout_coupon input#coupon_code {
  width: 15em;
}

p#billing_postcode_field {
  float: left;
}

.woocommerce-info,
.woocommerce-error {
  padding: 1em;
  background-image: linear-gradient(45deg, #278ee2, #60b8ff);
  border: 1px solid rgba(25, 25, 25, 0.2);
  margin-bottom: 1em;
  border-radius: 0.5em;
  color: white;
}
.woocommerce-info a,
.woocommerce-info a:visited,
.woocommerce-error a,
.woocommerce-error a:visited {
  color: white;
}

.woocommerce-error {
  background-image: #f19c00;
}
.woocommerce-error ul {
  list-style: none;
  text-align: left;
}

p#new_order_notes_field {
  display: none;
}

.no-shipping-yet {
  color: grey;
  font-style: italic;
}
.no-shipping-yet.hide {
  display: none;
}

.shipping-amount + .no-shipping-yet,
.my-custom-shipping-table + .no-shipping-yet,
.woocommerce-shipping-destination + .no-shipping-yet {
  display: none;
}

.shipping-amount {
  display: block;
  color: #009037;
  margin-top: 0.2em;
}

.my-custom-shipping-table {
  width: 100%;
}

#shipping-section > div {
  border: 1px solid lightgrey;
}

.woocommerce-thankyou-order-received {
  margin-bottom: 2em;
  position: relative;
  z-index: 10;
  font-size: 1.5em;
}

#thank-you-all-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.thank-you-info-wrap {
  overflow-wrap: hidden;
  margin: 2rem 0;
  justify-content: space-between;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));
}

.thank-you-gif-wrap {
  margin-bottom: 2em;
  width: 15em;
  flex-grow: 1;
  max-width: 100%;
  transform: translate3d(0, 15%, 0);
  animation: slideDown 1.2s 0.5s forwards;
  opacity: 0;
}
.thank-you-gif-wrap video {
  width: 100%;
}

ul.woocommerce-order-overview,
.woocommerce-order-details,
section.woocommerce-customer-details {
  height: -moz-fit-content;
  height: fit-content;
  padding: 2em;
  background: white;
  border: 1px solid lightgrey;
  text-align: left;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-left: 0;
  opacity: 0;
  margin-bottom: 0;
}
ul.woocommerce-order-overview h2,
.woocommerce-order-details h2,
section.woocommerce-customer-details h2 {
  margin-top: 0 !important;
}
ul.woocommerce-order-overview address,
.woocommerce-order-details address,
section.woocommerce-customer-details address {
  margin-bottom: 0;
}
ul.woocommerce-order-overview small,
.woocommerce-order-details small,
section.woocommerce-customer-details small {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.woocommerce-order-overview tr:last-child .amount,
.woocommerce-order-details tr:last-child .amount,
section.woocommerce-customer-details tr:last-child .amount {
  color: #009037;
}
ul.woocommerce-order-overview .order_details,
.woocommerce-order-details .order_details,
section.woocommerce-customer-details .order_details {
  margin-top: 1rem;
}

section.woocommerce-customer-details {
  opacity: 1;
}

ul.woocommerce-order-overview {
  transform: translate3d(0, 10%, 0);
  transform-origin: bottom;
  z-index: 2;
  animation: slideDown 1s ease forwards;
}
ul.woocommerce-order-overview li {
  margin: 0.7em 0;
  display: flex;
  font-weight: 600;
  flex-flow: column;
}
ul.woocommerce-order-overview li strong {
  font-weight: 400;
}
ul.woocommerce-order-overview .amount {
  color: #009037;
}

#ty-emojis {
  width: 100%;
  text-align: center;
  margin: 1em auto;
  font-size: 3em;
}

address {
  font-style: inherit;
}

.saludo {
  display: block;
  margin-top: 0.5em;
}

.woocommerce-order-details {
  transform: translate3d(0, -20%, 0);
  transform-origin: top;
  animation: slideDown 1.2s forwards;
  line-height: 1.5em;
}
.woocommerce-order-details .order-details-total {
  margin-top: 1.5em;
}
.woocommerce-order-details .order-details-total .amount {
  margin-bottom: 1em;
}
.woocommerce-order-details .order-details-total strong {
  display: block;
}
.woocommerce-order-details .Total-label {
  margin-top: 1em;
}
.woocommerce-order-details .Total-label + div .amount {
  color: #009037;
  font-size: 1.5em;
}
.woocommerce-order-details .Total-label + div {
  margin-top: 0.2em;
}
.woocommerce-order-details #order-details-products a:not(:first-child) {
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-order-details #order-details-products .amount {
  display: block;
}
.woocommerce-order-details .amount {
  color: grey;
}

@keyframes slideDown {
  from {
    transform: translate3d(0, initial, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes drawLine {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0, 1);
  }
}
@keyframes flip-back {
  from {
    transform: rotate3d(initial);
  }
  to {
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
.woocommerce-customer-details {
  line-height: 1.5em;
}
.woocommerce-customer-details p {
  margin: 0;
}
.woocommerce-customer-details address {
  margin: 1em 0;
}

body.woocommerce-page #page p {
  margin: 0 0 0.5em 0;
}

.spinner-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: opacity 1s visibility 1s top 1s left 1s;
}
.spinner-overlay p {
  text-align: center;
}

.spinner {
  margin-bottom: 1.25rem;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 30px;
  height: 30px;
}
.spinner .path {
  stroke: #278ee2;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

body.ajax-loading-books .spinner {
  opacity: 1;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}