//unterline Links im default WP Theme.wp-element-button,
.wp-block-button__link {
    text-decoration: none;
}

//shop card


.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    color: white;
    text-decoration: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 1em;
    text-transform: uppercase;
    font-family: inherit;
}

// Navigation

.current-menu-item a {
    color: #C1440E;
}

.current_page_item a {
    color: #C1440E;
}
