/*
Theme Name: Avada Child
Template: Avada
*/

.popays-order-wrapper {
  width: 100%;
}

.popays-order-table {
  max-width: 1180px;
  margin: 0 auto 80px;
}

.popays-order-table h2 {
  margin-bottom: 28px;
  font-size: 42px;
  line-height: 1.1;
}

.popays-order-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  background: #fff;
}

.popays-order-table thead th {
  padding: 16px 8px;
  background: #f4eadf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.popays-order-table th,
.popays-order-table td {
  padding: 12px 8px;
  vertical-align: middle;
  text-align: center;
}

.popays-order-table tbody tr:not(.popays-order-totals) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-order-table th:not(:last-child),
.popays-order-table td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-order-table th:first-child,
.popays-order-table td:first-child {
  text-align: left;
}

.popays-order-table th:nth-child(1),
.popays-order-table td:nth-child(1) {
  width: 210px;
}

.popays-order-table th:nth-child(2),
.popays-order-table td:nth-child(2) {
  width: 110px;
}

.popays-order-table th:nth-child(3),
.popays-order-table td:nth-child(3),
.popays-order-table th:nth-child(4),
.popays-order-table td:nth-child(4),
.popays-order-table th:nth-child(5),
.popays-order-table td:nth-child(5),
.popays-order-table th:nth-child(6),
.popays-order-table td:nth-child(6),
.popays-order-table th:nth-child(7),
.popays-order-table td:nth-child(7) {
  width: 105px;
}

.popays-order-table th:nth-child(8),
.popays-order-table td:nth-child(8) {
  width: 140px;
}

.popays-order-product__title {
  font-size: 18px;
  font-weight: 600;
}

.popays-order-product__price {
  font-size: 16px;
  white-space: nowrap;
}

.popays-order-qty {
  width: 82px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background: #fff;
}

.popays-order-qty:focus {
  outline: 0;
  border-color: #99c56a;
  box-shadow: 0 0 0 3px rgba(183, 217, 140, 0.45);
}

.popays-order-product__total,
.popays-order-day-total,
.popays-order-grand-total {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.popays-order-totals td {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #faf7f2;
  border-top: 2px solid rgba(0, 0, 0, 0.14);
}

.popays-order-totals td:first-child {
  font-weight: 800;
}

.popays-order-table__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 54px;
  margin-top: 28px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #b7d98c;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.popays-order-table__submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media only screen and (max-width: 1200px) {
  .popays-order-table {
    overflow-x: auto;
  }

  .popays-order-table table {
    min-width: 1050px;
  }
}

.popays-order-table__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.popays-order-table__submit.is-loading {
  pointer-events: none;
}

.popays-order-table__message {
  margin-top: 14px;
  font-weight: 700;
}

.popays-order-table__message.is-success {
  color: #6b9d38;
}

.popays-order-table__message.is-error {
  color: #c0392b;
}

.popays-cart {
  max-width: 1180px;
  margin: 0 auto;
}

.popays-cart__group {
  margin-bottom: 50px;
}

.popays-cart__group h2 {
  margin-bottom: 28px;
  font-size: 42px;
  line-height: 1.1;
}

.popays-cart__group h3 {
  margin: 0 0 18px;
  font-size: 26px;
}

.popays-cart__table {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  background: #fff;
}

.popays-cart__head,
.popays-cart__row {
  display: grid;
  grid-template-columns: 210px 110px repeat(5, 105px) 140px 1fr;
  align-items: center;
}

.popays-cart__head {
  background: #f4eadf;
  font-weight: 800;
}

.popays-cart__head > div,
.popays-cart__row > div {
  padding: 14px 8px;
  text-align: center;
}

.popays-cart__head > div:first-child,
.popays-cart__row > div:first-child {
  text-align: left;
}

.popays-cart__head > div:not(:last-child),
.popays-cart__row > div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-cart__row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-cart__product {
  font-size: 18px;
  font-weight: 700;
}

.popays-cart__qty {
  width: 82px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background: #fff;
}

.popays-cart__qty:focus {
  outline: 0;
  border-color: #99c56a;
  box-shadow: 0 0 0 3px rgba(183, 217, 140, 0.45);
}

.popays-cart__line-total {
  font-weight: 800;
  white-space: nowrap;
}

.popays-cart__remove {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f4eadf;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.popays-cart__row.is-removed {
  opacity: 0.35;
}

.popays-cart__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 32px;
}

.popays-cart__total {
  margin-right: auto;
  font-size: 22px;
  font-weight: 700;
}

.popays-cart__update,
.popays-cart__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #b7d98c;
  color: #000;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.popays-cart__checkout {
  background: #000;
  color: #fff;
}

