#foodland-product-mobile .product-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-img img{
  width: 230px;
  height: 230px;
  border-radius: 100%;
}



.active{
  background-color: var(--primary) !important;;
  color: var(--tertiary) !important;;
  border: none !important;;        
}
.food-img{
  width: 82px;
  height: 82px;
  border-radius: 100%;
}
/* ######################### */
#foodland-home-mobile .header-wrapper{

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 47px;
}
 #foodland-home-mobile #myLinks{
  display: none;
}

  #foodland-home-mobile .header{

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}


/*end of  header-home*/

 #foodland-home-mobile .hero{

    position: relative;
    background-image: url(../images/bg-home.svg);
    background-repeat: no-repeat;
    background-size: cover;
   
   
  }
  
  #foodland-home-mobile  .hero-img{
  
      width: 233px;
      height: 236px;
  
     
  }
  #foodland-home-mobile  .image-hero{
  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-top: 73px;
      margin-bottom: 45px;
  }
  
  /*end of  hero-home*/

  #foodland-home-mobile .search-box{
 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    width: 314px;
    height: 60px;
    border-radius: 30px;
    background: #F8F8F8;
    padding-right: 36px;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
   
  }

  #foodland-home-mobile .search-text{

    opacity: 0.5;

  }

  #foodland-home-mobile .search{

    margin-bottom: 45px;
  }

  /*end of  .search-box-home*/


  #foodland-home-mobile #countdown{

    width: 100%;
    height: 170px;
    border-radius: 12px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #foodland-home-mobile ul{

    display: flex;
    gap: 31px;
  }

  #foodland-home-mobile .timer{

    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var( --tertiary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
  

  #foodland-home-mobile .timer-box{

    position: relative;
    width: 100%;
    height: 170px;
    margin: 0 auto;
    
  }

  #foodland-home-mobile .tomato{

    position: absolute;
    left: 0;
    bottom: 8px;
  }

  #foodland-home-mobile .countdown-timer{

    margin-bottom: 45px;
  }

 

  #foodland-home-mobile .cilantro{

    position: absolute;
    right: -27px;
    bottom: 70px;

  }

   /*end of  .count-down-home*/

   #foodland-home-mobile .discount-box{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 170px;
    background-color: var( --secondary);
    border-radius: 10px;
    margin: 0 auto;
   }

   #foodland-home-mobile .discount-description{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
   }

   #foodland-home-mobile .discount-title{

    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: var(--primary);
   }

   #foodland-home-mobile .discount-subtitle{

     line-height: 23px;
   }

   #foodland-home-mobile .discount-btn{

    margin-top: 9px;
   }

   #foodland-home-mobile .discount{

    margin-bottom: 45px;
   }

    /*end of  .discount-home*/

    #foodland-home-mobile .choice-title{

        text-align: center;
        margin-bottom: 36px;
    }

    #foodland-home-mobile .food-box{

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    #foodland-home-mobile .food-bg{

        width: 126px;
        height: 126px;
        border-radius: 27px;
        background-color: var(--bg);
        margin-bottom:5px;
        text-align: center;
    }

    .heart{

      display: flex;
    
    
    }

    .heart-icon.active{


     fill: var(--primary);
     
    }

   

    #foodland-home-mobile .food-title{

        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
    }

    #foodland-home-mobile .add-price{

        display: flex;
        align-items: center;
        gap: 9px;
    }

    #foodland-home-mobile .add-circle{

        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #foodland-home-mobile .chef-choice-items{

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 36px;
    }

    #foodland-home-mobile .chef-choice{

      margin-bottom: 45px;
    }


    /*end of  .chef-choice-home*/

    #foodland-home-mobile .order-box{

      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      height: 170px;
      background-color: var( --secondary);
      border-radius: 10px;
      margin: 0 auto;
    }

    #foodland-home-mobile .order{

      margin-bottom: 45px;
    }

    #foodland-home-mobile .img-circle{

      width: 117px;
      height: 117px;
      border-radius: 50%;
    }

    #foodland-home-mobile .order-text{

      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
      text-align: center;
      max-width: 186px;
    }

    #foodland-home-mobile .order-title{

      text-align: center;
      margin-bottom: 9px;
    }

    /*end of  order-home*/

    #foodland-home-mobile .favorites-title{

      text-align: center;
      margin: 36px;
    }

    #foodland-home-mobile .white-circle{

      width: 93px;
      height: 93px;
      border-radius: 50%;
      background-color: var( --tertiary);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 120px;
      left: 30px;
    }

    #foodland-home-mobile .fav1{

      display: flex;
      flex-direction: column;
      gap: 65px;
    }

    #foodland-home-mobile .fav2{

      display: flex;
      flex-direction: column;
      gap: 65px;
    }
    
    #foodland-home-mobile .fav-wrapper{
      
      display: flex;
      margin: 0 auto;
      justify-content: space-between;
    }
    #foodland-home-mobile .fav-items{

      width: 156px;
      height: 175px;
      border-radius: 30px;
      background-color: var(--bg);
      
    }

    #foodland-home-mobile .modalBtn{

      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 7px;
    }

    #foodland-home-mobile .fav-components{

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      gap: 7px;
      margin-top: 30px;
    }

    #foodland-home-mobile .heart-icon-svg{

      margin-right: 12px;
      margin-top: 18px;
    }

    #foodland-home-mobile .fav-box{

      position: relative;
    }



