.elementor-2932 .elementor-element.elementor-element-03e23aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-2932 .elementor-element.elementor-element-ff16b6a .elementor-heading-title{color:#54595F;}.elementor-2932 .elementor-element.elementor-element-0b2dc7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-af332c3 *//* Change the color of the product names in the cart */
.woocommerce-cart .product-name a {
    color: #54595F; /* Replace with your desired color */
}

/* Change the color of the cart table headings */
.woocommerce-cart .cart th {
    color: #54595F; /* Replace with your desired color */
}

/* Change the color of the cart totals text */
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals table tr th,
.woocommerce-cart .cart_totals table tr td {
    color:#54595F; /* Replace with your desired color */
}

/* Change the background and text color of the update cart button */
.woocommerce-cart .actions .button {
    background-color: #54595F; /* Replace with your desired background color */
    color: #FFFFFF; /* Replace with your desired text color */
    border-color: #54595F; /* Match border color with the background */
}

/* Change the background and text color of the proceed to checkout button */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background-color: #54595F; /* Replace with your desired background color */
    color: #FFFFFF; /* Replace with your desired text color */
    border-color: #54595F; /* Match border color with the background */
}

/* Optional: Change the hover state for buttons */
.woocommerce-cart .actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #54595F; /* Replace with your desired hover background color */
    color: #FFFFFF; /* Replace with your desired hover text color */
    border-color: #54595F; /* Match border color with the hover background */
}/* End custom CSS */