.next-step--cart .next-step-forward,
.in-krok-1 button#orderFormButton,
.in-krok-2 button#submit-order {
    background-color: #e5ce99 !important;
    color: #27466f !important;
}

table.cart-table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.contact-box li span a,
div.cart-content h4 {
    color: #24436c;
}

.next-step.next-step--cart {
    justify-content: space-between;
}

.next-step.next-step--cart span.continue-shopping {
    color: #24436c;
    padding: 0;
}

.next-step-back {
    padding: 0 !important;
}

@media(max-width: 1999px) {
    td.p-name {
        max-width: 220px;
        padding-left: 0 !important;
    }
}

@media(max-width: 767px) {
    #checkoutContent .cart-content [type="radio"]+label {
        padding: 10px 30Px;
    }

    .radio-wrapper input[type="radio"]+label:before {
        margin-left: 8px;
    }
}

@media(min-width: 1200px) {
    .cart-content:first-of-type {
        padding-right: 60px;
    }
}

span.btn.btn-block.btn-primary.toggle-contacts {
    background: #20406c !important;
    color: white;
}

span.sublabel.new-gen-choose a {
    color: var(--color-primary-hover) !important;
}

.cart-table tr.removeable>td.p-total {
    width: 170px;
}

.cart-table tr.removeable>td.p-price.p-cell {
    width: 150px;
}

.cart-table tr.removeable>td.p-quantity.p-cell {
    width: 100px;
}

.cart-table tr.removeable>td.cart-p-image {
    width: 130px;
}

.cart-table tr.removeable>td.p-name {
    width: calc(100% - 550px);
}


.in-krok-2 .co-box.co-box-additional {
    border-top: 0px;
}

#checkoutSidebar .cart-content .box.box-sm.box-bg-default.visible {
    padding: 8px 24px;
}

ol.cart-header li a,
ol.cart-header li strong {
    background-color: transparent;
    color: #20406c;
}

.in-krok-1 #orderFormButton,
.in-krok-2 #submit-order {
    background-color: #23436c !important;
    color: white;
}

/* .ordering-process header#header {
    z-index: 111 !important;
} */

ol.cart-header li.completed a,
ol.cart-header li.completed strong {
    color: #20406c !important;
}

#checkoutSidebar .order-summary .checkout-box .toggle-contacts {
    display: none;
}

#checkoutSidebar .order-summary .checkout-box .box {
    display: block !important;
    background-color: #23436c;
    height: auto;
    transform: scale(1);
    visibility: visible;
    padding: 8px 24px;
    margin-top: 0px;
}

#checkoutSidebar .order-summary .checkout-box .box * {
    color: #ffffff !important;
}

/* body.cart-emptied header#header {
    z-index: 1005 !important;
} */