/**
 * TABLE OF CONTENTS
 *
 * WooCommerce
 * WooCommerce Menu 
 * ├── Header (Nav)
 * └── Page (Product Table)
 * WooCommerce Cart
 * ├── Contains Products
 * └── Empty
 * WooCommerce Checkout
 * ├── Pre-Checkout
 * └── Post-Checkout
 */

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce
    ├── Containers
    ├── Typography
    └── Messages/Errors
\*----------------------------------------------------------------------------------------------------*/

/* Containers */

.eatzis-wc {
  min-height: 80vh;
  margin: 25px 0;
  font-family: "futura-pt";
}

.eatzis-wc-container {
  background-color: #ffffff;
}

/* Typography */

.eatzis-wc-title {
  color: #ee3124;
  font-family: inherit;
  font-weight: 900;
}

.eatzis-wc-subtitle {
  color: #796d51;
  font-family: inherit;
  font-style: italic;
}

.eatzis-wc-subtitle--inline-block {
  display: inline-block;
  margin-right: 6px;
}

.eatzis-wc-subtitle--large {
  font-size: 24px;
  font-weight: 500;
}

.eatzis-wc-subtitle--match-header {
  font-size: 30px;
}

.eatzis-wc-content {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.eatzis-wc-title--uppercase,
.eatzis-wc-subtitle--uppercase,
.eatzis-wc-content--uppercase {
  text-transform: uppercase;
}

.eatzis-wc-col-title {
  color: #796d51;
  font-family: "athelas";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Messages/Errors */

.entry-content .woocommerce-message,
.entry-content .woocommerce-info,
.entry-content .woocommerce-error {
  background-color: #ffffff;
  border: 3px solid #ee3124;
}

.entry-content .woocommerce-info,
.entry-content .woocommerce-info:before,
.entry-content .woocommerce-message:before,
.entry-content .woocommerce-message a:active,
.entry-content .woocommerce-message a:focus,
.entry-content .woocommerce-message a:hover, 
.entry-content .woocommerce-message a:visited,
.entry-content .woocommerce-error,
.entry-content .woocommerce-error:before {
  color: #ee3124;
}

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce Menu - Header (Nav)
    ├── Typography
    └── Media Queries
\*----------------------------------------------------------------------------------------------------*/

/* Typography */

.inner-header #top-nav .header-nav a.holiday-menu-nav {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "athelas";
  font-size: 16px;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(64, 60, 54, 0.7);
  text-transform: none;
}

/* Media Queries */
@media only screen and (max-width: 767px) {
  .inner-header #top-nav .header-nav a.holiday-menu-nav {
    font-size: 11px;
  }
}

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce Menu - Page (Product Table)
    ├── Containers
    ├── Typography
    ├── Colors
    ├── Buttons
    └── Media Queries
\*----------------------------------------------------------------------------------------------------*/

/* Containers */

.woocommerce .eatzis > .wc-product-table-controls {
  display: flex;
  justify-content: flex-end;
}

.woocommerce .eatzis > .wc-product-table-controls > .wc-product-table-reset {
  display: flex;
  margin-right: 10px;
}

