/* hide the ':' for the cart remove buttons in the mobile view */
td.custom-cart-no-before::before {
    content: none !important;
}

.woocommerce-notices-wrapper a {
    display: none !important;;
}

tr.addon-product-cart-item {
    background-color: lightgray;
}

tr.down-payment-product-cart-item {
    background-color: lightblue;
}

div.vehicle-variation-element-container.preis span.ec-original-price,
#mobilecheckin span.ec-original-price {
    text-decoration: line-through;
}

div.ec-product-add-on-checkbox-mediator > div > label:first-of-type {
    display: none;
}

div.ec-current-product-add-on-selection ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

div.ec-current-product-add-on-selection ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}


body.single-product form.cart.variations_form {
    display:none;

}

