.message-container a {
    margin: 0;
}
/* .order-items .order-item .product-info .product-name a {
    font-family: var(--text-font-bold);
} */
.woocommerce-invalid span.woocommerce-input-wrapper.password-input::after {
    top: 0.5rem;
    right: 3rem;
} 
body.woocommerce-cart #header ,#footer  {
    display: block !important;
}

.page-wrapper {
    padding-top: 3rem;
}
body header#cart-checkout-header .row {
    /* padding-right: 0.5rem;
    max-width: 77rem !important; */
}
.top-header img.ux-logo-image.block {
    height: auto !important;
    max-width: 7.8rem !important;
}
header#cart-checkout-header .row, .row.row-main {
    max-width: 76.875rem;
}
header#cart-checkout-header .section {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.top-header .icon-box.featured-box.icon-box-left.text-left {
    width: fit-content;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
}
.top-header .col-inner {
    justify-content: flex-start;
}
a.header-cart-link.is-small {
    flex-direction: row !important;
}
.top-header p {
    font-size: 0.75rem;
}
.woocommerce-checkout h1, .newsletter_abonnieren_custom h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    font-family: var(--text-semiBold) !important;
}
.row.checkout-row h3 {
    font-size: 1rem !important;
    line-height: 1.75rem !important;
    font-family: var(--heading-font);
}
#main form.checkout .title-buttons.form-row .woocommerce-input-wrapper label {
    margin-right: 0.625rem;
    min-width: 5rem;
    border-radius: var(--border-radius);
    color: #313131 !important;
    background: #fff;
    border: 0.3px solid #9F9F9E !important;
    font-family: var(--text-font);
    font-size: 0.8125rem;
    border-radius: 1.56rem;
}

#main form.checkout .title-buttons.form-row .woocommerce-input-wrapper input:checked+label {
    background: var(--secondary-color) !important;
    font-family: var(--text-semiBold) !important;
    color: #fff !important;
    border-color: var(--secondary-color) !important;
}
#shipping_methods .shipping-method .card-header {
    display: flex;
    align-items: center;
    color: var(--text-color);
    padding: 0px 20px;
    min-height: var(--input-height);
    line-height: var(--input-height);
    background: #fff;
}
#shipping_methods .shipping-method .card-header input {
    margin: 0;
    margin-left: auto;
}
#shipping_methods .shipping-method+.shipping-method {
    margin-top: 1rem;
}
#shipping_methods .shipping-method .card-header label {
    font-size: 1rem;
    margin-bottom: 0;
    color: var(--text-color);
}
.woocommerce-shipping-methods li {
    margin-left: 0 !important;
}
form.checkout.woocommerce-checkout span.woocommerce-input-wrapper input, form.checkout.woocommerce-checkout span.woocommerce-input-wrapper select, form.checkout.woocommerce-checkout span.woocommerce-input-wrapper textarea {
    border: 0.3px solid #9F9F9E;
    border-radius: var(--border-radius);
    padding: 0 1.25rem;
    background-color: #fff;
    font-size: 0.9375rem;
    letter-spacing: 0rem;
    color: #000;
    font-family: var(--text-font);
    border-radius: 1.56rem;
}
form.checkout.woocommerce-checkout span.woocommerce-input-wrapper input::placeholder ,form.checkout.woocommerce-checkout span.woocommerce-input-wrapper select::placeholder{
    color: #797979;
}
.order-items .order-item.on-sale .price-wrapper .product-total .product-total-price .amount {
    margin-left: 0.5rem;
}
.woocommerce input[type=checkbox] {
    border-radius: 0;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    position: relative;
    background-color: transparent !important;
}
body.woocommerce-checkout #shipping .woocommerce-form__label-for-checkbox, body.woocommerce-checkout #shipping .woocommerce-form__label-for-radio, body.woocommerce-checkout #billing .woocommerce-form__label-for-checkbox, body.woocommerce-checkout #billing .woocommerce-form__label-for-radio {
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.75rem;
    font-family: var(--text-font);
    display: flex;
    letter-spacing: 0rem;
    align-items: center;
}

