.elementor-10 .elementor-element.elementor-element-752df6fb{--display:flex;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-752df6fb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-69ca8e99 */.woocommerce-cart .cart-subtotal {
    display: none;
}
 
 
 
 .woocommerce .checkout-button {
  padding: 15px 20px !important;       /* mniejsze marginesy góra/dół */
  font-size: 19px !important;         /* mniejszy rozmiar czcionki */
  line-height: 1.2 !important;        /* niższy przycisk */
  border-radius: 4px !important;
  width: auto !important;            /* brak pełnej szerokości */
  display: inline-block !important;
  box-shadow: none !important;
  margin: 10px auto !important;      /* margines i auto-wyśrodkowanie */
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
  text-align: center !important;     /* wyśrodkowanie przycisku */
}


.woocommerce .checkout-button {
  text-align: center !important;       /* <-- wyśrodkowanie tekstu */
  display: inline-flex !important;     /* lepsze wyrównanie */
  justify-content: center !important;  /* poziome centrowanie */
  align-items: center !important;      /* pionowe centrowanie */
}







.woocommerce .checkout-button::before {
  content: "Przejdź do płatności" !important;
}

.woocommerce .checkout-button {
  font-size: 0 !important; /* ukrywa oryginalny tekst */
}

.woocommerce .checkout-button::before {
  font-size: 16px !important; /* nowy tekst */
}/* End custom CSS */