.cart .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart .thumb img {
  width: 90%;
  border-radius: 10px;
  height: 120px;
}

.cart input {
  text-align: center;
  padding: 10px 20px;
  width: 50px;
}

.color-hot {
  color: #E63946;
}

.checkout {
  background-color: #fff2f2;
  padding: 20px;
}

.checkout h3 {
  margin-bottom: 20px;
}

.checkout button {
  border: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #E63946;
}

.checkout .hr {
  width: 80%;
  border-bottom: 2px solid #000000;
}

.checkout .form-group {
  margin-top: 0px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff8f8;
  height: auto;
  padding: 16px;
  margin-bottom: 10px;
}

.product .cash {
  margin-bottom: 10px;
  color: #E63946;
}

.product i {
  padding: 10px;
  border-radius: 50%;
  border: .5px solid #c0c0c0;
}

.product-name {
  margin-left: 10px;
  font-size: 19px;
  color: #9b000d;
}

.product span {
  margin-left: 10px;
}

.product input {
  width: 100%;
  border: 0;
}

.product button {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  background-color: #e0dfdf;
}
/*# sourceMappingURL=cart.css.map */