#foodland-home-mobile .favorites{

  margin-bottom: 45px;
}


    /*end of  favorites-home*/

    #foodland-home-mobile .birthday-box{

      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 100%;
      height: 170px;
      border-radius: 12px;
      background-color: var( --secondary);
      margin-bottom: 55px;
    }

    #foodland-home-mobile .birthday-image{

      width: 118px;
      height: 118px;
      border-radius: 50%;
    }

 /*end of  birthday-home*/


 /* #foodland-home-mobile .pop-up{ */
 .pop-up{
   
    width: 100%;
    height: 622px;
    border-radius: 30px 30px 0px 0px;
    background-color: var( --tertiary);
    padding-top: 23px;
    display: none;
    
 } 


 /* #foodland-home-mobile .pop-up-wrapper{ */
 .pop-up-wrapper{

  display: flex;
  flex-direction: column;
  align-items: center;
  
 }

 #foodland-home-mobile .product-items{
 
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 12px;
 }

 #foodland-home-mobile .price-icon{

   display: flex;
   align-items: center;
   gap: 3px;
 }

 #foodland-home-mobile .food-name{

  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
 }

 #foodland-home-mobile .price{

   font-size: 22px;
   line-height: 39px;
   font-weight: 400;
 }

 #foodland-home-mobile .product-description{

  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 45px;
 }

 #foodland-home-mobile textarea{

  width: 100%;
  height: 148px;
  border-radius: 9px;
  opacity: 0.5;
  border: 1px solid rgba(79, 79, 79, 0.4);
  font-size: 12px;
  line-height: 26px;
  color: rgba(79, 79, 79, 0.5);
  padding: 10px 8px 0 0 ;
  margin-bottom: 30px;
 }

 #foodland-home-mobile .add-to-basket{

  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 30px;
 }

 #foodland-home-mobile .quantity{

  display: flex;
  align-items: center;
  gap: 10px;
  width: 118px;
  height: 40px;
  background: var(--secondary);
  border-radius: 9px;
  justify-content: center;
 }

#foodland-home-mobile .btn-plus , .btn-minus{

  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#foodland-home-mobile .add-to-btn{

  width: 172px;
  height: 45px;
  font-size: 12px;
  line-height: 26px;

}

#foodland-home-mobile .continue-btn{

  width: 332px;
  height: 45px;
  font-size: 12px;
  line-height: 26px;
  

}

 /*end of  homepage*/

#foodland-product-mobile .date-time{

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

 #foodland-product-mobile .product-hero{

    width: 100%;
    height: 317px;
    background-color: var( --secondary);
 }

 #foodland-product-mobile .heart-arrow{

   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-top: 16px;
 }

 #foodland-product-mobile .container-product{

  width: 100%;
  padding: 0 24px 0 24px;
  background-color: var( --secondary);
}

  /*end of  product-hero*/



#foodland-product-mobile .name-price{

  margin-bottom: 30px;
}
  

  #foodland-product-mobile .product-details{

    width: 100%;
    height: 622px;
    background-color: var( --main-bg);
    border-radius: 30px 30px 0px 0px;
    padding: 21px 22px  ;
  
    
  }

  #foodland-product-mobile .product-items{

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
  }

  #foodland-product-mobile .price-icon{

    display: flex;
    align-items: center;
    gap: 5px;
  }

  #foodland-product-mobile .food-name{

    font-size: 20px;
    line-height: 12px;
  }

  #foodland-product-mobile .price{

    font-size: 22px;
    line-height: 39px;
    font-weight: 400;
  }

  #foodland-product-mobile .product-description{

    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    max-width: 333px;
    margin: 0 auto;
    text-align: justify;
  }


  #foodland-product-mobile .nutrition-facts{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 58px;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.03), 0px 4px 20px -2px rgba(50, 50, 71, 0.04);
   border-radius: 16px;
   background-color: inherit;
   margin-bottom: 30px;
   
  }

  #foodland-product-mobile .nutrition-categories{

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #foodland-product-mobile .nutrition-num{
   
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);

  }

  #foodland-product-mobile .nutrition-name{
    
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;


  }

  

 /*end of  nutrition facts*/

 #foodland-product-mobile textarea{

  width: 100%;
  opacity: 0.5;
  border: 1px solid rgba(79, 79, 79, 0.4);
  border-radius: 9px;
  color: rgba(79, 79, 79, 0.5);
  font-size: 12px;
  line-height: 26px;
  padding: 10px 8px;
  margin-bottom: 20px;
  background-color: inherit;

 }

 
 .tabs {
  list-style: none; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 7px;
 
}

.tabs-size{
  width: 337px;  
  height: 55px;
  background: #F6F6F6;
  border: 1px solid var( --primary);
  box-shadow: 0px 0px 5px rgba(254, 114, 76, 0.25);
  border-radius: 9px;
  font-family: 'Vazirmatn-Regular';
  margin-bottom: 30px;
}

.tabs li {
  display: inline-block;
}

.tabs input[type="radio"] {
  display: none;
  color: var( --off);
 
 
  
}

.tabs button.active{

   
  border-radius: 9px;
  background-color: var( --secondary);
  padding: 4px 13px ;
}

