/* Last update: 2025-07-07T02:44:02+00:00 */

:root {
  --thank-you-bg-primary: var(--wa-bg-primary);
  --thank-you-radius-main: var(--wa-radius-primary);
  --thank-you-radius-secondary: var(--wa-radius-secondary);
}
.woocommerce-order-received h2.wc-bacs-bank-details-heading, .woocommerce-order-received h2.woocommerce-order-details__title, .woocommerce-order-received h2.woocommerce-column__title {
  margin-bottom: var(--space-m);
}
.woocommerce-order-received section.woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: var(--space-l);
}
.woocommerce-order-received section.woocommerce-customer-details p {
  margin: 0;
}
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
  margin-bottom: 0 !important;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: left;
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  font-size: var(--text-l);
  font-weight: 700;
  color: #7fa92f;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--thank-you-radius-main);
  border: none !important;
  padding: var(--space-s) var(--space-m) var(--space-s) var(--space-l);
  margin: 0 0 var(--space-m);
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/check-notification.svg);
  content: "" !important;
  background-size: contain !important;
  width: 3rem;
  height: 3rem;
  display: block;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  padding: var(--space-m);
  background: var(--action-ultra-light);
  border-radius: var(--thank-you-radius-main);
  width: 100%;
  font-size: calc(var(--text-m) * 1.15);
  color: var(--base);
  border-right: 1.5rem solid var(--action);
}
.woocommerce-order-received section.woocommerce-bacs-bank-details {
  list-style: none;
  padding: var(--space-l);
  background: var(--action-medium);
  border-radius: var(--thank-you-radius-main);
  width: 100%;
  color: var(--shade-white);
  border-right: 1.5rem solid var(--action-dark);
  margin-bottom: var(--space-l);
}
.woocommerce-order-received ul.wc-bacs-bank-details.order_details.bacs_details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-order-received section.woocommerce-order-details {
  padding: var(--space-m);
  background: var(--thank-you-bg-primary);
  border-radius: var(--thank-you-radius-main);
  width: 100%;
  font-size: var(--text-l);
  color: var(--base);
  margin-bottom: var(--space-l);
}
.woocommerce-order-received section.woocommerce-customer-details {
  padding: var(--space-l);
  background: var(--thank-you-bg-primary);
  border-radius: var(--thank-you-radius-main);
  width: 100%;
  color: var(--base);
  margin-bottom: var(--space-l);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: none !important;
  width: 100%;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
  text-align: left;
  padding-block: var(--space-xs);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot > tr:last-of-type {
  font-weight: 700;
  font-size: var(--text-xl);
  color: var(--action);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item {
  border: none;
  font-size: var(--text-m);
  font-weight: 700;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--base);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name a {
  color: var(--base);
  margin-right: var(--space-xs);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
  background: unset !important;
  border: none;
  font-size: var(--text-m);
}
.woocommerce-order-received span.wa-thankyou-product-image {
  display: flex;
}
.woocommerce-order-received span.wa-thankyou-product-image img {
  width: 6rem;
  height: 6rem;
  border: 2px solid var(--shade-light);
  object-fit: contain;
  margin-right: var(--space-m);
  border-radius: var(--thank-you-radius-main);
}
@media (max-width: 479px) {
  .woocommerce-order-received .wa-thankyou-product-image {
    display: none !important;
  }
  .woocommerce-order-received .woocommerce-table__product-name.product-name {
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce-table__product-name.product-name a {
    line-height: 1.2;
    font-size: var(--text-m) !important;
  }
  .woocommerce-order-received .woocommerce-table--order-details {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child {
    margin-top: var(--space-m);
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th {
    font-size: var(--text-m) !important;
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
    text-align: right;
    font-size: var(--text-m) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .woocommerce-order-received .woocommerce-table--order-details thead .product-total {
    display: none;
  }
  .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-Price-amount {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-Price-amount:before {
    content: "Cena:";
    display: block;
  }
  .woocommerce-order-received .woocommerce-order-details__title {
    font-size: var(--text-m);
  }
  .woocommerce-order-received .woocommerce-order .woocommerce-notice {
    font-size: var(--text-m) !important;
  }
  .woocommerce-order-details table td, .woocommerce-order-details table th {
    padding-inline: 0 !important;
  }
  .wa-shopping-breadcrumbs__item-text {
    font-size: var(--text-s);
  }
  .woocommerce-checkout .shop_table tbody tr:last-child td {
    width: 100%;
  }
  .woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    text-align: right;
  }
  .woocommerce-order-overview.order_details li {
    padding-inline: 0;
  }
}
