.cart-box *, .address-box *, .payment-box * {
    box-sizing: border-box;
}

body * {
    box-sizing: border-box;
}

.alert-wrapper,.alert_success {

    height: max-content;
    width:fit-content;
    min-width: 300px;
    position: fixed;
    top: 20px;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px;
    right: 20px;
    display: none;
    color: var(--white-color);
    z-index: 1000;
    font-size: 13px;
    align-items: center;
}
.alert-wrapper i,.alert_success i{
    cursor: pointer;
}
.alert-wrapper{
    background-color: var(--new-product-color);
}
.alert_success{
    background-color: var(--btn-download-color);
}
.alert-wrapper i ,.alert_success i{
    cursor: pointer;
}

.cart-box {
    width: min(99%, 1240px);

    margin: 30px 0;
    gap: 0 20px;
}

.address-box, .payment-box {
    display: none !important;
}

.cart-box {
    display: flex;
}

.cart-box .right-box {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 2px -2px 30px #edf0f5;
    width: 70%;
    height: fit-content;
}

.address-box.right-box, .payment-box.right-box {
    background-color: transparent !important;
    box-shadow: none !important;
}

.parent-price-cart .left-box {
    width: 100%;
    position: sticky;
    top: 30px;
    height: fit-content;

}

#box-address .left-box {
    margin-top: 30px;
}

.parent-price-cart {
    width: 30%;
}

.cart-box .complete-btn {
    width: 100%;
    border-radius: 10px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--back-header);
    margin-top: 15px;
    height: 45px;
    cursor: pointer;
    gap: 20px;
    transition: 0.3s;
}

.cart-box .complete-btn:hover {
    background-color: var(--icon-circle-color);
}



.parent-price-cart .left-box-main {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 4px 30px #edf0f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    height: fit-content;


}

.left-box .body-left {
    margin-bottom: 20px;
    /*height: 400px;*/
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

.logo-cart {
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translate(50%, 0px);
}

.left-box-main svg {
    position: relative;
    top: -10px;
}

.left-box .box-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family: 'IRANYekan';
    margin-bottom: 15px;
}

.left-box .red-box {
    color: var(--red-color);
    border-bottom: 2px dashed #e6e6e6;
    border-width: medium;
    padding-bottom: 40px;
}

.left-box .box-text .price {
    font-size: 20px;
    font-weight: 600;
}

.left-box .box-text span {
    font-size: 14px;
    font-weight: 400;
}

.body-left .circle {
    position: absolute;
    top: 50%;

}

.body-left .circle-left {
    left: -10px;
}

.body-left .circle-right {
    right: -10px;
}

.left-box .p-text {
    font-size: 13px;
    margin: 20px 0;
    color: var(--logout-color);
}

.product-chosen {
    display: flex;
    /*justify-content: space-between;*/
    padding: 30px 0;

}

.main-title-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product-chosen:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.product-chosen .left-box-chosen {
    width: 55%;
    gap: 0 20px;
}

.product-chosen .img-box {
    width: 20%;
    max-height: 150px;
    position: relative;
    padding-left: 20px;
}

.product-chosen .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-chosen .img-box .discount {
    font-family: 'IRANYekan';
    font-size: 13px;
    padding: 3px 7px;
    color: var(--white-color);
    background-color: var(--red-color);
    border-radius: 10px;
    position: absolute;
    top: -5px;
    font-weight: 600;
    right: 15px;
}

.left-box-chosen {
    display: flex;
}

.title-product {
    font-family: IRANYekan2;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: var(--new-product-price-txt-color);
    width: 80%;
}

.details-box {
    margin-top: 20px;
    display: flex;
    gap: 0 20px;
}

.details-box i {
    padding-left: 5px;
    color: var(--back-header);
}

.details-box .shop, .details-box .send {
    display: flex;
    font-size: 14px;
    align-items: center;
    color: var(--old-price-color);

}

.details-box .shop span, .details-box .send span {
    font-weight: 600;
}

.right-box-chosen {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    width: 80%;

}

.right-box-chosen .fa-trash {
    color: var(--old-price-color);
    cursor: pointer;
}
.right-box-chosen .fa-trash:hover{
    color:var(--new-product-color)
}
.right-box-chosen .price-box {
    display: flex;
    align-items: center;
    gap: 0 15px;
    justify-content: end;
    width: 100%;
}

