/*
Theme Name: 8Ball EGO Wholesale Child
Theme URI: https://tcb-store.com/
Author: 8Ball Barber Supply
Description: Child theme for EGO for Welcart. Keeps the current storefront look while allowing small wholesale improvements.
Version: 0.1.0
Template: ego_welcart_tcd079
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: eightball-ego-wholesale-child
*/

/*
 * Keep this file intentionally small. The parent EGO theme controls the visual
 * identity; this child theme is only for safe, incremental wholesale tweaks.
 */

.p-wc-cart table,
.p-wc table,
.usces_cart table {
  table-layout: auto;
}

.p-wc-cart .amount,
.p-wc-cart .price,
.p-wc-cart .subtotal,
.p-wc-cart .currency,
.p-wc-cart td:nth-last-child(-n + 3),
.usces_cart .amount,
.usces_cart .price,
.usces_cart .subtotal,
.usces_cart td:nth-last-child(-n + 3) {
  white-space: nowrap;
  word-break: keep-all;
}

.p-wc-cart .itemname,
.p-wc-cart .item-name,
.usces_cart .itemname,
.usces_cart .item-name {
  word-break: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .p-wc-cart .amount,
  .p-wc-cart .price,
  .p-wc-cart .subtotal,
  .usces_cart .amount,
  .usces_cart .price,
  .usces_cart .subtotal {
    white-space: normal;
  }
}