.tabs label {
  display: block;
  cursor: pointer;
  width: 93px !important;
  height: 41px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.tabs [id^="tab"]:checked + label {   
  background-color: var(--primary);
  width: 93px;
  height: 41px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var( --tertiary) !important;
}

.tab-text{

  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Vazirmatn-Regular';
}

 



 #foodland-product-mobile .btn-plus
 {
   width: 26px;
   height: 26px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-product-mobile .btn-minus{
 width: 26px;
 height: 26px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

 }




 #foodland-product-mobile .add-to-basket{
 
  margin-bottom: 30px;
 
 }

 #foodland-product-mobile .plus-minus{

  display: flex;
  align-items: center;
  width: 118px;
  height: 40px;
  border-radius: 9px;
  background-color: var( --secondary);
  justify-content: space-around;
 }

 #foodland-product-mobile .number{

  font-size: 24px;
  line-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;

 }

 #foodland-product-mobile .add{

  display: flex;
  align-items: center;
 
  justify-content: space-between;

 }

 #foodland-product-mobile .continue-btn{

  width: 100%;
  height: 45px;
  font-size: 12px;
  line-height: 26px;
  margin: 0 auto;
 }


 

 

 /*end of  product-details*/

 #foodland-product-mobile .suggest-title{
 
  text-align: center;
  margin-bottom: 36px;
 }

 #foodland-product-mobile .our-suggestion{

  
  margin-bottom: 55px;
 }

 #foodland-product-mobile .suggestion-box{

  position: relative;
 }

 #foodland-product-mobile .food-img{

  position: absolute;
  top: -40px;
  left: -20px;

 }

 #foodland-product-mobile .food-name{

  font-size: 12px;
  line-height: 31px;
  color: var(--bold-text);
  margin-right: 5px;
 }


 #foodland-product-mobile .add-btn{

  width: 16px;  
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-product-mobile .details-box{
  width: 145px;
  height: 118px;
  border-radius: 15px;
  background-color: var(--bg);
  padding-top: 35px;
 
 }

 #foodland-product-mobile .box-details{

  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 9px;
  
  
 }

 #foodland-product-mobile .box-details-right{

  display: flex;
  align-items: center;
  gap: 9px;
 }

 #foodland-product-mobile .price{

  font-size: 10px;
  line-height: 31px;
  font-weight: 500;
 }

 #foodland-product-mobile .suggestion-wrapper{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
 }









 #foodland-product-mobile .pop-up{

  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1100;
}


#foodland-product-mobile  .pop-up-box{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  width: 360px;
  height: 500px;
  background-color: var( --tertiary);
  border-radius: 9px;
  position: relative;
  margin: 10% auto;
  padding: 10px 40px;
  
}



#foodland-product-mobile .pop-up-wrapper{

  display: flex;
  flex-direction: column;

}


#foodland-product-mobile .pop-up-title{

  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 55px;
}


#foodland-product-mobile input{

  width: 320px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #D0D0D0;
  margin-bottom: 30px;

}


#foodland-product-mobile label{

  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #767676;
  margin-bottom: 10px;
}


#foodland-product-mobile .sent,
.time{

  font-size: 14px;
  line-height: 16px;

}


#foodland-product-mobile .sent{

  margin-bottom: 20px;
}


#foodland-product-mobile .pop-up-btn{

  width: 140px;
  height: 46px;
  font-size: 16px;
  line-height: 19px;
  margin-top: 30px;
}

/*end of  login-pop-up*/
 

 /*end of  product page*/




 #foodland-menu-mobile .header-wrapper{

 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 25px;
 margin-bottom: 40px;
 }

  /*end of  header*/

 #foodland-menu-mobile #countdown{

  width: 100%;
  height: 170px;
  border-radius: 12px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

#foodland-menu-mobile ul{

  display: flex;
  gap: 31px;
}

#foodland-menu-mobile .timer{

  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var( --tertiary);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}


#foodland-menu-mobile .timer-box{

  position: relative;
  width: 100%;
  height: 170px;
  margin: 0 auto;
  
}

#foodland-menu-mobile .tomato{

  position: absolute;
  left: 0;
  bottom: 8px;
}

#foodland-menu-mobile .countdown-timer{

  margin-bottom: 45px;
}



#foodland-menu-mobile .cilantro{

  position: absolute;
  right: -27px;
  bottom: 70px;

}

 /*end of  .count-down-menu*/


 #foodland-menu-mobile .search-box{
 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  width: 314px;
  height: 60px;
  border-radius: 30px;
  background: #F8F8F8;
  padding-right: 36px;
  font-size: 14px;
  line-height: 16px;
  margin: 0 auto;
 
}

#foodland-menu-mobile .search-text{

  opacity: 0.5;

}

#foodland-menu-mobile .search{

  margin-bottom: 45px;
}

/*end of  .search-box-menu*/

#foodland-menu-mobile .tablinks{

  width: 97px;
  height: 30px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  background-color: var(--bg);
  font-family:'Vazirmatn-Regular' ;
  color: var(--text);
}

#foodland-menu-mobile .tablinks:hover{

  width: 97px;
  height: 30px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  background-color: var(--primary);
  color: var( --tertiary);
  border: none;
}

#foodland-menu-mobile .btn-box{

   display: flex;
   align-items: center;
   width: max-content;
   gap: 16px;
   margin-bottom: 45px;
}

#foodland-menu-mobile .btn-box-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
}

#foodland-menu-mobile .btn-box-wrapper::-webkit-scrollbar{

  width: 0;
  height: 0;
}

#foodland-menu-mobile .container-menu{
  overflow: hidden;
  margin-bottom: 54px;
}

#foodland-menu-mobile .white-circle{

  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-color: var( --tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 111px;
  right:31px;

  
}

#foodland-menu-mobile .details-box{

  width: 156px ;
  height: 175px;
  border-radius: 30px;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  padding-bottom: 16px;
}

#foodland-menu-mobile .menu-content{

  position: relative;
  max-width: 156px;


}

#foodland-menu-mobile .content{

  display: none;
}

#foodland-menu-mobile #content1{

  display: block;
}



#foodland-menu-mobile .food-name{

  font-size: 14px;
  line-height: 16px;
  color: var(--text);
}

