.elementor-13894 .elementor-element.elementor-element-78e66805{--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-55ae63bf *//* =========================================
   FluentCart – Warenkorb-Item
   nur Border-Color setzen
========================================= */

.fct-cart-item,
.fct-cart-item-image,
.fct-cart-item-quantity,
.fct-cart-item-quantity .qty-btn,
.fct-cart-item-quantity .qty-value,
.fct-cart-item-summary,
.fct-cart-item-remove .fct-cart-item-delete-button {
  border-color: #54595F !important;
}
/* =========================================
   FluentCart – Checkout Button
   "Zur Kasse gehen"
========================================= */

a.checkout-button[aria-label="Zur Kassenseite gehen"] {
  background-color: #149bd7 !important;
  color: #ffffff !important;
  width: auto !important;
  min-width: fit-content !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 15px !important;
  font-family: 'Istok Web', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: background-color 0.3s ease !important, color 0.3s ease !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

a.checkout-button[aria-label="Zur Kassenseite gehen"]:hover,
a.checkout-button[aria-label="Zur Kassenseite gehen"]:focus {
  background-color: #616160 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Mobile volle Breite */
@media (max-width: 1024px) {
  a.checkout-button[aria-label="Zur Kassenseite gehen"] {
    width: 100% !important;
    min-width: 100% !important;
  }
}
/* Kassensymbol */
.checkout-button::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f788" !important;
  font-size: 16px !important;
  color: currentColor !important;
  margin-right: 10px !important;
}

/* Mobil volle Breite */
@media (max-width: 1024px) {
  .checkout-button {
    width: 100% !important;
    min-width: 100% !important;
    justify-content: center !important;
  }
}/* End custom CSS */