.woocommerce input[type=checkbox], body.woocommerce-checkout #payment .payment_methods input, #shipping_methods .shipping-method .card-header input {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    -webkit-appearance: none;
    border-radius: 50%;
    outline: none;
    border: 1px solid #121212;
    padding: 2px;
}
.woocommerce input[type=checkbox] {
    border-radius: 0;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    position: relative;
    background-color: transparent !important;
}
.woocommerce input[type=checkbox]::after {
    left: 0.2rem;
    top: 0;
    width: 7px;
    height: 12px;
    border: solid #FED700;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    border-color: var(--secondary-color) !important;
}
.woocommerce input[type=checkbox]:checked:after, .woocommerce input[type=radio]:checked:after {
    opacity: 1;
}
.woocommerce input[type=radio]::after, .shipping_methods input[type=radio]::after {
    background: var(--secondary-color) !important;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    opacity: 0;
    content: '';
}

body.woocommerce-checkout .sticky-submit-order .btn-submit-order {
    background: #354941;
    text-transform: inherit;
    color: #FFFFFF;
    font-size: 1.25rem;
    min-height: unset;
    height: 2.5rem;
    line-height: 2.5rem;
}
body.woocommerce-checkout .sticky-submit-order .total-title-row {
    border: none;
}
body.woocommerce-checkout .sticky-submit-order .wc-gzd-checkbox-placeholder label, #order_review .wc-gzd-checkbox-placeholder p.form-row label {
    font-size: 0.875rem;
    color: #959595;
}
body.woocommerce-checkout .sticky-submit-order .wc-gzd-checkbox-placeholder label a, #order_review .wc-gzd-checkbox-placeholder p.form-row label a {
    text-decoration: underline;
    color: #959595;
}
.form-row-first ,#billing_postcode_field, #shipping_postcode_field {
    margin-right: 2%;
}
.form-row-first, .form-row-last ,#billing_postcode_field, #billing_city_field, #shipping_postcode_field, #shipping_city_field {
    float: left;
    width: 49%;
}
.woocommerce-billing-fields p {
    margin-bottom: 0.8rem;
}
div#your-information {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    border-radius: 1.5625rem;
    max-width: 48%;
    flex-basis: 48%;
}
.express-checkout {
    border-top: none;
    margin-bottom: 2rem;
}
p.custom-title-german {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    top: 7rem;
    position: absolute;
    z-index: 9;
    padding-left: 1rem;
}
p.custom-title-german img {
    margin-right: 0.5rem;
}
.woocommerce-checkout h1 {
    position: relative;
    z-index: 9;
    padding-left: 2rem;
}
div#review-order {
    background: #FAFAFA;
    border-radius: 0.8125rem;
    max-width: 49%;
    flex-basis: 49%;
    margin-left: auto;
}
#review-order>.col-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.875rem;
    top: 0 !important;
    position: sticky !important;
}
#review-order .sticky {
    position: static !important;
}
.woocommerce-checkout #main {
    margin-bottom: 0;
}
.order-items .order-item .product-info .product-meta {
    display: none;
}
p#billing_address_1_field {
    width: 100%;
}
p#order_comments_field {
    display: none;
}
p.required-text {
    font-size: 0.875rem;
    color: #959595;
    margin-top: -0.3rem;
    margin-bottom: 1rem;
    font-family: var(--text-font-light);
}
.option {
    padding-bottom: 0.7rem;
}
.payment-methods {
    margin-top: 0.5rem;
}
header.card-header ,.card .card-header {
    border-radius: var(--card-radius);
}
.payment-methods .selected header.card-header {
    border-radius: var(--card-radius) var(--card-radius) 0 0;
    border: 2px solid #fff !important;
}
/* .payment-methods .selected .payment_box {
    border: 2px solid var(--input-border-color);
} */
.selected header.card-header {
    border-radius: var(--card-radius);
}
.payment-methods .payment_methods .card-header label {
    display: flex;
    align-items: center;
}
.payment-methods .payment_methods li+li {
    margin-top: 0.5rem;
}

