.order-toggle{
	justify-content: flex-start;
}

.cb-customer {
    flex: 0 0 754px;
}


.cb-customer .checkout-item input {
    width: 730px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    display: block;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
}

.cb-comment textarea {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #f1f1f1;
    width: 100%;
    height: 70px;
    padding: 15px;
    display: block;
    margin: 0 0 10px;
}

.cip-one{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cip-one .cart-inner__price .cip-value{
	height:auto;
}

.cip-one .cart-inner__delete {
    display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 60px;
}

.checkout-right .cart-inner__total{
	background: #fafafa;
}

.checkout-right .cart-inner__button{
	background: #fafafa;
}

.cb-shipping-payment{
    width: 400px;
}

#customer_single{
    display: none;
}

#customer_single.open{
    display: block;
}


#customer_company{
    display: none;
}

#customer_company.open{
    display: block;
}

.checkout-item input{
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 400;
}

.checkout-item-half{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-item-half > label{
    flex:0 0 48%;
    width: 48%;
}

.cb-customer .checkout-item .checkout-item-half > label input{
    width: 338px;
}

.checkout-form .checkout-item span{
    display: inline-block;
}

.checkout-form .checkout-block-content{
    padding:0;
}

.checkout-form .checkout-block-content span.block-head{
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #7d8a92;
    padding:0 0 20px;
}

.cb-shipping-payment .block-head {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #7d8a92;
    padding: 0 0 20px;
}

.checkout-block-content .input-block{
    display: block;
    margin-bottom: 20px;
}

.checkout-block-content .input-block span{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.checkout-block-content .input-block input {
 display: block;
    height: 40px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    width: 326px;
    padding: 0 15px;
    font-family: 'Gilroy';
    font-size: 16px;
    margin: 10px 0 0;
}

.checkout-form textarea{
     font-family: 'Gilroy';
    font-size: 16px;
}

.shipping-information{
    margin-top: 5px;
}

.cb-type .checkout-block-content label{
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.cb-type .checkout-block-content label input{
    margin: 0;
}

.checkout-inner-flex-checkout{
    align-items: flex-start;
}

.error-field{
    font-weight: bold;
    color: #ef1515;
    margin: 10px 0;
}

.cb-comment span.block-head{
    margin-bottom: 25px;
}


.order-success{
    min-height: 100vh;
    height: 100vh;
}

.np-radioblock{
    display: flex;
    justify-content: space-between;
    margin:25px 0;
}

.np-radioblock a{
    background: #f1f1f1;
    border-radius: 4px;
    padding:5px 10px;
    text-decoration: none;
    color:#111;
}

.np-radioblock a.active{
    background: #ef1515;
    color:white;
}

.checkout-inner-flex .cb-comment{
    margin-top: 40px;
}


.input-block {
    position: relative;
}

.input-block #city_search_results{
    background: white;
    border-radius: 8px;
    width: 356px;
    box-shadow: 0px 13px 13px #2d2d2d24;
    list-style: none;
    position: absolute;
    top: 80px;
    z-index: 10;
}

#city_search_results a{
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #f1f1f1;
}

#city_search_results a:hover{
    background: #f1f1f1;
    font-weight:600;
}



.input-block select{
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    height: 36px;
    background: #f1f1f1;
    border: none;
    text-indent: 10px;
    font-family: 'Gilroy';
    font-size: 16px;
}

#poshtomat_number{
    display: none;
}

#real_address{
    display: none;
}

.np-block a.disabled{
        background: #f8f8f8;
    color: #aaa;
}