#foodland-menu-mobile .food-price{

  font-size: 12px;
  line-height: 14px;

}

#foodland-menu-mobile .add-btn{

  width: 25px ;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;

}

#foodland-menu-mobile .menu-wrapper{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 60px;

  
}



/*end of  menu-page*/

#foodland-cart-mob .cart-header{

 padding-bottom: 100px;
}




#foodland-cart-mob .header-menu-wrapper{

  display: flex;
  align-items: center;
  float: left;
  margin-top: 12px;
  

}

#foodland-cart-mob .title{

  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: var(--bold-text);
  margin-left: 118px;
  
 
}

#foodland-cart-mob .arrow-back{

  width: 38px;
  height: 38px;
  border-radius: 15px;
  background-color: var( --tertiary);
  box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  
}


/*end of  cart-header*/

#foodland-cart-mob .cart-wrapper{

  max-width: 368px;
  
  
}

#foodland-cart-mob .cross{

  display: flex;
  float: left;
  
 
}

#foodland-cart-mob .cart-items{

  display: flex;
  align-items: center;
  gap: 80px;
  
 
}

#foodland-cart-mob .cart-items1{

  display: flex;
  
 
  
}

#foodland-cart-mob .food-name{

  font-size: 14px;
  line-height: 8px;
}

#foodland-cart-mob .cart-items-right2{

  display: flex;
  flex-direction: column;
  gap: 34px;

}

#foodland-cart-mob .quantity{

  display: flex;
  align-items: center;
}

#foodland-cart-mob .cart-items-wrapper{

  padding-top: 50px;
  margin-bottom: 27px;
}

#foodland-cart-mob .btn-plus , .btn-minus{

  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


#foodland-cart-mob .num-box{

  margin-left: 4px;
  margin-right: 4px;
  font-size: 18px;
}

/*end of  cart-items*/

#foodland-cart-mob .discount-code{

  width: 378px;
  height: 60px;
  background:inherit;
  border: 1px solid #EEEEEE;
  border-radius: 9px;
  padding: 20px 22px 20px 0;
}

#foodland-cart-mob .discount-btn{

  width: 120.64px;
  height: 44.13px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0;
  top: 8px;
  margin-left: 9px;
}


#foodland-cart-mob .discount{

  display: flex;
  position: relative;
  margin-bottom: 45px;
}

#foodland-cart-mob .total-sum-wrapper{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#foodland-cart-mob .total-sum-title{

  line-height: 29px;
}

#foodland-cart-mob .total-sum-price{

  font-size: 16px;
  line-height: 24px;

}

#foodland-cart-mob .total-sum{

  margin-bottom: 45px;
}

#foodland-cart-mob .checkout-btn{

  width: 248px;
  height: 57px;
  font-size: 16px;
}


#foodland-cart-mob .checkout-button{

  display: flex;
  justify-content: center;
  margin-bottom: 144px;
}

/*end of  cart-page*/

#foodland-approval-mob .cart-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-approval-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-approval-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-approval-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }


#foodland-approval-mob .section1-components{

  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;

}



#foodland-approval-mob .tabs {
  list-style: none; 
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 50px;
}

#foodland-approval-mob .tabs-size{
  width: 311px;  
  height: 48px;
  background: #F6F6F6;
  border: 1px solid var( --primary);
  box-shadow: 0px 0px 5px rgba(254, 114, 76, 0.25);
  border-radius: 9px;
  font-family: 'Vazirmatn-Regular';
  margin-bottom: 27px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#foodland-approval-mob .tabs li {
  display: inline-block;
  
}
#foodland-approval-mob .tabs input[type="radio"] {
  display: none;
  color: var( --off);

}
.tabs label {
  display: block;
  cursor: pointer; 
}

#foodland-approval-mob .tabs [id^="tab"]:checked + label {   
  background-color: var(--primary);
  width: 138px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var( --tertiary);
  box-shadow: 0px 4px 12px rgba(90, 90, 90, 0.17);
}

#foodland-approval-mob .tab-text{

  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-family: 'Vazirmatn-Regular';
  color: rgba(79, 79, 79, 0.5);
}


#foodland-approval-mob .tabs-two {
  list-style: none; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px ;
  gap: 30px;
}

#foodland-approval-mob .tabs-option{
  width: 311px;  
  height: 48px;
  background: #F6F6F6;
  border: 1px solid var( --primary);
  box-shadow: 0px 0px 5px rgba(254, 114, 76, 0.25);
  border-radius: 9px;
  font-family: 'Vazirmatn-Regular';
  margin-bottom: 27px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
 
}
#foodland-approval-mob .tabs-two li {
  display: inline-block;
  
}
#foodland-approval-mob .tabs-two input[type="radio"] {
  display: none;
  color: var( --off);

}
#foodland-approval-mob .tabs-two label {
  display: block;
  cursor: pointer; 
}

#foodland-approval-mob .tabs-two [id^="box"]:checked + label {   
  background-color: var(--primary);
  width: 138px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var( --tertiary);
}

#foodland-approval-mob.tab-title{

  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-family: 'Vazirmatn-Regular';
  color: rgba(79, 79, 79, 0.5);
}

#foodland-approval-mob .location-wrapper{

  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

#foodland-approval-mob .location-right{

  display: flex;
  align-items: center;
  gap: 9px;
}




#foodland-approval-mob .input{

  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var( --gray);
}


#foodland-approval-mob .section2-wrapper{

  display: flex;
  flex-direction: column;
  gap: 30px;
  border-bottom:  0.5px solid rgba(79, 79, 79, 0.3);
  padding-bottom: 45px;
  margin-bottom: 45px;
}


