h1{
  display: flex;
  justify-content: center;
}
.container{ 
  margin-top: 15px;
  display:flex;
  
  margin-left: 15px;
  margin-right: 15px;
  
  background-color: #e6e0ab;
  background-color: whitesmoke;
  
  
  border-radius: 20px;
  box-shadow: 3px 3px;
  box-shadow: 5px 5px 5px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:20px;
  font-family: 'Noto Sans Display', sans-serif;
  
  
  
}
.img{
  display: flex;
  margin-top: 20px;
  height: 100px;
  margin-left: 8px;
  margin-right: 8px;
  
  justify-content: center;
}
.text{
  margin-top: 5px;
  display: flex;
  font-weight: bold;
  color: black;
  font-size: 15px;
  align-items: center;
}
.price{
  margin-left: 30px;
  margin-right: 5px;
  font-size: 20px;
  margin-top: 5px;
  color: #f63e4e;
  
  
}

.label{
  display:flex;
  margin-top: 5px;
  margin-left:4px;
  margin-right: 4px;
  align-items: center;
  opacity: 0.3;
  font-size: 8.5px;
 
  
}
.buy{
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  
  
 
  
  
}
button{
  
  
  margin-top: 5px;
  margin-bottom: 10px;
  border:5px #f63e4e;
  padding: 5px 5px;
  margin-right: 20px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #f9edf8;
}
button:hover{
  background-color: #f63e4e;
  color: white;
  
}


.product{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  
  
}
s{
  font-size: 10px;
  color: black;
}
.item1{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
}
.item2{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  
 
}
.item3{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.order{
  background-color: whitesmoke;
  border-radius: 20px;
  box-shadow: 3px 3px;
  box-shadow: 5px 5px 5px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:20px;
  font-family: 'Noto Sans Display', sans-serif;
  
}
#total{
  color: #f63e4e;
  font-size: 25px;
}

.buy{
  display: flex;
  justify-content:space-between;
 
  
  
}
button{
  
  
  margin-top: 5px;
  margin-bottom: 10px;
  border:5px #f63e4e;
  padding: 10px 10px;
  
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  
}
button:hover{
  background-color: #f63e4e;
  color: white;
  
}
.left{
  height: 30px;
  display: flex;
  margin-left: 10px;
}

.back{
  display:flex;
  justify-content: space-between;
  
}

.cart{
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
  font-family: 'Noto Sans Display', sans-serif;
}



