#foodland-home-mobile .image-food{
    width: 80px;
    height: 82px;
    border-radius: 100%;
}

#foodland-home-mobile .fav-img{
    width: 63px;
    height: 62px;
    border-radius: 100%;
}


/* ############## */
@font-face {
    font-family:'Vazirmatn-Bold' ;
    src: url(../fonts/Vazirmatn-Bold.ttf);
}

@font-face {
    font-family:'Vazirmatn-Regular' ;
    src: url(../fonts/Vazirmatn-Regular.ttf);
}

@font-face {
    font-family: 'Vazirmatn-VariableFont_wght';
    src: url(../fonts/Vazirmatn-VariableFont_wght.ttf);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}

textarea{

    font-family:'Vazirmatn-Regular' ;
}

input{

    font-family:'Vazirmatn-Regular' ;
}


.container{

    width: 100%;
    padding: 0 15px 0 15px;
}


ul{
    list-style: none;
}

a {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    text-decoration: none;
    display: inline-block;
    outline: none;
    list-style: none;
}


body{

    font-family: 'Vazirmatn-Regular';
    background-color:var(--main-bg);
    height: 100vh;
    direction: rtl;
    color: var(--text);
    overflow-x: hidden;
    
    
}

p{

    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: var(--text);
    font-family:'Vazirmatn-Regular' ;
    
}


:root{

  


    --text:#4F4F4F;
    --bold-text: #333333;
    --tertiary:#FFFFFF;
    --primary:#FF9431;
    --hover: #FD7A00;
    --bg:#F5F5F5;
    --secondary:#FFF1E5;
    --box-color:#FDFDFD;
    --off:#ACACAC;
    --main-bg: #FCFAF8;
        --gray: #9F9F9F;
        --border:#E0E0E0;
        --darkWhite: #FAFAFA;
    
}

button{

    display: inline-block;
    text-align: center;
    transition: all .35s ease-in-out;
    cursor: pointer;
    width: 106px;
    height: 31px;
    border-radius: 5px;
    font-family: 'Vazirmatn-Bold';
    font-weight: 700;
    font-size: 9px;
    line-height: 26px;
    color: var(--white);
    background-color: var(--primary);
    border: none;
}


h1{

    font-family:'Vazirmatn-Bold' ;
    font-size: 21px;
    line-height: 74px;
    font-weight: 600;
    color: var( --tertiary);
}

h2{

    font-family:'Vazirmatn-Bold' ;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--bold-text);

}

h3{
    
    font-family:'Vazirmatn-Bold' ;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bold-text);
}


