.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: 48px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.cif-first .cb-customer .checkout-item input{
    width: 580px;
}

.block-new-content{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}

.cb-payment-new{
    display: flex;
    flex-direction: column;
    width: 560px;
}

.cb-payment-new-2{
    width:100%;
}

.checkout-item span{
    display: block;
}

.js-hidden-city.top{
    margin-top: 30px;
}

.js-hidden-city2.top{
    margin-top: 30px;
}

.checkout-item select {
width: 100%;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    display: block;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    font-family: 'Gilroy';
}

.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;
    font-size: 16px;
}

.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;
    justify-content: space-between;
}

.error-field {
    font-weight: 500;
    color: #cc2323;
    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;
}

.checkout-layout .checkout-left{
    flex: 0 0 100%;
}

.checkout-layout .checkout-form .togggle{
    justify-content: flex-start;
    column-gap: 35px;
}

.mnl-left{
    width: 60%;
}

.mnl-right{
    width: 35%;
    flex:0 0 35%;
}

.checkout-inner-flex.checkout-inner-flex-checkout{
    column-gap:0;
}

#customer_single.open{
    display: flex;
    justify-content: space-between;
}

.cb-customer .flex input{
    width:calc(100% - 40px);
}


.customer-information-block .cb-customer .checkout-item{
    flex: 0 0 49%;
}

.customer-information-block .cb-customer .checkout-item.full{
    flex: 0 0 100%;
}

.customer-information-block .checkout-block-content--grid{
    column-gap: 0;
}

.customer-information-block .checkout-item input{
    height: 46px;
}


.customer-billing-block .checkout-item input {
    height: 46px;
    padding: 0 15px;
    font-size: 18px;
    width: calc(100% - 30px);
}

.customer-billing-block{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-direction: column;
}

.customer-billing-block .cbb-right .payments-methods-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}

.js-billing-details{
    display: none;
}

.js-billing-details.active{
    display: block;
}

.my-order-cart-items-list .cart-inner__item{
    height: auto;
}

.my-order-cart-items-list .cart-inner__delete{
    position: absolute;
    right: 10px;
    top: 10px;
}

.cip-c2{
    width: calc(100% - 150px);
    padding:20px 0;
}

.cip-c2 .cip-one{
    justify-content: space-between;
    margin-top: 15px;
}

.cip-c2 .cart-inner__price{
    width: 45%;
}

.cip-c2 .cart-inner__price .cip-value{
    width: 100%;
}

.my-order-cart-items-list{
    margin-top: 32px;
}

.shipping-method-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    
    user-select: none;
    font-size: 16px;

    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    padding: 15px;
    flex: 0 0 calc(100% - 30px);


}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-mark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #f1f1f1;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.custom-radio input[type="radio"]:checked + .radio-mark {
    background-color: #ef1515;
    border-color: #ec1515;
}

.radio-mark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input[type="radio"]:checked + .radio-mark::after {
  display: block;
}

.custom-radio .radio-mark::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    position: absolute;
}
.custom-radio input[type="radio"]:checked + label{
    background-color: #ef1515;
    border-color: #ec1515;
}

.shipping-method-name{
    margin-left: 30px;
}


.radio-mark{
    left: 10px;
}

.my-order-cart{
    margin-top: 30px;
}

.payment-methods{
    margin-top:  20px;
}

.dropdown-list {
    position: absolute;
    left: 0;
    top: 89px;
    background: white;
    width: 100%;
    border-radius: 4px;
    box-shadow: 2px 9px 20px #e1e1e1;
    z-index: 9;
    max-height: 300px;
    overflow-y: auto;
}

.checkout-item{
    position: relative;
}

.dropdown-list ul {
    list-style: none;
    padding:0;
    margin: 0;
}

.dropdown-list ul li a{
    text-decoration: none;
    padding:10px;
    font-size: 16px;
    color:#333;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    transition: all .3s ease-in-out;
}

.dropdown-list ul li a:hover{
    background: #f1f1f1;
    color:#111;
    font-weight: 500;
}

.is-location-selected{
    display: block;
}

.is-location-selected.true{
    display: none;
}

.is-location-selected2.true{
    display: none;
}

.change-location-link{
    display: none;
}

.change-location-link2{
    display: none;
}

.xcl-item{
    display: none;
}

.change-location-link.flex{
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color:#111;
    border-bottom: 1px solid #111;
}

.xcl-item.flex{
      display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color:#111;
    border-bottom: 1px solid #111;
}

.change-location-link2.flex{
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color:#111;
    border-bottom: 1px solid #111;
}

.change-location-link.flex svg{
    width: 20px;
}

.xcl-item.flex svg{
    width:20px;
}

.xcl-item.flex span{
    margin: 0;
}

.change-location-link.flex span{
    margin:0;
}

.change-location-link2.flex svg{
    width: 20px;
}

.change-location-link2.flex span{
    margin:0;
}

.change-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}

.change-flex span{
    margin:0 !important;
}

.totals-content .total{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size:16px;
}



