.elementor-353 .elementor-element.elementor-element-31120733{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-2b030e2c *//* Change "Cart" page title font to Playfair Display */
.woocommerce-cart h1,
.woocommerce h1.page-title {
    font-family: 'Playfair Display', serif;
}

/* Change Update Cart & Proceed to Checkout buttons */
.woocommerce button.button,
.woocommerce a.button.alt {
    font-family: 'Open Sans', sans-serif;
    background-color: #575442;
    color: #fff;
    border: none;
    padding: 0.7rem 1.4rem;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
}

/* Hover effect for buttons */
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover {
    background-color: #6b684e; /* slightly lighter shade for hover */
}

/* Optional: make "Proceed to Checkout" button stand out */
.woocommerce a.checkout-button {
    font-size: 1rem;
    padding: 0.9rem 1.6rem;
}
/* Make "Cart" title same color as buttons */
.woocommerce-cart h1,
.woocommerce h1.page-title {
    color: #575442;
}

/* Table header background (Product, Price, Quantity, etc.) */
.woocommerce table.shop_table th {
    background-color: #E0D1BE;
    color: #575442; /* make text match your button color */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
/* Add padding below the Cart title so it has breathing room */
.woocommerce-cart h1,
.woocommerce h1.page-title {
    color: #575442;
    font-family: 'Playfair Display', serif;
    padding-bottom: 1rem;  /* space below the title */
}

/* Cart Totals section background #E0D1BE with some padding and border radius */
.cart_totals {
    background-color: #E0D1BE;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem; /* some space above it */
}

/* Product name links in the cart - match button color and Open Sans font */
.woocommerce-cart .product-name a {
    color: #575442 !important;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none; /* remove default underline */
}

/* On hover, slightly darken product name link */
.woocommerce-cart .product-name a:hover {
    color: #6b684e !important;
    text-decoration: underline;
}
/* Style the "Cart Totals" heading */
.cart_totals h2 {
    font-family: 'Playfair Display', serif;
    color: #575442;
    margin-bottom: 1rem;
}

/* Cart Totals box background with taupe-beige */
.cart_totals {
    background-color: #E0D1BE;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}/* End custom CSS */