.go-to-checkout-botton:hover {
    background-color: #e80000;
}

.steps-data:active {
    color: black !important;
}

#multistep-navigation a.next:hover {
    background-color: #e80000;
}

#multistep-navigation a.next {
    border-radius: 50px
}

a#backstep.prev:hover {
    background-color: white;
}

a#back-step.prev {
    border-radius: 50px;
}

.wt_coupon_wrapper {
    display: none;
}

.woocommerce-form-login-toggle {
    display: none;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

article#brx-content h1 {
    display: none;
}

.multistep-checkout-form .cross-sells .products h2 {
    width: 300px;
    text-align: left;
}

.woocommerce-multistep-checkout-steps {
    width: 100%;
    display: flex;
    margin: 20px 0 30px 0;
}

.steps-count-6 .steps-item {
    width: calc(100% / 6);
}

.steps-count-5 .steps-item {
    width: calc(100% / 5);
}

.steps-count-4 .steps-item {
    width: calc(100% / 4);
}

.steps-count-3 .steps-item {
    width: calc(100% / 3);
}

.steps-count-2 .steps-item {
    width: calc(100% / 2);
}

.steps-item {
    justify-content: center;
}

.steps-item.active-step .steps-item-number,
.steps-item:hover .steps-item-number,
.steps-item.passed-step .steps-item-number {
    border: solid 1px #FEB700;
    background-color: #FEB700;
    color: white;
}

.steps-item.passed-step .steps-item-number {
    text-indent: -10000px;
}

.steps-item.active-step .steps-item-number {
    font-size: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(66 65 65 / 44%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(66 65 65 / 44%);
    box-shadow: 0px 0px 10px 0px rgb(66 65 65 / 44%);
}

.steps-item.active-step .steps-item-number::before {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;

}

.steps-item.passed-step .steps-item-number::before {
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    background-image: url('../img/check-solid.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
}


.steps-item.active-step .steps-item-label,
.steps-item:hover .steps-item-label {
    color: black;
    font-weight: bold;
}

.steps-item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.steps-item-inner:before {
    content: '';
    width: 35%;
    height: 1px;
    background: #FFF2D9;
    position: absolute;
    left: 0;
    top: 20px;
}

.steps-item-inner:after {
    content: '';
    width: 35%;
    height: 1px;
    background: #FFF2D9;
    position: absolute;
    right: 0;
    top: 20px;
}

.steps-item-first .steps-item-inner:before,
.steps-item-last .steps-item-inner:after {
    display: none;
}

.steps-item-number {
    width: 40px;
    height: 40px;
    border: solid 1px #FFEAB9;
    border-radius: 40px;
    justify-content: center;
    text-align: center;
    line-height: 40px;
    background: #FFEAB9;
    position: relative;
    z-index: 2;
    /*	-webkit-box-shadow: 0px 0px 0px 10px #ffffff;
        box-shadow: 0px 0px 0px 10px #ffffff;*/
}

.steps-item-label {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

/* Checkout */
.multistep-checkout-form {
    padding: 0 20px;
    display: flex;
    width: 100%;
}

.multistep-checkout-form .woocommerce-checkout {
    flex: 2;
}

.multistep-checkout-order-review {
    flex: 1;
}

.checkout-order-review-inner {
    padding: 20px;
    border: solid #ededed 3px;
}

.multistep-checkout-form .col2-set {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.multistep-checkout-form .col2-set .col-1,
.multistep-checkout-form .col2-set .col-2 {
    flex: 1 0 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    box-sizing: border-box;
}


#multistep-shipping {
    display: block;
}

#multistep-shipping #shipping_method {
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 30px;
    /*	border-top:solid 3px #ededed;*/
}

#multistep-shipping #shipping_method li {
    padding: 10px 10px;
    border-bottom: solid 1px #ededed;
    margin: 0;
    cursor: pointer;
}

#multistep-shipping #shipping_method li:hover {
    background: #ededed;
}

.woocommerce-checkout-payment .payment_methods .payment_box {
    box-shadow: none;
}

.woocommerce-checkout-payment {
    width: 100%;
    padding-right: 30px;
}

.wc_payment_methods.payment_methods.methods {
    border-top: solid 3px #ededed;
}

