.card-cart {
  margin-top: 2em;
  /* height: 90%; */
  /* padding: 0em 0em 2em 0em; */
  border-radius: 1em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-body-cart {
  width: 100%;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  margin: 0 auto;
  min-height: 5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.img-holder {
  width: 100%;
  border-radius: 1em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.img-small-holder {
  width: 100%;
  border-radius: 1em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.remove-asterisk.required:after {
    content:" ";
    color: red;
}

.required:after {
    content:"";
    color:red;
}