body {
  font-family: "Inter", sans-serif;
  color: #3e362e;
  margin: 0;
}

p {
  font-size: 20px;
  margin: 0 0 32px;
  color: #3e362e;
}

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 250px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.left-section {
  display: grid;
  color: #443742;
  max-width: 500px;
}
h1 {
  font-size: 48px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  color: #846c5b;
  margin: 0 0 24px;
  font-weight: 600;
}
.order-conf-title {
  font-size: 20px;
  font-weight: 500;
  color: #3e362e;
  margin: 0 0 24px;
}
input {
  width: 339px;
  height: 40px;
  border-radius: 5px;
  border-color: #f8f8f8;
  font-size: 20px;
}
.left-section p {
  font-size: 20px;
}
.left-section li {
  font-size: 12px;
}
form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.first-name {
  padding: 20px;
  margin: 0;
  padding-left: 0%;
}
.last-name {
  padding: 20px;
  margin: 0;
  padding-left: 0%;
}
.eMail {
  padding: 20px;
  margin: 0;
  padding-left: 0%;
}
.tlf {
  padding: 20px;
  margin: 0;
  padding-left: 0%;
}
.adresse {
  padding: 20px;
  margin: 0;
  padding-left: 0%;
}

#primaryButton {
  justify-content: center;
  padding: 15px;
  background-color: #846c5b;
  border: none;
  width: 339px;
  height: 58px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #edd9a3;
  cursor: pointer;
  margin-bottom: 40px;
}

.right-section {
  margin-top: 100px;
  color: #443742;
}

.right-section h2 {
  font-size: 20px;
  font-weight: 700;
}

#your-order {
  cursor: pointer;
}

#photo {
  width: 420px;
  height: 250px;
  object-fit: cover;
  border-radius: 38px;
}
#counter {
  display: flex;
  justify-content: right;
}

#sub-btn {
  width: 32px;
  height: 32px;
  background-color: #edd9a3;
  color: #443742;
  border-radius: 5px;
  border-color: #edd9a3;
  cursor: pointer;
}
#amount {
  position: relative;
  bottom: 8px;
  padding: 12px;
  margin: 0;
  font-size: 16px;
}

#add-btn {
  width: 32px;
  height: 32px;
  background-color: #edd9a3;
  color: #443742;
  border-radius: 5px;
  border-color: #edd9a3;
  cursor: pointer;
}
.emptyCart {
  display: flex;
  justify-content: right;
}
#empty {
  font-size: 16px;
  padding-top: 20px;
  border: #ffffff;
  background-color: #ffffff;
  color: #443742;
  cursor: pointer;
}
#price {
  max-width: 100px;
  display: block;
  position: relative;
  top: 45px;
  font-size: 20px;
}
#coffe {
  position: relative;
  top: 45px;
  font-size: 20px;
}

.summering {
  display: flex;
  justify-content: space-between;
}

#totalSum {
  color: #846c5b;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
}

#sumstyle {
  display: block;

  margin-bottom: 40px;
  justify-content: right;
  bottom: 45px;

  font-size: 20px;
  color: #846c5b;
  font-weight: bold;
}
.table {
  flex-wrap: wrap;
}
#table-nr {
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 100px;
  padding: 15px;
  background-color: #846c5b;
  color: #edd9a3;
  cursor: pointer;
}
#usr-nr {
  position: relative;
  margin-left: 35px;
  font-weight: bold;
  color: #443742;
  max-width: 100px;
  font-size: 36px;
}
@media (max-width: 900px) {
  .main-wrapper {
    gap: 50px;
  }

  .left-section {
    width: 100%;
  }
  .right-section {
    width: 100%;
    margin-top: 0;
  }
  #photo {
    width: 100%;
  }
  input {
    width: 100%;
  }
  #primaryButton {
    width: 100%;
  }
}
