body, html {
    font-size: 25px;
}

a h2, a h1  {
    text-decoration: none !important;
} 

/* a:-webkit-any-link {
    text-decoration: none;
} */

.green-txt {
    color: var(--global-palette2);
}

.orange-txt {
    color: var(--global-palette1);
}

.content-width-fullwidth .content-area,
.content-area {
    margin-top: 2.5rem;
}


@media screen and(max-width: 1024px) {
    body, html {
        font-size: 20px;
    }
}

.single-product .column-wrap.back-button {
    padding-top: 2em;
}

form.kb-advanced-form, .kb-form-basic-style, form.kb-advanced-form label,
form.kb-advanced-form .kt-btn-inner-text {
    font-size: .72rem;
}

.kb-advanced-form input[type=text], 
.kb-advanced-form input[type=tel], 
.kb-advanced-form input[type=number], 
.kb-advanced-form input[type=date], 
.kb-advanced-form input[type=time], 
.kb-advanced-form input[type=email], 
.kb-advanced-form input[type=file], 
.kb-advanced-form select, 
.kb-advanced-form textarea {
    font-size: .72rem !important;
}

.textschatten {
    text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}

p.preis-in-eur:after {
    content: ' € *';
}

/* *********************************************** */
/* HEADER */

#main-header {
    position: relative;
}

#main-header .site-header-section {
    height: 90px;
}

#main-header .site-header-section:first-child .site-header-item:first-child,
#main-header .site-header-section:first-child .site-header-item:first-child .site-branding,
#main-header .site-header-section:first-child .site-header-item:first-child .brand.has-logo-image{
max-height: none;
height: 135px;
}

#main-header .site-header-section:first-child .site-header-item:first-child {
    margin-top: 20px;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);

}

#main-header .site-header-section:first-child .site-header-item:first-child img,
#main-header .site-header-section:first-child .site-header-item:first-child a {
    max-height: 100%;
    width: auto;
}


nav#site-navigation .menu-item {
    margin: 0 10px;
}

nav#site-navigation .menu-item a,
#main-header .header-account-action-link a,
#main-header .header-cart-wrap button,
#main-header .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
    cursor: pointer;
    word-break: break-word;
    font-size: 14px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    line-height: 1.05;
    border-radius: 5px;
    padding: 14px;
    color: var(--global-palette3, #1A202C);
    background: var(--global-palette8, #F7FAFC);
    border: 1px solid var(--global-palette8);
}

.kb-form-basic-style .kb-radio-check-item label {
    font-size: .72rem;
}

.header-account-button {
    border: 1px solid var(--global-palette8);
}

#main-header .header-account-action-link a,
#main-header .header-cart-wrap button,
#main-header .header-account-button,
#main-header .search-toggle-open-container .search-toggle-open {
    width: 118px;
    text-align: left !important;
    text-decoration: none !important;
}

.header-cart-total {
    color: var(--global-palette1) !important;
    min-width: 4em !important;
}

.header-account-button .kadence-svg-iconset {
    /* background: url(../img/acc-icon.svg) center no-repeat; */
    background-color: var(--global-palette3);
    -webkit-mask-image: url(../img/acc-icon.svg);
    mask-image: url(../img/acc-icon.svg);
    /* background-image: url("data:image/svg+xml,%3Csvg class='kadence-svg-icon kadence-account-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3EKonto%3C/title%3E%3Cpath d='M21 21v-2c0-1.38-0.561-2.632-1.464-3.536s-2.156-1.464-3.536-1.464h-8c-1.38 0-2.632 0.561-3.536 1.464s-1.464 2.156-1.464 3.536v2c0 0.552 0.448 1 1 1s1-0.448 1-1v-2c0-0.829 0.335-1.577 0.879-2.121s1.292-0.879 2.121-0.879h8c0.829 0 1.577 0.335 2.121 0.879s0.879 1.292 0.879 2.121v2c0 0.552 0.448 1 1 1s1-0.448 1-1zM17 7c0-1.38-0.561-2.632-1.464-3.536s-2.156-1.464-3.536-1.464-2.632 0.561-3.536 1.464-1.464 2.156-1.464 3.536 0.561 2.632 1.464 3.536 2.156 1.464 3.536 1.464 2.632-0.561 3.536-1.464 1.464-2.156 1.464-3.536zM15 7c0 0.829-0.335 1.577-0.879 2.121s-1.292 0.879-2.121 0.879-1.577-0.335-2.121-0.879-0.879-1.292-0.879-2.121 0.335-1.577 0.879-2.121 1.292-0.879 2.121-0.879 1.577 0.335 2.121 0.879 0.879 1.292 0.879 2.121z'%3E%3C/path%3E%3C/svg%3E"); */
    width: 20px;
    height: 20px;
}

