.steps_parent{
    display: flex;
    width: 100%;
    /*margin-bottom: 30px;*/
    justify-content: center;
    align-items: center;
}
.steps_parent .step{
    display: flex;

}
.title_page{
    color: var(--dark);
    text-align: center;
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.steps_parent .step.active .dash,.steps_parent .step.active .title{
    color: var(--orange);
}
.steps_parent .step.active svg path{
    fill: var(--orange);
}
.steps_parent .line.active{
    background-image: url("../img/line39.svg") !important;
}
.steps_parent .step .icon{
    width: 16px;
}

.steps_parent .step{

    font-family: 'iransans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 2px;
    /*flex: 1;*/
}
.steps_parent .line{
    background-image: url("../img/line40.svg");
    flex: 1;
    /*background-size: contain;*/
    height: 1px;
    background-repeat: repeat-x;
}
.main_box{
    background-color: var(--background);
}
.main_box .top_box{
    margin:  125px 0px 90px;
    padding: 0 20px;
}
.product_cart {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.right_product_cart{
    display: flex;
}
.right_product_cart img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}
.right_product_cart .des_product{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    font-family: 'iransans';
    padding-right: 10px;
    justify-content: space-between;
}
.right_product_cart .des_product span{
    width: 100%;
    display: inline-block;
    text-align: end;

}
.right_product_cart .des_product .name{
    font-size: 16px;
    font-family: 'iransans';
    color: var(--dark);
    font-weight: 800;
}
.right_product_cart .des_product .des{
    font-size: 15px;
    font-family: 'iransans';
    color: var(--grey);
    font-weight: 300;
}
.right_product_cart .des_product .price{
    color: var(--orange);
    text-align: right;
    font-family: 'iransansNumber';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.64px;
    display: flex;
    margin: 0;
    gap: 2px;
}
.counter_box{
    display: flex;
    gap: 15px;
    align-items: center;
}
.counter_box .btn_minus,.counter_box .btn_plus{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'iransans';
    font-weight: 600;
    cursor: pointer;
    line-height: 30px;

}
.counter_box .btn_minus{
    background-color: transparent;
    color: var(--orange);
    border: 1px solid var(--orange);
}
.counter_box .btn_plus{
    background-color: var(--orange);
    color: var(--white);
}
.counter_box .count{
    font-weight: 600;
    font-family: 'iransansNumber';
    width: 20px;
    text-align: center;
    font-size: 16px;
}
.left_product_cart{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left_product_cart > svg{
    cursor: pointer;
}
.discount_box{
    border-radius: 30px;
    border: 1px solid var(--grey);
    height: 55px;
    background: var(--white);
    display: flex;
    padding: 0px 10px;
    align-items: center;
}
.discount_box input{
    border: none;
    color: var(--dark);
    height: 44px;
    width: calc(100% - 93px);
    text-align: right;
    font-size: 15px;
    font-family: 'iransans';
}
.submit_discount{
    width: 93px;
    height: 40px;
    border-radius: 30px;
    background: var(--greyDark);
    color: var(--white);
    font-size: 16px;
    font-family: 'iransans';
    border:none;
    line-height: 40px;
    cursor: pointer;
}
.discount_box input:focus-visible{
    outline: none;

}
.prices_box{
    display: flex;
    flex-direction: column;

}
.prices_box .price_box{
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 42px;
    margin-top: 16px;
}
.prices_box .price_box .title_price{
    color: var(--dark);
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.prices_box .price_box .number_price{
    display: flex;
    align-items: center;
    gap: 5px;
}
.prices_box .price_box .number_price .number{
    color: var(--dark);
    text-align: right;
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: block;
}

.prices_box .price_box .number_price span:not(.number){
    color: var(--countColor);
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.prices_box .message_send{
    display: flex;
    color:#A9791C;
    text-align: justify;
    font-family: "iransans";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 18px */
    text-transform: capitalize;
    direction: rtl;
    justify-content: start;
    align-items: start;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.prices_box .message_send p{
    margin: 0;
    width: 50%;
}
.prices_box .postage{
    height: fit-content !important;
}
.cart_page .final_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_page .final_price > span{
    color: var(--dark);
    text-align: right;
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cart_page .final_price p{
    color: var(--orange);
    font-feature-settings: 'ss01' on;
    font-family: "iransans";
    font-size: 21.685px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.complete_order{
    width: 100%;
    border-radius: 35px;
    height: 53px;
    background:var(--dark) ;
    color: var(--white);
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
    margin-top: 25px;
    border: none;
    cursor: pointer;
}
.dontShow{
    display: none;
}
/*complete order*/
.delivery_way,.payment_way,.port_way{
    border-radius: 16px;
    background: var(--white);
    width: 100%;
    padding: 16px;
    direction: rtl;

}
.port_way{
    margin-top: 20px;
}
.delivery_way .header_delivery_way,.payment_way .header_payment_way,.port_way .header_port_way{
    display: flex;
    gap: 4px;
    align-items: center;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 5px;
}
.delivery_way .header_delivery_way span,.payment_way .header_payment_way span,.port_way .header_port_way span{
    color: var(--greyDark);
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;
}
.body_delivery_way,.body_payment_way,.body_port_way{
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 17px;
}
.body_port_way{
    flex-direction: row !important;
    justify-content: space-around;
}
.body_delivery_way label,.body_payment_way label,.body_port_way label{
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--description);
    text-align: right;
    font-family: "iransans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;

}
.body_payment_way label{
    justify-content: space-between;
    align-items: center;
}
.body_payment_way label > div{
    display: flex;
    align-items: center;
    gap: 3px;
}
.body_payment_way label,.body_port_way label{
    font-size: 14px !important;
}
.body_delivery_way label span,.body_payment_way label span{
    line-height: 24px;
}
.body_delivery_way input,.body_payment_way input{
    width: 24px;
    height: 24px;
    accent-color: var(--orange);
    margin: 0;
}
.cart_page .addresses_box{
    border-radius: 16px;
    background: var(--white);
    padding: 16px;
    margin-top: 16px;
}
.cart_page .header_address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--grey);
}
.cart_page .header_address > div{
    display: flex;
    gap: 4px;
    align-items: center;

}
.cart_page .header_address > div span{
    color: var(--greyDark);
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 28.8px */
    text-transform: capitalize;

}
.addresses_box .address_box{
    border-radius: 8px;
    border: 1px solid var(--countColor);
    background: var(--background);
    width: 100%;
    padding: 16px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.addresses_box .address_box .top_box_address{
    display: flex;
    justify-content: space-between;
}
.addresses_box .top_box_address .btns_box{
    display: flex;
    gap: 8px;
    align-items: center;

}
.addresses_box .top_box_address svg{
    cursor: pointer;
}
.addresses_box .top_box_address .info_box{
    color: var(--colorSub);
    text-align: right;
    font-family: "iransans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;
}
.addresses_box .address_box .bottom_box_address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--countColor);
    text-align: center;
    font-family: "iransans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;
}
.description_box{
    border-radius: 16px;
    background: var(--white);
    margin-top: 16px;
    direction: rtl;
    padding: 16px;
}
.description_box .title_des{
    display: flex;
    align-items: center;
    gap: 3px;
}
.description_box .title_des span{
    color: var(--description);
    text-align: right;
    font-family: "iransans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 25.2px */
    text-transform: capitalize;
}
.description_box .title_des .title{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}
.description_box textarea{
     width: 100%;
    height: 100%;
    border: none;
    resize: vertical;
    min-height: 70px;
}
.cart_page [type="radio"]:checked,
.cart_page [type="radio"]:not(:checked) {
    visibility: hidden;
    position: absolute;
}
.cart_page [type="radio"]:checked + span,
.cart_page [type="radio"]:not(:checked) + span
{
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;

}
.cart_page [type="radio"]:checked + span:before,
.cart_page [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--grey);
    border-radius: 100%;
    background: var(--white);
}
.cart_page [type="radio"]:checked + span:after,
.cart_page [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 18px;
    height: 18px;
    background: var(--orange);
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cart_page [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cart_page [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cart_page .prices_box{
    border-radius: 16px;
    background: var(--white);
    margin-top: 16px;
    padding: 24px;
    margin-bottom: 20px;
}
.cart_page .step .prices_box > div{
    display: flex;
    justify-content: space-between;
    height: 55px;
    font-family: 'iransans';
    align-items: center;


}

.cart_page .prices_box > div:not(:last-child,.postage ){
    border-bottom: 1px solid var(--grey);
}
.cart_page p {
    margin: 0 0 20px;
    display: flex;
    gap: 3px;
}
.cart_page .step .prices_box > div .price{
    color: var(--greyDark);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;
}
.cart_page .step .prices_box > div .title{
    color: var(--greyDark);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
}
.cart_page .step .prices_box > div .unit{
    color: var(--countColor);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
}
.cart_page .step .prices_box .final_price span{
    color: var(--orange) !important;
}
.submit_order{
    border-radius: 35px;
    background: var(--dark);
    display: flex;
    height: 48px;

    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--white);
    text-align: center;
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 12px;
    border:none
}
.submit_order span{
    height: 24px;
}
.body_port_way [type="radio"]:checked + img{
    border: 2px solid var(--orange);
    border-radius: 5px;
    filter: grayscale(0);
}
.body_port_way [type="radio"]:not(:checked) + img{
    filter: grayscale(1);
}
.body_port_way img{
    height: 77px;
    width: 77px;
}
.text_port_way{
    color: var(--colorSub);
    text-align: center;
    font-family: "iransans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;
    margin-top: 13px !important;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
/*modal*/
.modal{
    max-width: 600px;
    width: min(600px, 100%);
    min-height:100vh;
    max-height: 100vh;
    background-color: var(--white);
    /*border-radius: 20px;*/
    border: 1px solid #eee;
    position: absolute;
    top: 0;
    z-index: 10;
    direction: rtl;
}
.dontShow{
    display: none;
}
#map{
    height: calc(100% - 250px);
    min-height: calc(100vh - 250px);
    width: 100%;
}
#add_new_address .header_modal,#details_address .header_modal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:40px 20px 0px;
}
#add_new_address .header_modal span,#details_address .header_modal span,.info_receiver_title{
    color: var(--greyDark);
    text-align: right;
    font-family: "iranSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%
}
#add_new_address .description,#details_address .description{
    color: var(--countColor);
    text-align: right;
    font-family: "iransans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */

    padding: 10px 20px 16px;
}
#add_new_address .search-box input{
    width: 100%;
    border: none;
    height: 100%;
    color: var(--orange);
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    direction: rtl;
}
#add_new_address .search-box input::-webkit-input-placeholder{
    color: var(--orange);
}
#add_new_address .search-box input:focus-visible{
    outline: none;
}
#add_new_address .search-box{
    border-radius: 18px;
    border: 1px solid var(--grey);
    display: flex;
    width: min(100%,300px);
    height: 43px;
    padding: 6px 14px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 20px;
    position: relative;
}
.add_new_address_btn{
    cursor: pointer;
}

