.order_review_heading{
	display:none
}
.woocommerce-checkout-review-order{
	display:none
}
.e-cart-totals.e-cart-section{
	display:none
}
.e-checkout__order_review{
	display:none
}
.woocommerce-checkout-payment img {
    display: none !important;
}
p.TermsText, .TermsText {
    display: none !important;
}
.wcf-collapsed-order-review-section {
    display: none !important;
}
/* Nur die AGB-Zeile ausblenden */
.woocommerce-terms-and-conditions-wrapper,
input[name="terms"],
label[for="terms"] {
  display: none !important;
}
/* Hide cancel + change payment buttons */
.woocommerce-MyAccount-content .button.cancel,
.woocommerce-MyAccount-content .button.change_payment_method,
.woocommerce-MyAccount-content .woocommerce-button.button.cancel,
.woocommerce-MyAccount-content .woocommerce-button.button.change_payment_method {
    display: none !important;
}

/* Hide entire Actions column (header + content) */
.woocommerce-MyAccount-content th.actions,
.woocommerce-MyAccount-content td.actions {
    display: none !important;
}

/* Custom text unter der Tabelle */
.woocommerce-MyAccount-content table::after {
    content: "To cancel your subscription, please contact us at: info.masteracad@gmail.com";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}
/* Hide the complete sentence below the order overview */
.woocommerce-order-overview + p {
    display: none !important;
}
/* Change "Download" title text */
.woocommerce-MyAccount-content table th.download-file::after,
.woocommerce-table--order-downloads th.download-file::after {
    content: "Download the product:";
}

/* Original "Download" ausblenden */
.woocommerce-MyAccount-content table th.download-file,
.woocommerce-table--order-downloads th.download-file {
    font-size: 0;
}

/* Neues Label sichtbar machen */
.woocommerce-MyAccount-content table th.download-file::after,
.woocommerce-table--order-downloads th.download-file::after {
    font-size: 12px;
    color: #000;
}

/* Mobile Fix – alles sauber untereinander */
@media (max-width: 768px) {

    .woocommerce-table--order-downloads td {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-table--order-downloads td.download-file {
        word-break: break-word;
    }
}