.container{ 
  margin-top: 15px;
 
  
  margin-left: 2px;
  margin-right: 2px;
  
  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;
  justify-content: center;
}
.price{
  margin-left: 30px;
  font-size: 20px;
  margin-top: 5px;
  color: #f63e4e;
  
}

.label{
  display:flex;
  margin-top: 5px;
  margin-left:4px;
  margin-right: 4px;
  justify-content: center;
  opacity: 0.3;
  font-size: 8.5px;
 
  
}
.buy{
  display: flex;
  justify-content: space-around;
 
  
  
}
button{
  
  
  margin-top: 5px;
  margin-bottom: 10px;
  border:5px #f63e4e;
  padding: 5px 5px;
 background-color: #f9edf8;
  border-radius: 10px;
  font-size: 20px;
}
button:hover{
  background-color: #f63e4e;
  color: white;
  
}


.product{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  
  
}
s{
  font-size: 10px;
  color: black;
}

#banner{
  height:170px;
  width: 100%;
  border-radius: 15px;
}
p1{
  font-size: 20px;
  font-weight: bold;
}
.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;
}