i.fa-light.fa-money-bill {
    max-width: 2.5rem !important;
    width: 2.5rem;
    margin-right: 1rem;
    text-align: center;
}
.payment-methods .payment_methods img, #shipping_methods .shipping-method .card-header i, #shipping_methods .shipping-method .card-header img {
    max-width: 2.5rem;
    margin-right: 1rem;
    flex-basis: 2.5rem;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
}
span.woocommerce-gzd-legal-checkbox-text {
    color: #959595;
    line-height: 1.25rem;
    position: relative;
    top: -0.1rem;
    font-size: 0.8125rem;
    font-family: var(--text-light);
    max-width: 29rem;
}
abbr.required {
    display: none;
}
span.woocommerce-gzd-legal-checkbox-text a {
    color: #939393;
    text-decoration: none;
    font-size: 0.8125rem;
}
.order-checkbox-submit .wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal {
    padding-top: 0.5rem;
}
.order-checkbox-submit .woocommerce-gzd-legal-checkbox-text, .order-checkbox-submit .woocommerce-gzd-legal-checkbox-text * {
	color: black;
}
.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal  input[type=checkbox] {
    border: 1px solid #797979 !important;
}
.order-items .order-item .product-info .price-wrapper .product-total .wc-gzd-cart-info{
	display: none;
}
p#shipping_address_1_field {
    width: 100%;
}
.payment-methods .payment_methods .card-header {
    border: none !important;
    background: #fff;
    border-radius: 0.3125rem !important;
}
.payment-methods .payment_methods .card {
    border-radius: 0.3125rem;
}
.order-items .order-item .product-info img {
    max-width: 4.375rem;
    max-height: 4.375rem;
    object-fit: contain;
    border: 0.5px solid #9F9F9E;
    padding: 0.5rem;
    border-radius: 0.3125rem;
}
/**** ORDER ***/
div#order_review {
    border-radius: 1.625rem;
}
#review-order .accordion-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent;
}
div#order_review h3.hide-for-medium {
    margin-bottom: 0 !important;
}
p.free-shipping-msg.eligable, .woocommerce-LostPassword.lost_password.text-center a, .total-title-row .incl-vat {
    font-size: 0.8125rem;
    color: #959595;
    font-family: var(--text-light);
}
.woocommerce-LostPassword.lost_password.text-center a{
    color: #959595;
    text-decoration: underline;
}
.order-items .order-item .product-info .product-remove {
    display: block;
}

.order-received-page.row h5 {
    margin-bottom: 0.625rem !important;
    font-size: 1rem;
    font-family: var(--heading-font);
    line-height: 1.75rem;
}
#review-order span.woocommerce-Price-amount.amount bdi {
    margin-right: 0;
}
.order-items .order-item .product-info .product-name {
    font-size: 0.8125rem;
    height: auto;
    text-transform: inherit !important;
    font-family: var(--text-font) !important;
    margin-bottom: 0 !important;
    line-height: 1.5625rem;
    padding-right: 1rem;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.tzn-tip input[type=number], .tzn-tip input[type=text],
.coupon-code-wrapper input[type=text] {
    padding-left: 1rem !important;
    border-radius: 0 !important;
    border: 1px solid #9F9F9E;
    background: #fff;
    font-size: 0.9375rem;
    font-family: var(--text-light);
    border-radius: 1.5625rem !important;
    color: #9F9F9E;
    margin-right: .5rem;
}
.tzn-tip .button.apply-tip{
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: 1rem;
    padding: 0 1.5rem;
    min-height: auto;
    letter-spacing: 0;
    font-family: var(--text-semiBold);
    margin: 0;
    background: var(--secondary-color) !important;
    color: #fff;
    text-transform: inherit;
    border-radius: 1.25rem !important;
    font-weight: normal !important;
    border: 1px solid var(--secondary-color) !important;
    min-width: 9rem;
}
body.woocommerce-cart .shop_table thead th{
    text-transform: none;
    font-size: .875rem !important;
    font-family: var(--text-semiBold);
    font-weight: normal !important;
}
body.woocommerce-cart .shop_table .cart_item .product-thumbnail {
    max-width: 115px;
    width: 115px;
}
body.woocommerce-cart #shipping_methods .shipping-method .card-header {
    padding: 1rem;
}
body.woocommerce-cart .ppc-button-wrapper {
    margin-bottom: 1rem;
}
body.woocommerce-cart .shop_table .cart_item .product-info .product-name {
    line-height: 1.5;
}
.coupon-code-wrapper .button.apply-coupon{
    min-width: 9rem;
}
.wc-gzd-order-submit button[type=submit]#place_order:hover {
    background: var(--primary-color) !important;
}
.order-items .order-item .product-info .price-wrapper .amount {
    font-size: 1rem;
    font-weight: normal !important;
}
.order-items .order-item .product-info .product-remove {
    display: none;
}
.order-items .order-item.on-sale .price-wrapper .product-total .product-regular-price .amount {
    color: #000000 !important;
    margin-right: 0 !important;
}
.woocommerce-order-received .order-items  .product-total-price {
    margin-left: 0.5rem;
}
#order_review {
    padding: 1.5rem 2.5rem;
}
.coupon .button.apply-coupon:hover {
    background-color: #FED700;
    color: #fff;
    box-shadow: none;
}
/**** ORDER ***/
/*** NOT LOGIN ***/
.row.checkout-row h2.kundenlogin {
    display: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: none;
}
form.woocommerce-form.woocommerce-form-login.login {
    padding-bottom: 1rem !important;
}
.form-row.rememberme-lost-password {
    position: relative;
}
.woocommerce-LostPassword.lost_password.text-center {
    position: absolute;
    left: 14rem;
    bottom: -2rem;
}
.woocommerce-account-fields {
    padding-bottom: 1.2rem;
}
a.showlogin {
    color: #000000;
    font-family: var(--text-font);
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    background: var(--primary-color);
    color: #fff !important;
    border: 1px solid var(--primary-color);
}
form p {
    margin-bottom: 1rem;
}
#main .field-not-validated .woocommerce-input-wrapper::after, .woocommerce-invalid .woocommerce-input-wrapper::after {
    top: 0;
}
.show-password-input {
    visibility: inherit;
}
.show-password-input:after {
    content: " " !important;
    visibility: unset;
    background-image: url(../images/eyes.svg);
    width: 1.375rem;
    display: inline-block;
    height: 0.75rem;
    position: absolute;
    background-size: contain;
    z-index: 9;
    right: 1rem;
    top: 1rem;
}
input#password {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
div#your-information  h4.kundenlogin,div#your-information  p.description-login{
    display: none;
}
form.woocommerce-form.woocommerce-form-login.login input {
    border: 1px solid #9F9F9E;
    font-size: 0.9375rem;
    border-radius: 1.25rem;
    font-family: var(--text-light);
}
ul.order-items {
    border-bottom: 1px solid var(--divider-color);
}
.woocommerce-order-received ul.order-items {
    border-bottom: none !important
} 
/*** NOT LOGIN ***/