#app {
    width: 100%;
    height: calc(100vh - 177px);
}
.saveAddress{
    border-radius: 35px;
    background: var(--orange);
    height: 53px;
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
    position: fixed;
    bottom: 16px;
    z-index: 5000;
    width: min(95%, 400px);
    transform: translate(-50%, 0px);
    border: none;
    justify-content: center;
    cursor: pointer;
    left: 50%;
}
.successPage,.errorPage{
    background-color: var(--white) !important;
}
.successParent,.errorParent{
    height: calc(100vh - 82px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.title_paymentSuccess,.title_paymentError{
    color: #00966D;
    text-align: center;
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 36px */

    margin-top: 10px;
}
.title_paymentError{
    color: #ED2E2E;
}
.successParent button,.successParent a,.errorParent button,.errorParent a{
    display: flex;
    height: 47px;
    padding:0 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    text-align: center;
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    border-radius: 35px;
    border: 1px solid var(--orange);
    cursor: pointer;
}
.order_tracking{
    margin-top: 30px;
    color: var(--white);
    background: var(--orange);
}
.home_btn {
    margin-top: 8px;
    color: var(--orange);
}
.home_btn span{
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 25px;
}
.header_cart{
    display: flex;
    flex-direction: column;

    font-family: "iransans";
    padding: 20px;
    position: fixed;
    top: 0;
    width: inherit;
    background: var(--background);
    z-index: 10;

}
.search-box__item {
    background-color: white;
    margin-top: 3px;
    border-top: none;
    border: 1px solid #a8a7a7;
    border-radius: 5px;
}

.search-results {
    overflow: auto;
    max-height: 40vh;
    display: none;
    right: 0;
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 1000;
}

.search-result-item {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    font-family: "iransans";
}
.search-result-item img {
    width: 20px;
    margin-left: 5px;
}
.search-result-item-title {
    font-weight: bolder;
}
.search-result-item-address {
    font-size: 1rem;
}

.clear-seach {
    cursor: pointer;
    padding: 10px;
    display: none;
}



.flex-row {
    display: flex;
    flex-direction: row;
}
.massage-address{
    padding: 10px;
    width: 100%;
    font-family: 'iransans';
}
#details_address{
    background-color: var(--background);
    padding: 0 20px;
    overflow: auto;
}
#details_address .header_modal{
    padding:40px 0 0;
}
#details_address .description{
    padding: 0px 0 15px;
}
.postal_address span{
    color: var(--grey);
    text-align: right;
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}
.postal_address p{
    color: var(--countColor);
    text-align: right;
    font-family: 'iransans';
    font-size: 11.889px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 21.4px */
    margin: 16px 0;
}
.postal_address .address_chosen{
    border-radius: 16px;
    background: var(--white);
    display: flex;
    height: fit-content;
    min-height: 80px;
    padding: 8px 10px;
    justify-content: start;
    align-items: start;
    gap: 10px;
    align-self: stretch;
    color: var(--countColor);
    text-align: right;
    font-family: 'iransans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
}
.change_location_title{
    color: var(--orange);
    text-align: right;
    font-family: 'iransans';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 21.4px */
    margin: 16px 0;
}
.select_city,.select_province{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 16px;
    background: var(--white);
    padding: 10px;
    margin-bottom: 40px;
    font-family: "iranSans";
}
.ir-province,.ir-city{
    /*width: 100%;*/
    width: 100%;
    position: absolute;
    top: 55px;
    background: var(--white);
    border: 1px solid var(--grey);
    border-radius: 5px;
    max-height: 50vh;
    overflow: auto;
    z-index: 100;
}
.ir-province > div,.ir-city > div{
    width: 100%;
    padding: 10px;
    font-family: "iranSans";
    font-size: 15px;
}
.ir-province > div:hover,.ir-city > div:hover{
    background-color: var(--grey);
}
.ir-select .title{
    color: var(--grey);
    text-align: right;
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}
#details_address .number_input{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.unit,.plate,.postal_code,.info_receiver{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 50%;

}
.postal_code,.info_receiver {
    width: 100% !important;
}
.unit span,.plate span,.postal_code span,.info_receiver span{
    color: var(--grey);
    text-align: right;
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}
.unit input,.plate input,.postal_code input,.info_receiver input{
    height: 50px;
    border-radius: 16px;
    background: var(--white);
    padding: 10px;
    border: none;
    width: 100%;
}
.postal_code,.info_receiver{
    margin: 20px 0;
}
.unit input:focus-visible,.plate input:focus-visible,.postal_code input:focus-visible,.info_receiver input:focus-visible{
    border: none;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.confirmation_address{
    height: 53px;
    border-radius: 35px;
    background: var(--orange);
    color: var(--white);
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    cursor: pointer;
}

@media screen and (max-width:600px) {
    .main_box{
        border-radius: 0;
    }
}
