.ordering-process .overall-wrapper #header {
    box-shadow: 0px 10px 15px rgb(46 82 61 / 3%);
}

.ordering-process .cart-table-heading {
    margin-bottom: -5px;
}

.ordering-process .cart-table .removeable, .ordering-process .cart-table .removeable:first-child {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;

}

.ordering-process .cart-table .removeable .p-total strong {
    font-size: 17px;
    color: #CF4823;
}

.ordering-process .cart-table .related {
    border: 0;
    padding: 30px 0 40px 0;
}

.ordering-process .cart-table .related .related-title {
    color: #2E523D;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 15px;
    margin: 0;
}

.ordering-process .cart-table .related .related-title.--active {
    border-bottom: 1px solid #F0F0F0;
}

.ordering-process .cart-table .related>td {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr;
}

.ordering-process .cart-related-product {
    background: #FFFFFF;
    outline: 1px solid #F0F0F0;
    border-top: 0;
    padding: 8px 15px;
    height: auto;
    flex-basis: 100%;
    margin: 0;
}

.ordering-process .cart-related-product .cart-related-info {
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-rows: auto auto;
    grid-gap: 5px 20px;
}

.ordering-process .cart-related-img {
    grid-row-start: 1;
    grid-row-end: 3;
}

.ordering-process .cart-related-name {
    line-height: 1.2;
    padding: 0;
    align-self: end;
    font-size: 14px;
    color: #2E523D;
}

.ordering-process .cart-related-availability {
    grid-column-start: 2;
    padding: 0;
    align-self: start;
    line-height: 1;
}

.ordering-process .showMoreRelated {
    justify-content: center;
    margin-top: 5px;
}

.ordering-process .cart-related-button {
    padding-left: 10px;
}

.ordering-process .cart-related-button .price-final {
    font-size: 14px;
    color: #2E523D;
}

.ordering-process .cart-related-button .btn {
    background: #f7faf9;
    color: #2E523D;
}

.ordering-process .cart-related-button .btn:hover {
    background: #ECF2E8;
    color: #2E523D;
}

.ordering-process .cart-table .p-name .main-link {
    color: #2E523D;
    font-size: 16px;
    font-weight: 500;
}

.ordering-process .cart-table .p-name .main-link-variant {
    color: #6F6F6F;
    font-weight: 400;
    font-size: 14px;
}

.ordering-process .cart-table .p-quantity .quantity .amount {
    border: 1px solid #E7EEEC;
}

.ordering-process .cart-summary {
    border-top: 1px solid #E7EEEC;
}

@media screen and (min-width:991px) {
    .ordering-process .cart-table .removeable .p-price {
        position: relative;
    }

    .ordering-process .cart-table .removeable .p-price .show-tooltip.acronym {
        display: flex;
        white-space: nowrap;
    }

    .ordering-process .cart-table .removeable .p-price .show-tooltip::before {
        content: "";
        background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/nav-sale.svg");
        background-size: 100%;
        height: 18px;
        width: 18px;
        display: flex;
        margin-right: 8px;
        margin-top: 2px;
    }

    .ordering-process .cart-table .removeable .p-price:hover .show-tooltip[data-original-title]:after {
        content: attr(data-original-title);
        background: #E0EDD8;
        border: 1px solid #E7EEEC;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
        display: flex;
        text-align: center;
        position: absolute;
        top: -25px;
        left: -50%;
        padding: 5px;
        font-size: 13px;
        line-height: 1.2;
    }
}