/**** THANK YOU ***/
.woocommerce-order-received.woocommerce-checkout h1 {
    position: inherit;
    padding-left: 0;
    margin-bottom: 1rem !important;
}
.woocommerce-order-received .erhalte_exklusive_section h2 {
    font-size: 1.625rem;
    text-align: center !important;
    line-height: 2.25rem;
    max-width: 22rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.woocommerce-order-received .erhalte_exklusive_section {
    margin-top: 2rem;
}
.woocommerce-order-received #main, .woocommerce-order-received #wrapper {
    background-color: #fff !important;
}
.row.order-address-info p ,.order-overview-info .card-content {
    color: #000000;
}
p.address_1.address-field.form-row-first.thwcfd-field-wrapper.thwcfd-field-text {
    width: 100%;
}
p.address_1.address-field.form-row-first {
    width: 100%;
}
.f-n-l input[type=email] {
    max-width: 100% !important;   
}
.n-l-t-custom.newsletter-sec .row .col:nth-child(2) {
    position: inherit;
    right: 0;
    max-width: 100%;
    flex-basis: 100%;
    top: 0;
}
.n-l-t-custom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body .order-overview-info.col.large-6.medium-12 .card.contact-info-wrapper  .card-content {
    border-radius: 0 !important;
}
.contact-info-wrapper {
    border-bottom: 1px solid var(--divider-color);
    border-radius: 0 !important;
}
.n-l-t-custom h3 {
    margin-bottom: 0 !important;
    margin-top: 1rem;
    font-size: 1.75rem !important;
}
.n-l-t-custom .mw-440 {
    max-width: 33rem !important;
}
.woocommerce-checkout.woocommerce-order-received .page-wrapper {
    padding-top: 2.5rem;
}
.order-overview-info.col.large-6.medium-12 .card {
    background: transparent;
    padding-left: 0;
}
.order-overview-info.col.large-6.medium-12 {
    padding-right: 2rem;
}

