* {
  font-family: "Roboto", sans-serif;
  width: 700px;
}
#cart {
  width: 700px;
  margin-left: 300px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

#cartcontainer {
  width: 590px;
  margin: auto;
}
#header {
  height: 90px;
  background-color: #32AEB1;
  color: white;
  font-size: 30px;
  padding-left: 10px;
  width: 690px;
}
#header p {
  width: 40px;
  margin-left: 600px;
  margin-top: -20px;
}
#cartImg {
  width: 300px;
  height: 300px;
  margin: auto;
}
#belowimg {
  font-size: 30px;
  margin: auto;
  width: 270px;
  padding-left: 30px;
  font-weight: bolder;
  text-align: center;
}
#statement {
  width: 590px;
  text-align: center;
  color: rgb(190, 180, 180);
}
.cart2ndmain {
  display: grid;
  width: 550px;
  grid-template-columns: 150px 150px 150px;
  gap: 20px;
  margin-left: 20px;
  background-color: white;
}
.divCont {
  width: 150px;
  height: 300px;
  background-color: white;
  margin-left: 100px;
}

.imgdiv {
  width: 100px;
  height: 150px;
}
.price {
  width: 70%;
  background-color: white;
}
.detail {
  width: 100%;
  text-align: center;
  font-size: 12px;
  background-color: white;
}
.lastdiv {
  width: 300px;
  background-color: white;
  margin-left: 30px;
}
#checkout {
  border: 1px solid white;
  width: 300px;
  border-radius: 40px;
  margin-left: 180px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #32AEB1;
  color: white;
}
#checkout:hover{
  background-color: rgb(11, 206, 86);
  color: black;
}
#total {
  width: 250px;
}
.shipingaddress {
  width: 670px;
  height: 120px;
  margin-top: -13px;
  background-color: rgb(241, 241, 242);
  padding-left: 30px;
  padding-top: 10px;
}
.shipping {
  font-size: 20px;
  font-weight: bolder;
}
.shipping span {
  text-decoration: underline;
  font-weight: normal;
}
#address {
  font-size: 20px;
  font-weight: bolder;
}
.secondlast {
  margin-left: 30px;
}
#happy {
  font-weight: lighter;
}
#happy span {
  text-decoration: underline;
  font-weight: bold;
  padding-left: 10px;
}
