/* =========================================================
   KOZAKWEB — WOO UI
========================================================= */

:root{
  --kw-bg: #111111;
  --kw-bg-strong: #000000;
  --kw-bg-soft-1: #171717;
  --kw-bg-soft-2: #1c1c1c;
  --kw-bg-input: #050505;

  --kw-text: #f7f7f7;
  --kw-text-strong: #ffffff;
  --kw-text-soft: rgba(255,255,255,0.65);

  --kw-border-soft: rgba(255,255,255,0.06);
  --kw-border-input: rgba(255,255,255,0.12);
  --kw-border-light: rgba(255,255,255,0.18);

  --kw-success: #b7ff4f;
  --kw-error: #ff4b4b;
  --kw-info: #ffd54b;

  --kw-btn-bg: #f8f8f8;
  --kw-btn-bg-hover: #e5e5e5;
  --kw-btn-text: #111111;

  --kw-radius-lg: 26px;
  --kw-radius-md: 22px;
  --kw-radius-sm: 18px;
  --kw-radius-pill: 999px;

  --kw-shadow-lg: 0 16px 40px rgba(0,0,0,0.28);
  --kw-shadow-btn: 0 10px 24px rgba(0,0,0,0.25);

  --kw-font-sm: 0.78rem;
  --kw-font-base: 0.95rem;
  --kw-font-btn: 0.85rem;
}


/* TABLES / CARDS / FORMS */

.woocommerce-MyAccount-content address,
.wld-order-details address,
.woocommerce-MyAccount-content > form,
.woocommerce-MyAccount-content > table.shop_table,
.wld-order-details section.woocommerce-order-details table,
.wld-order-details section.woocommerce-order-downloads table,
table.woocommerce-orders-table--subscriptions,
.woocommerce-MyAccount-content table.shop_table.subscription_details,
.woocommerce-MyAccount-content table.shop_table.order_details,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table,
#woocommerce-subscriptions-related-orders-table{
  background: var(--kw-bg);
  color: var(--kw-text);
  border: none !important;
  border-radius: var(--kw-radius-lg);
  box-shadow: var(--kw-shadow-lg);
}

.woocommerce-MyAccount-content > table.shop_table,
.wld-order-details section.woocommerce-order-details table,
.wld-order-details section.woocommerce-order-downloads table,
table.woocommerce-orders-table--subscriptions,
.woocommerce-MyAccount-content table.shop_table.subscription_details,
.woocommerce-MyAccount-content table.shop_table.order_details,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table,
#woocommerce-subscriptions-related-orders-table{
  width: 100%;
  margin: 1.5rem 0;
  font-size: var(--kw-font-base);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.woocommerce-MyAccount-content > table.shop_table th,
.woocommerce-MyAccount-content > table.shop_table td,
.wld-order-details section.woocommerce-order-details table th,
.wld-order-details section.woocommerce-order-details table td,
.wld-order-details section.woocommerce-order-downloads table th,
.wld-order-details section.woocommerce-order-downloads table td,
table.woocommerce-orders-table--subscriptions th,
table.woocommerce-orders-table--subscriptions td,
.woocommerce-MyAccount-content table.shop_table.subscription_details th,
.woocommerce-MyAccount-content table.shop_table.subscription_details td,
.woocommerce-MyAccount-content table.shop_table.order_details th,
.woocommerce-MyAccount-content table.shop_table.order_details td,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table th,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table td,
#woocommerce-subscriptions-related-orders-table th,
#woocommerce-subscriptions-related-orders-table td{
  padding: 1rem 1.4rem;
  border: 0;
}