@media screen and (max-width:991px) {
    .ordering-process .cart-table .related>td {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .ordering-process .cart-table .related {
        padding-left: 0;
        border: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
        padding-top: 0px;
        border: 1px solid #F0F0F0;
        margin: 0;
        margin-bottom: 20px;
        border-top: 0;
    }

    .ordering-process .cart-table .related>td {
        display: none;
        grid-template-columns: 1fr;
    }

    .ordering-process .cart-related-product {
        outline: none;
    }

    .ordering-process .cart-table .related .related-title {
        font-size: 16px;
        padding: 15px 10px;
        border-top: 0;
    }

    .ordering-process .cart-related-availability {
        width: auto !important;
        margin-left: 0px !important;
    }

    .ordering-process .showMoreRelated {
        display: none;
    }


    .ordering-process .related-title {
        padding: 10px 15px;
        margin: 0;
        background-color: #F7FAF9;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ordering-process .related-title::after {
        content: "";
        right: 10px;
        background-color: transparent;
        background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/arrow-down.svg");
        width: 8px;
        height: 8px;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
    }


    .ordering-process .cart-table .related>td {
        display: none;
    }

    .ordering-process .cart-table .related-title.--active+td {
        display: flex;
        flex-direction: column;
    }

}

.cart-summary .extras-wrap .extra.discount {
    font-size: 0;
}

.cart-summary .extras-wrap .extra.discount a {
    font-size: 0;
}

.cart-summary .extras-wrap .extra.discount a::before {
    font-size: 15px;
}

html:lang(cs) .cart-summary .extras-wrap .extra.discount a::before {
    content: "Registrujte se a sbírejte slevy s každým svým nákupem.";
}

html:lang(sk) .cart-summary .extras-wrap .extra.discount a::before {
    content: "Registrujte sa a zbierajte zľavy s každým svojim nákupom.";
}

html:lang(en) .cart-summary .extras-wrap .extra.discount a::before {
    content: "Sign up and collect discounts with every purchase you make.";
}

html:lang(ro) .cart-summary .extras-wrap .extra.discount a::before {
    content: "Înscrieți-vă și colectați reduceri la fiecare achiziție pe care o faceți.";
}

html:lang(hu) .cart-summary .extras-wrap .extra.discount a::before {
    content: "Regisztráljon, és gyűjtsön kedvezményeket minden vásárlása esetén.";
}


.cart-table-heading span {
    color: #2e523d;
}

.cart-table .p-price .price-final {
    color: #2e523d;
    font-weight: 400;
}




.cart-header {
    position: relative;
    background: transparent;
}

.cart-header::before {
    content: "";
    top: 0;
    bottom: 0px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #F7FAF9;
    display: flex;
    position: absolute;
    z-index: -1;
}


.cart-header .step, .cart-header .step.completed, .cart-header .step.active {
    border: 0;
    background: transparent;

}

.cart-header .step strong, .cart-header .step a {
    padding: 0 10px;
    height: 120px;
    color: #2e523d;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}


.cart-header .step::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 0;
    transform: rotate(-90deg) translateX(6px);
    top: 50%;
    opacity: 0.5;
}

.cart-header .step:last-child::before {
    content: none;
}


.cart-header .step.active strong,
.cart-header .step.completed a {
    color: #2e523d;
    display: flex;
}

.step::after, .step.completed::after, .step.active::after, .step.step-1::after, .step.step-2::after, .step.step-3::after, .step.step-4::after {
    content: none;
}

.step a::before, .step strong::before {
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    line-height: 1;
    color: #2E523D;
    font-weight: 500;
    margin-right: 15px;
    flex-shrink: 0;
}

.step.step-1 strong::before, .step.step-1 a::before {
    content: "1";
}

.step.step-2 strong::before, .step.step-2 a::before {
    content: "2";
}

.step.step-3 strong::before, .step.step-3 a::before {
    content: "3";
}

.step.step-4 strong::before, .step.step-4 a::before {
    content: "4";
}

.step.completed a::before {
    background: #7BB82A;
    color: white;
}

.step.active strong::before {
    background: #2E523D;
    color: white;
}

@media screen and (max-width:991px) {
    .cart-header .step strong, .cart-header .step a {
        font-size: 15px;
    }

    .cart-header .step::before {
        content: none;
    }
}

@media screen and (max-width:575px) {

    .cart-header .step a,
    .cart-header .step strong,
    .cart-header .step.active strong,
    .cart-header .step.completed a {
        flex-direction: column;
        font-size: 14px;
        padding: 0 5px;
        line-height: 1.1;
    }

    .step a::before, .step strong::before {
        margin: 0;
        margin-bottom: 5px;
        width: 32px;
        height: 32px;
    }

    .cart-header .step strong, .cart-header .step a {
        height: 80px;
        text-align: center;
    }
}



.ordering-process .cart-summary>h4 {
    display: none;
}

@media screen and (max-width: 991px) {
    .ordering-process .cart-summary .discount-coupon form {
        display: none;
    }

    .ordering-process .cart-summary .discount-coupon form.--active {
        display: flex;
        padding-bottom: 30px;
    }

    .ordering-process .cart-summary>h4 {
        display: flex;
        font-size: 0;
        padding: 10px 0 20px 0;
        margin: 0;
    }

    html:lang(cs) .ordering-process .cart-summary>h4::before {
        content: "Mám slevový kód";
        font-size: 15px;
    }

    html:lang(sk) .ordering-process .cart-summary>h4::before {
        content: "Mám zľavový kód";
        font-size: 15px;
    }

    html:lang(en) .ordering-process .cart-summary>h4::before {
        content: "I have a discount code";
        font-size: 15px;
    }

    html:lang(ro) .ordering-process .cart-summary>h4::before {
        content: "Am un cod de reducere";
        font-size: 15px;
    }

    html:lang(hu) .ordering-process .cart-summary>h4::before {
        content: "Van egy kedvezményes kódom";
        font-size: 15px;
    }

    .ordering-process .cart-summary>h4::after {
        content: "";
        display: flex;
        height: 20px;
        width: 20px;
        background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .discount-coupon {
        margin: 0;
    }
}


.discount-coupon form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.discount-coupon form input {
    max-width: 200px;
}

.discount-coupon button {
    height: 46px;
}

.discount-coupon form span {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    padding-top: 5px;
}

/*
.ordering-process .form-control:valid {
    background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/checkbox-green.svg");
    background-position: right 15px center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
*/

.phone-combined-input + .js-validator-msg.msg-error{
    display: none;
}

.ordering-process .content-wrapper-in {
    margin-top: 200px;
}

.ordering-process .cart-header~.content-wrapper-in {
    margin-top: 0;
}

@media screen and (max-width: 575px) {
    .ordering-process .content-wrapper-in {
        margin-top: 88px;
    }

    .ordering-process .cart-header~.content-wrapper-in {
        margin-top: 0;
        padding-top: 0;
    }
    .ordering-process .header-top{
        justify-content: center;
    }
    .ordering-process .site-name{
        margin-left: 0;
    }
}



.cart-table .p-name .main-link {
    color: #2E523D;
}

.co-box>h4, .co-billing-address fieldset>h4{
    color: #78AA66;
font-size: 22px;
font-weight: 500;
border-bottom: 1px solid #F0F0F0;
  padding-bottom: 10px;
  margin: 20px 0;
}


#order-form .form-group, #order-form  textarea.form-control {
max-width: 520px;
position: relative;
}
.cart-content .register input[type="checkbox"]+label{
padding-left: 30px;
}
.cart-content .register input[type="checkbox"]+label::before{
border: 1px solid #2E523D;

}

.co-billing-address fieldset>h4::after, .co-box>h4::after, #order-form h4::after {
    content: none;
}

