* {
    margin: 0;
    padding: 0;
    font-family: 'iransans';
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/Sans\ a4fran3.ttf');
}

@media (max-width: 768px) {
    .foodlist {
        margin-top: 15px;
    }

    .owl-carousel {
        padding: 0px !important;
        padding-top: 20px !important;
    }

    .foodlist {
        width: 80% !important;
        margin: 2rem;
    }

    .psec:nth-child(1) {
        margin-top: 10px;
    }

    .psec {
        margin-top: 30px;
    }
}

body {
    direction: rtl;
}

a {
    text-decoration: none;
    color: black;
}

.logo {
    width: 80px;
    height: 80px;
}

.baner {
    background-image: url('../../images/baner.jpg');
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% center;
    height: 400px;
    background-blend-mode: darken;
    color: white;
    padding-top: 100px;
    white-space: nowrap;
    text-align: center;
}

.foods {
    margin-top: 20px;
}

.foodlist {
    padding: 10px;
    height: 300px;
    max-height: 400px;
    top: 10px;
}


.factordetail {
    height: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.factordetail::-webkit-scrollbar {
    width: 10px
}

.factordetail::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 25px
}

.factordetail::-webkit-scrollbar-thumb {
    background: blue;
    border-radius: 25px
}

.factor a {
    display: inline-block;
    padding: 5px;
}

.owl-carousel {
    padding: 20px 20px 20px;
}

.owl-carousel div img {
    height: 50px !important;
}

.owl-carousel div p {
    text-align: center;
}

.product img {
    width: 100%;
}

.product {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    padding: 0px !important;
}

.product img {
    border-radius: 5px;
    transition: transform .5s ease-in-out;
}


.product img:hover {
    transform: scale(1.1);
}


.product div, .product p {
    padding: 10px;
}

.product div:nth-child(2) {
    direction: ltr;
}

.bi-plus-circle:hover, .bi-dash-circle:hover {
    color: blue;
    transition: 1s;
}

.bi-plus-circle, .bi-dash-circle {
    cursor: pointer;
}

.productcount {
    display: none;
    margin: 5px;
}

.minus {
    display: none;
    cursor: pointer;
}

.trash {
    cursor: pointer;
}

.psec {
    margin-top: 15px;
}

#allproductcount, #trash {
    display: none;
}

.factorprice {
    font-size: 12px;
    margin-top: 5px;
}

#factornotif {
    text-align: center;
    height: 10vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right top, #0066ff, #007dff, #0090ff, #00a1fb, #48b1f4);
    color: white;
}