.elementor-13 .elementor-element.elementor-element-550dea3a{--display:flex;--margin-top:140px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-15e514c *//* Cart table background */
.woocommerce-cart .woocommerce {
    background-color: #000000;
}

/* Cart table header */
.woocommerce-cart table.shop_table thead {
    background-color: #DF0033;
}

/* Cart rows */
.woocommerce-cart table.shop_table tbody tr {
    background-color: #000000;
}

/* Cart totals box */
.woocommerce-cart .cart_totals {
    background-color: #000000;
    padding: 20px;
    border-radius: 10px;
}/* Change all cart text */
.woocommerce-cart,
.woocommerce-cart table.shop_table,
.woocommerce-cart .cart_totals {
    color: #ffffff !important;
}
/* Cart product title color */
.woocommerce-cart table.shop_table .product-name a {
    color: #ffffff !important;
}
/* Make remove icon white */
.woocommerce-cart .product-remove a.remove {
    color: #ffffff !important;        /* X icon */
    border: 1px solid #ffffff !important; /* Circle border */
    background: transparent !important;
}

/* Keep it white on hover */
.woocommerce-cart .product-remove a.remove:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
}/* End custom CSS */