#foodland-approval-mob .edite-wrapper{

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;

}

#foodland-approval-mob .edite{

  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}




#foodland-approval-mob .checkout-btn{

  width: 248px;
  height: 57px;
  font-size: 16px;
}


#foodland-approval-mob .checkout-button{

  display: flex;
  justify-content: center;
}

/*end of  approval-page*/

#foodland-profile-mob .tablinks-profile{

  display: flex;
  align-items: center;
  gap: 11px;
}

#foodland-profile-mob .profile-item1{

 padding-top: 18px;
 padding-bottom: 45px;

}

#foodland-profile-mob .profile-item{

  margin-bottom: 27px;
}

#foodland-profile-mob .exit-btn{

  width: 248px;
  height: 57px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

#foodland-profile-mob .profile-btn{

  margin-top: 99px;
  margin-bottom: 300px;
}

#foodland-profile-mob .profile-button{

  display: flex;
  align-items: center;
  justify-content: center;
}

#foodland-profile-mob .line{

   width: 100%;  
   background-color: #E9E9E9;
   height: 0.5px;
}

#foodland-profile-mob .profile-img{

  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

#foodland-profile-mob .tablinks{

  display: flex;
  align-items: center;
  justify-content: space-between;
}

#foodland-profile-mob .arrow{

  display: flex;
  align-items: center;
 
 
}

#foodland-profile-mob .icon-title{

  display: flex;
  align-items: center;
  gap: 16px;
}




/*end of  profile1*/

#foodland-sign-up-mob .sign-up-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-sign-up-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-sign-up-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-sign-up-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }

 #foodland-sign-up-mob .img-frame{

  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px dashed #8D92A3;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-sign-up-mob .profile-img{

  width:100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;

 }

 #foodland-sign-up-mob .profile-image{

  position: relative;
  max-width: 110px;
  margin: 0 auto;
 }

 #foodland-sign-up-mob .add-box{

  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 7px;
  left: 4px;
 }

 #foodland-sign-up-mob .form{

  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  
 }

 #foodland-sign-up-mob .form-item{

  display: flex;
  flex-direction: column;
  gap: 5px;
 }

 #foodland-sign-up-mob .calendar{
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
 

 }



 #foodland-sign-up-mob .calendar-icon{

  position: absolute;
  left: 15px;
  top: 27px;

 }


 #foodland-sign-up-mob .input-box{

  width: 260px;
  height: 45px;
  border-radius: 9px;
  border: 1px solid rgba(79, 79, 79, 0.4);
  background-color: inherit;
}

#foodland-sign-up-mob .input-box-email{

  width: 260px;
  height: 45px;
  border-radius: 9px;
  border: 1px solid rgba(79, 79, 79, 0.4);
  margin-bottom: 31px;
  background-color: inherit;

}

#foodland-sign-up-mob .input-title{

  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: var(--bold-text);
}

#foodland-sign-up-mob .form-btn{

  width: 187px;
  height: 45px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 0 auto;
}

#foodland-record-mob .sign-up-header{

  padding-bottom: 100px;
  
 }
 
 
 /*end of  sign-up*/


 #foodland-promotion-mob .cart-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-promotion-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-promotion-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-promotion-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }

 #foodland-promotion-mob .promotion{

  width: 100%;
  height: 103px;
  background:var(--bg);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-promotion-mob .text{

  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
 }
 
 /*end of  promotion-mob*/

 #foodland-contact-mob .cart-header{

  padding-bottom: 100px;
 }
 
 

 
 #foodland-contact-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
 }

 
 #foodland-contact-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
 }
 
 #foodland-contact-mob .line{

  width: 29px;
  border: 2px solid var( --primary);
  margin-top: 7px;

 }
 #foodland-contact-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }
 
 #foodland-contact-mob .icon-text{
   display: flex;
   align-items: center;
   gap: 15px;
 }

 #foodland-contact-mob .text{

  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
 }

 #foodland-contact-mob .contact-us-wrapper{

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 19px;
  margin-bottom: 30px;
 }

 #foodland-contact-mob .form{

  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
 }

 #foodland-contact-mob .form-input{
   width: 326px;
   height: 39px;
   border: 1px solid var( --border);
   border-radius: 9px;
   background-color: inherit;
   padding: 13px 14px;
 }

 #foodland-contact-mob .form-description{

  width: 326px;
  height: 114px;
  border: 1px solid var( --border);
  border-radius: 9px;
  background-color: inherit;
 }

 #foodland-contact-mob .send-btn{

  width: 193px;
  height: 42px;
 }

 #foodland-contact-mob .send-box{
   
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 45px;
 }

 #foodland-contact-mob .map-img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 73px;
  
 }





#foodland-contact-mob .loc-icon{

