
#info .Product #Korting
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

section #korting1
{
  margin-top: 10px;
  background: linear-gradient( to right, rgb(199, 16, 255), rgb(31, 64, 255));
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgb(255, 255, 255)  ;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  border: white solid 1px;
  font-weight: 600;
}



#Product #Voordeel1
{
  margin-bottom: 20px;
  margin-top: 20px;
}

#Product #Voordeel1 #Fout
{
  text-decoration: line-through;
}

#Product #Voordeel1 .Prijs
{
  font-size: 25px;
  margin: 0;
  padding: 0;
}

#Product #Voordeel1, #Product #Toevoegen
{
  display: flex;
  justify-content: space-between;
  scale: 1;
  align-items: center;
  width: 80%;
}

#Product #Toevoegen #label p
{
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}


#Product #Toevoegen #label
{
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}



#Product #Voordeel1, #Product #Toevoegen
{
  text-align: center;
  justify-items: center;
  flex-direction: row;
  margin-left: 10%;
  margin-right: 10%;
}



#Product #Toevoegen
{
  display: flex;
  flex-direction: row;
  align-self: center;
  gap: 0px;
  margin: 0;
  padding: 0;
}

section #Product .Toevoegen
{
  margin: 0;
  width: 80px;
}

@media (min-width: 1200px)
{
  section #Product .Toevoegen
  {
    width: 90px;
    margin-left: 40px;
  }

}


#Beschrijvingsectie #Beschrijving ul{
  margin-bottom: 20px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

#Beschrijvingsectie #Beschrijving ul li b
{
  word-spacing: 10px;
}