body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-bottom: 13px;
  padding-left: 5px;
   font-family: "Albert Sana", sans-serif;
}

#burgerfactory body {
  padding: 14px;
}

#cheeseburger body{
    padding: 14px;
}
a {
  text-decoration: none;
}

.top-stuff{
  justify-content: space-between;

  align-items: center;
}

.cart-stuff{
  position: relative;
}

.cart-stuff span{
  display: flex;
  font-size: 3.5vw;
  width: 4vw;
  height: 4vw;
  background-color: red;
  justify-content: center;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -23%;
}


.restaurant-containers {
  display: flex;
  align-items: center;
  width: 94vw;
  height: 15vh;
  text-align: left;
  margin: auto;
  background: #fdf2de;
  border: 3.2px solid #722808;
  border-radius: 11px;
  transition: opacity 0.3s ease;
}

.restaurantname {
  font-size: 5vw;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  position: absolute;
  margin-left: 154px;
  margin-top: -71px;
  color: #a73f12;
}

.restaurant-pictures img{
  width: 24vw;
  height: 22vw;
  border: 3.4px solid #722808;
margin: 13px;
   display: flex;
    box-shadow: 0.1px 0.1px 0.1px;
}

.hours {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 2.7vw;
  color: #722808;
}
.acchours {
  font-weight: 400;
}

.viewmenu {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.3vw;
  width: 100px;
  height: 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #722808;
  color: #ffffff;
  margin: 10px 0 0 5px;
}

.stars {
  position: absolute;
  margin-left: 258px;
  margin-top: 60px;
  display: flex;
}
/*code sourced fromhttps://css-shape.com/star/*/
.star {
  width: 20px;
  aspect-ratio: 1;

  background: #e9a153;
  border: 1px solid #683a14;
  clip-path: polygon(
    50% 0,
    calc(50% * (1 + sin(0.4turn))) calc(50% * (1 - cos(0.4turn))),
    calc(50% * (1 - sin(0.2turn))) calc(50% * (1 - cos(0.2turn))),
    calc(50% * (1 + sin(0.2turn))) calc(50% * (1 - cos(0.2turn))),
    calc(50% * (1 - sin(0.4turn))) calc(50% * (1 - cos(0.4turn)))
  );
}
/*code sourced fromhttps://css-shape.com/star/*/

.restaurant-pictures {
  margin: 10px 0 0 10px;
  padding-right: 13px;
}

.restaurants{
    display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 35px;
}



/*.top-nav{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

}*/
/*Code sourced from https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp*/
.filters::-webkit-scrollbar {
  display: none;
}
/*Code sourced from https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp*/

.filters {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;

  white-space: nowrap;
  gap: 26px;
  text-align: center;
  margin-top: 30px;
  margin-left: 2vw;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  position: relative;
  max-width: 96vw;
}

.filters > * {
  flex-shrink: 0;
  font-size: 4vw;
  padding: 8px;
  width: 80px;
  border-radius: 13px;
  background-color: #722808;
  border: 1.4px solid #722808;
  border-color: #ffffff;
  color: #ffffff;
}

.restaurant-containers:active {
  transform: scale(0.9);
}

.active {
  background-color: #ffffff;
  border-color: #722808;
  color: #722808;
}

.material-symbols-outlined {
  color: #722808;
  left: 20px;
  position: relative;
}

.fa {
  font-size: 40px;
}
.fa-shopping-cart {
  color: #58230c;
  margin-top: 6vw;
  margin-left: 80vw;
}

.fa-user-alt {
  color: #58230c;
  margin-top: 6vw;
  margin-left: 85vw;
}

.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

h1 {
  font-family: "Albert Sans", sans-serif;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 800;
  color: #722808;
  position: absolute;
  top: 7px;
  left: 96px;
}

#arrowleft {
  display: inline-block;
  padding-right: 25px;
  padding-bottom: 23px;
  font-size: 45px;
}

img {
  display: flex;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #ebcab1;
  overflow: content-box;
}

h2,
h3 {
  margin-top: 37px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  color: #722808;
  font-weight: 800;
}

h3 {
  padding-left: 2vw;
  font-weight: 400;
}

.menu{
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.menuheader {
  text-align: center;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
  font-size: 11vw;
  color: #722808;
  padding-bottom: 32px;
}

.menu-containers {
  display: flex;
  align-items: flex-start;
  width: 88vw;
  height: 13vh;
  text-align: left;
  margin: auto;
  background: #fffaf1;
  border: 1.4px solid #722808;
  border-width: 3px;
  border-radius: 11px;
  transition: opacity 0.3s ease;
  padding: 10px;
  gap: 10px;
}

.option-images {
  margin-left: 10px;
  box-shadow: 0.1px 0.1px;
  border: 3.2px solid #722808;
}

.option-name {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #722808;
  font-size: 4.5vw;
  margin: 0;
}

.mid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;

}

.option-desc {
  font-family: "Inter", sans-serif;
  font-size: 2.4vw;
color: #722808;
  padding-top: 10px;
  overflow-wrap: break-word;
}