.counter-box {
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(13, 60, 95, .1);
    justify-content: end;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 0;
    cursor: pointer;
}

.counter-box span {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
}

.counter-box span:not(.count-product) {
    font-size: 20px;
}

.counter-box span:not(.count-product):hover {
    color: var(--icon-circle-color);
}

.count-product {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.price-product {
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
    border-right: 1px solid #e6e6e6;
}

.price-product span {
    font-size: 14px;
    font-weight: 400;
}

.price-profit {
    color: var(--old-price-color);
    font-size: 16px;
}

.price-mobile {
    display: none;
}

.fixed-mobile-box {
    display: none;
}

.over-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #808080b3;
    z-index: 300;
    top: 0;
    left: 0;

}

.over-box {
    display: none;
}

.over-box .delete-box {
    max-width: 500px;
    width: min(90%,400px);
    height: 300px;
    background-color: #ffffff;
    position: relative;
    z-index: 200;

    transform: translate(50%, -50%);
    right: 50%;
    top: 50%;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.over-box i {
    font-size: 40px;
    color: var(--dot-color);
}

.over-box .delete-box p {
    font-size: 20px;
    padding: 15px 0;
}

.over-box .btn-delete {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.over-box .btn-delete button {
    min-width: 120px;
    width: fit-content;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: var(--divider-color);
    font-family: 'IRANYekan';
    cursor: pointer;
    font-size: 16px;
    border: none;

}

.over-box .btn-delete .delete {
    background-color: red;
    color: #fff;
}


#editAddress label,#edit-address-form label{
    display: inline-block; !important;
    font-size: 12px !important;
}





/*address box*/
.address-box .title-box, .payment-box .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 2px -2px 30px #edf0f5;
}

.address-box.right-box, .payment-box.right-box {
    width: 70%;

}

.address-box .title-box div, .payment-box .title-box div {
    display: flex;
    align-items: center;
}

.address-box .title-box p, .payment-box .title-box p {
    font-size: 18px;
    font-weight: 600;
    font-family: IRANYekan;
}

.address-box .chose-address, .address-box .chose-post,.billing_details,.address_details,.baby_info_box {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 2px -2px 30px #edf0f5;
    margin: 10px 0;
}

.address-box .title-box p span, .payment-box .title-box p span {
    font-weight: 400;
}

.address-box .fa-clock {
    font-size: 21px;
    padding-left: 5px;
}

.address-box .chose-address .title-address {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.address-box .chose-address .title-address > span {
    font-weight: 600;
}

.address-box .chose-address .new-address {
    display: flex;
    align-items: center;
    color: var(--icon-circle-color);
    font-size: 14px;
    gap: 0 5px;
    cursor: pointer;
}

.address-box .box-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid var(--old-price-color);
    margin: 20px 0;
    cursor: pointer;
}

.box-address .right-address {
    display: flex;
}

.box-address .right-address input {
    font-size: 25px;
    width: 20px;
    margin-left: 20px;
}

.checked {
    background-color: #0ec86817 !important;
    border: 1px solid #0ec86817 !important;
}

.checked input {
    accent-color: var(--back-header);
}

.box-address .right-address .info-address {
    padding: 10px 20px;
    border-right: 1px solid var(--old-price-color);
}

.right-address .info-address p {
    display: flex;
    align-items: center;
    gap: 0 5px;
    height: max-content;
}

.right-address .info-call {
    display: flex;
    gap: 0 30px;
    margin-top: 10px;
}

.info-call div {
    display: flex;
    margin: 10px 0;
    gap: 0 5px;
    font-size: 14px;
    color: var(--old-price-color);
}

.info-call div i {
    color: var(--dot-color);
}

.box-post {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    text-align: justify;
    font-size: 15px;
}

.box-post .left-post {
    width: 70%;
    line-height: 1.5;
    margin-top: 20px;
}

.box-post .left-post .red-txt {
    color: red;
    display: block;
    margin-bottom: 10px;

}

.box-post .right-post {
    height: fit-content;
    width: 30%;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.box-post .right-post input {
    font-size: 30px;

}

.steps-box {
    width: min(100%, 1240px);
    height: 100px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 38.89%, rgba(142, 204, 26, .18) 100%);;
    margin-top: 30px;
    position: relative;
    padding: 0 10px;
}

