@font-face {
    font-family: IRANSansWebFaNum;
    src: url('../fonts/IRANSansWebFaNum.woff') format('woff');
}
    #productsSlider h5 {
        position: absolute;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
        right: 0;
        text-align: center;
        top: 10px;
        width: 100%;
        text-align: center;
        background: #8E2DE2;
        color: white;
        border-radius: 5px;
        line-height: 33px;
        font-size: 17px;
    }

.productInfo {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
    background: white;
    position: fixed;
    height: 0vh;
    width: 100%;
    bottom: 0;
    border-radius: 50px 0 0 0;
    display: none;
    transition: 0.3s ease-in-out;
}

.infoHeader {
    height: 90px;
    background: #8E2DE2;
    text-align: center;
    color: white;
    border-radius: 50px 0 0 0;
}

    .infoHeader i {
        z-index: 88888888888;
        position: absolute;
        top: 10px;
        font-size: 44px;
        color: white;
        left: 30px;
    }

.topBar {
    background: #8E2DE2;
    color: white;
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 20px;
}

    .topBar h5 {
        margin-bottom: 0;
    }

    .topBar i {
        color: white;
        font-size: 22px;
    }

.infoHeader h5 {
    line-height: 70px;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.infoBody {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 50px 0 0 0;
    margin-top: -30px;
    background: white;
    padding: 20px;
    overflow-x: scroll;
    height: 55vh;
    margin-bottom: 85px;
}

    .infoBody ul li img {
        width: 45px
    }

    .infoBody ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .infoBody ul li h5 {
            font-size: 16px;
            margin-bottom: 0;
            margin-right: 5px;
        }

.quantity {
    display: inline-block;
}

    .quantity .input-text.qty {
        width: 30%;
        height: 30px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #efefef;
        border-radius: 5px;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
        }

        .quantity.buttons_added .minus,
        .quantity.buttons_added .plus {
            padding: 7px 10px 8px;
            height: 41px;
            background-color: #E5E5E5;
            border: 1px solid #efefef;
            color: white;
            font-size: 28px;
            width: 30px;
            border-radius: 5px;
            height: 30px;
            padding: 0;
            line-height: 32px;
            cursor: pointer;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #00D1A1;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }

.rInfo {
    display: flex;
    align-items: center;
}

.fieldset {
    width: 100%;
    margin: 3px;
    border-color: #f0f0f0;
}

.fieldset {
    border: thin solid #e0e0e0;
    border-radius: 15px;
    padding: 15px;
    margin: 15px 0 0;
}

    .fieldset legend {
        float: unset;
        width: auto;
        padding: 0 10px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
        border: none;
    }

    .fieldset input[type=checkbox] {
        width: 20px;
        height: 20px;
    }

    .fieldset label {
        color: #9E9E9E;
        font-size: 17px;
        margin-right: 5px;
    }

.mabda {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.inquiry-btn {
    background-color: #8e2de2;
    border-radius: 50px;
    height: 40px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    color: #fff;
    font-size: .8em;
    border: none;
    box-shadow: 0 14px 26px -12px rgba(148, 90, 233, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(148, 90, 233, .2);
    color: #eee !important;
    background-color: #945ae9;
    margin: 5px 0 30px 0;
}

.numericEst {
    background: #F6F6F6;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    display: inline-block;
    padding: 10.5px 25px;
    font-size: 16px;
    height: 47px;
}

.numericBtn {
    line-height: 45px;
    background: #8E2DE2;
    border-radius: 20px;
    border: 1px solid #8E2DE2;
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    color: white;
    float: left;
}

.keyboardSenior {
    box-shadow: rgb(0 0 0 / 23%) 0px 5px 15px !important;
    width: 100%;
    direction: ltr;
    margin-top: 20px;
    display: none;
}

.numeric-keyboard {
    width: 100%;
    table-layout: fixed;
}

    .numeric-keyboard td {
        text-align: center;
        border: 1px solid #ccc;
        font-size: 30px;
    }

.estt, .delete {
    font-size: 16px !important;
}

.overlay {
    background: black;
    z-index: 99999;
    opacity: 0.6;
}

.chargeAcc {
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
}

.chargeAc {
    background: white;
    border-radius: 5px;
    width: 80%;
}

.chargeHeader {
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 15px 5px;
    align-items: center;
}

    .chargeHeader i {
        background: #F50057;
        color: white;
        padding: 5px;
        border-radius: 100%;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: -1px 1px 5px 2px #a3a0a0;
    }

    .chargeHeader h5 {
        margin-bottom: 0;
        margin-right: 5px;
        font-size: 16px;
    }

.chargeBody {
    text-align: center;
    padding: 30px;
}

    .chargeBody h4 {
        font-size: 15px;
        font-weight: 100;
    }

    .chargeBody input {
        background: #F6F6F6;
        line-height: 35px;
        border-radius: 15px;
        border: 1px solid #ccc;
        margin-top: 20px;
        padding: 5px 30px;
        text-align: center;
        width: 100%;
    }

    .chargeBody .btnchargewallet {
        display: block;
        margin-top: 20px;
        background: #471671;
        color: white;
        padding: 9px;
        border-radius: 10px;
        font-size: 14px;
    }

.categoryPop {
    background: #FAFAFA;
    display: none;
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
}

.categoryHeader {
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 15px 5px;
    align-items: center;
    background: white;
}

    .categoryHeader i {
        background: #F50057;
        color: white;
        padding: 5px;
        border-radius: 100%;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: -1px 1px 5px 2px #a3a0a0;
    }

    .categoryHeader h5 {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 16px;
    }

.categoryBody {
    overflow-x: scroll;
    padding: 0 20px;
    height: 80vh;
}

    .categoryBody a {
        width: 90%;
    }

    .categoryBody img {
        width: 100%;
        border-radius: 10px;
        margin-top: 15px;
        box-shadow: 0px 0px 5px #808080;
    }

.categoryFooter {
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    background: white;
}

    .categoryFooter a {
        background: #F50057;
        width: 100%;
        display: block;
        color: white;
        text-align: center;
        font-size: 19px;
        line-height: 35px;
        border-radius: 5px;
    }

.orderSels {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px #e1dede;
}

.orderSel {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    flex-direction: column;
}

    .orderSel i {
        font-size: 26px;
        margin-bottom: -10px;
        color: #797979;
    }

    .orderSel span {
        font-size: 12px;
    }

.activeSel {
    border-bottom: 2px solid #384BB5;
}

    .activeSel i {
        color: #384BB5;
    }

    .activeSel span {
        color: #384BB5;
    }

.orderTab {
    overflow-x: auto;
    height: calc(100% - (130px));
}

.orderBox {
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
}

.orderHeader {
    border-bottom: 1px solid #ccc;
    background: white;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.orderHeadR {
    display: flex;
}

    .orderHeadR b {
        font-size: 20px;
    }

    .orderHeadR span {
        font-size: 13px;
        margin-right: 5px;
    }

.orderHeadC {
    display: flex;
}

    .orderHeadC span {
        background: #FFEE58;
        padding: 5px 10px;
        border-radius: 10px;
    }

.orderHeadL {
    display: flex;
}

    .orderHeadL span {
        font-size: 13px;
        margin-left: 5px;
    }

    .orderHeadL i {
        font-size: 21px;
    }

.orderBody {
    background: #F7F7F7;
    padding: 10px;
}

    .orderBody img {
        width: 45px;
        border-radius: 100%;
    }

    .orderBody span {
        font-size: 15px;
        color: #808080;
        margin-right: 15px;
        font-weight: bold;
    }

    .orderBody h5 {
        font-size: 13px;
        color: #808080;
        margin-top: 15px;
    }

.orderFoot {
    background: white;
    border-radius: 0 0 10px 10px;
    padding: 5px 10px;
    font-size: 13px;
    color: #7B7B7B;
}

.orderSuccess .orderHeadC span {
    background: #4bcd4b;
    color: white;
}

.orderCanceled .orderHeadC span {
    background: #b54c4c;
    color: white;
}

.chartsInfo {
    margin: 10px;
    background: #FFFFFF;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.infoIcon {
    background: #8E2DE2;
    color: white;
    font-size: 23px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.bistack {
    background: #52AC56;
}

.calndcheck {
    background: #F7E400;
}

.infoIcon i {
    height: 22px;
    font-size: 22px;
}

.infoText {
    text-align: center;
    width: 100%;
}

    .infoText h5 {
        font-size: 16px;
        color: #6B6B6B;
        font-weight: 100;
        margin-bottom: 0;
    }

    .infoText b {
        font-weight: revert;
    }

.chartText {
    background: #9356E8;
    color: white;
    display: block;
    margin: 10px;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 100;
}

.orderSub {
    z-index: 9999988;
    position: fixed;
    display: none;
    overflow: scroll;
    width: 100%;
    height: 100%;
    direction: rtl;
    background: #FCFCFC;
}

.ordersubImage {
    background-image: url("https://api.mosayyebi.com/uploads/images/ProductImages/5010Ashk_jrb5jt3rhn.jpg");
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1),0 0 10px 5px rgba(0,0,0,.1);
}

.ordersubimage2 {
    position: absolute;
    top: 195px;
    left: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1),0 0 8px 4px rgba(0,0,0,.1);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.orderSubMain {
    padding: 30px;
}

    .orderSubMain h5 {
        text-align: right;
        font-size: 19px;
        margin-bottom: 30px;
    }

.orderSubInfo {
    display: flex;
    width: 85%;
    margin: 0 auto;
    justify-content: space-around;
}

    .orderSubInfo p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .orderSubInfo b {
        font-size: 16px;
    }

.orderSub a, .acceptOrder a {
    background: #945AE9;
    padding: 10px;
    width: 45%;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    margin-right: 3%;
}

    .orderSub a:last-child, .acceptOrder a:last-child {
        background: #FFB74D;
    }

.box-glass {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    position: absolute;
    text-align: center;
    color: white;
    border-radius: 5px;
    opacity: 0.9;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 58%);
    background: transparent;
    top: 60px;
    width: 75%;
    font-size: 14px;
    height: auto;
    line-height: 27px;
    margin: 0 5%;
}

.w-100-slow {
    position: relative;
    left: 0;
    width: 100% !important;
    transition-timing-function: linear;
    transition: width 2s !important;
}

.slider-padding {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.acceptOrder {
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: 0;
    z-index: 9999990;
    position: fixed;
    display: none;
    width: 83%;
    height: fit-content;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    direction: rtl;
    background: #FCFCFC;
}

.overlayOrder {
    background: black !important;
    z-index: 9999989 !important;
    opacity: 0.6;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, transparent 0%, transparent 42%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 42%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 42%, rgba(0,0,0,0.65) 100%);
}

.rowPreviewOrder {
   
    margin: 12px;
}
    .rowPreviewOrder:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 13%);
    }
    .rowPreviewOrder p{
        text-align:left;
    }
    .rowPreviewOrder p, .rowPreviewOrder b {
        width: 50%;
        margin-bottom: 0 !important;
        padding-bottom: 10px;
    }
.acceptOrder .modal-footer {
    padding-top: 0 !important;
    width: 100% !important;
    bottom: 0;
}
.notif-circle {
    background: rgb(197 40 40 / 70%);
    position: absolute;
    border-radius: 50px;
    padding: 0px 9px;
    right: -10px;
    bottom: 15px;
}