.header-account-label {
    text-decoration: none;
}




@media screen and (min-width: 1024px) {

    nav#site-navigation .menu-item.current-menu-item a, 
    nav#site-navigation .menu-item:hover a,
    a.header-account-button:hover,
    a.header-account-button.active,
    #main-header .header-account-action-link a:hover,
    #main-header .header-account-action-link.active a,
    #main-header .site-header-item .header-cart-wrap .header-cart-inner-wrap:hover .header-cart-button,
    #main-header .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button.active,
    .kadence-header-cart .header-cart-button:hover,
    .woocommerce-cart table.cart .coupon .button:hover, .woocommerce-checkout table.cart .coupon .button:hover, #add_payment_method table.cart .coupon .button:hover{
        color: var(--global-palette9, #ffffff) !important;
        background: var(--global-palette1) !important;
        text-decoration: none !important;
    }

    #main-header .site-header-item .header-cart-wrap .header-cart-inner-wrap:hover .header-cart-button .header-cart-total,
    #main-header .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button.active .header-cart-total {
        color: var(--global-palette9) !important;
        
    }

    .header-account-button:hover .kadence-svg-iconset,
    .header-account-button.active .kadence-svg-iconset {
        /* background: url(../img/acc-icon.svg) center no-repeat; */
        background-color: var(--global-palette9);
    }
}

#main-header .search-toggle-open-container .search-toggle-open {
    /* padding: 5px 10px; */
    padding: 14px; /* Rahmen abziehen, damit alle Elemente gleich groß */
    display: flex;
    line-height: 1;
    /* width: 120px; */
}

#main-header .header-cart-wrap .header-cart-total,
#main-header .header-account-label,
#main-header .search-toggle-label {
    padding-left: 5px;
    flex-grow: 1;
    text-align: right;
}

#main-header .header-cart-button .header-cart-total {
    font-size: .72rem !important;
    height: 1em !important;
}

.search-toggle-open .search-toggle-label {
    
    order: 2;
}

#main-header .kadence-svg-iconset {
    font-size: 20px !important;
}

/* *********************************************** */
/* ENDE HEADER */


.star-prefix::after {
    content: ' *';
}


/*
button {
    border: none;
}

button::hover {
    color: var(--global-palette1);
    border: 1px solid var(--global-palette1);
    background-color: var(--global-palette9);
}
*/
.mini-cart-container {
    color: var(--global-palette3) !important;
}

.mini-cart-container a {
    color: var(--global-palette1) !important;
}

.single-product p,
.single-product ul,
.single-product button,
.single-product select {
    font-size: .8em;
}

/*
.single-product .price::after {
    content: ' *';
} */

.single-product .bezahlbuttons {
    display: flex;
    flex-wrap: wrap;
}

.single-product .bezahlbuttons button {
   
    float: none !important;
    border: none;
    margin-top: 10px;
}

.single-product .bezahlbuttons button img {
    height: 40px;
}

.single-product .bezahlbuttons button.image-button {
    padding: 0;
    border: none;
    height: 40px !important;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    margin-right: .5em;
}

.single-product select {
    padding: 5px 10px;
    line-height: 38px;
    font-weight: 800;
}

.single-product h2.name .label {
    display: inline-block;
}

.single-product h1.product_title span {
    font-weight: 400;
}

.format-label {
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.format-label span {
    padding: 10px 20px;
    background-color: var(--global-palette8);
    border-radius: 5px;
}

.format-label img,
.single-product .product-images img:first-child {
    margin-right: 1em;
}

.format-label img,
.format-label span,
.single-product .product-images img,
.format-label .label {
    display: inline-block;
}

.button.history-back {
    background-color: var(--global-palette8);
}

@media screen and (min-width: 1024px) {
    .button.history-back:hover {
        background-color: var(--global-palette1);
        color: var(--global-palette9);
    }
}

.single-product .column-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--global-row-gutter-md, 2rem) var(--global-row-gutter-md, 2rem);
    grid-auto-rows: minmax(min-content, max-content);
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--global-content-width, 1600px );
    margin-top: 50px;
    margin-bottom: 30px;
}