.woocommerce-MyAccount-content > table.shop_table thead th,
.wld-order-details section.woocommerce-order-details table thead th,
.wld-order-details section.woocommerce-order-downloads table thead th,
table.woocommerce-orders-table--subscriptions thead th,
.woocommerce-MyAccount-content table.shop_table.subscription_details thead th,
.woocommerce-MyAccount-content table.shop_table.order_details thead th,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table thead th,
#woocommerce-subscriptions-related-orders-table thead th{
  background: var(--kw-bg-strong);
  color: #f5f5f5;
  font-size: var(--kw-font-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.woocommerce-MyAccount-content > table.shop_table tbody tr:nth-child(odd),
.wld-order-details section.woocommerce-order-details table tbody tr:nth-child(odd),
.wld-order-details section.woocommerce-order-downloads table tbody tr:nth-child(odd),
table.woocommerce-orders-table--subscriptions tbody tr:nth-child(odd),
.woocommerce-MyAccount-content table.shop_table.subscription_details tbody tr:nth-child(odd),
.woocommerce-MyAccount-content table.shop_table.order_details tbody tr:nth-child(odd),
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr:nth-child(odd),
#woocommerce-subscriptions-related-orders-table tbody tr:nth-child(odd){
  background: var(--kw-bg-soft-1);
}

.woocommerce-MyAccount-content > table.shop_table tbody tr:nth-child(even),
.wld-order-details section.woocommerce-order-details table tbody tr:nth-child(even),
.wld-order-details section.woocommerce-order-downloads table tbody tr:nth-child(even),
table.woocommerce-orders-table--subscriptions tbody tr:nth-child(even),
.woocommerce-MyAccount-content table.shop_table.subscription_details tbody tr:nth-child(even),
.woocommerce-MyAccount-content table.shop_table.order_details tbody tr:nth-child(even),
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr:nth-child(even),
#woocommerce-subscriptions-related-orders-table tbody tr:nth-child(even){
  background: var(--kw-bg-soft-2);
}

.woocommerce-MyAccount-content > table.shop_table tbody tr + tr td,
.wld-order-details section.woocommerce-order-details table tbody tr + tr td,
.wld-order-details section.woocommerce-order-downloads table tbody tr + tr td,
table.woocommerce-orders-table--subscriptions tbody tr + tr td,
.woocommerce-MyAccount-content table.shop_table.subscription_details tbody tr + tr td,
.woocommerce-MyAccount-content table.shop_table.order_details tbody tr + tr td,
.woocommerce-MyAccount-content section.woocommerce-order-downloads table tbody tr + tr td,
#woocommerce-subscriptions-related-orders-table tbody tr + tr td{
  border-top: 1px solid var(--kw-border-soft);
}

.wld-order-details table a,
table.woocommerce-orders-table--subscriptions a,
.woocommerce-MyAccount-content table a,
#woocommerce-subscriptions-related-orders-table a{
  color: var(--kw-text-strong);
  text-decoration: none;
  font-weight: 500;
}

.wld-order-details table a:hover,
table.woocommerce-orders-table--subscriptions a:hover,
.woocommerce-MyAccount-content table a:hover,
#woocommerce-subscriptions-related-orders-table a:hover{
  text-decoration: underline;
}

.wld-order-details table .button,
table.woocommerce-orders-table--subscriptions .button,
.woocommerce-MyAccount-content table .button,
#woocommerce-subscriptions-related-orders-table .button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.2rem;
  border: none;
  border-radius: var(--kw-radius-pill);
  background: var(--kw-btn-bg);
  color: var(--kw-btn-text) !important;
  box-shadow: var(--kw-shadow-btn);
  font-size: var(--kw-font-btn);
  font-weight: 600;
  text-decoration: none;
}

.wld-order-details table .button:hover,
table.woocommerce-orders-table--subscriptions .button:hover,
.woocommerce-MyAccount-content table .button:hover,
#woocommerce-subscriptions-related-orders-table .button:hover{
  background: var(--kw-btn-bg-hover);
}

.woocommerce-MyAccount-content address,
.wld-order-details address{
  margin: 1.5rem 0;
  padding: 1.3rem 1.5rem;
  font-style: normal;
  line-height: 1.6;
}

.woocommerce-MyAccount-content address p,
.wld-order-details address p{
  margin: 0.25rem 0;
}

