@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");

input,
input::placeholder {
  font-family: "Teko", sans-serif;
  font-size: 18px;
}

.bakground {
  background-image: url(../images/bakround-3.webp);
  background-size: cover;
  width: 100%;
  height: 100dvh;
  background-repeat: no-repeat;
  padding: 0;
}

.forma form {
  margin: 0 auto;
}

.adaus {
  margin-bottom: 20px;
}

.checkbox {
  display: grid;
  align-items: center;
  justify-content: space-between;
  border: 1px solid white;
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 0 10px;
  grid-template-columns: 5fr 1fr 1fr;
}

.checkbox .box-adaos {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox .price-adaos {
  border-left: 3px solid white;
  border-right: 3px solid white;
  padding-left: 15px;
  padding-right: 10px;
}

.checkbox .adaos-cantitatea {
  padding-left: 15px;
  padding-right: 10px;
}

.checkbox .adaos-cantitatea .calc{
  display: flex;
  gap: 10px;
  align-items: center;
}

.calc button{
  background-color: #e6b93e;
  border-radius: 50%;
  color: white;
  height: 25px;
  width: 25px;
  padding: 0px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.calc span {
  color: white;
  font-size: 25px;
  font-family: "Teko", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.checkbox .price-adaos p {
  color: white;
  font-size: 25px;
  font-family: "Teko", sans-serif;
  margin: 0;
  margin-top: 3px;
}

.checkbox label {
  color: white;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-family: "Teko", sans-serif;
  gap: 10px;
  border-radius: 50%;
  margin-top: 3px;
}

.checkbox label p {
  margin: 0;
}

.checkbox .checks {
  display: none;
}

.checkbox .checks:checked {
  background-color: #e6b93e;
}

#nume,
#nrt {
  width: 100%;
  border-radius: 20px;
  border: none;
  padding: 5px 0px 5px 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.comanda {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin-bottom: 20px;
}

.comanda .check {
  display: flex;
  border: #e6b93e 3px solid;
  width: 100%;
  border-radius: 20px;
  padding: 0px 15px;
  color: white;
  font-family: "Teko", sans-serif;
  font-size: 30px;
  gap: 15px;
  justify-content: center;
}

.active {
  background-color: #e6b93e;
  border: 3px solid white !important;
}

.comanda .check input {
  display: none;
}

.comanda .check p {
  margin: 0;
}

#coment {
  width: 100%;
  height: 120px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
  scrollbar-gutter: stable;
  font-family: "Teko", sans-serif;
  font-size: 18px;
}

#coment::-webkit-scrollbar {
  border-radius: 20px;
}

.form_buton {
  padding: 0px 30px;
  margin-top: 20px;
}

.form_buton button {
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 10px 0;
  border: 0;
  background-color: #e6b93e;
  color: white;
  font-size: 25px;
  font-weight: bold;
  font-family: "Teko", sans-serif;
  box-shadow: #44330359 0px 5px 15px 0px;
}

.produse .comanda {
  display: grid;
  grid-template-columns: 4fr 100px;
  justify-content: space-around;
  width: 100%;
  height: 90px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
  gap: 10px;
}

.produse .comanda p {
  color: #241509;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  margin: 5px 0px 5px 10px;
  display: flex;
  align-items: center;
}

.produse .comanda h3 {
  margin: 0;
  font-size: 20px;
  color: #241509;
  text-shadow: none;
  text-align: start;
  font-family: "Teko", sans-serif;
  border-right: #241509 1px solid;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1;
}

.produse .comanda .comanda-produse .price {
  border-right: #241509 1px solid;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comanda-produse {
  display: grid;
  grid-template-columns: minmax(0, 90px) minmax(0, 125px) 0.5fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.comanda-produse img {
  width: 100%;
  height: 100%;
}

.cantitatea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  box-sizing: border-box;
}

.cantitatea button {
  background-color: #e6b93e;
  border: 0;
  color: white;
  font-size: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}

.cantitatea button p {
  margin: 0;
}

.cantitatea .minus {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cantitatea span h3 {
  display: flex;
  font-size: 25px !important;
  font-family: "Teko", sans-serif;
  align-items: center;
  border-right: none !important;
}

.cart-total {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.total-info h2 {
  font-size: 30px;
}

.total-info h2 span {
  color: #e6b93e;
  font-weight: bold;
  font-size: 30px;
}

.important p {
  background-color: white;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
  text-align: start;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  color: #241509;
}

.alert{
  text-align: center;
  margin-top: 25px;
  background-color: #e6b93e;
  border-radius: 20px;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  padding: 20px;
  font-weight: 600;
  border: white solid 3px;
}