#order-form .stay-in-touch .form-group {
    max-width: 100%;
}

#shipping-address.visible {
    background: #f7faf9;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
}

#select-country-payment {
    margin-bottom: 40px;
}

.cart-content .stay-in-touch input[type="checkbox"]+label {
    box-shadow: none;
    border: 1px solid #e7eeec;
}

.cart-content .stay-in-touch::before {
    z-index: 1;
}


/* login banner */

#checkoutContent .co-contact-information h4+.form-group {
    max-width: 100%;
    background: #f7faf9;
    max-width: 100%;
    width: 100%;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    border: 0;
}


#checkoutContent .co-contact-information h4+.form-group label {
    font-size: 0;
    display: flex;
    flex-direction: column;
    background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/user-login-circle.svg");
    background-repeat: no-repeat;
    padding-left: 80px;
    background-size: 60px;
    background-position: center left;
    min-height: 60px;
    justify-content: center;
}

#checkoutContent .co-contact-information h4+.form-group label::before {
    content: "Už u nás máte zákaznický účet?";
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 2px;
}
html:lang(sk) #checkoutContent .co-contact-information h4+.form-group label::before {
    content: "Už u nás máte zákaznícky účet?";
}
html:lang(en) #checkoutContent .co-contact-information h4+.form-group label::before {
    content: "Do you already have a customer account?";
}
html:lang(ro) #checkoutContent .co-contact-information h4+.form-group label::before {
    content: "Aveți deja un cont de client la noi?";
}
html:lang(hu) #checkoutContent .co-contact-information h4+.form-group label::before {
    content: "Van már ügyfélfiókod nálunk?";
}

