.order-toggle{
	justify-content: flex-start;
}

.cb-customer {
    flex: 0 0 100%;
}

#other_receiver{
    display: none;
}

#other_receiver.open{
    margin-top: 30px;
    display: block;
}

.cb-customer .checkout-item input {
    width: 100%;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    display: block;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
}
.cb-comment textarea {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #f1f1f1;
    width: 100%;
    height: 120px;
    padding: 20px;
    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;
}



.cb-shipping-payment {
    width: 100%;
}

#customer_single{
    display: none;
}

#customer_single.open{
    display: block;
}


#customer_company{
    display: none;
}

#customer_company.open{
    display: block;
}

.checkout-item input{
    font-family: 'Geologica';
    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: 600;
    font-size: 22px;
    display: block;
    color: var(--newgreen);
    padding: 0 0 20px;
}

.cb-shipping-payment .block-head {
   font-weight: 600;
    font-size: 22px;
    display: block;
    color: #50a520;
    padding: 0 0 20px;
}

.checkout-block-content .input-block{
    display: block;
    margin-bottom: 20px;
}

.checkout-block-content .input-block span{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout-block-content .input-block input {
 display: block;
    height: 50px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    width: 100%;
    padding: 0 15px;
    font-family: 'Geologica';
    font-size: 16px;
    margin: 10px 0 0;


   
}

#otdel_number{
    margin-top: 20px;
}

.checkout-form textarea{
     font-family: 'Geologica';
    font-size: 16px;
}

.shipping-information{
    margin-top: 0px;
}

.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: 300;
    color: var(--newpink);
    margin: 10px 0;
}

.cb-comment span.block-head{
    margin-bottom: 25px;
}


.order-success{
    min-height: 100vh;
    height: 100vh;
}

.np-radioblock {
    display: flex;
    justify-content: flex-start;
    margin: 25px 0;
    column-gap: 20px;
}

.np-radioblock a{
    background: #f1f1f1;
    border-radius: 4px;
    padding:5px 10px;
    text-decoration: none;
    color:#111;
}

.np-radioblock a.active{
    background: var(--newgreen);
    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: 50px;
    background: #f1f1f1;
    border: none;
    text-indent: 10px;
    font-family: 'Geologica';
    font-size: 16px;
}
#poshtomat_number{
    display: none;
}

#real_address{
    display: none;
}

.np-block a.disabled{
        background: #f8f8f8;
    color: #aaa;
}

.checkout-item label span{
    font-size: 16px;
}

.checkout-layout .checkout-block {
    padding: 40px;
    display: block;
    width: calc(100% - 80px);
    flex: auto;
}}

.cb-comment .block-head {
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: #333;
}


.checkout-form textarea {
    font-family: 'Geologica';
    font-size: 16px;
    font-weight: 400;
}

.cb-type img{
    width: 32px;
    border-radius: 6px;
}

.cb-shipping-payment .checkout-block-content{
    display: block;
}

.order-success h1{
    font-weight: 500;
}

.cb-type .block-head{
    font-weight: 600;
    font-size: 22px;
    display: block;
    color: var(--newgreen);
    padding: 0 0 20px;
}

/* Hide default radio button */
input[type="radio"] {
  display: none;
}

/* Style the custom radio button */
.custom-radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--newgreen);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Circle inside for checked state */
.custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--newgreen);
  border-radius: 50%;
  transform: scale(0) translate(-50%, -50%);
  transition: transform 0.2s ease-in-out;
}

/* Show inner circle when checked */
input[type="radio"]:checked + .custom-radio::after {
  transform: scale(1) translate(-50%, -50%);
}

/* Hover effect */
.custom-radio:hover {
  border-color: #a9d123;
}

.cb-type .payment-systems a{
    text-decoration: none;
    display: block;
}

.cb-type .payment-systems{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}


.cb-type .payment-systems .w508 img{
    border-radius: 0;
    width: 30px;
}

.cb-type .payment-systems .w50 img{
    border-radius: 0;
    width: 30px;
}

.cb-type .payment-systems .w100 img{
        width: 60px;
    filter: grayscale(1);
}

.cb-type .payment-systems .w502 img{
    border-radius: 0;
    width: 30px;
}

.cb-type .payment-systems .w5078 img{
    border-radius: 0;
    width: 30px;
}