.totals-content .total .total-title{
    font-weight: 600;
    color:#222;
}

.totals-content .total .total-title{
    font-weight: 400;
    color:#555;
}


.totals-content .total.final{
    font-size:20px;
    font-weight: 600;
    margin-top: 25px;
}

.confirm-order a {
    display: block;
    text-align: center;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    background: #ececec;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    margin-top: 30px;
}

.confirm-order a.open{
    display: block;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 20px;
    background: #4caf50;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    margin-top: 30px;
}

.checkout-block-content.hidden{
    display: none;
}

.firma-flex-2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}


.firma-flex-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.flex-numar{
    display: flex;
     justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.fns-1{
    flex: 0 0 10%;
}
.fns-2{
    flex: 0 0 10%;
}
.fns-3{
    flex: 0 0 65%;
}
.fns-4{
    flex: 0 0 15%;
}

.checkout-item-100{
    flex: 0 0 calc(100% - 70px) !important;
}

.checkout-item-100-true{
    flex: 0 0 100% !important;
}

.customer-information-block .checkout-item.checkout-item-100 input{
    height: 52px;
}

.firma-flex-3 .checkout-item{
    flex:0 0 32% !important;
}

.checkout-subtitle{
    font-weight: 600;
    font-size: 18px;
    margin: 30px 0px;
}

.cbb-right{
    width: 100%;
}

.cbb-left{
    width: 100%;
}

.cbb-right h2{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.my-order-cart h2{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.cbb-right .payments-methods-list .shipping-method{
    flex: 0 0 31%;
    width: 31%;
}

.my-totals h2{
    font-size: 20px;
    font-weight: 600;
}

.checkout-form .togggle input + label:first-of-type{
    border: 1px solid #ddd;
}

.customer-information-block .cb-customer .checkout-item.checkout-item--full{
    flex: 0 0 100%;
}

.checkout-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-flex-2 .checkout-item {
    flex: 0 0 48%;
}

.addresses-saved{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}

.addresses-saved .address-list-one{
    border-radius: 8px;
    border: 2px solid #f1f1f1;
    padding: 10px;
    flex: 0 0 calc(100% - 24px);
}

.addresses-saved  .address-list-one.active{
    border: 2px solid #2f2f2f;
    background: #f5f5f5;
}

.addresses-saved .alo-customer{
    min-height: 44px;
}


.as-container{
    margin-bottom: 40px;
    flex: 0 0 47%;
}

.as-container-first{
    margin-top: 40px;
}

.as-container .bhn-title{
    margin-bottom: 15px;
     display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}

.as-container .address-list-one a.alo-inner{
    text-decoration: none;
    color:#3f3f3f;
}

.block-head-new .bhn-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}

.block-head-new .bhn-title svg{
    width:32px;
}

.as-container .bhn-title svg{
    width:32px;
}


.bhn-title svg{
    width:32px;
}

.bhn-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}


.as-flex{
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 0px;
    margin-top: 40px;
}

.add-payment-address-order{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background: #1f1f1f;
    color:white;
    margin-top: 30px;
    border-radius: 8px;
    padding: 10px 20px;
    width: calc(100% - 40px);
}

.add-payment-address-order svg{
    width:24px;
}

#customer_payment_addresses_select{
    display: block;
    height: 40px;
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px;
    border:1px solid #ccc;
}

#customer_shipping_addresses_select{
    display: block;
    height: 40px;
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 400;
    border:1px solid #ccc;
    padding: 0 15px;
}


#customer_individual_eu{
    justify-content: space-between;
}

#customer_all_countries_no_eu{
    justify-content: space-between;
}


