header#cart-checkout-header {
    padding-bottom: 2.3rem;
    background: #fff;
}
body.woocommerce-cart #footer, body.woocommerce-checkout #footer {
    display: block; 
}
#main .field-not-validated .woocommerce-input-wrapper:after, .woocommerce-invalid .woocommerce-input-wrapper:after {
    top: 0px;
}
.form-row .select2-container {
    margin-bottom: 0;
}
.woocommerce-shipping-totals.shipping.shipping-cost.values {
    flex-direction: column; 
}
body.woocommerce-checkout #payment .woocommerce-shipping-totals div:nth-child(2) {
    text-align: left;
}
body.woocommerce-checkout #payment .woocommerce-shipping-methods label {
    display: inline-flex;
}
.woocommerce-shipping-methods input[type=radio] {
    margin-left: 0;
}
header#cart-checkout-header .medium-2 img {
    max-width: 10rem;
}
header#cart-checkout-header .medium-2 {
    padding-bottom: 0;
}
#cart-checkout-header .col:nth-child(2)>.col-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wc_payment_methods .wc_payment_method img {
    position: unset;
}    
.order-items .order-item .product-info .quantity p.wc-gzd-cart-info.delivery-time-info{
    display: none;
}
.order-items .order-item .product-info .quantity p.wc-gzd-cart-info.units-info {
    display: none;
}
/* header#cart-checkout-header .row, .woocommerce-cart .row.row-main, .woocommerce-checkout .row.row-main {
    margin: 0 auto;
} */
.topbar-inner {
    padding-bottom: 0;
}
.topbar-inner .icon-box-img {
    width: 1rem !important;
}
.topbar-inner  .col-inner .icon-box:nth-child(1) .icon-box-img {
    width: 1.5rem !important;
}
#cart-checkout-header .col:nth-child(2)>.col-inner>div {
    flex-basis: auto;
    max-width: initial;
    width: auto;
}
.cart-checkout-header-section .topbar-inner .icon-box {
    margin-right: 0;
    margin-left: 2rem;
}
.topbar-inner .icon-box {
    max-width: fit-content;
    margin-right: 3.4rem;
    display: flex;
    align-items: center;
}
body.woocommerce-cart h1, body.woocommerce-checkout h1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
}
body.woocommerce-cart h1, body.woocommerce-checkout h1 {
    font-size: 2.125rem !important;
    line-height: 2.75rem !important;
}
body.woocommerce-cart .sub-title a {
    font-size: 0.9375rem;
}

.card .card-content {
    padding: 1.25rem 1.875rem;
}
.totals-container .inner-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.cart-checkout-header-section .topbar-inner .icon-box {
    margin-left: 0 !important;
}
.sub-title .fa-arrow-left-long:before {
    content: "\f053";
}
.sub-title i.fa-solid.fa-arrow-left-long {
    font-size: .875rem;
}
.sub-title {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
body.woocommerce-cart .shop_table .cart_item .product-info .product-excerpt {
    display: none;
}
body.woocommerce-cart .shop_table .cart_item .product-info .variation {
    font-size: .875rem;
    color: #111;
    opacity: 1;
}
body.woocommerce-cart .shop_table .cart_item .product-info dt.variation-Farbe,
body.woocommerce-cart .shop_table .cart_item .product-info dd.variation-Farbe,
body.woocommerce-cart .shop_table .cart_item .product-info dt.variation-Laengewaehlen,
body.woocommerce-cart .shop_table .cart_item .product-info dt.variation-MontageServicedazubuchen,
body.woocommerce-cart .shop_table .cart_item .product-info dd {
    display: none !important;
}
@media screen and (max-width: 1200px){
    .cart-checkout-header-section .topbar-st .col-inner .icon-box:not(:last-child) {
        margin-right: 0;
    }
    .cart-checkout-header-section .topbar-st .col-inner .icon-box:not(:first-child){
        display: none;
    }
}
@media screen and (max-width: 849px){
    header#cart-checkout-header {
        padding-bottom: 0;
    }
    .cart-checkout-header-section .topbar-st .col-inner .icon-box {
        justify-content: center;
    }
    .cart-checkout-header-section .topbar-st .col-inner .icon-box:nth-child(1) .icon-box-img {
        width: 20px !important;
    }
    .cart-checkout-header-section > .section-content > .row > .col:nth-child(1) img {
        max-width: 117px;
        margin: 20px 0;
    }
    .cart-checkout-header-section > .section-content > .row > .col:nth-child(1) {
        text-align: center;
    }
    .cart-checkout-header-section > .section-content > .row > .col:nth-child(2) {
        order: -1;
        background: #F4F3F0;
        min-height: 40px;
        align-items: center;
        display: flex;
    }
    .cart-checkout-header-section > .section-content > .row > .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .cart-checkout-header-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .shipping-calculator-form button.button.wp-element-button, .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button, .coupon-code-wrapper .button.apply-coupon, .wc-proceed-to-checkout a {
        font-size: 14px;
    }
    .woocommerce-shipping-calculator .shipping-calculator-button {
        font-size: 14px;
    }
    .totals-container .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .totals-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .card .card-content {
        padding: 20px 15px !important;
    }
    .woocommerce-checkout .row.row-main > .large-12.col, 
    .woocommerce-cart .row.row-main > .large-12.col {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.woocommerce-cart h1, body.woocommerce-checkout h1 {
        font-size: 26px!important;
        line-height: 36px!important;
    }
    
}