.woocommerce-MyAccount-content .woocommerce-customer-details--email,
.wld-order-details .woocommerce-customer-details--email{
  color: var(--kw-text-strong);
  font-weight: 500;
}

.woocommerce-MyAccount-content > form{
  margin: 1.5rem 0;
  padding: 1.5rem 1.75rem;
}

.woocommerce-MyAccount-content > form label{
  display: inline-block;
  margin-bottom: 0.25rem;
  color: var(--kw-text);
  font-weight: 500;
}

.woocommerce-MyAccount-content > form input[type="text"],
.woocommerce-MyAccount-content > form input[type="email"],
.woocommerce-MyAccount-content > form input[type="password"],
.woocommerce-MyAccount-content > form input[type="tel"],
.woocommerce-MyAccount-content > form input[type="number"],
.woocommerce-MyAccount-content > form select,
.woocommerce-MyAccount-content > form textarea{
  width: 100%;
  padding: 0.6rem 0.9rem;
  background: var(--kw-bg-input);
  color: var(--kw-text);
  border: 1px solid var(--kw-border-input);
  border-radius: var(--kw-radius-pill);
  box-shadow: 0 0 0 0 transparent;
  outline: none;
  font-size: var(--kw-font-base);
}

.woocommerce-MyAccount-content > form textarea{
  min-height: 120px;
  resize: vertical;
  border-radius: var(--kw-radius-sm);
}

.woocommerce-MyAccount-content > form input:focus,
.woocommerce-MyAccount-content > form select:focus,
.woocommerce-MyAccount-content > form textarea:focus{
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

.woocommerce-MyAccount-content > form input[type="checkbox"],
.woocommerce-MyAccount-content > form input[type="radio"]{
  accent-color: #ffffff;
}

.woocommerce-MyAccount-content > form button,
.woocommerce-MyAccount-content > form input[type="submit"]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.6rem 1.6rem;
  border: none;
  border-radius: var(--kw-radius-pill);
  background: var(--kw-btn-bg);
  color: var(--kw-btn-text);
  font-size: var(--kw-font-base);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,0.32);
}

.woocommerce-MyAccount-content > form button:hover,
.woocommerce-MyAccount-content > form input[type="submit"]:hover{
  background: var(--kw-btn-bg-hover);
}

@media (max-width: 768px){
  .wld-order-details table.shop_table_responsive td::before,
  .woocommerce-MyAccount-content table.shop_table_responsive td::before,
  #woocommerce-subscriptions-related-orders-table.shop_table_responsive td::before{
    color: var(--kw-text-soft);
    font-weight: 500;
  }

  .woocommerce-notices-wrapper,
  .woocommerce-NoticeGroup{
    top: 90px;
    width: min(94vw, 540px);
  }

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info{
    padding: 0.9rem 1rem;
    border-radius: var(--kw-radius-md);
  }

  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button{
    padding: 0.45rem 0.9rem;
    font-size: 0.8rem;
  }

  .kw-notice-close{
    top: 8px;
    right: 10px;
  }

  .woocommerce-MyAccount-content > form,
  .woocommerce-MyAccount-content > table.shop_table,
  .wld-order-details section.woocommerce-order-details table,
  .wld-order-details section.woocommerce-order-downloads table,
  table.woocommerce-orders-table--subscriptions,
  .woocommerce-MyAccount-content table.shop_table.subscription_details,
  .woocommerce-MyAccount-content table.shop_table.order_details,
  .woocommerce-MyAccount-content section.woocommerce-order-downloads table,
  #woocommerce-subscriptions-related-orders-table,
  .woocommerce-MyAccount-content address,
  .wld-order-details address{
    border-radius: var(--kw-radius-md);
  }

  .woocommerce-MyAccount-content > form{
    padding: 1.25rem;
  }
}

.elementor-13195 .elementor-element.elementor-element-3344c8b7 .woocommerce-order-details .order_details td{
  color:#fff !important;
}