.elementor-1002 .elementor-element.elementor-element-43988be2{--display:flex;}.elementor-1002 .elementor-element.elementor-element-43988be2 > .elementor-shape-top .elementor-shape-fill, .elementor-1002 .elementor-element.elementor-element-43988be2 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1002 .elementor-element.elementor-element-7ce02ab{font-family:"Roboto", Sans-serif;font-weight:400;color:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-43988be2 *//* Change the top header row of cart table to black */
.woocommerce-cart table.cart thead {
    background-color: #000000 !important;
    color: #ffffff !important; /* optional: change text to white */
}

/* Change the cart totals header background to black */
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals table {
    background-color: #000000 !important;
    color: #ffffff !important; /* optional: text color white */
}

/* Change the background of the totals table cells */
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th {
    background-color: #000000 !important;
    color: #ffffff !important;
}/* End custom CSS */