.single-product .column-wrap.add-padding {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
}

.single-product .column-wrap.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
}

.single-product .column-wrap.two-columns.thirds {
    gap: var(--global-row-gutter-md, 2vw) var(--global-row-gutter-md, 2vw);
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

@media screen and (max-width: 1200px) {
    .single-product .column-wrap.two-columns.thirds {
        grid-auto-flow: row;
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
    }
}

.single-product .column-wrap.two-columns.gap-lg {
    column-gap: var(--global-kb-gap-lg, 4vw);
}

.single-product .column-wrap.two-columns.gap-sm {
    column-gap: var(--global-kb-gap-sm, 1rem);
}


.single-product .column-wrap .column {

}

.single-product .column-wrap .column.border {
    border: 1px solid var(--global-palette8); /* weiß  */
    border-radius: 5px;
    padding: 20px;
}

.single-product .column-wrap .column.column-flex {
    display: flex;
    flex-direction: column;
}

.single-product .column-wrap .column.white {
    background-color: var(--global-palette9); /* hellgrau */
}

.single-product button.active {
    color: var(--global-palette-btn-hover) !important;
    background: var(--global-palette-btn-bg-hover) !important;
    border-color: var(--global-palette-btn-border-hover) !important;
}

.single-product-wrap .type-buttons a {
    margin: 0 5px;
}

.single-product-wrap .desc {
    margin-bottom: 2em;
}

.single-product .more-links a {
    font-size: .72rem;
}

/*
#main-header .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
    cursor: pointer;
    word-break: break-word;
    font-size: .9rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    line-height: 1.05;
    border-radius: 5px;
    padding: 14px;
    color: var(--global-palette9);
    background: var(--global-palette1);
    width: 118px;
    border: 1px solid var(--global-palette1);
}
*/

#main-header .site-header-item .header-cart-wrap:hover .header-cart-inner-wrap .header-cart-button {
    color: var(--global-palette1);
    background: var(--global-palette9);
}

#main-header .header-cart-wrap .header-cart-button .header-cart-total {
    background-color: transparent;
    color: var(--global-palette9);
}

#main-header .header-cart-wrap:hover .header-cart-button .header-cart-total {
    color: var(--global-palette1);
}


.products-wrap, 
.woocommerce-notices-wrapper,
.kadence-woo-cart-form-wrap,
.woocommerce-account .content-area,
.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
form.checkout_coupon.woocommerce-form-coupon,
form.checkout  {
/* , .woocommerce:not(.single-product) { */

    max-width: var(--global-content-width, 1600px);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
}

