.elementor-753 .elementor-element.elementor-element-5fffb47b{--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 *//* =========================
   CART PAGE - TEXT & LINKS
   ========================= */

/* Product title */
.woocommerce-cart .product-name a {
    color: #193C27 !important;
    text-decoration: none !important;
}

/* Product title hover */
.woocommerce-cart .product-name a:hover {
    color: #AF894A !important;
}

/* Cart buttons */
.woocommerce-cart button,
.woocommerce-cart .button,
.woocommerce-cart input[type="submit"] {
    background-color: #193C27 !important;
    color: #ffffff !important;
    border-color: #193C27 !important;
}

/* Cart buttons hover */
.woocommerce-cart button:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart input[type="submit"]:hover {
    background-color: #AF894A !important;
    color: #ffffff !important;
    border-color: #AF894A !important;
}

/* =========================
   "View Cart" AFTER ADD TO CART
   ========================= */

.woocommerce-message a,
.woocommerce-notices-wrapper a {
    color: #193C27 !important;
    text-decoration: none !important;
}

/* View Cart hover */
.woocommerce-message a:hover,
.woocommerce-notices-wrapper a:hover {
    color: #AF894A !important;
}

/* =========================
   CART GENERAL LINKS
   ========================= */

.woocommerce-cart a {
    transition: color 0.2s ease;
}/* End custom CSS */