.elementor-1609 .elementor-element.elementor-element-6e42594{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-f3df674 *//* ============================================================
   Chartered Engineers — WooCommerce Cart Style Fix
   Theme Color: #E0BF56
   ============================================================ */

/* ---------- Main Cart Table ---------- */
.woocommerce-cart table.shop_table.cart {
    background-color: #141414 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 8px !important;
    border-collapse: separate !important;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Table Headers */
.woocommerce-cart table.shop_table.cart thead th {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #2a2a2a !important;
    padding: 16px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* Table Rows */
.woocommerce-cart table.shop_table.cart tbody td {
    background-color: transparent !important;
    border-top: 1px solid #2a2a2a !important;
    padding: 16px !important;
    color: #e0e0e0 !important;
}

.woocommerce-cart table.shop_table.cart tbody tr:first-child td {
    border-top: none !important;
}

/* Product Titles */
.woocommerce-cart table.shop_table.cart .product-name a {
    color: #e0e0e0 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.woocommerce-cart table.shop_table.cart .product-name a:hover {
    color: #E0BF56 !important;
}

/* Remove Item (X) Button */
.woocommerce-cart table.shop_table.cart .product-remove a.remove {
    color: #ef4444 !important; /* Red for delete */
    background: transparent !important;
    font-size: 24px !important;
    font-weight: 300 !important;
}

.woocommerce-cart table.shop_table.cart .product-remove a.remove:hover {
    color: #ffffff !important;
    background: #ef4444 !important;
}

/* ---------- Inputs: Quantity & Coupon ---------- */
.woocommerce-cart .quantity .qty,
.woocommerce-cart .coupon .input-text {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
    border: 1px solid #333333 !important;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    height: 46px !important; /* Matches checkout inputs */
    max-width: 150px;
}

.woocommerce-cart .quantity .qty:focus,
.woocommerce-cart .coupon .input-text:focus {
    border-color: #E0BF56 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(224, 191, 86, 0.15) !important;
}

/* ---------- Secondary Buttons (Apply Coupon & Update Cart) ---------- */
.woocommerce-cart table.shop_table.cart .actions > .button,
.woocommerce-cart table.shop_table.cart .coupon > .button {
    background-color: #1a1a1a !important;
    color: #E0BF56 !important;
    border: 1px solid #E0BF56 !important;
    border-radius: 6px !important;
    padding: 0 24px !important;
    height: 46px !important;
    line-height: 44px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
}

.woocommerce-cart table.shop_table.cart .actions > .button:hover,
.woocommerce-cart table.shop_table.cart .coupon > .button:hover {
    background-color: #E0BF56 !important;
    color: #000000 !important;
}

/* Update Cart Disabled State (WooCommerce greys this out when no changes are made) */
.woocommerce-cart button[name="update_cart"]:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    border-color: #555555 !important;
    color: #aaaaaa !important;
    background-color: transparent !important;
}

/* ---------- Cart Totals Section ---------- */
.woocommerce-cart .cart-collaterals .cart_totals {
    background-color: #141414 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 8px !important;
    padding: 24px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    color: #ffffff !important;
    border-bottom: 1px solid #2a2a2a !important;
    padding-bottom: 12px !important;
    margin-top: 0 !important;
    font-size: 22px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    border: none !important;
    background: transparent !important;
    margin-bottom: 24px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    background: transparent !important;
    border-top: 1px solid #2a2a2a !important;
    padding: 16px 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:first-child td {
    border-top: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
    color: #aaaaaa !important;
    font-weight: normal !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    color: #ffffff !important;
    text-align: right !important;
}

/* Total Price Row */
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th {
    border-top: 2px solid #333333 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #E0BF56 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
    color: #E0BF56 !important;
}

/* ---------- Primary Proceed to Checkout Button ---------- */
.woocommerce-cart .cart-collaterals .checkout-button {
    background-color: #E0BF56 !important; /* Replaces default purple */
    color: #000000 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    margin-bottom: 15px !important;
}

.woocommerce-cart .cart-collaterals .checkout-button:hover {
    background-color: #cda840 !important;
    transform: translateY(-1px);
}

/* ---------- WooCommerce Global Notices (Cart Updated, Errors, etc.) ---------- */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
    border-top: 3px solid #E0BF56 !important;
    padding: 16px 20px !important;
    border-radius: 6px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
}

/* Make sure any links inside the notice (like "Undo") use your Theme Color */
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    color: #E0BF56 !important;
    font-weight: 600 !important;
}

/* Change the default green checkmark icon to match your Theme Color */
.woocommerce-message::before {
    color: #E0BF56 !important;
}/* End custom CSS */