position: absolute;
right: 50%;
bottom: 50%;

}

 
 /*end of  contact-us*/

 #foodland-record-mob .cart-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-record-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-record-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-record-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }

 #foodland-record-mob .record{

  width: 100%;
  height: 103px;
  border-radius: 9px;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 35px;
  margin-bottom: 30px;
 }

 #foodland-record-mob .record-right{

  display: flex;
  flex-direction: column;
  gap: 12px;

 }


  #foodland-record-mob .time-date{

    display: flex;
    align-items: center;
    gap: 8px;
  }

  #foodland-record-mob .date{

    font-size: 12px;
    line-height: 14px;
    color: rgba(79, 79, 79, 0.4);

  }

  #foodland-record-mob .food-name{

    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }

  #foodland-record-mob .payment{

    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
  }

  #foodland-record-mob .food-price{

    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  } 

  #foodland-record-mob .record-left{

    display: flex;
    align-items: center;
    flex-direction: column;
  }


 /*end of  record-mob*/

  #foodland-fav-mob .cart-header{

    padding-bottom: 100px;
   }
   
   
   
   
   #foodland-fav-mob .header-menu-wrapper{
   
     display: flex;
     align-items: center;
     float: left;
     margin-top: 12px;
     
   
   }
   
   #foodland-fav-mob .title{
   
     font-size: 18px;
     line-height: 21px;
     font-weight: 400;
     color: var(--bold-text);
     margin-left: 118px;
     
    
   }
   
   #foodland-fav-mob .arrow-back{
   
     width: 38px;
     height: 38px;
     border-radius: 15px;
     background-color: var( --tertiary);
     box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
     display: flex;
     align-items: center;
     justify-content: center;
     
   }

   #foodland-fav-mob .fav-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
   }

   #foodland-fav-mob .fav-item{
      
    width: 166px;
    height: 103px;
    border-radius: 9px;
    background-color: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
   }

   #foodland-fav-mob .fav-text{

    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
   }

 /*end of  fav-mob*/

 #foodland-discount-mob .cart-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-discount-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-discount-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-discount-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }



 #foodland-discount-mob .discount{

  width: 100%;
  height: 103px;
  background:var(--bg);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: 23px 17px;
 }

 #foodland-discount-mob .text{

  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
 }

 /*end of  discount-mob*/

 #foodland-address-mob .cart-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-address-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-address-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-address-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }

 #foodland-address-mob .edite{

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin-bottom: 27px;
 }

 #foodland-address-mob .add-edite{

  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-address-mob .address-items{

  display: flex;
  align-items: center;
  justify-content: space-between;
 }

 #foodland-address-mob .address-data{

  display: flex;
  flex-direction: column;
  gap: 30px;
 }



input[type="checkbox"]{

  appearance: none;
  -webkit-appearance:none;
  width: 15px;
  height: 15px;
  background-color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var( --gray);
  outline: none;

}

label{

  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

input[type="checkbox"]:after{

  content: "";
  background-image: url(../image/tick.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  right: 2px;
  display: none;
}

input[type="checkbox"]:hover{

  border: 1px solid var( --primary);
}

input[type="checkbox"]:checked{

  background-color: var( --primary) !important;
  border: none !important;

}

input[type="checkbox"]:checked:after{

  display: block;
}

 #foodland-address-mob .right{

  display: flex;
  align-items: center;
  gap: 11px;
 }

 #foodland-address-mob input{

  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var( --gray);
 }


 /*end of  address-mob*/

 #foodland-add-address-mob .cart-header{

  padding-bottom: 100px;
 }
 
 
 
 
 #foodland-add-address-mob .header-menu-wrapper{
 
   display: flex;
   align-items: center;
   float: left;
   margin-top: 12px;
   
 
 }
 
 #foodland-add-address-mob .title{
 
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: var(--bold-text);
   margin-left: 118px;
   
  
 }
 
 #foodland-add-address-mob .arrow-back{
 
   width: 38px;
   height: 38px;
   border-radius: 15px;
   background-color: var( --tertiary);
   box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   
 }

 #foodland-add-address-mob .map{

  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-add-address-mob .map-img{

  width: 100%;
  height: 348px;
 }
 
 #foodland-add-address-mob .address{
 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 21px;
 }

 #foodland-add-address-mob .input-address{

  width: 100%;
  height: 45px;
  border-radius: 9px;
  border: 1px solid rgba(79, 79, 79, 0.4);
  background-color: inherit;
  padding: 16px 12px;
  
 }


 #foodland-add-address-mob .input-description{

  width: 100%;
  height: 130px;
  border-radius: 9px;
  border: 1px solid rgba(79, 79, 79, 0.4);
  background-color: inherit;
  padding: 10px 9px 108px 0;
 }

 #foodland-add-address-mob .address-btn{

  width: 248px;
  height: 57px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 45px;
 }

 #foodland-add-address-mob .add-location{
  
  display: flex;
  align-items: center;
  justify-content: center;
 }
 
 .bottom-navbar{
   
  width: 100%;
  padding: 10px;
  background: #F8F8F8;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .item{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  padding: 7px;
  cursor: pointer;
  transition: all .5s ease;
}

 .nav-icon{


width: 32px;
height: 27px;
display: flex;
align-items: center;
justify-content: center;


}

 .nav-icon .active{

width: 32px;     
height: 27px;
background-color: var( --primary);
display: flex;
align-items: center;
justify-content: center;


}
 .item.active{
  background-color: var( --primary);
  box-shadow: 0px 4px 12px rgba(255, 148, 49, 0.45);
  transition: all .5s ease;

}

 .item.active path{
fill: white;
opacity: 1;
}



#navbar .icon{

opacity: 0.5;
}

 
 /*end of  navbar*/


/* #foodland-home-mobile-main .pop-up-box{ */
.pop-up-box{

  width: 100%;
  height: 622px;
  background-color: var( --main-bg);
  border-radius: 30px 30px 0px 0px;
  padding: 23px 24px 0 24px;
  position: relative;

 
}

