.ordering-process tr.cart-table-header {
    display: none;    
}

.ordering-process ol.cart-header li.active a, .ordering-process ol.cart-header li.active strong {
    background: transparent !important;
}

.cart-table tr td, .cart-table tr td.cart-p-image{
    background: transparent;
}

ol.cart-header li.active a, ol.cart-header li.completed a, ol.cart-header li.active strong, ol.cart-header li.completed strong{
    background: transparent !important;
}

ol.cart-header li.active a:before, ol.cart-header li.active strong:before, ol.cart-header li.completed a:before, ol.cart-header li.completed strong:before{
    color: white;
}


.ordering-processol.cart-header li a:hover{
    font-weight: bold;
    background: transparent;
}

.ordering-process .cart-table tr td {
    border: unset !important;
}

.ordering-process .cart-table tr.removeable {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 12px;
}

.ordering-process .cart-table {
    border-bottom-width: 0px;
}

@media( min-width: 992px){
    .ordering-process td.cart-p-image {
        flex-basis: 140px;
    } 
    .ordering-process td.p-name {
        flex-basis: calc(100% - 795px);
    }   
    .ordering-process td.p-availability.p-cell {
        flex-basis: 150px;
    }   
    .ordering-process td.p-quantity.p-cell {
        flex-basis: 155px;
    }
    .ordering-process td.p-price.p-cell {
        flex-basis: 170px;
    }
    .ordering-process td.p-total {
        flex-basis: 170px;
    }
}

@media (max-width: 767px){
    body .overall-wrapper {
        background-image: unset !important;
    }
}

.ordering-process .overall-wrapper {
        background-image: unset !important;
    }

.checkout-box, .order-summary-inner{
    background: #f7f7f7;
    border: unset;
    border-radius: 12px;
}

@media (max-width: 767px){
	.checkout-box, .order-summary-inner{
		padding: 15px;
	}
}

#checkoutSidebar .toggle-contacts{
    display: none;
}

.ordering-process .cart-content .checkout-box .box.box-sm{
    height: auto;
    margin-top: 11px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.discount-coupon .btn.btn-arrow-right.btn-text:before{
    content: "";
}

.order-button-text{
    font-weight: 600;
}

.discount-coupon .input-group .btn {
    line-height: 32px;
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    font-weight: normal;
    border-radius: 0 !important;
    font-weight: normal;
    color: white !important;
    font-size: unset;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;!i;!;
}

.discount-coupon .input-group .btn:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.toggle-coupon-input .discount-coupon {
    display: block !important;
}

.toggle-coupon-input .toggle-coupon-input-button{
    text-decoration: none;
    cursor: default;
}

.toggle-coupon-input .toggle-coupon-input-button:after {
    display: none;
}

.order-summary-item, .recapitulation-single {
    padding: 12px 0px !important;
}

.smart-labels-active .smart-label-wrapper input{
    padding-top: 26px;
}

.in-krok-1 .top-navigation-bar,
.in-krok-2 .top-navigation-bar,
.in-krok-1 #header .header-bottom,
.in-krok-2 #header .header-bottom{
    display: none;
}

.in-krok-1 .container.navigation-wrapper,
.in-krok-2 .container.navigation-wrapper{
    justify-content: center;
}

@media (min-width: 768px) {
    .ordering-process:not(.in-kosik) .top-navigation-bar .top-navigation-menu,
    .ordering-process:not(.in-kosik) #header .header-top-wrapper>.kontaktHlavicka,
    .ordering-process:not(.in-kosik) #header .header-top-wrapper>.navigation-buttons,
    .ordering-process:not(.in-kosik) #header .header-top-wrapper>.search{
        display: none;
    }
    
    .ordering-process:not(.in-kosik) .top-navigation-bar .top-navigation-tools{
        display: flex;
        justify-content: center;
    }
    
}

@media (max-width: 767px) {
    
    .ordering-process .discount-coupon form{
        flex-wrap: wrap;
    }
    
    .ordering-process .discount-coupon .input-group .btn{
        display: inline-block;
        width: 100%;
        flex: unset;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px !important;
    }

    .ordering-process .discount-coupon .input-group input{
        border-top-right-radius: 12px;
        border-top-left-radius: 12px
    }

    .ordering-process .payment-logo {
        order: 0;
        flex-basis: calc(100% - 90px);
        width: calc(100% - 90px);
        display: flex;
        margin-bottom: 5px;
    }
    
    .ordering-process .payment-logo img{
        max-width: 50px;
    }
    
    .ordering-process .payment-info{
        order: 1;
        flex-basis: calc(100% - 80px);
        width: calc(100% - 80px);
    }
    
    .ordering-process strong.payment-shipping-price, .ordering-process .payment-shipping-price {
        order: 2;
        width: 80px !important;
        flex-basis: 80px !important;
        flex-grow: unset !important;
        flex-shrink: unset !important;
    }
    
    .ordering-process .shipping-billing-table .radio-wrapper {
        padding-left: 0;
        padding-right: 0px;
    }

    .in-krok-1 .container.navigation-wrapper.header-top-wrapper,
    .in-krok-2 .container.navigation-wrapper.header-top-wrapper{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
}

.ordering-process .shipping-billing-table .inactive-child {
    display: none !important;
}

#orderFormButton, #submit-order {
    border-radius: 12px;
}

#checkoutContent .form-control{
    border-radius: 12px;
}

#checkoutContent .helper{
    border-radius: 12px;
}

@media (min-width: 768px) {
    .ordering-process:not(.in-kosik) header#header{
        background: #f7f7f7;
    }
   .ordering-process:not(.in-kosik) #header .container{
        display: flex;
        justify-content: center;
    }
    .ordering-process:not(.in-kosik) #header .header-top{
        padding: 0px;
        padding-top: 7px;
    }
    .ordering-process:not(.in-kosik) #header .header-top-wrapper>div {
        flex-basis: auto !important;
    }
}


.btn.btn-default, a.btn.btn-default, .btn.btn-default:hover, a.btn.btn-default:hover, a#continue-order-button {
    border-radius: 5px;
}

.ordering-process div.site-name img{
    padding: 5Px !important;
}



.shipping-billing-table .radio-wrapper {
    border-radius: 5px;
}


.ordering-process .radio-wrapper input[type=radio]+label{
    align-items: center !important;
}

@media (min-width: 992px) {
    .ordering-process .payment-info {
        flex-basis: calc(100% - 220px) !important;
    }
}


.radio-wrapper input[type=radio]+label:before, .radio-wrapper input[type=radio]+label:after {
    top: unset !important;
    transform: unset !important;
}