.products-wrap {
/* , .woocommerce:not(.single-product) { */    
    padding-top: 2rem;
    padding-bottom: 2rem;    
}

    .products-wrap .product-row {
        display: grid;
        align-content:space-between;
        grid-template-columns: minmax(0, 1fr);
    }

    /*
    .products-wrap .product-row.product-variant {
        grid-auto-rows: 1fr;
    }
    */

    .products-wrap .product-row.two-columns {
        display: grid;
        grid-auto-flow: column;
        align-content: space-between;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* gap: var(--global-row-gutter-md, 2rem) var(--global-row-gutter-md, 2rem); */
        gap: 50px 50px;
        grid-auto-rows: minmax(min-content, max-content);
        z-index: 1;
        position: relative;
    }


    .products-wrap .space-between {
        display: grid;
        align-content: space-between;
    }

    .products-wrap .product-columns {
        display: flex;
        flex-grow: 1;
        flex-direction: row;
        /*
        display: grid;
        align-content:space-between;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        */
        gap: 3% 3%;
        /*
        grid-auto-rows: minmax(min-content, max-content);
        */
        z-index: 1;
        position: relative;
    }

    .products-wrap .product-row.product-variant {
        display: flex;
        flex-direction: column;
    }

    .products-wrap .product-columns .column {
        display: grid;
        
    
    }

    .products-wrap .product-columns .column.infos {
        display: flex;
        flex-grow: 1; 
        width: 70%;
    }

    @media screen and (max-width: 1400px) {

        .products-wrap .product-row.two-columns {
            gap: 30px 30px;
        }

        .products-wrap .product-columns .column.infos {
            width: 90%;
        }
    }

    @media screen and (max-width: 1024px) {
        .products-wrap .product-row.two-columns {
            grid-auto-flow: row;
            grid-template-columns: minmax(0, 1fr);
            grid-auto-rows: minmax(min-content, max-content);
        }
    }

        .products-wrap .product-columns .column .row.info {
            display: grid;
            align-content: space-between;
        }

            .products-wrap .product-columns .column .row.info .top-info {
                flex-grow: 1;
            }

    .products-wrap .warenkorb button {
        border-radius: 0 0 5px 5px;
        width: 100%;
        border: 1px solid var(--global-palette1);
        background-color: var(--global-palette1);
        color: var(--global-palette9);
    }

    .products-wrap .border {
        border-top: 1px solid var(--global-palette8, #F7FAFC);
        border-right: 1px solid var(--global-palette8, #F7FAFC);
        border-bottom: 1px solid var(--global-palette8, #F7FAFC);
        border-left: 1px solid var(--global-palette8, #F7FAFC);
        background-color: var(--global-palette9);
        border-radius: 5px;
    }

    .products-wrap .mb-3 {
        margin-bottom: 3em;
    }

    .products-wrap .p-20 {
        padding: 20px;
/*         
        padding-top: var(--global-kb-row-default-top, var(--global-kb-spacing-sm, 1.5rem));
        padding-bottom: var(--global-kb-row-default-bottom, var(--global-kb-spacing-sm, 1.5rem));  */
    }

    .products-wrap .pt-20 { padding-top: 20px; }
    .products-wrap .pl-20 { padding-left: 20px; }
    .products-wrap .pr-20 { padding-right: 20px; }
    .products-wrap .pb-20 { padding-bottom: 20px; }

    .products-wrap .desc,  .products-wrap .desc p,  .products-wrap .desc span  .products-wrap .desc li,
    .single-product .desc, .single-product .desc li, .single-product .desc a, .single-product .desc span, .single-product .desc p {
        font-family: "Open Sans" !important;
        font-size: .72rem !important;
    }
    

    .products-wrap .info-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: .5em;
    }

    .products-wrap .info-buttons .new-button {
        color: var(--global-palette9);
        background-color: var(--global-palette1);
        padding: 4px 5px 0 5px;
        font-size: .72em;
        border-radius: 5px;
        font-weight: 800;
    }

    .products-wrap .jahr {
        color: var(--global-palette1);
        font-weight: 800;
    }

    h2.name {
        margin-bottom: 1em !important;
    }

    .products-wrap .desc p {
        margin-bottom: .5em !important;
    }

    .products-wrap .desc {
        margin-bottom: 1em;
    }

    .products-wrap .preis p {
        margin-bottom: .5em;
    }

    
.price {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.price .sale_price {
        font-weight: bold;
    }

.price .percent {
    padding: 1px 3px;
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    border-radius: 5px;
    font-weight: bold;
}

.price .regular_price {
    font-size: .5em;
    opacity: .8;
    line-height: 2em;
}

/*
.woocommerce:not(.single-product) {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
}
*/

.woocommerce form .form-row label {
    color: var(--global-palette3);
  
}

.woocommerce form  {
    font-size: 0.8em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    -webkit-appearance: none;
    /* color: var(--global-palette5); */
    color: var(--global-palette3);
    border: 1px solid var(--global-palette8);
    border-radius: 3px;
    padding: 0.4em 0.5em;
    max-width: 100%;
    background: var(--global-palette9);
    box-shadow: none;
   
    /* box-shadow: 0px 0px 0px -7px rgba(0,0,0,0); */
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: var(--global-palette3);
    /* border-color: var(--global-palette6); */
    border-color: var(--global-palette1);
    outline: 0;
    /* box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1); */
    box-shadow: none;
}


.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    padding: 1.25em 2em 1.25em 2em;
    margin: 0 0 var(--global-md-spacing);
    margin-top: 4.5rem;
    position: relative;
    background-color: var(--global-palette7);
    /* color: var(--global-palette4); */
    color: var(--global-palette1);
    border-left: 5px solid var(--global-palette-highlight);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    color: var(--global-palette3);
}

.woocommerce .cart-empty.woocommerce-info {
    color: var(--global-palette1);
}

.woocommerce-cart table.cart .product-name a, .woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {
    /* color: var(--global-palette5); */
    color: var(--global-palette3);
    margin-bottom: 1.5rem;
    line-height: 1.25;
} 

.woocommerce-cart table.cart .product-name .cart-product-infos .delivery-time-info {
    margin-top: 1em;
}

.woocommerce-cart table.cart .coupon .button:not(:hover), .woocommerce-checkout table.cart .coupon .button:not(:hover), #add_payment_method table.cart .coupon .button:not(:hover) {
    font-style: normal;
    font-weight: 600;
    line-height: 1.78;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    border: 1px solid currentColor;
    border-color: var(--global-palette8);
    height: 38px;
    padding: 0 1em;
    line-height: 38px;
    font-size: 18px;
    border-radius: 5px;
    color: var(--global-palette3);
}

.woocommerce-cart table.cart td.actions .button:disabled, .woocommerce-checkout table.cart td.actions .button:disabled, #add_payment_method table.cart td.actions .button:disabled {
    background-color: var(--global-palette7);
    color: var(--global-palette8);
}


.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
    width: 142px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail, #add_payment_method table.cart .product-thumbnail {
        width: 8.75rem;
        padding: 1.5rem;
        height: auto;
    }
}

