/*!
 * OWEB WC Skin — CART page.
 * Branded cart table + totals card. Relies on oweb-wc-base.css for the palette
 * and button styling. RTL-first / logical properties.
 */

.woocommerce-cart table.shop_table {
  border: 1px solid var(--oweb-line);
  border-radius: var(--oweb-radius);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.woocommerce-cart table.shop_table thead th {
  background: var(--oweb-bg);
  padding: 15px 14px;
  font-size: 13px;
  text-transform: none;
}

.woocommerce-cart table.shop_table td {
  padding: 18px 14px;
  border-top: 1px solid var(--oweb-line);
}

.woocommerce-cart .cart_totals {
  background: var(--oweb-card);
  border: 1px solid var(--oweb-line);
  border-radius: var(--oweb-radius);
  padding: 22px 24px;
  box-shadow: var(--oweb-shadow);
}

.woocommerce-cart .cart_totals h2 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 14px;
}

.woocommerce-cart .cart_totals .order-total .amount {
  font-size: 20px;
  font-weight: 800;
}
