/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.caixa{
    margin-right: 2px;
    margin-top: 10px;
}
.produtos-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.produto-item{
  width: 300px;
  margin-top: 10px;
  border-radius: 40px;
  display: flex;
  padding: 5px;
  flex-direction: column;
  margin: 17px;
}

.produto-info{
  padding: 10px;
}

.produto-image img{
  border-radius: 35px;
  object-fit: cover;
  width: 100%;
}

.produto-info > .preco{
  margin-top: 20px;
  font-weight: bold;
}
.produto-buttons {
  display: flex;
  flex-direction: column;
}
.produto-buttons button{
  margin-top: 10px;
  border-radius: 45px;
  border:none;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.produto-buttons button:last-child{
  color: white;
  background: red;
}


.modalY{
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      background-color: rgb(0 0 0 / 0.40);
      z-index: 100000000000000000000;
}

.modal-contentY{
      background-color: white;
      width: 350px;
      height: 350px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
}

.btn-confirmar-preparacao{
  display: none;
}

#frm_pedidos{
  margin-top: 3%;
}