.container {
  margin: 0 2%;
  border: 3px solid #5a2e05;
  padding-bottom: 600px;
  margin-bottom: 60px;
}
.container .main table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: #fef1d4;
}
.container .main table th, .container .main table td {
  padding: 15px;
  text-align: left;
}
.container .main table tr {
  border-bottom: 3px solid #5a2e05;
}
.container .main table tr:last-child {
  border-bottom: none;
}
.container .main table tr td:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 60%;
}
.container .main table tr td:nth-child(1) img:nth-child(1) {
  width: 200px;
}
.container .main table tr td:nth-child(1) img:nth-child(2) {
  width: 400px;
}
.container .main table tr td:nth-child(2) p {
  height: 30px;
  line-height: 30px;
  margin: 15px;
  width: 100px;
  border-radius: 30px;
  padding: 0px 20px;
  background-color: #5a2e05;
  color: white;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.container .main table tr td:nth-child(2) p::before {
  content: "-";
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-55%);
}
.container .main table tr td:nth-child(2) p::after {
  content: "+";
  font-size: 20px;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-55%);
}
.container .main table tr td:nth-child(3) img {
  width: 100px;
  height: 40px;
}
.container .main table tr td:nth-child(4) img {
  width: 60px;
  height: 60px;
}
.container .main table th {
  background-color: #5a2e05;
  color: white;
}
.container .main table th img {
  height: 50px;
}
.container .main table .delete-icon {
  cursor: pointer;
  color: #8B4513;
}
.container .main .footer .f1, .container .main .footer .f2 {
  display: flex;
  align-items: center;
  background-color: #ffe0a8;
  margin-bottom: 30px;
  height: 80px;
}
.container .main .footer .f1 img {
  transform: scale(0.6);
}
.container .main .footer .f1 img:nth-of-type(2) {
  transform: scale(0.6) translateX(-200px);
}
.container .main .footer .f2 {
  justify-content: space-between;
  padding-right: 100px;
}
.container .main .footer .f2 img {
  transform: scale(0.6);
}/*# sourceMappingURL=bill.css.map */