

/* Checkout auf der Übersichtseite verstecken, da sonst nicht dsgvo konform *
.cart .paypal-buttons-context-iframe {
  display: none !important;
}
*/
 .path-cart .paypal-buttons-container {
    display:none !important;
  }


.cart #paypal-buttons-container {
  display: none !important;
}
