#Voordeel, #Toevoegen1
{
  display: flex;
  justify-content: space-between;
  scale: 1;
  align-items: center;
  width: 80%;
}

#Toevoegen1 #label1 p
{
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}


#Toevoegen1 #label1
{
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input
{
  height: 35px;
  border-radius: 30px;
  text-align: center;
  font-size: 25px;
  padding: 0;
}

#Toevoegen1 label
{
  width: 145px;
  margin: 0;
}

#Toevoegen1
{
  justify-content: space-between;
  width: 85%;
}

#Voordeel, #Toevoegen1
{
  text-align: center;
  justify-items: center;
  flex-direction: row;
  margin-left: 10%;
  margin-right: 10%;
}



#Toevoegen1
{
  width: max-content;
  align-self: center;
  gap: 30px;
}


#Voordeel #Fout
{
  text-decoration: line-through;
}

#Voordeel .Prijs
{
  font-size: 25px;
  margin: 0;
  padding: 0;
}

.Product #Voordeel
{
  position: relative;
  gap: 0;
  width: 80%;
  max-height: 10px;
  text-align: center;
  font-size: 30px;
}



.Product #Voordeel p
{
  margin: 0;
  padding: 0;
}

#ProductVoordeel
{
  display: flex;
  gap: 15px;
  justify-content: end;
  background: linear-gradient(to left, #ffa679, #ff5e62);
}


#ProductVoordeel:hover
{
  background: linear-gradient(to left, #ff5e62, #ffa679);
}

#Ptitel
{
  min-height: 120px;
  display: flex;
  width: 100%;
  align-self: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

#Ptitel h2
{
  font-size: 30px;
  margin: 0;
  text-align: center;
}

#Pinfo
{
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  text-align: start;
  margin-left: 5%;
  width: 90%;
  margin-top: 20px;
  gap: 10px;
}

#Pinfo p
{
  padding-left: 10px;
  margin: 0;
  font-size: 22px;
  border-radius: 20px;
  color: black;
  background-color: var(--Achtergrond);
}

.Product #afbeelding
{
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.Product
{
  display: flex;
  gap: 15px;
  justify-content: end;
}

#Toevoegen1
{
  max-height: 30px;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 40px;
}

#Voordeel
{
  min-height: 50px;
  margin-bottom: 10px;
  padding: 0;
}

#Voordeel select
{
  font-size: 20px;
  padding: 10px;
}

button
{
  min-width: 60px;
}

