.elementor-427 .elementor-element.elementor-element-1f7eec45{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-427 .elementor-element.elementor-element-4bdc9d1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -62px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-4bdc9d1 *//* Cart table heading (Product, Price, Quantity, Subtotal) */
.woocommerce-cart table.cart th {
    color: #ffffff !important;
}

/* Cart table product name, price, quantity, etc */
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart td a,
.woocommerce-cart table.cart td span {
    color: #ffffff !important;
}

/* Coupon + Update Cart section text */
.woocommerce-cart .coupon label,
.woocommerce-cart .coupon input,
.woocommerce-cart .coupon button {
    color: #ffffff !important;
}

/* Cart totals heading (right side box) */
.woocommerce-cart .cart_totals h2 {
    color: #ffffff !important;
}

/* Cart totals table values (Subtotal, Total) */
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    color: #ffffff !important;
}

/* Buttons text color fix (if theme overrides) */
.woocommerce a.button,
.woocommerce button.button {
    color: #ffffff !important;
}/* End custom CSS */