/* Hide default checkbox */
input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox */
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #222;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Checkmark for checked state */
.custom-checkbox::after {
  content: "";
  position: absolute;
      top: 43%;
    left: 24%;
  width: 5px;
  height: 12px;
  border: solid var(--newgreen);
  border-width: 0 2px 2px 0;
  transform: scale(0) rotate(45deg) translate(-50%, -50%);
  transition: transform 0.2s ease-in-out;
}

/* Show checkmark when checked */
input[type="checkbox"]:checked + .custom-checkbox::after {
  transform: scale(1) rotate(41deg) translate(-50%, -50%);
}

/* Hover effect */
.custom-checkbox:hover {
  border-color: #45A049;
}


#same_customer{
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-size: 18px;
    margin:30px 0 0;
}


input[type="checkbox"]:checked + .custom-checkbox {
      background-color: var(--newgreen);
    border-color: var(--newgreen);
}

input[type="checkbox"]:checked + .custom-checkbox::after {
  transform: scale(1) rotate(45deg) translate(-50%, -50%);
  border-color: white;
}

.ci-half{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-form .cb-customer .checkout-item {
    flex: 0 0 48%;
}

.the-shipping-methods{
        display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    margin: 30px 0;
}

.cb-type .checkout-block-content label {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex: 0 0 auto;
}


.checkout-button{
    background: var(--newgreen);
}

.checkout h1 {
    margin: 50px 0;
    font-weight: 500;
    color: #3f3f3f;
}

.cb-type .promo label span{
        font-weight: 600;
    font-size: 22px;
    display: block;
    color: var(--newgreen);
    padding: 0 0 20px;
}


.promo input{
    height: 50px;
    padding: 0 15px;
    font-size: 20px;
}



.cart-inner__total .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-inner__total .total:last-child{
    font-size: 20px;
    margin-top: 25px;
}


.checkout .checkout-right .cart-inner__total{
    border:none;
}

.checkout .checkout-right .cart-inner__button{
    border:none;
    padding:0;
}

.checkout .checkout-button{
    height: 44px;
    text-align: right;
    padding: 7px 15px;
    line-height: 44px;
}

.checkout .checkout-button:before {
    content: "";
    background: url(/assets/cart_v11.svg);
    background-size: 100%;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 15px;
    top: 13px;
}

.shipping-information select{
    display: block;
    height: 50px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    width: 100%;
    padding: 0 ;
    font-family: 'Geologica';
    font-size: 16px;
    margin: 10px 0 0;
}

#city_shops{
    display: none;
}


@media(max-width: 1820px){
    .checkout-left {
        flex: 0 0 75%;
    }

    .checkout-block-content span.custom-radio{
        padding:0;
    }

    .cb-type .checkout-block-content span {
        font-size: 16px;
        display: block;
        padding-left: 0;
    }
}


@media(max-width: 1600px){
    .checkout-left {
        flex: 0 0 72%;
    }
}

@media(max-width: 1400px){
    .checkout-left {
        flex: 0 0 67%;
    }

        .cb-type  .checkout-block-content .the-shipping-methods span {
        font-size: 14px;
        display: block;
        padding-left: 0;
    }
}


@media(max-width: 1200px){
    .checkout-layout{flex-direction: column;}
    .checkout-left{flex: 0 0 100%;}
}


@media(max-width: 768px){
    .ci-half {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    }
    .checkout-form .cb-customer .checkout-item {
    flex: 0 0 100%;
    width: 100%;
    }
   
        .the-shipping-methods {
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 0;
    }

    .np-radioblock {
    display: flex;
    justify-content: flex-start;
    margin: 25px 0;
    column-gap: 20px;
    flex-direction: column;
    }

    .np-block{margin-bottom: 20px;}
    .np-radioblock a{width: calc(100% - 20px);display: block;}
    .checkout .checkout-button{width: calc(100% - 30px);}

    .checkout h1 {
    margin: 30px 0;
    font-weight: 500;
    color: #3f3f3f;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    }

    .checkout-block-content span.custom-checkbox{
        width: 24px;
    }

    .checkout-form .checkout-block-content span.block-head{font-weight: 500; font-size: 20px;}
}

.order-info .product-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    padding:20px;
    margin-bottom: 30px;
}

.order-info .product-one .the-image img{
    border-radius: 8px;
}