.wc_payment_methods.payment_methods.methods li {
    width: 100%;
    padding: 10px;
    margin: 0;
    border-bottom: solid 3px #ededed;
}

.wc_payment_methods.payment_methods.methods li input,
.wc_payment_methods.payment_methods.methods li label {
    cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper {
    border-top: none !important;
}

.place-order #place_order {
    width: fit-content;
    margin-bottom: 30px;
}

#multistep-payment {
    display: none;
}

#multistep-navigation {
    width: 100%;
}

#multistep-navigation a.prev {
    background: transparent;
    display: inline-block;
    font-weight: 700;
    line-height: 46px;
    color: #FBB500;
    padding: 0 20px;
    border: 2px solid #FBB500;
}

#multistep-navigation a.prev:hover {
    background-color: #FFEAB9;
    color: black;
}

#multistep-navigation a.next {
    background: #FBB500;
    border: 2px solid #FBB500;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    padding: 0 20px
}

#multistep-navigation a.next:hover {
    color: black;
    border: 2px solid #FBB500;
    background-color: #FFEAB9;
}

#multistep-navigation a#cart-step {
    display: inline-block;
}

#multistep-navigation a#information-step {
    display: inline-block;
}

#multistep-navigation a#shipping-step {
    display: inline-block;
}

#multistep-navigation a#payment-step {
    display: none;
}

/* Order review */
.order-review-items {
    width: 100%;
}

.review-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding-bottom: 10px;
    border-bottom: solid 3px #ededed;
}

.review-item-thumb {
    width: 50px;
}

.review-item-name {
    align-self: center;
}

.review-item-price {
    align-self: center;
    justify-self: end;
}

.review-item-price-without-vat {
    width: 100%;
}

.review-item-price-with-vat {
    width: 100%;
    text-align: right;
}

.review-order-discount {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 3px #ededed;
}

.review-order-discount-label {
    text-align: left;
}

.review-order-discount-value {
    text-align: right;
}

.review-order-fee {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 3px #ededed;
}

.review-order-fee-label {
    text-align: left;
}

.review-order-fee-value {
    text-align: right;
}

.review-order-shipping {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 3px #ededed;
}

.review-order-shipping-label {
    text-align: left;
}

.review-order-shipping-value {
    text-align: right;
}

.review-order-payment {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 3px #ededed;
}

.review-order-payment-label {
    text-align: left;
}

.review-order-payment-value {
    text-align: right;
}

.review-order-total {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
}

.review-order-total-label {
    text-align: left;
    font-weight: bold;
}

.review-order-total-value {
    text-align: right;
}

@media only screen and (max-width: 1000px) {
    .multistep-checkout-form .woocommerce-checkout {
        width: 50%;
    }

    .multistep-checkout-order-review {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .multistep-checkout-form {
        flex-wrap: wrap;
    }

    .multistep-checkout-form .woocommerce-checkout {
        width: 100%;
        order: 2;
    }

    .multistep-checkout-order-review {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    p#billing_address_1_field,
    p#billing_address_2_field,
    p#billing_postcode_field,
    p#billing_city_field,
    p#billing_phone_field,
    p#billing_email_field,
    p#shipping_address_1_field,
    p#shipping_address_2_field,
    p#shipping_postcode_field,
    p#shipping_city_field {
        width: 100% !important;
        clear: inherit !important;
    }

    body p#billing_address_2_field,
    body p#shipping_address_2_field {
        margin-top: 0;
    }

    .steps-item-inner::before,
    .steps-item-inner::after {
        display: none;
    }

    .woocommerce-multistep-checkout-steps {
        flex-wrap: no-wrap;
    }

    .steps-item-label {
        font-size: 12px;
        height: 16px;
    }

    .steps-item {
        width: fit-content !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .woocommerce-cart-form .product-thumbnail {
        flex-grow: inherit !important;
    }

    .woocommerce-cart-form .product-thumbnail img {
        width: 60px !important;
    }

    .woocommerce-cart-form tbody td.product-name {
        flex-grow: inherit !important;
        width: calc(100% - 100px) !important;
    }

    .woocommerce-cart-form .product-quantity .quantity {
        margin-right: 0 !important;
    }

    .multistep-checkout-form .cross-sells .products li.product {
        flex-wrap: wrap;
    }

    .woocommerce-checkout .multistep-checkout-form {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column-reverse;
        padding-bottom: 50px;
    }

    .woocommerce-billing-fields-nacionale-form, .woocommerce-billing-fields-address-form, .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
        margin-bottom: 30px !important;
    }

    #multistep-navigation {
        position: absolute !important;
        bottom: 0 !important;
        left: 20px !important;
        margin-top: 0 !important;
        width: calc(100% - 40px) !important;
    }

    .multistep-checkout-form .checkout.woocommerce-checkout .woocommerce_checkout_place_order {
        position: absolute !important;
        bottom: 24px !important;
        left: 20px !important;
        margin-top: 0 !important;
        width: calc(100% - 40px) !important;
    }

    .checkout-back-shipping {
        position: absolute !important;
        bottom: -10px !important;
        left: 20px !important;
        margin-top: 0 !important;
        width: calc(100% - 40px) !important;
    }

    .woocommerce-order-received .woocommerce-order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.woocommerce-invalid-required-field input {
    border: solid 1px red !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
    background-color: #F8F8F8;
    font-weight: normal;
    text-align: left;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    font-weight: normal !important;
}

