.elementor-9 .elementor-element.elementor-element-68d73ead{--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 button colors */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #C74211 !important;
  color: #ffffff !important;
  border-style: solid !important;
  border-color: #111111 !important;
  border-width: 2px 5px 5px 2px !important;
  border-radius: 999px !important;
  font-family: "Jost", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

/* Button hover */
body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #D88D1C !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

/* Cart page price color */
body.woocommerce-cart .woocommerce-Price-amount,
body.woocommerce-cart .amount,
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .cart-subtotal .amount,
body.woocommerce-cart .order-total .amount,
body.woocommerce-cart .cart_totals .amount {
  color: #C74211 !important;
}/* End custom CSS */