.price{
    font-family: "Inter", sans-serif;
   font-weight: 800;
  font-size: 5vw;
  padding-right: 6px;
   color: #722808;
  padding-bottom: 50px;
}

.addbox{
    font-family: "Albert Sans", sans-serif;
  font-weight: 800;
 text-align: center;
  padding: 12px;
  margin: auto;
  height: 45px;
  background-color: #EBBE92;
  color: white;
   border: 3.2px solid #722808;
  border-radius: 10px;
}

.calories{
   font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  color: #722808;
}

.itemdesc{
  margin-top: 30px;
    font-family: "Albert Sans", sans-serif;
  font-weight: 500;
   color: #722808;
}

.add-ons-header{
  padding: 17px;
   font-family: "Albert Sans", sans-serif;
  font-weight: 900;
     color: #722808;
  font-size: 7vw;
}

.add-ons-container{
  display: flex;
  align-items: flex-start;
  width: 83vw;
  height: 7vh;
  text-align: left;
  margin: auto;
  background: #FFFAF1;
  border: 1.4px solid #722808;
  border-width: 3px;
  border-radius: 11px;
  transition: opacity 0.3s ease;
  padding: 10px;
  gap: 10px;
}

.stars2 {
  display: flex;
  margin-left: auto; /
}
/*code sourced fromhttps://css-shape.com/star/*/
.star {
  width: 20px;
  aspect-ratio: 1;

  background: #e9a153;
  border: 1px solid #683a14;
  clip-path: polygon(
    50% 0,
    calc(50% * (1 + sin(0.4turn))) calc(50% * (1 - cos(0.4turn))),
    calc(50% * (1 - sin(0.2turn))) calc(50% * (1 - cos(0.2turn))),
    calc(50% * (1 + sin(0.2turn))) calc(50% * (1 - cos(0.2turn))),
    calc(50% * (1 - sin(0.4turn))) calc(50% * (1 - cos(0.4turn)))
  );
}

.left{
    font-family: "Inter", sans-serif;
   color: #722808;
}

.add-on-name{
  font-weight: 800;
}

.add-on-PRICE{
  margin-top: 5px;
  margin-left: 11px;
   font-weight: 400;
}

.add-on-addbox{
   font-family: "Albert Sans", sans-serif;
  font-weight: 800;
 text-align: right;
  padding: 12px;
  margin: auto;
  height: 45px;
  background-color: #EBBE92;
  color: white;
   border: 3.2px solid #722808;
  border-radius: 10px;
  margin-right: 17px;
}

.addtoorder{
   font-family: "Albert Sans", sans-serif;
  margin: auto;
  margin-top: 45px;
  font-weight: 700;
  font-size: 4.9vw;
  width: 62vw;
  height: 13vw;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #722808;
  color: #ffffff;
}

.bottom{
   position: sticky;
  width: 100vw;
  margin-top: 19px;
  height: 70px;
    margin-left: -14px;
    margin-right: -15px;
  margin-bottom: -14px;
  background-color: #58230C;
  padding: 0;
  z-index: 1000;
  overflow: hidden;
  bottom: 0;
    left: 0;
}

.checkout{
   font-family: "Albert Sans", sans-serif;
  margin: auto;
  margin-top: 45px;
  font-weight: 700;
  font-size: 4.9vw;
  width: 62vw;
  height: 13vw;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #722808;
  color: #ffffff;
}

.cart-body{
  display: grid;
  inset: 0 0 0 auto;
  grid-template-rows: 70px 1fr 70px;
}

.item{
margin: auto;
  border-radius: 5%;
    background-color: #FFFAF1;
  width: 89vw;
 display: flex;
    box-shadow: -5px 5px 21px #ebcab1;
  gap: 16px;
  margin-top: 42px;
}

.image img{
  width:40vw;
  height: 40vw;
  border: 5.4px solid #722808;
margin: 13px;
   display: flex;
    box-shadow: 0.1px 0.1px 0.1px;
}

.right-cart{
  width:44vw;
    font-family: "Albert Sans", sans-serif;
   font-weight: 800;
  color: #722808;
}

.quantity span{
  display: inline-block;
}

.cart-addbox{
  padding: 9px;
  width: 29px;
  height: 42px;
  text-align: center;
  background-color: #EBBE92;
  color: white;
   border: 3.2px solid #722808;
  border-radius: 10px;
  margin: 1px 10px;
}

.name {
 margin: 14.4px 0.1px;
  font-size: 23px;
}

.cart-price{
  margin: 10.9px 0.1px 22px;
  font-size: 17px;
}


.waitstuff{
  padding-top:10vh;
}
.thanks{
  margin: auto;
  font-size: 6vw;
  text-align: center;
    width:50vw;
   font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  color: #722808;
   margin-bottom: 13px;
}

.readyin{
  margin: auto;
  font-size: 4vw;
  text-align: center;
    width:50vw;
   font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  color: #722808;
    margin-bottom: 34px;
}

#time{
   font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  color: #ffffff;
    font-size: 6vw;
  margin: auto;
  justify-content: center;
  text-align: center;
  background-color: #58230C;
 width:65vw;
 
  padding: 37px 0;
  border-radius: 11px;
}