.shipping-free-label {
    margin-left: 40px;
    margin-top: -20px;
    font-size: 12px;
}


/* NEW */

.multistep-checkout-form {
    gap: 35px;
    padding: 0 20px !important;
}

.woocommerce-cart-form thead {
    border: 0;
    line-height: 2.7;
}

.woocommerce-cart-form thead th {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce form.cart .quantity, form.woocommerce-cart-form .quantity {
    width: 100px !important;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce form.cart .quantity input, .woocommerce form.woocommerce-cart-form .quantity input {
    line-height: 32px;
    border-radius: 0;
}

form.cart .quantity .minus,
form.woocommerce-cart-form .quantity .minus {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 30px
}


form.cart .quantity .plus,
form.woocommerce-cart-form .quantity .plus {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 30px
}

.woocommerce table th.product-quantity, .woocommerce table td.product-quantity {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


table.shop_table span.woocommerce-Price-amount.amount {
    display: block;
    margin-top: -10px;
}

table.shop_table td.product-subtotal {
    font-weight: 700;
}

.multistep-checkout-order-review, .multistep-checkout-form__right {
    flex: 1;
}

.multistep-checkout-form__left {
    flex: 2;
}

.multistep-checkout-form__right .order-review, .multistep-checkout-order-review .checkout-order-review-inner {
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 25px -2px rgba(110, 110, 110, 0.2);
    -moz-box-shadow: 0px 0px 25px -2px rgba(110, 110, 110, 0.2);
    box-shadow: 0px 0px 25px -2px rgba(110, 110, 110, 0.2);
    border: 0;
}

.multistep-checkout-order-review .checkout-order-review-inner > div, .multistep-checkout-order-review .checkout-order-review-inner .review-item {
    border: 0;
}

.multistep-checkout-order-review .checkout-order-review-inner .review-item {
    border-bottom: 1px solid #ededed;
}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-total {
    border-top: 1px solid #ededed;
}

.multistep-checkout-order-review .checkout-order-review-inner .order-review-subtotal {
    padding-top: 10px;

}

.multistep-checkout-order-review .checkout-order-review-inner .amount, .multistep-checkout-order-review .checkout-order-review-inner .review-order-payment-value {
    color: #FF0000
}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-shipping, .multistep-checkout-order-review .checkout-order-review-inner .review-order-fee, .multistep-checkout-order-review .checkout-order-review-inner .review-order-payment {
    padding: 0;
}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-payment {
    padding-bottom: 10px;
}

.order-review-subtotal {
    font-weight: 700;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
}

.checkout-order-review-inner h4 {
    font-size: 14px;
    padding: 0;
    margin-bottom: 25px;
}

.order-review-subtotal-label {
    text-align: left;
}


.order-review-subtotal-value {
    color: #FF0000;
    text-align: right;
}


.multistep-checkout-form__right .review-order-discount {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
    border-bottom: 0;
}

.multistep-checkout-form__right .review-order-discount-label {
    text-align: left;
}

.multistep-checkout-form__right .review-order-discount-value {
    text-align: right;
    color: #ff0000;
}


.multistep-checkout-form__right .order-review-total {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.multistep-checkout-form__right .order-review-total-value {
    text-align: right;
    color: #ff0000;
}

.shipping {
    width: 100%;
    background-color: #EFFFE6;
    display: grid;
    grid-template-columns: 1fr 4fr;
    min-height: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.shipping-image {
    padding: 10px;
}

.shipping-text {
    padding: 10px 30px 20px 10px;
}

.shipping-text-gradient {
    width: 100%;
    height: 5px;
    margin-top: 5px;
    background-color: rgb(202, 202, 202);
    position: relative;
    border-radius: 2.5px;

}

.shipping-text-gradient span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF0000;
    height: 5px;
    border-radius: 2.5px;
}

.nextstep a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #ffb700;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 700;
}

.nextstep a:hover {
    background-color: #FFEAB9;
    color: black;
}


.woocommerce-checkout.woocommerce-page #customer_details {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    display: none;
}


.cart-title {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.cart-title a {
    display: inline-block;
    background-color: #FBB500;
    color: white;
    padding: 0 25px;
    line-height: 30.8px;
    border-radius: 3px;
}

.cart-title a:hover {
    color: black;
}

.woocommerce-billing-fields-nacionale-form, .woocommerce-billing-fields-address-form,
.woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
}

.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-first,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-last,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row-last,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-wide,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce .woocommerce-billing-fields-adsress-form .form-row-first,
.woocommerce .woocommerce-billing-fields-address-form .form-row-last,
.woocommerce .woocommerce-billing-fields-address-form .form-row-wide {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
}

.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-first .woocommerce-input-wrapper,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-last .woocommerce-input-wrapper,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-wide .woocommerce-input-wrapper,
.woocommerce .woocommerce-billing-fields-address-form .form-row-first .woocommerce-input-wrapper,
.woocommerce .woocommerce-billing-fields-address-form .form-row-last .woocommerce-input-wrapper,
.woocommerce .woocommerce-billing-fields-address-form .form-row-wide .woocommerce-input-wrapper {
    min-width: calc(100% - 140px);
    display: block;

}

.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-first .woocommerce-input-wrapper input,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-last .woocommerce-input-wrapper input,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-wide .woocommerce-input-wrapper input {
    padding: 0 5px;
}

.woocommerce-billing-fields-address-form {
    margin-top: 15px;
}

.woocommerce-billing-fields-address-form p {
    margin: 0;
}

.woocommerce-page.woocommerce-checkout label {
    font-weight: 400;
}

.woocommerce-page.woocommerce-checkout label abbr {
    color: red;
    font-weight: 700;
    text-decoration: none;
}


.company-block {
    display: none;
}

input[type="checkbox"].checkbox-collapse-company:checked ~ .company-block {
    display: table;
}

.woocommerce-billing-fields-address-form--margin {
    margin-bottom: 10px;
}

.checkbox-collapse-company {
    margin-top: 15px;
}

.shipping_address {
    display: none;
    height: 100%;
    width: 100% !important;
}

input[type="checkbox"]#ship-to-different-address-checkbox:checked ~ .shipping_address {
    display: table;
    transition: all 0.25s ease-out;
}

#ship-to-different-address-checkbox {
    margin-bottom: 15px;
}

