/* Style für die Kassen Seite */

.woocommerce-checkout-review-order p {
    margin-top: 0px;
}

dt.variation-hr {
    display: none !important;
}

dd.variation-hr>hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart-item>tr>hr:last-child {
    display: none;
}