.erhalte_exklusive_section .drinks_black {
    max-width: 5.6875rem;
    right: 0.8rem;
    top: -11rem;
}
.f-n-l button.forminator-button.forminator-button-submit {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 10.3125rem;
    font-weight: normal !important;
}
.newsletter-custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 3.8rem;
}
.f-n-l .forminator-row.forminator-row-last {
    right: 0;
}
.order-product-listing .col-inner, .order-product-listing .col-inner {
    background-color: #FAFAFA;
    padding: 1.875rem;
    border-radius: 1.5625rem;
    padding-bottom: 1.5rem;
}
#wrapper h1 {
    margin-bottom: 0rem;
    font-family: var(--heading-font);   
}
#wrapper h3 {
    text-transform: none;
    font-size: 1rem !important;
    padding: 0;
    font-family: var(--text-semiBold);
    font-weight: normal !important;
    text-transform: uppercase;
}
.erhalte_exklusive_section .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.erhalte_exklusive_section .large-7 .col-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}
.newsletter_abonnieren_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.newsletter_abonnieren_custom .col-inner {
    background: #F8F7F5;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0 0 1.25rem 1.25rem;
}

.newsletter_abonnieren_custom .col-inner {
    padding-top: 1rem;
}
.n-l-t-custom  .forminator-ui .forminator-input {
    font-family: var(--text-font-medium);
}
.n-l-t-custom button.forminator-button.forminator-button-submit {
    min-width: 100% !important;
    background: #121212 !important;
}
.newsletter_abonnieren_section {
    margin-top: 3rem;
}
.n-l-t-custom .forminator-ui .forminator-input {
    font-family: var(--text-font-medium) !important;
    font-size: 0.8125rem !important;
}
.n-l-t-custom .forminator-ui .forminator-checkbox .forminator-checkbox-box {
    border-color: #797979 !important;
}
.n-l-t-custom .forminator-ui .forminator-checkbox__label p ,.n-l-t-custom .forminator-ui .forminator-checkbox__label p a {
    font-size: 0.8125rem !important;
    line-height: 1.25rem !important;
    color: #959595 !important;
    font-family: var(--text-font-medium);
}
.n-l-t-custom .forminator-ui .forminator-checkbox__label p a{
    text-decoration: underline;
}
.contact-info a {
    color: #000000;
}
.newsletter-custom h3 {
    text-transform: capitalize !important;
}
/**** THANK YOU ***/
#main{
    margin-bottom: 5rem;
}
@media screen and (max-width: 849px){
    .top-header .icon-box .icon-box-img+.icon-box-text p {
        font-size: 11px;
        color: #000000;
        line-height: 1.5;
    }
    body header#cart-checkout-header .row {
        flex-wrap: nowrap;
    }
    /* .top-header .icon-box.featured-box.icon-box-left.text-left {
        flex-wrap: nowrap;
    } */
    header#cart-checkout-header .section.has-block {
        padding-bottom: 1rem;
        padding-top: 5px;
    }
    .woocommerce-checkout h1 {
        top: auto;
        position: relative;
        z-index: 9;
        padding-left: 0;
    }
    .woocommerce-LostPassword.lost_password.text-center {
        position: absolute;
        left: 255px;
        bottom: -32px;
    } 
    button.woocommerce-button.button.woocommerce-form-login__submit {
        width: 232px;
    }
    .values, .total-title-row .inner-container {
        font-size: 12px;
        letter-spacing: 0;
    }
    .order-product-listing.col.large-6.medium-12 {
        margin-top: 0;
    }
    header#cart-checkout-header .icon-box:not(:nth-child(1)){
        display: none;
    }
    header#cart-checkout-header .icon-box {
        margin-left: auto;
        margin-right: 10px;
    }
    /* :root {
        --input-height: 40px !important;
    } */
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .order-received-page {
        margin-top: 0;
    }
    #main form.checkout .title-buttons.form-row .woocommerce-input-wrapper label,
    form.checkout.woocommerce-checkout span.woocommerce-input-wrapper input, 
    form.checkout.woocommerce-checkout span.woocommerce-input-wrapper select{
        height: 38px;
    }
    #review-order>.col-inner i.tzn-cart-icon {
        width: 17px;
        height: 17px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    #review-order .accordion-title h3 {
        font-size: 15px !important;
        text-transform: inherit;
    }
    header#cart-checkout-header section {
        padding-bottom: 30px;
    }
    #review-order {
        margin: 0;
    }
    #review-order #order_review .accordion-title {
        height: auto;
        line-height: normal;
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    #review-order #order_review {
        border-radius: 0;
    }
    div#review-order {
        background: transparent;
        border-radius: 0;
    }
    .page-wrapper {
        padding-top: 0;
    }
    .order-checkbox-submit {
        margin-top: 25px;
    }
    #review-order>.col-inner, .order-product-listing .col-inner {
        background: transparent;
    }
    .woocommerce input[type=checkbox] {
        width: 15px;
        height: 15px;
        min-width: 15px;
        top: 5px;
    }
    .checkout-row {
        padding: 0 10px !important;
    }
    .wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal input[type=checkbox] {
        margin-top: 0;
        top: 2px;
    }
    header#cart-checkout-header section .section-content > .row > .col:nth-child(1){
        padding-right: 20px !important;
    }
    header#cart-checkout-header section .section-content > .row > .col:nth-child(1){
        padding-bottom: 10px !important;
        margin-top: 10px;
        padding-left: 20px !important;
        max-width: 100%;
    }
    header#cart-checkout-header .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 10px;
    }
    header#cart-checkout-header .top-header .col-inner {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    header#cart-checkout-header img.ux-logo-image.block {
        height: auto !important;
        max-width: 110px!important;
    }
    header#cart-checkout-header section {
        padding-top: 0;
    }
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received br {
        display: none;
    }
    #wrapper .order-product-listing h3 {
        font-size: 18px !important;
    }
    .woocommerce-checkout h1, .newsletter_abonnieren_custom h2 {
        font-size: 18px!important;
        line-height: 28px!important;
    }
    .row.checkout-row h3 {
        font-size: 15px !important;
        margin-bottom: 20px;
    }
    div#your-information,
    div#review-order {
        margin-top: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
    #review-order>.col-inner {
        padding: 0;
    }
    #wrapper h1 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    #review-order>.col-inner .accordion-title {
        height: auto;
        line-height: normal;
        background: none;
        padding: 1rem 0 !important;
    }
    #wrapper .express-checkout h3,
    #review-order>.col-inner .accordion-title .amount {
        font-size: 15px !important;
    }
    .other-payments-available {
        color: #9F9F9E;
        font-size: 12px;
        text-align: center;
        font-family: var(--text-light);
    }
    .row.checkout-row h3 {
        font-size: 15px !important;
        margin-bottom: 15px;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: normal;
    }
    div#your-information {
        padding-top: 0;
    }
    #main form.checkout .title-buttons.form-row .woocommerce-input-wrapper input:checked+label,
    #main form.checkout .title-buttons.form-row .woocommerce-input-wrapper label {
        font-size: 15px;
        letter-spacing: 0;
    }
    div#billing {
        padding-bottom: 0;
    }
    body.woocommerce-checkout #shipping .woocommerce-form__label-for-checkbox, 
    body.woocommerce-checkout #shipping .woocommerce-form__label-for-radio, 
    body.woocommerce-checkout #billing .woocommerce-form__label-for-checkbox, 
    body.woocommerce-checkout #billing .woocommerce-form__label-for-radio{
        font-size: 15px;
        line-height: 25px;
    }
    form.checkout.woocommerce-checkout span.woocommerce-input-wrapper input, 
    form.checkout.woocommerce-checkout span.woocommerce-input-wrapper select,
    form.checkout.woocommerce-checkout span.woocommerce-input-wrapper textarea{
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0;
    }
    div#your-information, .order-overview-info.col.large-6.medium-12 {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0;
    }
    .form-row-first, .form-row-last, #billing_postcode_field, #billing_city_field, #shipping_postcode_field, #shipping_city_field {
        width: 100%;
    }
    body.woocommerce-checkout #shipping .woocommerce-form__label-for-checkbox,
    body.woocommerce-checkout #shipping .woocommerce-form__label-for-radio,
    body.woocommerce-checkout #billing .woocommerce-form__label-for-checkbox,
    body.woocommerce-checkout #billing .woocommerce-form__label-for-radio {
        align-items: flex-start;
    }
    form.checkout input[type=checkbox] {
        margin-top: 0;
    }
    .payment-methods .payment_methods .card-header {
        padding: 5px 20px;
    }
    span.woocommerce-gzd-legal-checkbox-text {
        line-height: 18px;
        font-size: 12px;
        letter-spacing: 0;
    }
    a.showlogin {
        letter-spacing: 0;
    }
    .order-product-listing .col-inner {
        padding: 20px;
    }
    .order-product-listing h3 {
        font-size: 1rem;
    }
    .order-product-listing.col.large-6.medium-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .order-shop-button .button {
        margin: 0;
    }
    .order-items .order-item .product-info .product-name {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .order-items .order-item .product-info .price-wrapper .amount {
        font-size: 15px;
        letter-spacing: 0;
    }
    .order-items .order-item .product-info .wc-item-meta li *{
        color: #767676;
        font-size: 12px;
    }
    .order-items .order-item .product-info .wc-item-meta li {
        margin-left: 0;
    }
    .woocommerce-form-login .button, .coupon-code-wrapper .button.apply-coupon, #login-box .woocommerce-form-login__submit, .wc-proceed-to-checkout a, .order-shop-button a, body.woocommerce-checkout .wc-gzd-order-submit button[type=submit]#place_order{
        font-size: 14px !important;
        letter-spacing: 0;
    }
    .contact-info,.order-address-info.billing-address p,
    .subtotal.values .total-title, .subtotal.values bdi, .total-title b, .total-title-row bdi{
        font-size: 13px !important;
        letter-spacing: 0;
    }
    .payment-methods .payment_methods .card-header label ,
    .order-received-page.row h5 {
        font-size: 15px;
        letter-spacing: 0;
    }
    .order-overview-info.col.large-6.medium-12 .row.payment-shipping {
        border: 0;
        padding-bottom: 0;
    }
    .woocommerce-checkout .row.row-main > .col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .f-n-l h3 {
        font-size: 22px !important;
        text-align: center;
    }
    .row.f-n-l {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    div#checkbox-1 {
        padding-right: 0.625rem !important;
    }
    .f-n-l-img {
        width: calc(100% + 40px) !important;
        left: -20px;
    }
    .f-n-l .col-inner {
        padding: 40px 20px;
    }
    .f-n-l .col {
        padding: 0;
    }
    .order-items .order-item {
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    a.button.continue-shopping {
        max-width: calc(100% - 30px);
        margin-inline: auto;
        display: block;
    }
    .newsletter_section_custom .forminator-ui .forminator-row:nth-child(3){
        display: flex;
    }
    .newsletter_section_custom{
        border-top: 0 !important;
    }
    .newsletter_section_custom .forminator-ui .forminator-button-submit::before {
        width: 20px;
        height: 15px;
        margin-inline: auto !important;
    }
    .newsletter_section_custom button.forminator-button.forminator-button-submit {
        border: 1px solid #000 !important;
        width: 68px !important;
        min-width: auto !important;
        padding: 0 !important;
        text-align: center !important;
    }
    .newsletter_section_custom .forminator-ui .forminator-col.html-checkbox {
        padding-left: 0 !important;
    }
    .pb-0-mb{
        padding-bottom: 0 !important;
    }
    p.free-shipping-msg.eligable, .woocommerce-LostPassword.lost_password.text-center a, .total-title-row .incl-vat {
        font-size: 12px;
        color: #767676;
    }
    p.free-shipping-msg.eligable {
        margin-top: 15px;
    }
    .woocommerce-privacy-policy-text p {
        font-size: 12px;
        line-height: 20px;
    }
    .get-gift-package {
        padding: 1rem;
    }
    .get-gift-package .list-products .product-add-gift h5.product-name {
        font-size: 15px;
    }
    .woocommerce-order .newsletter-st {
        width: 100%;
        padding: 0 !important;
    }
    .woocommerce-checkout.woocommerce-order-received .page-wrapper {
        padding-top: 0;
    }
    .woocommerce-order-received #main{
        padding-bottom: 3rem;
    }
    .woocommerce-order .wertvolle_gesundheitstip_section .forminator-checkbox__label p,
    .woocommerce-order .wertvolle_gesundheitstip_section .forminator-checkbox__label  a {
        color: #9F9F9E !important;
    }
    .woocommerce-order .wertvolle_gesundheitstip_section .forminator-ui .forminator-checkbox .forminator-checkbox-box {
        border-color: #9F9F9E !important;
    }
    .tzn-tip input[type=number], .tzn-tip input[type=text], .coupon-code-wrapper input[type=text] {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 420px){
    .woocommerce-LostPassword.lost_password.text-center {
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: 20px;
    }
    button.woocommerce-button.button.woocommerce-form-login__submit {
        width: 100%;
    }
}