input.input-text {
    border-color: #c7c7c7;
    border-radius: 4px;
}

.woocommerce .select2-selection, .woocommerce .country_to_state.country_select {
    border-radius: 4px !important;
    border-color: #c7c7c7 !important;
}

.woocommerce-shipping-fileds--color {
    background-color: #F8F8F8;
    padding: 5px;
}

#multistep-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.woocommerce-checkout .wc_payment_method {
    position: relative;
}

/*
.woocommerce-checkout .wc_payment_method input[type=radio].input-radio {
	position: absolute;
	right: 1000%;
}

.woocommerce-checkout .wc_payment_method input[type=radio].input-radio + label {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: white;
	border: 2px solid #FBB500;

}
*/
.woocommerce-checkout .wc_payment_method input[type=radio].input-radio {
    display: none;
}

.woocommerce-checkout .wc_payment_method input[type=radio].input-radio + label {
    cursor: pointer;
    padding-left: 40px;
    position: relative;
}

.woocommerce-checkout .wc_payment_method label::before {
    content: '';
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;

    transition: all 0.3s ease;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ededed;
}

.woocommerce-checkout .wc_payment_method input[type=radio].input-radio:checked + label:before {
    border: 6.5px solid #FBB500;
}

.woocommerce-checkout #payment .payment_methods label {
    line-height: 33px !important;
}


