.woocommerce-cart .woocommerce {
    color: #ffffff;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart table.shop_table {
    background: #1a1a1a !important;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: none;
    padding: 0.85rem 1rem;
    vertical-align: middle;
    color: #ffffff;
    background: transparent !important;
}

.woocommerce-js table.shop_table thead,
.woocommerce-page table.shop_table thead {
    background: #080808 !important;
    background-color: #080808 !important;
}

.woocommerce-js table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
    background: #080808 !important;
    background-color: #080808 !important;
    color: rgba(255,255,255,0.6) !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-top: none !important;
}

.woocommerce-cart table.shop_table tbody tr:first-child td {
    border-top: none;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.woocommerce-cart table.shop_table .product-name a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.woocommerce-cart table.shop_table .product-name a:hover {
    opacity: 0.65;
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
    font-weight: 600;
    color: rgba(255,255,255,0.85);
}

.woocommerce-cart table.shop_table .product-quantity .qty {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #ffffff;
    padding: 0.35rem 0.5rem;
    width: 3.5rem;
    text-align: center;
    font-size: 0.9rem;
}

.woocommerce-cart table.shop_table a.remove {
    color: rgba(255,255,255,0.35) !important;
    font-size: 1.2rem;
    line-height: 1;
    transition: color 0.2s ease;
    text-decoration: none;
}

.woocommerce-cart table.shop_table a.remove:hover {
    color: #ffffff !important;
    background: transparent;
}

.woocommerce-cart table.shop_table td.actions {
    background: rgba(255,255,255,0.03) !important;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.woocommerce-cart table.shop_table .coupon input[type="text"] {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #ffffff;
    padding: 0.55rem 0.85rem;
    font-size: 0.85rem;
    outline: none;
}

.woocommerce-cart table.shop_table .coupon input[type="text"]::placeholder {
    color: rgba(255,255,255,0.35);
}

.woocommerce-cart table.shop_table .coupon .button,
.woocommerce-cart table.shop_table button[name="update_cart"] {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.55rem 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.woocommerce-cart table.shop_table .coupon .button:hover,
.woocommerce-cart table.shop_table button[name="update_cart"]:hover {
    background: rgba(255,255,255,0.18);
}

.woocommerce-cart .cart-collaterals .cart_totals {
    background: #1a1a1a !important;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    float: none;
    width: 100%;
}

.woocommerce-js .cart_totals h2,
.woocommerce-page .cart_totals h2 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6) !important;
    padding: 0.85rem 1rem;
    margin: 0;
    background: #080808 !important;
    background-color: #080808 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.woocommerce-cart .cart_totals table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    color: #ffffff;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: #ffffff;
    background: transparent !important;
    font-size: 0.9rem;
}

.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td {
    font-weight: 700;
    font-size: 1rem;
    border-bottom: none;
}

.woocommerce-cart .cart_totals table .woocommerce-Price-amount {
    color: #ffffff;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    padding: 0.85rem 1rem 1rem;
}

.woocommerce-cart .cart_totals .checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    background: #b6e925 !important;
    color: #1a1a1a !important;
    transition: opacity 0.2s ease;
    border: none;
    cursor: pointer;
}

.woocommerce-cart .cart_totals .checkout-button:hover {
    opacity: 0.85;
    color: #1a1a1a !important;
}

.woocommerce-cart .cart-empty {
    color: rgba(255,255,255,0.5);
    font-size: 0.95rem;
    padding: 2rem 0;
}

.woocommerce-cart .return-to-shop .button {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #ffffff;
    padding: 0.6rem 1.25rem;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.2s ease;
}

.woocommerce-cart .return-to-shop .button:hover {
    background: rgba(255,255,255,0.18);
}
.woocommerce-cart .cart-collaterals .cart_totals>h2,.woocommerce-cart .cart-collaterals .cross-sells>h2 {
    margin: 0 0px 20px;
    background-color: var(--ast-global-dark-lfs);
    border-bottom: 1px solid var(--ast-border-color)
}