/* #foodland-home-mobile-main .product-items{ */
.product-items{

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* #foodland-home-mobile-main .price-icon{ */
.price-icon{

  display: flex;
  align-items: center;
  gap: 3px;
 
 
}

/* #foodland-home-mobile-main .food-name{ */
.food-name{

  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
 
}

/* #foodland-home-mobile-main .price{ */
.price{

  font-size: 22px;
  line-height: 39px;
  font-weight: 400;
  
}

/* #foodland-home-mobile-main .product-description{ */
.product-description{

  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  max-width: 333px;
  margin-bottom: 45px;
}

/* #foodland-home-mobile-main textarea{ */
.pop-up-wrapper textarea{

  width: 332px;
  height: 148px;
  border-radius: 9px;
  opacity: 0.5;
  border: 1px solid rgba(79, 79, 79, 0.4);
  padding: 10px 8px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* #foodland-home-mobile-main .add{ */
.add{

  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 30px;
  
  
  
}

/* #foodland-home-mobile-main .add-to-btn{ */
.add-to-btn{

  width: 172px;
  height: 45px;
  font-size: 12px;
  line-height: 26px;
}

/* #foodland-home-mobile-main .btn-plus, .btn-minus{ */
.btn-plus, .btn-minus{

  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #foodland-home-mobile-main .plus-minus{ */
.plus-minus{

  display: flex;
  align-items: center;
  width: 118px;
  height: 40px;
  background: var(--secondary);
  border-radius: 9px;
  justify-content: space-around;
}

/* #foodland-home-mobile-main .continue-btn{ */
.continue-btn{

  width: 332px;
  height: 45px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
}

/* #foodland-home-mobile-main .pop-up{ */
.pop-up{
  position: fixed;
  width: 100%;
  height: 622px;
  transform: translateY(0);
  bottom: 0;
  z-index: 1100;
  transition: all .35s ease-in-out;
  background-color: var( --main-bg) !important;
}

/* #foodland-home-mobile-main .background{ */
.background{
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  display: none;
}


 /*end of  pop-up*/



#foodland-order-mobile .date-time{

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

#foodland-order-mobile .date{

  display: flex;
  align-items: center;
  border: 0.5px solid rgba(53, 65, 80, 0.2);
  border-radius: 9px;
  width: 142px;
  height: 45px;
  justify-content: space-around;
}

#foodland-order-mobile .time{

  display: flex;
  align-items: center;
  border: 0.5px solid rgba(53, 65, 80, 0.2);
  border-radius: 9px;
  width: 142px;
  height: 45px;
  justify-content: space-around;
}

#foodland-order-mobile .date-time-text{

  font-size: 12px;
  line-height: 28px;
  color: rgba(79, 79, 79, 0.5);

  
}

 
 #foodland-order-mobile .product-hero{

    width: 100%;
    height: 317px;
    background-color: var( --secondary);
 }

 #foodland-order-mobile .heart-arrow{

   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-top: 16px;
 }

 #foodland-order-mobile .container-product{

  width: 100%;
  padding: 0 24px 0 24px;
  background-color: var( --secondary);
}

  /*end of  product-hero*/



#foodland-order-mobile .name-price{

  margin-bottom: 30px;
}
  

  #foodland-order-mobile .product-details{

    width: 100%;
    height: 622px;
    background-color: var( --main-bg);
    border-radius: 30px 30px 0px 0px;
    padding: 21px 22px  ;
  
    
  }

  #foodland-order-mobile .product-items{

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
  }

  #foodland-order-mobile .price-icon{

    display: flex;
    align-items: center;
    gap: 5px;
  }

  #foodland-order-mobile .food-name{

    font-size: 20px;
    line-height: 12px;
  }

  #foodland-order-mobile .price{

    font-size: 22px;
    line-height: 39px;
    font-weight: 400;
  }

  #foodland-order-mobile .product-description{

    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    max-width: 333px;
    margin: 0 auto;
    text-align: justify;
  }


  #foodland-order-mobile .nutrition-facts{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 58px;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.03), 0px 4px 20px -2px rgba(50, 50, 71, 0.04);
   border-radius: 16px;
   background-color: inherit;
   margin-bottom: 30px;
   
  }

  #foodland-order-mobile .nutrition-categories{

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #foodland-order-mobile .nutrition-num{
   
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);

  }

  #foodland-order-mobile .nutrition-name{
    
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;


  }
 /*end of  nutrition facts*/

 #foodland-order-mobile textarea{

  width: 100%;
  opacity: 0.5;
  border: 1px solid rgba(79, 79, 79, 0.4);
  border-radius: 9px;
  color: rgba(79, 79, 79, 0.5);
  font-size: 12px;
  line-height: 26px;
  padding: 10px 8px;
  margin-bottom: 20px;
  background-color: inherit;

 }

 
 #foodland-order-mobile .tabs {
  list-style: none; 
  position: relative;
  display: flex;
  align-items: center;
}

#foodland-order-mobile .tabs-size{
  width: 337px;  
  height: 55px;
  background-color: inherit;
  border: 1px solid var( --primary);
  box-shadow: 0px 0px 5px rgba(254, 114, 76, 0.25);
  border-radius: 9px;
  font-family: 'Vazirmatn-Regular';
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  
}
#foodland-order-mobile .tabs li {
  display: inline-block;
  
}
#foodland-order-mobile .tabs input[type="radio"] {
  display: none;
  color: var( --off);

}
#foodland-order-mobile .tabs label {
  display: block;
  cursor: pointer; 
}

#foodland-order-mobile .tabs [id^="tab"]:checked + label {   
  background-color: var(--primary);
  width: 93px;
  height: 41px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var( --tertiary);
  box-shadow: 0px 4px 12px rgba(90, 90, 90, 0.17);
}

