.woocommerce .add_to_cart_button.loading {
    position: relative;
}

.woocommerce .add_to_cart_button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.woocommerce .add_to_cart_button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}

.woocommerce a.added_to_cart {
    display: block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background-color: #C1440E;
    color: #000;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce #reviews #comments h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    clear: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
    background-color: #CDCDCD;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
    background-color: #DEDDDC;
    color: #fff;
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0.5 em;
    position: relative;
    background-color: #C1440E;
}

// button auf login page metabox {
}

.rwmb-button.button.hide-if-no-js {
    color: #fff;
    padding: 0.5rem 2rem;
    background-color: #C1440E;
    max-width: fit-content;
}

