*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: "Outfit";
}

body{
  margin:0;
  padding:0;
  font-family: "Outfit";
}

.header-container{
  height:73px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-body-container{
  font-family:"Outfit";
}

.edit-store{
  background-color: black;
  border:none;
  border-radius: 17px;
  padding:15px;
  font-size:16px;
  color:white;
  margin-right: 130px;
}

.logo{
  margin-left:130px;
  font-size: 20px;
  font-weight: 700;
}

.search-bar-container{
  height:50px;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.form-search-bar{
  margin-left:130px;
}

.search-bar{
  padding:10px;
  width:306px;
  background-color: #D9D9D9;
  border:none;
  border-radius:35px;
  padding-left:15px;
}

.search-button{
  padding:10px;
  font-size:15px;
  border:none;
  border-radius:35px;
  background-color: black;
  color:white;
  width:102px;

}

.main-body-container{
  display:flex;
}

.food-container{
  width:65%;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.food-choices-container{
  width:100%;
  height:100%;

  display:flex;
  justify-content: center;
  align-items: center;
}
.food-card-container{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  width:883px;
  gap: 1rem;
  height:701px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top:20px;
}
.food-card-container::-webkit-scrollbar{
  width:10px;
  background-color: white;
}

.food-card-container::-webkit-scrollbar-thumb{
  background-color: black;
  height:5px;
  border-radius:20px;
}



.category-container{
  width:100%;
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  
}

.cashier-container{
  width:35%;
  height:100%;
  border-left: solid 1px;
}

.category-container button{
  width:139px;
  height:52px;
  border:none;
  color:black;
  font-weight:600;
  border-radius:35px;
  background-color: white;
  margin-left:27px;
  font-size: 16px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.food-card-interior{
  width:253px;
  height:333px;
  background-color:white;
  border-radius: 35px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.food-card-interior p{
  font-size:20px;
  font-weight: 700;
  margin-top:15px;
  margin-left:10px;
}

.food-image{
  width:253px;
  height:170px;
  object-fit: cover;
  border-radius: 35px;
}

.add-button-container{
  width:100%;
  height:45px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.add-button-container button{
  width:102px;
  height:42px;
  font:20px;
  background-color: black;
  border:none;
  border-radius:35px;
  color:white;
  cursor: pointer;
}

.cashier-container h1{
  margin-top:65px;
  margin-left: 50px;
}

.order-container{
  width:450px;
  height:480px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top:40px;
  margin-left:50px;
}
.items{
  font-size: 14px;
  margin-top: 20px;
  margin-left: 50px;
}

.order-container::-webkit-scrollbar{
  width:10px;
  background-color: white;
}

.order-container::-webkit-scrollbar-thumb{
  background-color: black;
  height:1px;
  border-radius:20px;
}

.food-order-container{
  display:flex;
  align-items: center;
  margin-bottom:15px;
  width:420px;
 

}

.food-order-container-interior{
  display:flex;
  width:350px;
  height:67px;
  border-radius:17px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: space-between;


}

.food-quantifier{
  display: flex;
  width: 72px;
  justify-content: space-between;
  align-items: center;
  
}

.js-counter{
  border:none;
 
}

.js-food-order-name{
  margin-left:25px;
  font-size:16px;
  width: 150px;

}

.fa-circle-xmark{
  color: black;
  font-size:24px;
}

.js-food-order-price{
  margin-right:10px;
  font-weight: 500;
}

.total-cost{
  margin-top:50px;
  margin-left:50px;
  font-size: 34px;
}

.submit-button-container{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.submit-button{
  width:300px;
  height:55px;
  background-color: black;
  color:white;
  border:none;
  border-radius:17px;
  font-size:24px;
  font-weight:500;
  margin-top:40px;
  cursor: pointer;
}

.add-quantity{
  background: none;
  border:none;
  color:black;
  cursor: pointer;
}

.minus-quantity{
  background: none;
  border:none;
  color:black;
  cursor: pointer;
}
.js-remove-button{
  background: none;
  border:none;
  margin-left: 30px;
  cursor: pointer;
}

@media screen and (max-width:1240px) {
  .food-choices-container{
    width:80%;
    height:100%;
  
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .food-card-container{
    display:grid;
    grid-template-columns: 1fr 1fr ;
    width:883px;
    gap: 1rem;
    height:800px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top:20px;
  }
  .category-container{
    width:80%;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    
  }
}

@media screen and (max-width:1024px) {
  .main-body-container{
    display:block;
  }
  .food-container{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.food-choices-container{
  width:100%;
  height:100%;

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

.food-card-container{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr ;
  width:800px;
  gap: 1rem;
  height:800px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top:20px;
}
.food-card-interior{
  width:228px;
  height:300px;
  background-color:white;
  border-radius: 35px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.food-image{
  width:228px;
  height:153px;
  object-fit: cover;
  border-radius: 35px;
}

.add-button-container button{
  width:102px;
  height:42px;
  font:16px;
  background-color: black;
  border:none;
  border-radius:35px;
  color:white;
  cursor: pointer;
}

.add-button-container{
  width:100%;
  height:45px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom:10px;
}
.food-card-interior p{
  font-size:16px;
  font-weight: 700;
  margin-top:15px;
  margin-left:10px;
}

.cashier-container{
  margin-top:20px;
  width:100%;
  height:100%;
  border-top: solid 1px;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.order-container{
  width:450px;
  height:480px;
  overflow: hidden;
  overflow-y: scroll;
  margin-left:50px;
}
.cashier-container h1{
  margin-top:65px;
  margin-left: 0;
}

.cashier-container h3{
  margin-top:65px;
  margin-left: 0;
}

.total-cost{
  margin-top:50px;
  margin-left:0;
  font-size: 34px;
}

.form-search-bar{
  margin-left:0;


}

.header-container{
  height:73px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo{
  margin-left:0;
  font-size: 25px;
  font-weight: 700;
}


}

@media screen and (max-width:430px){
  .search-bar-container{
    height:37px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .search-bar{
    padding:10px;
    width:263px;
    background-color: #D9D9D9;
    border:none;
    border-radius:35px;
    padding-left:15px;
  }

  .search-button{
    padding:8px;
    font-size:15px;
    border:none;
    border-radius:35px;
    background-color: black;
    color:white;
    width:87px;
    height:36px;
    justify-content: center;
  
  }
  .category-container button{
    width:67px;
    height:30px;
    border:none;
    color:black;
    font-weight:600;
    border-radius:35px;
    background-color: white;
    margin-left:27px;
    font-size: 12px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }

  .category-container{
    width:100%;
    height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    
  }

  .food-choices-container{
    width:500px;
    height:340px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
  }

.food-card-container{
  display:grid;
  grid-template-rows: 1fr 1fr ;
  grid-auto-flow: column dense;
  width:450px;
  gap: 1rem;
  height:400px;
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 25px;
  margin-left:35px;
}
.food-card-interior{
  width:125px;
  height:165px;
  background-color:white;
  border-radius: 35px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.food-image{
  width:125px;
  height:85px;
  object-fit: cover;
  border-radius: 35px;
}

.food-card-interior p{
  font-size:10px;
  font-weight: 700;
  margin-top:5px;
  margin-left:10px;
}
.add-button-container button{
  width:50px;
  height:20px;
  font:10px;
  background-color: black;
  border:none;
  border-radius:35px;
  color:white;
  cursor: pointer;
}
.add-button-container{
  width:100%;
  height:20px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 12.5px;
}

.cashier-container{
  margin-top:20px;
  width:100%;
  height:100%;
  border: none;
  display:flex;
  flex-direction: column;
  align-items: center;
}


  
}