@font-face {
  font-family: 'SB Sans Display';
  src: url('/fonts/SBSansDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Display';
  src: url('/fonts/SBSansDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Display';
  src: url('/fonts/SBSansDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Display';
  src: url('/fonts/SBSansDisplay-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Display';
  src: url('/fonts/SBSansDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body{
 
  margin: 0;
  background: linear-gradient(90deg, #132836, #17709a);
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-size: cover;
  color: white;
  font-family: 'SB Sans Display';

}
.menu{
  margin-top: 32px;
  display: grid;
  gap: 24px;
  margin-bottom: 100px;
}
.menuImage img{
  border-radius: 8px;
  width: 100px;
}
.menuItem {

  /*background: linear-gradient(180deg, #1c221f00, #8deef3);*/
  background:#50a2b7;
  padding: 24px;
  border-radius: 12px;
}
.menuBox{
  margin-top: 24px;
  margin-bottom: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 100px 1fr;
}
.menuTitle{
  font-size: 22px;
  font-weight: bold;
}
.menuDescription{

  font-size: 16px;
  font-weight: 300;
}
.menuBtns{
  display: grid;
  justify-content: end;
}
.table{
  max-width: 600px;
  margin: 0 auto;
}
.menuNutrition{

  font-size: 14px;
  font-weight: 300;
  margin-top:12px
}
.orederBtn, .selectBtn, .infoBtn{
  width: max-content;
  background: #0e1c18;
  padding: 4px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  user-select: none;

}
.menuItem .selectBtn{
  display: block;
  background: #042136;
  color: #FFF;
}
.menuItem .infoBox{
  display: none;
}
.menuItem.active .selectBtn{
  display: none;
}
.menuItem.active .infoBtn{

  background: #0b364d;
  color:#fff;
}
.menuItem.active .infoBox{
  display: block;
}

.menuText{
  display: grid;
  align-content: space-between;
}
.confirmWr{
  position: fixed;
  z-index: 100;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url(/images/bg.jpg);
  background-size: cover;
  display: none;
  align-content: center;
  grid-template-columns: .8fr;
  justify-content: center;

}
.confirmTitle{
  font-size: 18px;
  font-weight: 500;
}

.confirmDesription{
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}
.confirmNextWr{
  margin-top: 32px;
  font-size: 12px;
  font-weight: 400;
}
.confirm{
  background: #0182AA;
  color: #FFF;
  padding: 24px;
  border-radius: 12px;
  line-height: 1.4;
}
.ORDERtables{
  display: grid;
  gap: 8px;
  align-items: start;
}
.orderCount{
  font-size: 18px;
  font-weight: 500;
}
.ORDERtableItem{
  background: #023188;
  padding: 8px;
  border-radius: 8px;
}
.ORDERtableTitle{
  font-size: 18px;
}
.orders{
  margin-top: 24px;
  display: grid;
  gap: 8px;
}
.orderTitle{
  font-size: 18px;
  font-weight: bold;
}
.orderTime{
  font-size: 10px;
  font-weight: 300;
}
.orderCompliteBtn{
  font-size: 10px;
  border-radius: 4px;
  padding: 4px 8px;
  background: #333;
  color: white;
  width: min-content;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
.orderBtn{
  font-size: 10px;
  border-radius: 4px;
  padding: 4px 8px;
  /*background: linear-gradient(45deg, #75ff4d, #81fff2);*/
  background: #75ff4d;
  color: #042136;
  width: min-content;
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-weight: bold;
}
.order{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 4px;
  align-content: center;
  justify-content: space-between;
  background: white;
  color: #333;
  padding: 8px;
  border-radius: 4px;
}
.orderBtn{
  position: fixed;
  bottom: 12px;
  width: calc(100% - 64px);
  border-radius: 8px;
  left: 24px;
  z-index: 50;
  font-size: 24px;
  background: linear-gradient(45deg, #75ff4d, #81fff2);
  display: none;
}
.tableHeadTitle{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: max-content;

  padding: 8px 12px;
  color: #FFF;
  margin: 0 auto;
  border-radius: 8px;


}
.confirmLink{
  margin-top: 12px;
}
.tableHeadDescription{
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
}
.confirmLink a{
  text-decoration: underline;
  color: #9FF5FD;
  font-weight: 500;
}
.infoBoxWr{
  display: grid;
  grid-template-columns: 1fr 28px 16px 28px;
  gap: 8px;
  justify-content: end;
}
.infoMinus, .infoPlus{
  background: #0b364d;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  border-radius: 8px;
  user-select: none;
  font-size: 18px;
  font-weight: 600;
}
.infoCount{
  color: #0b364d;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-size: 16px;
  font-weight: 500;
}

@media all and (max-width:850px){
  body {
    padding: 8px;
  }

}