.woocommerce form.woocommerce-cart-form,
.woocommerce .account-navigation-wrap, 
.woocommerce .woocommerce-MyAccount-content {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.woocommerce-cart-form .product-name a {
    font-size: 1rem;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .kadence-woo-cart-form-wrap>form,
    .kadence-woo-cart-form-wrap .cart-collaterals {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

.woocommerce table.shop_table td.product-name {
    display: grid;
    padding-top: 1.5rem;
    align-content: space-between;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered option {
    /* font-size: .8em; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--global-palette3);
}

body, input, select, optgroup, textarea {
    font-size: .72rem;
}

.woocommerce form .form-row label,
.woocommerce table.shop_table,
.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    font-size: 100%;
}

.cart-categorie-links a {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.kadence-shop-top-row {
    padding-top: 2rem;
}

.kadence-shop-top-item.kadence-woo-toggle,
.kadence-shop-top-item.kadence-woo-ordering {
    display: none !important;
}

.row.search-term {
    margin-bottom: 2rem;
}

.row.search-term span {
    font-size: 1rem;
}

.woocommerce table.shop_table thead th {
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce-cart-form .cart-summary {
    display: none;
}

.woocommerce .cart-collaterals h2 {
    display: none;
}

.woocommerce .cart-collaterals h2.summe {
    display: inline-flex;
    align-self: flex-end;
    padding-left: 12px;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.75rem;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 0.75;
    border-radius: 100%;
    color: var(--global-palette3) !important; /* red !important; */
    text-decoration: none;
    font-weight: 200;
    border: 1px solid var(--global-palette8);
    border-radius: 5px;
    font-family: system-ui;
}

.woocommerce table.cart td.actions .coupon {
    text-align: left;
    top: 6rem;
    padding-left: 2rem;
    position: relative;
    z-index: 400;
    left: -12px;
}

.woocommerce .warenkorb-footer {
    display: flex;
    padding: 2rem;
    background-color: var(--global-palette8);
    border-radius: 0 5px 5px 0;
    margin-bottom: 2rem;
    margin-top: -3rem;
}

.woocommerce .warenkorb-footer .cart-sonstiges {
    margin-top: 6rem;
}

.woocommerce .warenkorb-footer .cart-sonstiges p {
    margin-bottom: 1em;
    color: var(--global-palette1);
    font-size: .8em;
}

.woocommerce table.cart td.actions .coupon p {
    margin-top: .5em;
}

.woocommerce .warenkorb-footer > div {
    width: 50%;
}

.woocommerce table.cart td.actions .coupon h2,
.woocommerce .warenkorb-footer h2 {
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    border: none !important;
}

.wc-proceed-to-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td strong,
.woocommerce-cart .cart-collaterals .cart_totals #shipping_method .woocommerce-Price-amount.amount {
    text-align: right;
    font-weight: 400 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-weight: 400;
}


.woocommerce-cart ul#shipping_method { 
    float: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total2 td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total2 td strong,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total2 th {
    margin-top: .5em;
    font-size: 1.2rem;
    font-weight: 800 !important;
}

.woocommerce-cart table.cart .product-thumbnail {
    padding: 1.5rem;
}

.woocommerce-cart table.cart .wc-gzd-cart-info.delivery-time-info {
    display: none;
}


.woocommerce-cart .wc-proceed-to-checkout::before {
    content: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}