#checkoutContent .co-contact-information h4+.form-group label::after {
    content: "Nemusíte nic vyplňovat a jednoduše se přihlaste.";
    font-size: 15px;
    font-weight: 400;
    color: #6F6F6F;
}
html:lang(sk) #checkoutContent .co-contact-information h4+.form-group label::after {
    content: "Nemusíte nič vyplňovať a jednoducho sa prihláste.";
}
html:lang(en) #checkoutContent .co-contact-information h4+.form-group label::after {
    content: "You don't have to fill in anything and simply log in";
}
html:lang(ro) #checkoutContent .co-contact-information h4+.form-group label::after {
    content: "Nu trebuie să completați nimic și pur și simplu să vă conectați.";
}
html:lang(hu) #checkoutContent .co-contact-information h4+.form-group label::after {
    content: "Nem kell semmit kitöltenie, csak be kell jelentkeznie.";
}




#checkoutContent .co-contact-information h4+.form-group a {
    font-size: 0;
    background: #78AA66;
    color: white;
}

#checkoutContent .co-contact-information h4+.form-group a::before {
    content: "Přihlásit se";
    font-size: 15px;
}
html:lang(sk) #checkoutContent .co-contact-information h4+.form-group a::before {
    content: "Prihlásiť sa";
}
html:lang(en) #checkoutContent .co-contact-information h4+.form-group a::before {
    content: "Log in";
}
html:lang(ro) #checkoutContent .co-contact-information h4+.form-group a::before {
    content: "Autentificare";
}
html:lang(hu) #checkoutContent .co-contact-information h4+.form-group a::before {
    content: "Belépés";
}

@media screen and (max-width: 991px) {
    #checkoutContent .co-contact-information h4+.form-group {
        padding: 20px 30px;
        margin: 20px 0;
        flex-direction: column;
        align-items: flex-start;

    }

    #checkoutContent .co-contact-information h4+.form-group label {
        margin-right: 0;
    }

    #checkoutContent .co-contact-information h4+.form-group label+div {
        margin-top: 10px;
        margin-left: 80px;
    }

}
@media screen and (max-width: 575px) {
    #checkoutContent .co-contact-information h4+.form-group {
        padding: 20px 15px;
    }
    #checkoutContent .co-contact-information h4+.form-group label::after {
        content: none !important;
    }

}




/* order summary */

.order-summary {
    margin-bottom: 30px;
}

.order-summary-inner {
    padding: 0;
    background: transparent;
}

.order-summary-inner>h4 {
    font-size: 22px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin: 0 0 5px 0;
    color: #78AA66;
    font-weight: 500;
}

.order-summary-inner>h4::after {
    content: none;
}

.order-recapitulation {
    border: 0;
}

.order-summary-inner .recapitulation-single:first-child {
    padding-top: 20px;
}

.order-summary-item.price {
    border-bottom: 4px solid #F7FAF9;
    border-top: 4px solid #F7FAF9;
    padding: 20px 0;
}

.order-summary .order-summary-inner .cart-item {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #E7EEEC;
    padding: 15px 0;
    padding-left: 65px;
    position: relative;
}

