section{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  justify-items: center;
  justify-self: center;
}

section h1
{
  font-size: 50px;
}
@media (max-width: 800px) {
  section tr{
    display: grid;
    margin-bottom: 20px;
  }
  section tr th{
    margin-top: 0px;
    display: none;
  }
  .CartTableWrap{
    grid-template-columns: repeat(auto-fill, 100px);
    width: 90%;
    justify-self: center;
    
  }
  tbody tr
{
  text-align: center;
  justify-content: center;
}
    section tbody button 
  {
    width: 100px;
  }
}

tbody td
{
  padding: 10px;
  font-size: 20px;
  text-align: center;
}



.CartTableWrap{
  background: #ffffff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: var(--Schaduw);
  margin: 10%;
  justify-self: center;
  justify-items: center;
}

tbody tr:nth-child(even)
{
  background-color: var(--Achtergrond);
  border-radius: 20px;;
}

tbody tr:nth-child(odd)
{
  background-color: rgba(255, 205, 164, 0.774);
  border-radius: 20px;
}

@media (min-width: 800px)
{
section tbody button{
  width: 50px;
}
#naam 
{
  width: 700px;
  text-align: start;
  height: 150px;
}
}

section input
{
  width: 50px;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  justify-self: center;
  border-radius: 10px;
  border: none;
}

section td
{
  border-radius: 20px;
  padding: 20px;
}

.CartControls
{
  margin: 20px;
}

.Knop.Groot {
  width: 100%;
}

section a
{
  text-decoration: none;
  color: var(--Knop-Achtergrond);
}

section tbody button
{
  background-color: red;
}

section button
{
  color: white;
  background-color: var(--Knop-Achtergrond);
  border: none;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 30px;
  width: max-content;
}

.CheckoutActions
{
  width: fit-content;
  text-align: center;
  justify-self: center;
}

#teams
{
  color:var(--Knop-Achtergrond);
  font-weight: 800;
}

dt, .Rij
{
  position: relative;
  text-align: end;
  margin-top: 10px;
}

.CartSamenvatting
{
  justify-items: center;
}

.Rij:last-child
{
  border-top: #000000 4px solid;
  width: 150px;
}

#Vraag::after
{
  content: "Gratis verzending vanaf €15,-";
  color: black;
  background-color: var(--Alinea-Achtergrond);
  padding: 20px;
  font-size: 20px;
  border-radius: 20px;
  width: 200px;
  display: none;
  font-family: "Afacad Flux", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  position: absolute;
  right: -24vh;
  bottom: 0vh;
  z-index: 10;
  transition: 1s;
  box-shadow: var(--Schaduw);
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1000px)
{
  #Vraag::after
  {
    right: -22vh;
    bottom: 0vh;
  }
}

@media (max-width: 600px)
{
  #Vraag::after
  {
    right: -10vh;
    bottom: -10vh;
  }
}

#Vraag:focus::after
{
  display: block;
}

#Vraag
{
  background-color: transparent;
  color: black;
  bottom: -13px;
  position: absolute;
}