.woocommerce .woocommerce-shipping-methods li input {
    display: none;
}

.woocommerce .woocommerce-shipping-methods li input + label {
    cursor: pointer;
    padding-left: 40px;
    position: relative;
}

.woocommerce .woocommerce-shipping-methods li label::before {
    content: '';
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ededed;
    margin-top: -12px;
}

.woocommerce .woocommerce-shipping-methods li input:checked + label:before {
    border: 6.5px solid #FBB500;
}

.woocommerce .woocommerce-shipping-methods li label {
    line-height: 33px !important;
}


.woocommerce-page.woocommerce-checkout #payment .payment_methods .payment_box {
    /*	background-color: #ededed;*/
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px !important;
    margin-top: 0px;
    min-height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    padding-left: 0 !important;

}

.wc_payment_methods.payment_methods.methods {
    border-top: 0 !important;
}

#multistep-shipping h3 {
    font-size: 22px;
}

#multistep-shipping h4 {
    font-size: 14px;
    font-weight: normal;
}

.woocommerce-checkout #payment {
    padding-left: 0 !important;
}

.playment {
    margin-top: 30px;
    padding-top: 20px;
}

.woocommerce-shipping-methods {
    margin-top: 30px;
}


.tcp-label-img-select {
    display: none;
}

.woocommerce-shipping-methods li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.woocommerce-shipping-methods li label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.woocommerce .button.tcp-open-popup-widget {
    background-color: #FBB500;
    border-radius: 50px;
    color: white;
    order: 2;
}

.woocommerce-shipping-methods li label .woocommerce-Price-amount {
    font-weight: bold;

}

.woocommerce-shipping-methods li label .tcp-label-img,
.woocommerce-shipping-methods li label .zasilkovna-label-img {
    order: 3;
}

.woocommerce-shipping-methods li label .woocommerce-Price-amount {
    order: 4;
}

.woocommerce #place_order {
    line-height: initial;
    background-color: #FBB500;
    color: white;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: bold;
}

.woocommerce .woocommerce-info {
    background-color: #CDEFB3;
    color: black;
}

.woocommerce .woocommerce-info a {
    color: black;
}

.woocommerce-checkout article.wordpress h1 {
    display: none;
}

.thankyou h2.woocommerce-order-details__title {
    display: none;
}

.woocommerce .woocommerce-order-overview.order_details {
    border-style: none;
    border-width: 0;
    display: flex;
    margin: 25px 0;
    padding: 0;
}

.woocommerce .woocommerce-order-overview.order_details li {
    padding-left: 0;
}

.woocommerce .woocommerce-order-overview.order_details li:nth-child(odd) {
    border: 0;
}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background-color: #CDEFB3;
    color: #343138;
    display: flex;
    position: relative;
    padding: 25px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

/*
.woocommerce .woocommerce-notice.woocommerce-notice--success
*/

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    position: absolute;
    background-color: #FBB500;
    color: white;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 35px;
}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::after {
    position: absolute;
    color: white;
    content: '';
    width: 25px;
    height: 25px;
    top: 43px;
    left: 33px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg' stroke='white'><g id='SVGRepo_bgCarrier' stroke-width='0'></g><g id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'></g><g id='SVGRepo_iconCarrier'> <path d='M1743.858 267.012 710.747 1300.124 176.005 765.382 0 941.387l710.747 710.871 1209.24-1209.116z' fill-rule='evenodd'></path> </g></svg>");
}