#foodland-order-mobile .tab-text{

  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-family: 'Vazirmatn-Regular';
  color: rgba(79, 79, 79, 0.5);
}

 



 #foodland-order-mobile .btn-plus
 {

  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-order-mobile .btn-minus{

  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

 }




 #foodland-order-mobile .add-to-basket{
 
  margin-bottom: 30px;
 
 }

 #foodland-order-mobile .plus-minus{

  display: flex;
  align-items: center;
  width: 118px;
  height: 40px;
  border-radius: 9px;
  background-color: var( --secondary);
  justify-content: space-around;
 }

 #foodland-order-mobile .number{

  font-size: 24px;
  line-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;

 }

 #foodland-order-mobile .add{

  display: flex;
  align-items: center;
 
  justify-content: space-between;

 }

 #foodland-order-mobile .continue-btn{

  width: 100%;
  height: 45px;
  font-size: 12px;
  line-height: 26px;
  margin: 0 auto;
 }


 

 

 /*end of  product-details*/

 #foodland-order-mobile .our-suggestion{

     margin-top: 100px;
 }

 #foodland-order-mobile .suggest-title{
 
  text-align: center;
  margin-bottom: 36px;
 }

 #foodland-order-mobile .our-suggestion{

  
  margin-bottom: 55px;
 }

 #foodland-order-mobile .suggestion-box{

  position: relative;
 }

 #foodland-order-mobile .food-img{

  position: absolute;
  top: -40px;
  left: -20px;

 }

 #foodland-order-mobile .food-name{

  font-size: 12px;
  line-height: 31px;
  color: var(--bold-text);
  margin-right: 5px;
 }


 #foodland-order-mobile .add-btn{

  width: 16px;  
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #foodland-order-mobile .details-box{
  width: 145px;
  height: 118px;
  border-radius: 15px;
  background-color: var(--bg);
  padding-top: 35px;
 
 }

 #foodland-order-mobile .box-details{

  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 9px;
  
  
 }

 #foodland-order-mobile .box-details-right{

  display: flex;
  align-items: center;
  gap: 9px;
 }

 #foodland-order-mobile .price{

  font-size: 10px;
  line-height: 31px;
  font-weight: 500;
 }

 #foodland-order-mobile .suggestion-wrapper{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
 }
 

 /*end of  product page*/





 #foodland-about-mob .header-wrapper{

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 47px;
}
#foodland-about-mob  #myLinks{
  display: none;
}

#foodland-about-mob .header{

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}


/*end of  header-home*/

#foodland-about-mob .hero{

    position: relative;
    background-image: url(../images/bg-home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 70px  center;
   
   
  }
  
  #foodland-about-mob  .hero-img{
  
      width: 233px;
      height: 236px;
  
     
  }
  #foodland-about-mob  .image-hero{
  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-top: 73px;
      margin-bottom: 45px;
  }
  
  /*end of  hero-home*/




#foodland-about-mob .about{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
  
}

#foodland-about-mob .about-title{

  color: var(--bold-text);
}

#foodland-about-mob .about-text{

  max-width: 100%;
  text-align: center;
}
#foodland-about-mob .features{

  margin-bottom: 100px;
}

#foodland-about-mob .features-wrapper{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

#foodland-about-mob .features-items{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

#foodland-about-mob .feature-title{

  font-size: 18px !important;
  font-weight: 600 !important;
  font-family:'Vazirmatn-Bold' ;
}


#foodland-about-mob .feature-text{
       
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  max-width: 320px;
  line-height: 26px;
  text-align: center;

 } 


 #foodland-about-mob .story-title{

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 82px;
 }


 #foodland-about-mob .story-wrapper{

  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
 }



 #foodland-about-mob .story-items{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
 }

 #foodland-about-mob .story-text{

  text-align: center;
  max-width: 320px;
 }


 #foodland-about-mob .box-orange{

  width: 100%;
  height: 382px;
  border-radius: 9px;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 100px 0 100px 0;

 }


 #foodland-about-mob .box-title{

  max-width: 277px;
  text-align: center;
  color: var( --tertiary);
  padding-bottom: 30px;

 }


 #foodland-about-mob .orange-box-btn{

  background-color: var( --tertiary);
  color: var(--primary);
 }


/*end of  header-about*/





 .calendar-box{

  height: 450px;
  width: 400px;
  display: flex;
  padding-top: 45px;
  justify-content: center;
  background-color: var(--primary);
  margin: 15% auto;
  position: relative;
}



 .pop-up1{

display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1100;

}


 .calendar-btn{

width: 96px;
height: 30px;
background-color: white;
color: var(--primary);
font-size: 13px;
line-height: 20px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;

}

 .button-calendar{

position: absolute;
bottom: 30px; 

}

/*end of calendar-pop-up*/


.pop-up2{

  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}



.time-contents{

  width: 210px;
  height: 242px;
  background-color: var( --main-bg);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  border: 1px solid #C0BFAA;
  border-top: 0;
 
}

.time-content-box{

  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.time-box{

  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: none;
  padding: 5px 0 5px 0;
  width: 122px;
  height: 21px;
  background-color: inherit;
  color: var(--primary);

  
}

 .line{

  width: 33px;
  border: 0.5px solid var(--primary);
}
  .drop-title{

  font-size: 9px !important;
  line-height: 14px !important;
  font-family:'IRAN-Sans-Bold' ;
  font-weight: 700;
  width: 135px;
  border: 0;
  border-bottom: 1px solid rgba(79, 79, 79, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0 9px 0;
  max-width: 300px;
  color: var(--bold-text);

}

 .time-text{

  font-size: 10px;
}

  .title-box{

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

  .submit-btn{

  width: 70px;
  height: 24px;
  background-color: var(--primary);
  color: white;
  font-size: 10px;
  line-height: 16px;
}
  .submit{

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}





















/*end of  login-pop-up*/






