* {
  font-family: "BBSans Regular", Helvetica, Arial, sans-serif;
}
#container {
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  /* border: 1px solid; */
}
#container > #cont1 {
  width: 70%;
}
.item {
  width: 100%;
  height: 300px;
  display: flex;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  color: #050505;
  margin-bottom: 20px;
}
.item > div:nth-child(1) {
  width: 40%;
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.item > div:nth-child(1) > img {
  width: 100%;
  height: 80%;
}
#cont2 {
  width: 35%;
  height: auto;
  color: #0a141b;
  border-left: 1px solid rgb(104, 97, 97);
  overflow: scroll;
}

#sel {
  width: 70px;
  padding: 5px;
  position: relative;
  
}

#space {
  width: 100%;
  height: 80px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#space > div {
  width: 100%;
  height: 60%;
  /* border: 1px solid; */
  background-color: #eff0f0;
}
#compliment {
  display: flex;
  justify-content: space-between;
}

#check > button {
  display: block;
  width: 90%;
  padding: 20px 40px 30px 40px;
  font-weight: bold;
  color: white;
  background-color: #ff4661;
  border: 0px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}
#check > button>a{
  text-decoration: none;
  color: white;
  
}
#a,
#b,
#c {
  display: flex;
  justify-content: space-between;
  margin: 25px;
}
#stddiv {
  width: 100%;
  margin-bottom: 20px;
}
#std {
  display: block;
  margin: auto;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#estimate,
#a {
  display: flex;
  margin: 25px;
  font-size: 18px;
  font-weight: 550;
  color: #252323;
  font-family: "BBText Regular", Helvetica, Arial, sans-serif;
}
#offer {
  width: 90%;
  height: auto;
  margin: auto;
  background-color: #eff1f0;
  padding-bottom: 30px;
}
#offer > div {
  margin: auto;
  margin: 20px;
  padding-top: 30px;
}
#d {
  display: flex;
  justify-content: space-between;
}
#coupon {
  width: 90%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
#coupon-code {
  text-align: center;
}
#coupon-code > button {
  width: 97%;
  padding: 10px 45px 10px 45px;
  text-align: center;
  background-color: black;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}
#additional {
  width: 100%;
  height: 78%;
  margin-top: 10px;
  box-sizing: border-box;
  background-color: #eff1f0;
}

/* compliment products container */
#compliment {
  padding: 15px 0px 15px 0px;
}
#compliProd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#box-compli-prod {
  width: 90%;
  display: flex;
  margin: auto;
}
#box-compli-prod > div {
  width: 40%;
  margin: auto;
 
}
#box {
  text-align: center;
  padding-bottom: 30px;
}
#box > img {
  width: 100%;
}
#compli_box {
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
#compliment-box {
  text-align: center;
  color: #050505;
}
#compliment-box > p {
  color: #9daabd;
}
#head {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 35px;
}
#remove {
  width: 410px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#selectPrice {
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