.woocommerce-checkout article.wordpress .woocommerce-notice__text {
    flex: 6;
    text-align: left;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__link {
    flex: 4;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__text h1 {
    display: block;
    color: #444444;
    margin: 0;
    padding: 0 0 10px 70px;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__text p {
    padding-left: 70px;
    color: #444444;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__link a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    line-height: 46px;
    color: white;
    background-color: #FBB500;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 19px;
    border: 2px solid #FBB500;
}


.woocommerce-checkout article.wordpress .woocommerce-notice__link a:hover {
    color: black;
    border: 2px solid #FBB500;
    background-color: #FFEAB9;
}

.thankyou table.shop_table span.woocommerce-Price-amount.amount {
    display: initial;
}

/* Cart navigation */
.go-to-checkout-button {
    width: 100%;
    display: grid;
    margin-bottom: 5px;
}

.go-to-checkout-button a {
    width: 100%;
    padding: 10px 10px;
    background-color: #f4b940;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.go-to-checkout-button a:hover {
    opacity: 0.7;
    color: #ffffff;
}

.back-to-shop-button,
.checkout-back-shipping {
    width: 100%;
    display: grid;
}

.back-to-shop-button a,
.checkout-back-shipping a {
    width: 100%;
    padding: 5px 10px;
    color: #f4b940;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.back-to-shop-button a:hover,
.checkout-back-shipping a:hover {
    text-decoration: underline;
}

/* Cross sell */
.multistep-checkout-form .cart-collaterals {
    width: 100%;
}

.multistep-checkout-form .cart-collaterals .cross-sells > h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.multistep-checkout-form .cross-sells .products {
    grid-template-columns: 1fr !important;
}

.multistep-checkout-form .cross-sells .products li.product .cross-sell-right {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.multistep-checkout-form .cross-sells .products li.product .cross-sell-right .price {
    color: #ff0000 !important;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.multistep-checkout-form .cross-sells .products li.product .cross-sell-right .button {
    border-radius: 50px;
    background-color: #f4b940;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.multistep-checkout-form .cross-sells .products img {
    width: 100px;
}

.multistep-checkout-form .cross-sells .products h2 {
    font-size: 15px !important;
    font-weight: 700;
}

.multistep-checkout-form .cross-sells .products h2 a {
    text-decoration: none;;
}

.multistep-checkout-form .cross-sells .products .you_save_text_woocommerce {
    display: none;
}

.multistep-checkout-form .woocommerce-NoticeGroup {
    margin-bottom: 20px;
}

.multistep-checkout-form .checkout.woocommerce-checkout .woocommerce_checkout_place_order {
    padding: 10px 10px;
    background-color: #f4b940;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#zas-tlac {
    background-color: #FBB500;
    border-radius: 50px;
    color: white;
    order: 2;
}

.zasikovna-ico img {
    display: none;
}

.woocommerce .button {
    line-height: 20px;
}


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

    .shipping {
        margin-bottom: 70px;
        margin-top: -15px;

    }

    .multistep-checkout-form__right .order-review, .multistep-checkout-order-review .checkout-order-review-inner {
        margin-bottom: 30px;
    }
}

a.button.checkout.wc-forward {
    display: none;
}


.type-product.product .yith-par-message.yith-par-message-product {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.woocommerce .button.tcp-open-popup-widget {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f
}

#zas-tlac {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f
}

#multistep-navigation a.next {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f;
    border: 0px
}


#multistep-navigation a.prev {
    color: #ff311f;
    padding: 0 20px;
    border: 2px solid #ff311f;
}

.checkout-back-shipping a {
    color: #ff311f;
}

.multistep-checkout-form .checkout.woocommerce-checkout .woocommerce_checkout_place_order {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f;
    border: 0px
}

.cart-title a {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f;
}

.go-to-checkout-button a {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f;
}

.back-to-shop-button a {
    color: #ff311f;
}

.multistep-checkout-form .cross-sells .products li.product .cross-sell-right .button {
    box-shadow: 0 3px 12px 1px rgb(255 10 10 / 40%);
    background-color: #ff311f;
}

.steps-item.active-step .steps-item-number::before {
    border: 1.5px solid black;
}

.steps-item.passed-step .steps-item-number::before {
    background-image: url(https://www.kralvitamin.cz/wp-content/plugins/musilda-multistep-checkout/assets/img/check.png);
}

.woocommerce .button.tcp-open-popup-widget {
    margin: 16px 16px 16px 36px !important;
}

.woocommerce form .form-row .optional {
    display: none;
}

@media only screen and (max-width: 1050px) {
    .woocommerce .button.tcp-open-popup-widget {
        font-size: 13px;
        padding: 9px;
        min-height: 20px;
    }

    #zas-tlac {
        font-size: 13px;
        padding: 9px;
        min-height: 20px;
    }
}

@media only screen and (min-width: 1050px) {
    ul.woocommerce-shipping-methods input[type=radio] + label {
        margin-top: -10px;
        height: 65px;
    }

    .woocommerce-shipping-methods li label .tcp-label-img, .woocommerce-shipping-methods li label .zasilkovna-label-img {
        margin-left: auto;
        width: 120px
    }

    #zas-tlac {
        margin-left: 30px;
    }

    .woocommerce .button.tcp-open-popup-widget {
        margin-left: 30px;
    }
}


@media only screen and (min-width: 900px) and (max-width: 1049px) {
    #zas-tlac {
        margin-left: 10px;
    }

    .woocommerce .button.tcp-open-popup-widget {
        margin-left: 10px;
    }

    .woocommerce-shipping-methods li label .tcp-label-img, .woocommerce-shipping-methods li label .zasilkovna-label-img {
        margin-left: auto;
        width: 90px
    }

    ul.woocommerce-shipping-methods input[type=radio] + label {
        margin-top: -10px;
        height: 65px;
    }
}