.address-box .no-address {
    width: 100%;
    height: 250px;
    border: 1px dashed #e6e6e6;
    border-width: medium;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.address-box .no-address .fa-location-dot {
    font-size: 50px;
    color: var(--old-price-color);
    margin: 0 0 20px;
}

.steps-box {

    border-bottom: 1px solid var(--old-price-color);
}

.steps-box .step {
    width: 33%;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    cursor: pointer;
    align-items: center;
    opacity: 0.5;
}

.steps-box .step_active {
    opacity: 1;
    font-weight: 600;
}

.steps-box .step p.title {
    display: flex;
    gap: 0 10px;
}

.steps-box .num {
    width: 40px;
    padding: 0px 5px;
    border: 1px solid var(--icon-circle-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.steps-box .step-container {
    width: 100%;
    margin: auto;
    /*position: relative;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.steps-box .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20px;
    right: calc((100vw - 1240px) / 2);
    background-color: #fff;
    box-shadow: 0 2px 8px 1px #e4e9ec;
}

.on-step1 {

    right: 35% !important;
}

.on-step2 {
    right: 60% !important;
}

.on-step3 {
    left: 0% !important;
    right: unset !important;
}

#step1 .after {
    content: '';
    width: 35%;
    position: absolute;
    border-bottom: 3px solid var(--icon-circle-color);
    bottom: -1px;
    right: 0;
}

#step2 .after {
    content: '';
    width: 60%;
    position: absolute;
    border-bottom: 3px solid var(--icon-circle-color);
    bottom: -1px;
    right: 0;
    display: none;
}

#step3 .after {
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 3px solid var(--icon-circle-color);
    bottom: -1px;
    right: 0;
    display: none;
}

.show {
    display: flex !important;
    flex-direction: column;
}

.steps-box .inner-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--icon-circle-color);
    display: block;
}

.address-swiper {
    display: none;
}

/*payment-box*/
.payment-box {
    display: none;
}

.code-box {
    width: 100%;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 2px -2px 30px #edf0f5;
}

.veiw-code {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.code-boxs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 20px;
}

.code-input-box {
    display: none;
    justify-content: space-between;

}

.code-input-box input {
    outline: none;
    width: 60%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
}

.submit-remove-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.submit-code {
    padding: 10px;
    border: 1px solid var(--back-header);
    border-radius: 5px;
    font-size: 14px;
    width: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    color: var(--back-header);
    font-weight: 400;
}

.submit-code:hover {
    color: var(--white-color);
    background-color: var(--back-header);
}

.submit-remove-box i {
    font-size: 18px;
}

.port-box {
    width: 100%;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;

    box-shadow: 2px -2px 30px #edf0f5;
    margin-bottom: 20px;
}

.port-box .logo-bank {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    background-image: linear-gradient(333.67deg, #f6f8fb 68%, #ebedf0 113.46%);
    padding: 20px;
    border-radius: 10px;
}

.port-box .logo-bank .img-bank {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(13, 60, 95, .1);
    padding: 10px;
    height: 100px;
    width: 150px;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.port-box .logo-bank .img-bank img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.port-box .title-part {
    border-bottom: 1px solis var(--old-price-color);
}

.port-box .p-text {
    color: var(--old-price-color);
    width: 60%;
    line-height: 25px;
}

.port-box .green-text {
    color: var(--back-header);
    margin: 20px 0;
    font-weight: 600;
    display: inline-block;
}

.payment-box .details-order-box {
    width: 100%;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;

    box-shadow: 2px -2px 30px #edf0f5;
}

.title-port {
    padding: 0px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.info-call {
    margin-top: 10px;
}

.payment-box .ordered {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    padding: 20px;
    width: 31%;
    border-radius: 10px;
    gap: 30px;
}

.payment-box .ordered .img-orderd {
    width: 150px;
    height: 100px;
}

.payment-box .ordered .img-orderd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment-box .orderd-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;

}

.payment-box .orderd-info p {
    display: flex;
    flex-direction: column;
    line-height: 25px;
}

.payment-box .orders-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.address-box .fa-clock, .payment-box .fa-clock {
    margin-left: 5px;
}

.error-address {
    border: 2px solid red;
}

.error-massage {
    color: red;
    padding: 3px;
    border: 1px solid red;
    border-radius: 10px;
    background-color: rgb(255 0 0 / 19%);
    font-size: 11px;
    margin: 0 10px;
    display: none;
}


#box-address .complete-btn:not(.active-btn) {

    background-color: #258825a3;

}
.active-btn {
    background-color: var(--back-header);
}

/*form*/

.add-address-container {
    width: 55%;
    height: max-content;
    border-radius: 25px;
    /*padding: 10px 15px 5px;*/
    padding: 10px 15px 20px;
    background-color: #fff;
    position: fixed;
    z-index: 600;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;

}

.add-address-container {
    display: none;
}

.add-address-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfe1e8;
    padding: 15px 20px;

}

.add-address-top span {
    font-weight: 700;
}

.fa-xmark-icon {
    font-size: 25px;
    cursor: pointer;
}

.save-form-address {
    display: flex;
    flex-direction: column;
}

.save-address {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.save-address input {
    width: 20px;
    height: 20px;
}

.save-address span {
    color: #dfe1e9;
    cursor: pointer;
}

.save-form-address-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.input-name {
    border: 1px solid #dfe1e8;
    border-radius: 15px;
    font-size: 15px;
    width: 100%;
    /* height: 50px !important; */
    /* padding: 12px 15px !important; */
    margin: 0 !important;
    box-shadow: none !important;
    position: relative;
    padding: 15px;
}

.input-number {
    border: 1px solid #dfe1e8;
    border-radius: 15px;
    font-size: 15px;
    width: 100%;


}

.input-name {
    width: 100% !important;
    /*padding: 10px !important;*/
    padding: 13px !important;
}

.input-box-description {
    margin: 13px 0;
}

.fa-angle-up {
    /*margin-top: -5px;*/
}

.save-form-number {
    /* width: 43%; */
    /* padding: 15px 35px; */
    /* flex: 0.5; */
}

.input-name span {
    position: absolute;
}

.save-form {
    margin-bottom: 10px;
}

.save-form-address-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.save-form-number {
    display: flex;
    justify-content: space-between;
}

.add-address-bottom {
    padding: 25px 10px;
}

.input-box-description {
    /*width: 48%;*/
    font-size: 14px;
}

.rotate-angle-up {
    transform: rotate(180deg);
}

.state-box, .city-box, .input-postal-code, .input-postal-address {
    outline: none;
    border: 1px solid #dfe1e8;
    /* padding: 5px 2px 5px; */
    /* padding: 5px; */
    border-radius: 15px;
}

.state-box, .city-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    width: 41%;
    height: 45px;
}

.state-box {
    /* width: 89% !important; */
    width: 90%;
}

.city-box {
    background-color: #eeeeee;
}

.address-box-form {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.postal-required {
    left: 399px !important;
    top: 9px !important;
}

::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'IRANYekan', sans-serif;
    text-align: right;
}

.address-box-form-right {
    display: flex;
    width: 49% !important;
}

.state-box {
    cursor: pointer;
}

input {
    border: none;
    outline: none;
}

/* .state-box , .city-box{
    width: 35%;
} */
.city-box i, .state-box i {
    color: #8d959f;
}

.city-box span, .state-box span {
    color: #8a929c;
}

.code-txt {
    color: #8a929c;
}

.input-required {
    color: red;
}

.postal-address {
    width: 100%;
    margin-top: 10px;
}

.postal-address input {
    width: 100%;
    padding: 15px 11px;
}

.add-address-btn {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
    position: relative;
    /* padding: 0 22px; */
    padding: 0 6px;
}

.add-address-btn button {
    display: flex;
    align-items: center;
    /*background-color: #85c441;*/
    background-color: var(--back-header);
    border: none;
    color: white;
    padding: 12px 45px;
    font-weight: 500;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'iranyekan';
    cursor: pointer;
    text-wrap: nowrap;
    transition: 0.3s;
}
.add-address-btn button:hover {
    background-color: var(--icon-circle-color);
}

.add-address-btn i {
    position: absolute;
    transform: rotate(-90deg);
    color: #fff;
    top: 16px;
    left: 24px;

}

.save-form {
    position: relative;
    width: 44%;
    font-size: 13px;
}

span {
    /* text-wrap: nowrap; */
}

.required-number {
    left: 12px !important;
    top: 13px !important;
}

.required-telephone {
    left: -12px !important;
    top: 13px;
}

.required-postal-code {
    left: 76px !important;
}

.input-name-placeholder {
    position: absolute;
    top: 11px;
    right: 13px;
    color: #8f97a0;
}

.input-required {
    position: absolute;
    top: 13px;
    left: 106px;
}

.landline-telephone {
    position: relative;
}

.area-code, .postal-code-box, .postal-address {
    position: relative;
}

.code-txt {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
}

.save-form-number {
    display: flex;


}

.area-code, .landline-telephone {
    width: 49%;
}

.postal-code-box {
    width: 100% !important;
    margin: 15px 0 10px;
}

.input-postal-code {
    width: 80%;
}

.remove-box {
    display: none;
}

.checkbox-txt-active {
    color: #0075ff !important;
}

.error-message {
    display: none;
    color: #e14f4f !important;
    font-weight: 600;
    font-size: 12px;
}

.show-box {
    display: block !important;
}

.change-border-box {
    border: 2px solid #8a929c !important;
    color: #8a929c !important;
}

.change-border-box-blue {
    border: 1px solid #1ebcc5 !important;
    color: #1ebcc5 !important;
}

.input-name {
    position: relative;
}

/*.input-name label{*/

/*    position: absolute;*/
/*    top: -12px;*/
/*    right: 35px;*/
/*    background-color: #ffff;*/
/*}*/
.add-address-container label ,.billing_details label,.address_details label,.baby_info_box label{
    font-size: 13px;
    position: absolute;
    top: -9px;
    right: 35px;
    background-color: #ffff;
    text-wrap: nowrap;
    display: none;
    padding: 0 10px;

}

.change-lable-color {
    display: block !important;
    color: #1ebcc5 !important;
}

input {
    font-family: 'iranyekan';
}

.save-form input {
    position: relative;
}

/* .selectOption-box{

    background-color: red;
} */
.select-option-container {
    display: flex;
    flex-direction: column;
    width: 47%;
}

.select-option-box {
    height: 105px;
    border-radius: 15px;
    overflow-y: scroll;
    width: 50%;
    box-shadow: 0 2px 8px -1px rgba(13, 60, 95, .1);
    padding: 10px;
    position: absolute;
    top: 53px;
    z-index: 4000;
    background-color: #ffff;
}

.select-item, .select-item-city {
    padding: 5px 15px;
    cursor: pointer;
    color: #8a929c;

}

.select-option-box {
    display: none;
}

.select-option-wrapper::-webkit-scrollbar {
    width: 3px;
}

.select-option-wrapper::-webkit-scrollbar-thumb {
    background: #dfe1e8;
    border-radius: 10px;
}

.select-option-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
}

.selected-item {
    background-color: #1ebcc5;
    border-radius: 15px;
    color: #ffff;
    width: 79%;
    cursor: pointer;
}

.select-option-wrapper {
    /* padding: 0 15px; */
    margin-top: 10px;
}

.search-input-box {
    width: 97%;
    border: 1px solid #dfe1e8;
    border-radius: 15px;
    height: 30px;
}

.input-box-area-code, .input-box-telephone {
    right: 19px !important;
}

.city-box-container2, .select-option-container {
    width: 100% !important;
}

.city-box-container2 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.select-option-box-city-box {
    width: 100% !important;
}

.select-option-box-city-box {
    height: 105px;
    border-radius: 15px;
    overflow-y: scroll;
    width: 50%;
    box-shadow: 0 2px 8px -1px rgba(13, 60, 95, .1);
    padding: 10px;
    position: absolute;
    top: 53px;
    z-index: 4000;
    background-color: #ffff;
    display: none;
}

.address-box-right {
    display: flex;
    gap: 5px;
    width: 100%;
}

.save-form {
    width: 49% !important;
}

.add-address-container .address-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ir-edit-select {
    display: flex;
    flex-direction: row;
}

.label-select {
    font-size: 13px !important;
    position: absolute !important;
    top: 12px !important;
    right: 6px !important;
    background-color: #ffff !important;
    text-wrap: nowrap;
    display: block !important;
    z-index: 99 !important;
    padding: 0 10px !important;
    color: #757990;
}

select.ir-province {
    margin-left: 10px !important;
    display: flex !important;
    font-family: iranyekan;
}

.ir-select {
    display: flex;
    flex-direction: row;
}

.ir-select select {
    border: 1px solid #c4c4cb !important;
    font-family: 'iranyekan' !important;
    font-size: 12px;
}

.ir-edit-select select {
    border: 1px solid #c4c4cb !important;
    font-family: 'iranyekan' !important;
    font-size: 12px;
}

select.ir-edit-province {
    margin-left: 10px !important;
    display: flex !important;
}
.cart-empty {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 100px 0px;
}

.cart-empty i {
    margin-bottom: 30px;
    font-size: 70px;
    color: #606060;
}

.cart-empty span {
    font-size: 24px;
    font-family: 'IRANYekan' !important;
    font-weight: bold;
    color: #181818;
}

.box-text-send {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family: 'IRANYekan';
    margin-bottom: 15px;
    font-size: 14px;
}



/*Responsive*/
@media screen and (max-width: 1250px) {
    .address-box {
        display: flex;
        flex-direction: column;
    }

    .address-box-right {
        width: 100% !important;
    }

    /*.save-form{*/
    /*    width: 100% !important;*/
    /*}*/
    .postal-code-box {
        width: 100% !important;
        padding-right: 0;
    }


}

@media screen and (max-width: 1024px) {
    .cart-box, .address-box {
        flex-direction: column;
    }

    .next-step i:not(:last-child) {
        display: none;
    }

    .parent-price-cart {
        width: 100% !important;
    }

    .cart-box .right-box, .address-box .right-box {
        width: 100%;
    }

    .parent-price-cart .left-box, .address-box .left-box {
        width: 95%;

        margin: 30px auto 0;
    }

    .parent-price-cart .left-box-main, .address-box .left-box-main {
        position: relative;
        margin-bottom: 50px;
    }

    /*    address*/
    .on-step1 {

        right: 32% !important;
    }

    .on-step2 {
        right: 67% !important;
    }

    .on-step3 {
        left: 0% !important;
        right: unset !important;
    }

    #step1 .after {
        width: 32%;
    }

    #step2 .after {
        width: 67%;
    }

    #step3 .after {
        content: '';
        width: 100%;
        position: absolute;
        border-bottom: 3px solid var(--icon-circle-color);
        bottom: -1px;
        right: 0;
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .save-form-address-top, .save-form-address-bottom {
        display: flex;
        flex-direction: column;
    }

    .address-box-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .save-form {
        width: 100% !important;
    }

}

@media screen and (max-width: 768px) {
    .add-address-container, delete-item {
        position: fixed !important;
        bottom: 0px !important;
        height: 80vh;
        overflow: scroll;
        width: 98% !important;
        
    }

    .product-chosen .left-box-chosen {
        width: 100%;
    }

    .product-chosen .right-box-chosen {
        width: 100%;
    }

    .product-chosen .right-box-chosen {
        gap: 30px;
    }

    .steps-box .step p.title {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .steps-box .circle {
        width: 20px;
        height: 20px;
        bottom: -10px;
    }

    .steps-box .inner-circle {
        width: 10px;
        height: 10px;

    }

    .address-box .title-box, .payment-box .title-box {
        padding: 20px;
    }

    .address-box .fa-clock, .payment-box .fa-clock {
        font-size: 15px;
    }

    .address-box .title-box p, .payment-box .title-box p {
        font-size: 12px;
    }

    .title-box img {
        width: 40px;
    }

    .port-box .p-text {
        width: 100%;
    }

    .payment-box .ordered {
        width: 47%;
    }
    .steps-box .step p.title{
        font-size: 14px;
    }
}

@media screen and (max-width: 530px) {
    .postal-address {
        width: 100%;
    }

    .details-box {
        flex-direction: column;
    }

    .title-product {
        width: 100%;
        font-size: 14px;
    }

    .main-title-box {
        gap: 10px;
    }

    .details-box .shop, .details-box .send {
        font-size: 12px;
        margin-bottom: 10px;

    }

    .product-chosen {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .cart-box .right-box {
        padding: 5px 20px;
    }

    .product-chosen .img-box {
        width: 30%;
    }

    .product-chosen .right-box-chosen {
        width: 70%;
    }

    .price-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }

    .price-box {
        display: none !important;
    }

    .discount-mobile {
        font-family: IRANYekan;
        font-size: 13px;
        padding: 3px 7px;
        color: var(--white-color);
        background-color: var(--red-color);
        border-radius: 10px;
        font-weight: 600;
    }

    .main-price-mobile {
        padding: 5px 0;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
    }

    .main-price-mobile span {
        font-weight: 400;
        font-size: 14px;
    }

    .price-mobile .old-price {
        font-size: 13px;
        color: var(--old-price-color);
        text-decoration: line-through;
    }

    .details-box .shop span, .details-box .send span {
        font-weight: 400;
    }

    .product-chosen .img-box .discount {
        display: none;
    }

    .fixed-mobile-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        z-index: 200;
        /*height: 70px;*/
        right: 0;
        align-items: center;
        padding: 20px;
        box-shadow: 0 -5px 15px #edf0f5;
    }

    .complate-fixed {
        border-radius: 10px;
        color: var(--white-color);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--back-header);
        height: 45px;
        cursor: pointer;
        gap: 20px;
        width: 170px;
        font-size: 14px;
    }



    #myBtn {
        display: none !important;
    }

    .fixed-mobile-box .profit {
        font-size: 14px;
        color: var(--new-product-title-link-color);
        margin-top: 10px;
    }

    .price-fixed .price {
        font-weight: 600;
        margin-top: 10px;
    }

    .price-fixed .price span {
        font-weight: 400;
        font-size: 14px;
    }

    .cart-box .complete-btn {
        display: none;
    }

    .main-title-box .info-box {
        padding-top: 20px;
    }

    .steps-box .step {
        font-size: 11px;
        text-align: center;
    }

    .address-no-response {
        display: none;
    }

    .address-swiper {
        display: block;
    }

    .right-address .info-call {
        flex-direction: column;
    }

    .address-box .box-address {
        flex-direction: column;

    }

    .box-flex-address {
        display: flex;
    }

    .box-address .right-address .info-address {
        padding: 0;
        border: none;
    }

    .box-address .right-address {
        width: 100%;
    }

    .box-address .right-address input {
        width: 15px;
        margin-left: 5px;
    }

    .address-box .box-address {
        width: 100%;
    }

    .info-address .box-flex-address p {
        font-size: 15px;
    }

    .address-box .box-address {
        padding: 20px;
        align-items: end;
        border-radius: 10px;
    }

    .left-address i {
        font-size: 12px;
    }

    .swiper-slide {
        width: 100%;
    }

    .address-box .left-box-main {
        width: 95%;
        margin: auto;
    }

    .box-post {
        flex-direction: column;
    }

    .box-post .left-post, .box-post .right-post {
        width: 100%;
    }

    .box-post .right-post {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .box-post .left-post .red-txt {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .left-post p {
        font-size: 14px;
    }

    .address-box .chose-address .new-address > span {
        font-size: 14px;
    }

    .complete-btn {
        display: none;
    }

    .payment-box.right-box, .address-box.right-box {
        padding: 15px;
    }

    .payment-box .ordered {
        width: 100%;
    }

    .code-box {
        padding: 15px;
        align-items: center;
        display: flex;
    }

    .code-box .code-input-box {
        width: 100%;
        gap: 20px;

    }

    .code-box .code-input-box input {
        width: 100%;
    }

    .submit-remove-box {
        justify-content: end;
    }

    .address-box .chose-address .title-address > span {
        display: flex;;
        flex-direction: column;
        gap: 20px;
    }

    .error-massage {
        margin: 0;
    }

    .address-box .chose-address .new-address {
        align-items: start;
        font-size: 12px !important;
        /*width: 50%;*/
        /*justify-content: end;*/
    }

    .address-box .chose-address .new-address i {
        padding-top: 3px;
    }
}

@media screen and (max-width: 425px) {

    .address-box {
        display: flex;
        flex-direction: column;
    }

    .save-address span {
        font-size: 11px;
    }

    .add-address-btn {
        padding: 0 7px;
    }

    .add-address-top {
        padding: 15px 0;
    }

    .save-address {
        display: flex;
        flex-wrap: wrap;
    }

    .address-box-right {
        display: flex;
        gap: 5px;
    }
}













