.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
}

.process-wrap {
    max-width: 550px;
    margin: 10px auto 80px;
}

.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
    .colmn_process {
        &:not(:first-child) {
            &:before {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                height: 1px;
                top: 30px;
                left: calc(-50% + 20px);
                right: 0;
                background: #ebebeb;
                border: 0px #ebebeb solid;
                -o-transition: .4s;
                -ms-transition: .4s;
                -moz-transition: .4s;
                -webkit-transition: .4s;
                transition: .4s;
            }
        }
    }
}

.colmn_process {
    position: relative;
    &:first-child {
        .process-step {
            &:before {
                content: '1';
            }
        }
    }
    &:nth-child(2) {
        .process-step {
            &:before {
                content: '2';
            }
        }
    }
    &:nth-child(3) {
        .process-step {
            &:before {
                content: '3';
            }
        }
    }
    &:nth-child(4) {
        .process-step {
            &:before {
                content: '4';
            }
        }
    }
}

.process-step-cont {
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}

.process-step {
    border-radius: 100%;
    line-height: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #cdcdcd;
    width: 55px;
    height: 55px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}

.process-label {
    color: #959595;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.process-dots {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}

.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%;
    padding-top: 5px;
}

.active-step1 {
    .colmn_process {
        &:first-child {
            .process-step {
                background-color: #d62728;
                border: 1px solid #d62728;
                color: #fff;
            }
            .process-dots {
                &:first-child {
                    background-color: #d62728;
                    border: 1px solid #d62728;
                    color: #fff;
                }
            }
            .process-label {
                color: #293b4d;
            }
        }
    }
}

.sub_container {
    width: 100% !important;
    max-width: 1250px !important;
    padding: 0 !important;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.pt-10 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 100px;
}

.cart_list_1 {
    tbody {
        td {
            padding: 25px 0;
        }
    }
    .thumbnail {
        margin-right: 10px;
    }
}

.cart_prod_1 {
    .media-heading {
        font-size: 20px;
        font-weight: 600;
        color: #08283c;
    }
}

.cart_img_1 {
    position: absolute;
    left: 0;
}

.cart_img_3 {
    position: absolute;
    right: 0%;
    bottom: 25%;
}

.cart_img_2 {
    margin-left: 250px;
}

.reamore_bt1 {
    color: #0a3856;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    img {
        max-width: 50px;
        margin-right: 6px;
        background: #fff;
        border-radius: 60px;
        position: relative;
        top: -2px;
    }
}
.lang-ar .reamore_bt1 img{
    transform: scaleX(-1);
}

.cart_list_h {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }
}

.cart_list_b {
    padding: 19px 0;
    border-bottom: 1px solid #ccc;
    .media-heading {
        font-size: 20px;
        font-weight: 600;
        color: #08283c;
    }
    h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        color: #08283c;
    }
}

html:dir(rtl) .cart_list_b .h4 {
    text-align: right !important;
}
html:dir(rtl) .cart_list_b .sub_head_4 {
    text-align: right !important;
    margin-right: 16px;
}



.time_list_1 {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    li {
        display: inline-block;
        color: #08283c;
        font-size: 15px;
        margin-right: 12px;
        i {
            color: #d20e0e;
            margin-right: 5px;
        }
        a {
            margin-left: 6px;
            color: #d20e0e;
        }
    }
}

html:dir(rtl) .time_list_1 .li {
   margin-right: 0;
}

.cart_note_1 {
    display: block;
    padding: 19px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    h3 {
        font-size: 16px;
        font-weight: 500;
        span {
            color: #d62728;
        }
    }
}

.sum_sect_1 {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px 16px;
}

.mani_head_1 {
    font-weight: 600;
    font-size: 40px;
}

.sub_head_3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: center;
}

.sub_head_5 {
    color: #d62728;
    font-size: 20px;
    font-weight: 600;
}

.time_list_2 {
    padding: 0;
    margin: 0;
    list-style: none;
    li {
        margin-bottom: 13px;
        font-size: 15px;
        display: block;
        font-weight: 500;
        color: #6a7a84;
        span {
            display: inline-block;
            float: right;
            color: #0a3856;
            font-weight: 600;
        }
        strong {
            color: #d62728;
            font-size: 22px;
            float: right;
            position: relative;
            top: -4px;
        }
    }
}

.bill_btn_1 {
    width: 100%;
    background: #d62728;
    border: 0;
    padding: 11px 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 32px;
    font-size: 14px;
    text-transform: uppercase;
}

.shopping_btn1 {
    color: #d62728;
    text-decoration: none;
    display: table;
    margin: auto;
    font-weight: 600;
    font-size: 15px;
}

.swal2-actions button {
    margin-left: 6px;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .cart_img_1,
    .cart_img_2,
    .cart_img_3 {
        opacity: 0.2;
    }
    .cart_img_2 {
        margin-left: 0;
        max-width: 200px;
    }
    .cart_img_3 {
        bottom: 20%;
        max-width: 240px;
    }
    .cart_img_1 {
        max-width: 340px;
        top: 22%;
    }
}

@media (max-width: 580px) {
    .process-wrap {
        width: 320px;
    }
}


/* Arabic */

html:lang(ar) {
    .time_list_2 li span {
        float: left;
    }
    .cart_list_1 .thumbnail {
        margin-left: 10px;
    }
}