.woocommerce .eatzis > .wc-product-table-controls > .wc-product-table-reset > .reset {
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #be9263;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce .eatzis > .wc-product-table-controls > .wc-product-table-reset > .reset:hover {
  background-color: #796d51;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__table .addons-inline .wc-pao-addon {
  display: block;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 10px;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-container > .eatzis-wc-menu__notice-content {
  width: 75%;
  margin-top: 10px;
  padding-right: 40px;
  text-align: left;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-wrapper {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-checkbox-container,
.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-button-container {
  grid-column: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  text-align: right;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-checkbox-container.eatzis-wc-menu__notice-checkbox-container--hidden,
.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-button-container.eatzis-wc-menu__notice-button-container--hidden {
  cursor: not-allowed;
  opacity: 0;
  pointer-events: none;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-checkbox-container > .eatzis-wc-menu__notice-content {
  display: inline-block;
  margin: 12px 0;
  color: #ee3124;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-checkbox {
  display: inline-block;
  width: auto;
  margin: 10px;
}

.woocommerce .eatzis-wc-menu a.eatzis-wc-menu__notice-button {
  margin: 10px 0 10px auto;
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #be9263;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce .eatzis-wc-menu a.eatzis-wc-menu__notice-button:hover {
  color: #ffffff;
  background-color: #796d51;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-button-arrow {
  margin-left: 0.5em;
}

/* Typography */

.eatzis-wc-menu__table th {
  color: #796d51;
  font-family: "athelas";
  text-transform: uppercase;
}

.eatzis-wc-menu__table td,
.eatzis-wc-menu__table p {
  font-size: 14px;
  font-weight: 700;
}

.eatzis-wc-menu .wc-product-table a.added_to_cart {
  display: none;
}

/* Colors */

table.dataTable.eatzis-wc-menu__table thead th,
table.dataTable.eatzis-wc-menu__table.no-footer {
  border-color: #939598;
}

.eatzis-wc-menu__table td.col-short-description p {
  color: #be9263;
  min-width: 320px;
}

table.dataTable.eatzis-wc-menu__table.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, 
table.dataTable.eatzis-wc-menu__table.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  color: #ee3124;
}

table.dataTable.eatzis-wc-menu__table.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, 
table.dataTable.eatzis-wc-menu__table.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  color: #a8211f;
}

.woocommerce .eatzis-wc-menu .eatzis-wc-menu__table .addons-inline .wc-pao-addon p {
  color: #be9263;
}

.eatzis-wc-menu__table .input-text {
  background-color: #ffffff;
}

/* Buttons */

.woocommerce.eatzis-wc-menu__table button.button.alt {
  background-color: #ee3124;
  font-weight: 400;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce.eatzis-wc-menu__table button.button.alt:hover {
  background-color: #a8211f;
}

/* Media Queries */

@media only screen and (max-width: 991px) {
  .woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-container > .eatzis-wc-menu__notice-content,
  .woocommerce .eatzis-wc-menu .eatzis-wc-menu__notice-wrapper {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce Cart - Contains Products
    ├── General
    ├── Shop Table
    ├── Cart Totals
    └── Media Queries
\*----------------------------------------------------------------------------------------------------*/

/* General */

.eatzis-wc-cart .eatzis-wc-title {
  margin-bottom: 40px;
}

/* Shop Table */

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table,
.woocommerce .eatzis-wc-cart .cart-collaterals .shop_table {
  border-right: none !important;
  border-left: none !important;
  border-color: #939598;
  border-radius: 0;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__table-description,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .input-text {
  font-size: 14px;
  font-weight: 700;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__table-description,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__button-container,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .actions,
.woocommerce .eatzis-wc-cart .cart-collaterals .shop_table .shipping th,
.woocommerce .eatzis-wc-cart .cart-collaterals .shop_table .shipping td,
.woocommerce .eatzis-wc-cart .cart-collaterals .shop_table .order-total th,
.woocommerce .eatzis-wc-cart .cart-collaterals .shop_table .order-total td {
  border-color: #939598;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .input-text {
  width: 5em;
  background-color: #ffffff;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-col-title.product-price,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-col-title.product-quantity,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__table-description.product-price,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__table-description.product-quantity {
  text-align: center;
} 

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-col-title.product-subtotal,
.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__table-description.product-subtotal {
  text-align: right;
}

.woocommerce .eatzis-wc-cart table.shop_table td {
  padding: 9px 12px;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__table .eatzis-wc-cart__table-description p {
  font-size: 14px;
  color: #be9263;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__button-container:before {
  display: none;
}

.woocommerce .eatzis-wc-cart a.eatzis-wc-cart__button {
  color: #ffffff;
  background-color: #be9263;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce .eatzis-wc-cart a.eatzis-wc-cart__button:hover {
  color: #ffffff;
  background-color: #796d51;
}

.woocommerce .eatzis-wc-cart .eatzis-wc-cart__button-arrow {
  margin-right: 0.5em;
}

.woocommerce .eatzis-wc-cart button.eatzis-wc-cart__update-button {
  border-radius: 4px;
}

/* Cart Totals */

.woocommerce .eatzis-wc-cart .cart-collaterals,
.woocommerce .eatzis-wc-cart .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce .eatzis-wc-cart .cart-collaterals .woocommerce-Price-amount {
  color: #be9263;
  font-weight: 700;
}

.woocommerce .eatzis-wc-cart .shipping .woocommerce-Price-amount,
.woocommerce .eatzis-wc-cart .woocommerce-shipping-contents {
  display: none;
}

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

.woocommerce-cart .select2-search__field {
  background-color: #ffffff;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce .eatzis-wc-cart a.button.alt {
  padding: 0.5em 1em;
  background-color: #be9263;
  font-weight: 400;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.woocommerce .eatzis-wc-cart a.button.alt:hover {
  background-color: #796d51;
}

/* Media Queries */

@media only screen and (max-width: 768px) {
  .woocommerce .eatzis-wc-cart form.woocommerce-cart-form,
  .woocommerce .eatzis-wc-cart form.woocommerce-cart-form table.eatzis-wc-cart__table,
  .woocommerce .eatzis-wc-cart form.woocommerce-cart-form table.eatzis-wc-cart__table tbody,
  .woocommerce .eatzis-wc-cart form.woocommerce-cart-form table.eatzis-wc-cart__table tbody > tr > td,
  .woocommerce .eatzis-wc-cart a.eatzis-wc-cart__button,
  .woocommerce .eatzis-wc-cart .cart-collaterals .shop_table,
  .woocommerce .eatzis-wc-cart .cart-collaterals .shop_table tbody > tr > td {
    display: block;
    width: 100%;
  }
  .woocommerce .eatzis-wc-cart form.woocommerce-cart-form table.eatzis-wc-cart__table tbody > tr,
  .woocommerce .eatzis-wc-cart .cart-collaterals .shop_table tbody {
    display: flex;
    flex-direction: column;
  }
  .woocommerce .eatzis-wc-cart a.eatzis-wc-cart__button {
    text-align: center;
  }
  .woocommerce .eatzis-wc-cart .cart-collaterals .shop_table tbody tr.cart-subtotal, 
  .woocommerce .eatzis-wc-cart .cart-collaterals .shop_table tbody tr.shipping, 
  .woocommerce .eatzis-wc-cart .cart-collaterals .shop_table tbody tr.order-total {
    display: flex;
  }
}

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce Cart - Empty
    ├── Containers
    ├── Typography
    └── Buttons
\*----------------------------------------------------------------------------------------------------*/

/* Containers */

.eatzis-wc-cart-empty .eatzis-wc-container {
  min-height: 400px;
}

/* Typography */

.eatzis-wc-cart-empty .eatzis-wc-title {
  margin-bottom: 4px;
}

.eatzis-wc-cart-empty .eatzis-wc-subtitle {
  margin-bottom: 30px;
}

/* Buttons */

.woocommerce .eatzis-wc-cart-empty a.eatzis-wc-cart-empty__button {
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #be9263;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce .eatzis-wc-cart-empty a.eatzis-wc-cart-empty__button:hover {
  color: #ffffff;
  background-color: #796d51;
}

.woocommerce .eatzis-wc-cart-empty .eatzis-wc-cart-empty__button-arrow {
  margin-right: 0.5em;
}

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce Checkout - Pre-Checkout
    ├── General
    ├── Billing Details
    ├── Schedule Pickup
    ├── Questions
    ├── Your Order
    ├── Cancellation Policy
    ├── Payment
    └── Media Queries
\*----------------------------------------------------------------------------------------------------*/

/* General */

.eatzis-wc-checkout .eatzis-wc-title {
  margin-bottom: 0;
}

.eatzis-wc-checkout .eatzis-wc-subtitle {
  margin-top: 40px;
}

.entry-content .eatzis-wc-checkout .woocommerce-NoticeGroup {
  margin-bottom: -2em;
  padding-top: 2em;
}

.woocommerce .eatzis-wc-checkout .woocommerce-error {
  margin-top: 40px;
  margin-bottom: 0;
}

/* Billing Details */

.eatzis-wc-checkout #billing_country_field {
  display: none;
}

.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__form-row {
  display: inline-block;
  float: none;
  padding: 0 15px;
}

.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__form-row label {
  color: #000000;
  font-family: "athelas";
}

.woocommerce .eatzis-wc-checkout form #billing_state_field.eatzis-wc-checkout__form-row .select2-container {
  padding-bottom: 8px;
}

.woocommerce .eatzis-wc-checkout form #billing_state_field.eatzis-wc-checkout__form-row .select2-selection {
  height: 37px;
  border-color: #939598;
}

.woocommerce .eatzis-wc-checkout form #billing_state_field.eatzis-wc-checkout__form-row .select2-selection__rendered {
  padding-top: 4px;
}

.woocommerce .eatzis-wc-checkout form #billing_state_field.eatzis-wc-checkout__form-row .select2-selection__arrow {
  top: 5px;
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #ffffff;
}

.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__form-row input,
.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__form-row select {
  background-color: #ffffff;
  border-color: #939598;
  border-radius: 4px;
}

/* Schedule Pickup */

.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__pickup-fields p {
  padding: 0;
}

/* Questions */

.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__order-questions .eatzis-wc-checkout__content,
.woocommerce .eatzis-wc-checkout form .eatzis-wc-checkout__order-cancellation .eatzis-wc-checkout__content {
  font-size: 18px;
}

/* Your Order */

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table thead,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr:last-child > td:first-child,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot {
  display: block;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table thead > tr,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr.cart_item,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.cart-subtotal,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.order-total {
  display: flex;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table thead > tr > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr > td,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.cart-subtotal > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.cart-subtotal > td,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > td,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.order-total > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.order-total > td {
  display: inline-block;
  width: 50%;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr > td > .product-quantity {
  display: inline-block;
}

.woocommerce .eatzis-wc-checkout form tr.shipping:nth-child(2),
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr:last-child > td:last-child {
  display: none;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr:last-child > td:first-child {
  width: 100%;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.cart-subtotal,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.order-total {
  align-items: center;
  border-top-width: 1px;
  border-top-style: solid;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.cart-subtotal > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.cart-subtotal > td,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > td,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.order-total > th,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.order-total > td {
  border: none;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table,
.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table td {
  border-color: #939598;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location {
  flex-wrap: wrap;
}

.woocommerce .eatzis-wc-checkout form .pickup_location td:nth-child(2) {
  padding-top: 22px;
}

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

.woocommerce .eatzis-wc-checkout form .shipping .woocommerce-shipping-contents {
  display: none;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount {
  color: #be9263;
}

.woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table .variation p {
  font-size: 14px;
}

/* Cancellation Policy */

.eatzis-wc-checkout .eatzis-wc-checkout__order-cancellation {
  margin-bottom: 40px;
}

/* Payment */

.woocommerce .eatzis-wc-checkout form .woocommerce-checkout-review-order button.button.alt {
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #be9263;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce .eatzis-wc-checkout form .woocommerce-checkout-review-order button.button.alt:hover {
  background-color: #796d51;
}

/* Media Queries */

@media only screen and (max-width: 767px) {
  .eatzis-wc-checkout .eatzis-wc-checkout__subtitle {
    text-align: left;
  }
  .woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tbody > tr:last-child {
    display: flex;
    width: 100%;
  }
  .woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > th,
  .woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > td {
    flex-basis: 100%;
  }
  .woocommerce .eatzis-wc-checkout form table.woocommerce-checkout-review-order-table tfoot > tr.pickup_location > td > .pickup-location-field {
    min-width: auto;
  }
}

/*----------------------------------------------------------------------------------------------------*\
    WooCommerce Checkout - Post-Checkout
    ├── Order Overview
    ├── Order Details
    ├── Customer Details
    └── Media Queries
\*----------------------------------------------------------------------------------------------------*/

/* Order Overview */

.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview .woocommerce-order-overview__order,
.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview .woocommerce-order-overview__date,
.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview .woocommerce-order-overview__email,
.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview .woocommerce-order-overview__total,
.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview .woocommerce-order-overview__payment-method {
  margin: 0;
  padding-left: 2em;
}

.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li:first-child {
  border-left: 1px dashed #939598;
}

.woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li:last-child {
  border-right: 1px dashed #939598;
}

/* Order Details */

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details thead,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tbody,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot {
  display: block;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details thead > tr,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details thead > tr,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tbody > tr,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr:first-child,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr:last-child {
  display: flex;
  align-items: center;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr:nth-child(2),
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr:nth-child(3) {
  display: none;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details thead > tr > th,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tbody > tr > th,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tbody > tr > td,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr > th,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr > td {
  display: inline-block;
  width: 50%;
  border: none;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tbody > tr > td > .product-quantity {
  display: inline-block;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details {
  border-color: #939598;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tbody > tr,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot > tr {
  border-top: 1px solid #939598;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.woocommerce-table__line-item p {
  color: #be9263;
  font-size: 14px;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus td > div > small:nth-child(7),
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus td > div > br:last-child {
  display: none;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus {
  align-items: flex-end;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus > td a {
  color: #ee3124;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus > td a:focus,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus > td a:hover {
  color: #a8211f;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus > th,
.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus > td {
  padding-bottom: 0;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.eatzis-wc-order-details__pickup-container {
  border-top: none;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.eatzis-wc-order-details__pickup-container > td {
  padding-top: 0;
}

.woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
  color: #be9263;
}

/* Customer Details */

.woocommerce .eatzis-wc-thank-you .eatzis-wc-customer-details address, 
.woocommerce .eatzis-wc-thank-you .eatzis-wc-customer-details p {
  color: #000000;
  font-size: 16px;
}

/* Media Queries */

@media only screen and (max-width: 991px) {
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li:nth-child(n+3) {
    margin-top: 2em;
  }
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li:nth-child(3) {
    border-left: 1px dashed #939598;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li.woocommerce-order-overview__order,
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li.woocommerce-order-overview__date,
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li.woocommerce-order-overview__email,
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li.woocommerce-order-overview__total,
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li.woocommerce-order-overview__payment-method {
    border-right: none;
    border-left: 1px dashed #939598;
  }
  .woocommerce .eatzis-wc-thank-you ul.woocommerce-order-overview li:nth-child(2) {
    margin-top: 2em;
  }
  .woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus > th {
    padding-bottom: 16px;
  }
  .woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.wc-local-pickup-plus td > div > small > strong,
  .woocommerce .eatzis-wc-thank-you .eatzis-wc-order-details table.woocommerce-table--order-details tr.eatzis-wc-order-details__pickup-container > td > div > small > strong {
    display: block;
  }
}