@media only screen and (min-width: 770px) and (max-width: 899px) {
    #zas-tlac {
        order: 4
    }

    .woocommerce .button.tcp-open-popup-widget {
        order: 4
    }

    .woocommerce-shipping-methods li label .tcp-label-img, .woocommerce-shipping-methods li label .zasilkovna-label-img {
        margin-left: auto;
    }
}


@media only screen and (min-width: 526px) and (max-width: 699px) {
    .woocommerce-shipping-methods li label .tcp-label-img, .woocommerce-shipping-methods li label .zasilkovna-label-img {
        display: none
    }

    ul.woocommerce-shipping-methods input[type=radio] + label {
        margin-top: -10px;
        height: 65px;
    }
}


@media only screen and (max-width: 525px) {
    .woocommerce .button.tcp-open-popup-widget {
        order: 4;
    }

    #zas-tlac {
        order: 4;
    }

    .shipping-free-label {
        margin-top: 0px !important;
    }

    .woocommerce-shipping-methods li label .tcp-label-img, .woocommerce-shipping-methods li label .zasilkovna-label-img {
        display: none
    }
}

.shipping-free-label {
    color: #00d200;
    margin-left: 40px;
    margin-top: -25px;
    font-size: 13px;
}

.packetery-widget-button-wrapper {
    flex: 0 0 100%;
    margin: 16px 16px 16px 36px;
}


.packeta-widget.after-rate .packetery-widget-button-row, .packeta-widget.after-rate .packeta-widget-button img, .packeta-widget.after-rate .packeta-widget-button button, .packeta-widget.after-rate .packeta-widget-button a.button {
    width: auto;
}

.woocommerce table th {
    width: 210px;
    padding-left: 40px;
}

.woocommerce-shipping-methods li label .woocommerce-Price-amount {
    margin-left: 15px;
    color: red;
}

.woocommerce-info {
    margin-top: 0px !important;
}

.woocommerce .woocommerce-shipping-methods li label::before {
    border: solid 1px #dddddd;
}

.woocommerce-checkout .wc_payment_method label::before {
    border: solid 1px #dddddd;
}

.added_to_cart {
    color: black;
    font-weight: 600;
}


@media only screen and (min-width: 1000px) {
    td.product-thumbnail {
        padding-left: 20px !important;
        width: 300px !important;
    }
}

@media only screen and (min-width: 765px) and (max-width: 950px) {
    td.product-thumbnail {
        width: 100% !important;
    }
}

@media only screen and (min-width: 765px) {
    td.product-price {
        padding-left: 40px !important;
    }

    td.product-name {
        width: 250px;
        padding-left: 20px !important;
    }

    td.product-subtotal {
        padding-left: 40px !important;
    }
}

.multistep-checkout-form {
    padding: 0 20px;
}

.billing-checkbox {
    display: none;
    align-items: center;
    gap: 8px;
}

.billing-checkbox--visible {
    display: flex;
}

.billing-checkbox label {
    margin: 0;
}

#billing_country_field {
    display: none;
}
.checkout-inline-error-message {
    display: none!important;
}