@media(max-width: 700px){
    .checkout-layout .checkout-form .togggle {
        justify-content: flex-start;
        column-gap: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        .togggle input + label {
        flex: 0 0 auto;
        padding: 8px;
        font-size: 16px;
        }

        .checkout-layout     .togggle input + label {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }

    .mnl-left {
    width: 100%;
    flex-direction: column;
    }
    .block-head-new{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }
    .block-head-new .bhn-title{
        margin-bottom: 10px;
    }

    .customer-information-block .cb-customer {
        flex: 0 0 100%;
        width: calc(100% - 40px);
    }

    #customer_single.open {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    }

    .customer-information-block .cb-customer .checkout-item {
    flex: 0 0 100%;
    }


    .checkout-flex.checkout-flex-2{
            flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
    .checkout-flex-2 .checkout-item {
    flex: 0 0 100%;
    width: 100%;
    }

    .checkout-form .checkout-right{
        width: 100%;
    }

    .my-order-cart .cip-c2 {
    width: 100%;
    padding: 20px 0;
    }
    .cart-inner__name{
        text-align: left;
    }
        .cart-inner__name span {
        margin-top: 5px;
        display: block;
        text-align: left;
    }

        .cart-inner__item {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

        .cart-inner__price {
        margin: 10px 0 0;
        display: flex
;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        }

            .cart-inner__price .cip-value {
        justify-content: flex-start;
    }
}


main.product.profile .firma-flex-2{
    align-items: flex-start;
}

main.product.profile .firma-flex-3{
    align-items: flex-start;
}

.error-field.hidden{
    display: none;
}

.checkout-block .error-field{
    font-size: 14px;
    font-weight: 500;

}

.checkout-item span span.required{
    display: inline;
    color: #cc2323;
}

.cnn-left{
    width: 60%;
}

.cn-ti-2{
    position: relative;
}

.cn-ti-2 h2{
        font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
}

.cn-ti-3-form input{
    background: white;
    border:1px solid #ebebeb;
    height: 48px;
    font-family: 'Gilroy';
    padding:0 15px;
    font-size: 18px;
    border-radius: 8px;
    width:calc(100% - 30px);
}

.cn-ti-3-form input.error {
    background: #f7e0e0;
    border: 1px solid #cc23233d;
    height: 48px;
    font-family: 'Gilroy';
    padding: 0 15px;
    font-size: 18px;
    border-radius: 8px;
    width: calc(100% - 30px);
}

.cn-ti-3-form select{
    background: white;
    border:1px solid #ebebeb;
    height: 48px;
    font-family: 'Gilroy';
    padding:0 15px;
    font-size: 18px;
    border-radius: 8px;
    width:100%;
}

.cn-ti-3-form .checkout-item {
    flex: 0 0 47.5%;
}

.cn-ti-3-form .checkout-item label > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cn-ti-1 {
    overflow:hidden;
}

.cn-block-2{
    margin-top: 30px;
}


.next-shipping{
    display: block;
    position: relative;

}

.next-shipping a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px 20px;
    background: #bbbbbbb3;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    column-gap: 24px;
    height: 36px;
    width: 200px;
    margin: 30px 0 20px;
    transition: all .3s ease-in-out;
}

.next-shipping a:hover{
    filter: brightness(1.1);
}

.next-payment a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px 20px;
    background: #bbbbbbb3;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    column-gap: 24px;
    height: 36px;
    width: 200px;
    margin: 30px 0 20px;
    transition: all .3s ease-in-out;
}

.next-payment a:hover{
    filter: brightness(1.1);
}



.next-shipping a img{
    width: 16px;
}

.next-payment a img{
    width: 16px;
}

.next-shipping a.open{
    background: #2c2c2c;
}

.next-payment a.open{
    background: #2c2c2c;
}

.crel{
    position: relative;
}

.step-loader{
    display: none;
}
.step-loader-2{
    display: none;
}

.step-loader.open{
        position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #f1f1f1d9;
    display: flex
;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.step-loader-2.open{
        position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #f1f1f1d9;
    display: flex
;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.step-loader.open img{
    width: 120px;
}

.cn-ti-1.active.success .step .title{
    color: #3b883e;
}

.checkout-item--full{
    width: 100%;
}

.checkout-item--full input{
    margin-bottom: 20px;
}

.cn-ti-1.active.success .bhn-title:before {
    content: "";
    width: 3px;
    height: 38px;
    background: #459f48;
    position: absolute;
    left: 65px;
    top: -1px;
}

.step-2-content{
    display: none;
}

.step-3-content{
    display: none;
}

.step-2-content.open{
    display: block;
        border: none;
    border-radius: 12px;
    background: #5667720f;
    padding: 24px 40px;
    margin-top: 30px;
}

.step-3-content.open{
    display: block;
        border: none;
    border-radius: 12px;
    background: #5667720f;
    padding: 24px 40px;
    margin-top: 30px;
}

.cnn-right{
    width: 35%;
}

.checkout-new{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout-new .my-order-cart-items-list{
    margin-top:0;
}

.checkout-new .my-order-cart{
    margin-top: 0;
}

.checkout-new .my-order-cart .bhn-title{
    display: none;
}

.checkout-new  .cart-inner__item{
    border-radius: 8px;
    border: 1px solid #E1E1E1;
}

.cn-ti-3-form .checkout-item.checkout-item--full{
    flex: 0 0 100%;
}

.checkout-block-content label.is_tva{
    margin:0;
}

.bt30{
    margin-top: 20px;
}


.btv-content {
    position: absolute;
    right: 12px;
    top: 11px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.ffe-1{
     font-size: 20px;
    margin-top: -3px;
    color: #1e5420;
    font-weight: 600;
}

.ffe-2{
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.editstep {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 8px;
    background: #285f2aad;
    width: 32px;
    height: 40px;
    transition: all .3s ease-in-out;
}


.editstep img{
    width: 24px;
    filter: invert(1) brightness(100);
}

.editstep:hover{
    background: #285f2a;
}


.shipping-toggle{
    margin-top: 10px;
}


.cn-block-3{
    margin-top: 30px;
}

.cart-checkout-content{
    background: #f5f6f7;
    padding: 30px;
    border-radius: 20px;
    max-height: 350px;
    overflow: auto;
}


.checkout-layout .my-totals{
    margin-top: 40px;

}