.popays-cart__message {
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .popays-cart {
    overflow-x: auto;
  }

  .popays-cart__table,
  .popays-cart__footer {
    min-width: 1050px;
  }
}

.popays-cart__group h3 {
  margin: 34px 0 18px;
  padding-left: 18px;
  border-left: 5px solid #b7d98c;
}

.popays-cart__group h2 + h3 {
  margin-top: 8px;
}

.popays-cart__group {
  margin-bottom: 50px;
}

.popays-cart__group-header {
  margin-bottom: 18px;
  padding: 18px 24px;
  border-radius: 18px;
  background: #f4eadf;
}

.popays-cart__group-header h2 {
  margin: 0;
  font-size: 36px;
}

.popays-cart__subcategory {
  margin: 24px 0 14px 24px;
  padding-left: 18px;
  border-left: 4px solid #b7d98c;
}

.popays-cart__subcategory h3 {
  margin: 0;
  font-size: 26px;
  opacity: 0.9;
}

.woocommerce-checkout-review-order-table .product-thumbnail {
  display: none;
}

.woocommerce-checkout-review-order-table thead th {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-checkout-review-order-table .product-name {
  font-weight: 400;
}

.woocommerce-checkout-review-order-table .product-name strong,
.woocommerce-checkout-review-order-table .product-name > a {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-checkout-review-order-table .product-total {
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout-review-order-table .wc-item-meta,
.woocommerce-checkout-review-order-table .variation {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #faf7f2;
  font-size: 14px;
}

.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .wc-item-meta-label {
  display: none !important;
}

.woocommerce-checkout-review-order-table .wc-item-meta li,
.woocommerce-checkout-review-order-table .variation dd {
  margin: 0 0 6px;
  font-weight: 400;
}

.woocommerce-checkout-review-order-table .variation dd:last-child,
.woocommerce-checkout-review-order-table .wc-item-meta li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .variation dd p,
.woocommerce-checkout-review-order-table .wc-item-meta p {
  margin: 0;
  font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table .variation strong,
.woocommerce-checkout-review-order-table .wc-item-meta strong {
  font-weight: 700 !important;
}

.checkout .shop_table tbody tr,
.checkout .shop_table tfoot tr {
  height: auto !important;
}

.checkout .shop_table tfoot td,
.checkout .shop_table tfoot th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  vertical-align: middle;
}

.woocommerce-checkout-review-order-table tfoot td {
  white-space: nowrap;
}

.woocommerce-checkout-review-order-table tfoot .awb-cart-totals-wrapper > td {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout-review-order-table tfoot table.awb-cart-totals-table {
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.cart-subtotal {
  display: none;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total {
  border-top: 2px solid #b7d98c;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  th,
.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  td {
  padding: 26px 0 !important;
  background: #faf7f2;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  th {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  td {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  .woocommerce-Price-amount
  bdi {
  color: #000 !important;
  font-weight: 700 !important;
}

.woocommerce-checkout-review-order-table .wc-item-meta li,
.woocommerce-checkout-review-order-table .variation dd {
  display: block;
}

.woocommerce-checkout-review-order-table .wc-item-meta li strong,
.woocommerce-checkout-review-order-table .variation dd strong {
  display: block;
  margin-bottom: 6px;
}

.woocommerce-checkout-review-order-table thead th {
  font-size: 16px !important;
  line-height: 1.2;
}

.woocommerce-checkout-review-order-table .product-name {
  font-weight: 700 !important;
}

.woocommerce-checkout-review-order-table .variation dd {
  float: none !important;
  display: block !important;
  width: 100%;
  margin: 6px 0 0 !important;
}

.woocommerce-checkout-review-order-table .variation dd p {
  display: block;
}

.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  th,
.woocommerce-checkout-review-order-table
  tfoot
  .awb-cart-totals-table
  tr.order-total
  td {
  padding: 26px 15px !important;
}

.woocommerce-order-details .product-thumbnail {
  display: none;
}

.woocommerce-order-details .shop_table tbody tr {
  height: auto !important;
}

.woocommerce-order-details .shop_table .product-name {
  font-weight: 700;
}

.woocommerce-order-details .shop_table .wc-item-meta {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #faf7f2;
  font-size: 14px;
}

.woocommerce-order-details .shop_table .wc-item-meta li {
  margin: 0 0 6px;
  font-weight: 400;
}

.woocommerce-order-details .shop_table .wc-item-meta li:last-child {
  margin-bottom: 0;
}

.woocommerce-order-details .shop_table .wc-item-meta-label {
  font-weight: 700;
}

.woocommerce-order-details .shop_table tfoot tr:first-child {
  display: none;
}

.woocommerce-order-details .shop_table tfoot tr:last-child th,
.woocommerce-order-details .shop_table tfoot tr:last-child td {
  padding: 26px 15px !important;
  border-top: 2px solid #b7d98c;
  background: #faf7f2;
  font-size: 24px;
  font-weight: 700;
  color: #000 !important;
}

.woocommerce-order-details .shop_table tfoot tr:last-child td {
  text-align: right;
}

.woocommerce-order-details
  .shop_table
  tfoot
  tr:last-child
  .woocommerce-Price-amount,
.woocommerce-order-details
  .shop_table
  tfoot
  tr:last-child
  .woocommerce-Price-amount
  bdi {
  color: #000 !important;
  font-weight: 700 !important;
}

.woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce-customer-details h2,
.woocommerce-order-details h2 {
  font-size: 40px;
  line-height: 1.1;
}

.woocommerce-customer-details address {
  padding: 0;
  border: 0;
  font-style: normal;
}

.woocommerce-order-details .shop_table .product-thumbnail,
.woocommerce-order-details .shop_table .product-info > a:first-child,
.woocommerce-order-details .shop_table .product-info .product-thumbnail {
  display: none !important;
}

.woocommerce-order-details .shop_table tfoot tr:first-child {
  display: none !important;
}

.woocommerce-order-details
  .shop_table
  tfoot
  tr:last-child
  .woocommerce-Price-amount,
.woocommerce-order-details
  .shop_table
  tfoot
  tr:last-child
  .woocommerce-Price-amount
  bdi {
  color: #000 !important;
  font-weight: 700 !important;
}

.woocommerce-view-order .product-thumbnail,
.woocommerce-account .product-thumbnail {
  display: none !important;
}

.woocommerce-view-order .shop_table tfoot tr:first-child,
.woocommerce-account .shop_table tfoot tr:first-child {
  display: none !important;
}

.popays-cart__row > div:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popays-cart__remove {
  margin: 0;
}

.popays-order-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.popays-order-table,
.popays-economat-table {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 34px;
}

.popays-order-table table,
.popays-cart__table,
.popays-cart__simple-table,
.popays-economat-table table {
  border-radius: 0;
}

.popays-order-table thead th,
.popays-cart__head,
.popays-cart__simple-head,
.popays-economat-table thead th {
  background: rgb(175, 211, 143);
}

.popays-order-totals td,
.popays-economat-totals td {
  background: #ebf3e1;
}

.popays-order-product__title,
.popays-economat-product__title,
.popays-cart__product {
  font-weight: 400;
}

.popays-order-wrapper__submit {
  align-self: flex-end;
  margin-top: 0;
}

.popays-order-wrapper__message {
  align-self: flex-end;
  text-align: right;
}

.popays-economat-table h2 {
  margin-bottom: 28px;
  font-size: 42px;
  line-height: 1.1;
}

.popays-economat-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}

.popays-economat-table thead th {
  padding: 16px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.popays-economat-table th,
.popays-economat-table td {
  padding: 12px 8px;
  vertical-align: middle;
  text-align: center;
}

.popays-economat-table tbody tr:not(.popays-economat-totals) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-economat-table th:not(:last-child),
.popays-economat-table td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-economat-table th:first-child,
.popays-economat-table td:first-child {
  text-align: left;
}

.popays-economat-table th:nth-child(1),
.popays-economat-table td:nth-child(1) {
  width: 55%;
}

.popays-economat-table th:nth-child(2),
.popays-economat-table td:nth-child(2),
.popays-economat-table th:nth-child(3),
.popays-economat-table td:nth-child(3),
.popays-economat-table th:nth-child(4),
.popays-economat-table td:nth-child(4) {
  width: 15%;
}

.popays-economat-product__title {
  font-size: 18px;
}

.popays-economat-product__price,
.popays-economat-product__total,
.popays-economat-grand-total {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.popays-economat-qty {
  width: 82px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background: #fff;
}

.popays-economat-qty:focus {
  outline: 0;
  border-color: #99c56a;
  box-shadow: 0 0 0 3px rgba(183, 217, 140, 0.45);
}

.popays-economat-totals td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 2px solid rgba(0, 0, 0, 0.14);
}

.popays-economat-totals td:first-child {
  font-weight: 800;
}

.woocommerce-checkout-review-order-table .wc-item-meta li strong,
.woocommerce-checkout-review-order-table .variation dd strong,
.woocommerce-order-details .shop_table .wc-item-meta-label {
  font-weight: 700 !important;
}

.popays-order-table > h2,
.popays-economat-table > h2 {
  display: none !important;
}

.popays-order-wrapper__submit {
  margin-top: 20px !important;
}

.popays-cart__simple-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background: #fff;
}

.popays-cart__simple-head,
.popays-cart__simple-row {
  display: grid !important;
  grid-template-columns: 1fr 130px 130px 150px 80px !important;
  align-items: center !important;
  width: 100%;
}

.popays-cart__simple-head {
  background: rgb(175, 211, 143) !important;
  font-weight: 800;
}

.popays-cart__simple-head > div,
.popays-cart__simple-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 14px;
  text-align: center;
}

.popays-cart__simple-head > div:first-child,
.popays-cart__simple-row > div:first-child {
  justify-content: flex-start;
  text-align: left;
}

.popays-cart__simple-head > div:not(:last-child),
.popays-cart__simple-row > div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-cart__simple-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.popays-cart__simple-row.is-removed {
  opacity: 0.35;
}

.popays-cart__simple-row > div:last-child {
  justify-content: center;
}

.popays-cart__simple-qty {
  width: 82px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background: #fff;
}

.popays-cart__group > h2,
.popays-cart__group > h3 {
  display: none !important;
}

.popays-cart__head > div:first-child,
.popays-cart__simple-head > div:first-child {
  font-weight: 800;
}

.woocommerce-order-received .woocommerce-order-details .product-thumbnail,
.woocommerce-order-received
  .woocommerce-order-details
  .product-info
  > a:first-child,
.woocommerce-order-received
  .woocommerce-order-details
  .fusion-product-name-wrapper
  > a:first-child,
.woocommerce-view-order .woocommerce-order-details .product-thumbnail,
.woocommerce-view-order
  .woocommerce-order-details
  .product-info
  > a:first-child,
.woocommerce-view-order
  .woocommerce-order-details
  .fusion-product-name-wrapper
  > a:first-child,
.woocommerce-account .woocommerce-order-details .product-thumbnail,
.woocommerce-account .woocommerce-order-details .product-info > a:first-child,
.woocommerce-account
  .woocommerce-order-details
  .fusion-product-name-wrapper
  > a:first-child {
  display: none !important;
}

.woocommerce-order-received .popays-order-customer-type,
.woocommerce-view-order .popays-order-customer-type,
.woocommerce-account .popays-order-customer-type {
  display: none !important;
}

.woocommerce-order-received
  .woocommerce-order-details
  .fusion-product-name-wrapper,
.woocommerce-view-order .woocommerce-order-details .fusion-product-name-wrapper,
.woocommerce-account .woocommerce-order-details .fusion-product-name-wrapper {
  display: block !important;
}

.popays-cart__table,
.popays-cart__simple-table {
  margin-bottom: 34px;
}

.popays-cart__group .popays-cart__table:last-child,
.popays-cart__group .popays-cart__simple-table:last-child {
  margin-bottom: 0;
}

.popays-cart__table + .popays-cart__table,
.popays-cart__table + .popays-cart__simple-table,
.popays-cart__simple-table + .popays-cart__table,
.popays-cart__simple-table + .popays-cart__simple-table {
  margin-top: 34px;
}