.order-summary .order-summary-inner .cart-item>a {
    display: flex;
    float: left;
    height: 50px;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.order-summary .order-summary-inner .cart-item .main-link {
    color: #2E523D;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 2px;
    line-height: 1.5;
}

.order-summary .order-summary-inner .cart-item .main-link span {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
}

.order-summary .order-summary-inner .cart-item .main-link:hover {
    text-decoration: none;
}

.order-summary .order-summary-inner .cart-item-amount {
    float: left;
    font-size: 16px;
}

.order-summary .order-summary-inner .cart-item-price {
    text-align: right;
    font-weight: 500;
    color: #2E523D;
    font-size: 16px;
}

.order-summary-item.price .price.price-primary span,
.order-summary-item.price .price-secondary span {
    display: flex;
}

.order-summary-item.price .price-wrapper .price-label.price-primary {
    font-size: 18px;
    font-weight: 500;

}

.order-summary-item.price .price.price-primary span {
    font-size: 18px;
    font-weight: 500;
    color: #CF4823;
}

.recapitulation-single {
    padding-top: 10px;
    font-size: 16px;
}

.recapitulation-single strong {
    font-weight: 400;
}

.recapitulation-single strong span {
    font-weight: 500;
}

.recapitulation-single>span {
    color: #6F6F6F;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 1px;
    display: flex;
}

.order-summary-item.price .price-secondary {
    color: #6E6E6E;
    font-weight: 400;
}

.order-summary-item.price .price-wrapper {
    width: 100%;
    display: grid;
    grid-gap: 5px 10px;
    grid-template-columns: auto auto;
}

.order-summary-item.price strong {
    width: 100%;
}

#checkoutSidebar .consents {
    margin: 0;
    margin-bottom: 15px;
}
#checkoutSidebar .consents label::before{
    border: 1px solid #2E523D;
}

.checkout-box {
    margin-bottom: 40px;
}

.checkout-box .contact-box {
    padding: 20px;
    border: 1px solid #e7eeec;
}

.checkout-box .contact-box strong {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    min-height: 80px;
}
.cart-inner #orderSummaryToggle{
    display: none;
}

@media screen and (max-width: 991px) {
    .cart-inner #orderSummaryToggle{
        display: flex;
        padding: 12px 20px;
        background: #F7FAF9;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        background-image: url("https://www.benlemi.cz/user/documents/theme/dist/icons/arrow-down.svg");
        background-position: right 20px center;
        background-repeat: no-repeat;
    }
    body.--activeSummary #summary-box{
        display: flex;
        flex-direction: column;
        background: white;
        padding: 20px;
        border: 1px solid #e7eeec;
    }
    .checkout-box{
        margin-bottom: 20px;
    }
    .order-summary-item.price{
        border-bottom: 0;
        padding-bottom: 0;
    }
}


/* layout edit */

.ordering-process .cart-row {
    margin: 0;
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-gap: 60px;
}

.in-kosik.ordering-process .cart-row,
.in-cart.ordering-process .cart-row,
.in-kosar.ordering-process .cart-row,
.in-cos-de-cumparaturi.ordering-process .cart-row {
    grid-template-columns: 1fr;
    grid-gap: 0;

}
.in-kosik.ordering-process .cart-row .col-md-4,
.in-kosik.ordering-process .cart-row .col-md-8{
    padding: 0;
}
.ordering-process #checkoutContent {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 40px 60px;
    border: 1px solid #E7EEEC;
}

#checkoutContent .co-box {
    padding: 0;
}

.ordering-process #checkoutSidebar {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.in-krok-2.ordering-process #checkoutSidebar .next-step .next-step-back {
    display: none;
}

.in-krok-1 .co-delivery-method {
    margin-bottom: 40px;
}




@media screen and (max-width: 991px) {
    .ordering-process .cart-row {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .ordering-process #checkoutContent {
        box-shadow: none;
        padding: 0;
        border: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .cart-row .col-md-8{
        padding: 0;
    }
    .cart-row  .col-md-4{
        padding: 0;
    }
}