/* body {
  background-color: #ffffcc;
} */

.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 0%;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: #DF0000;
  text-align: center;
  /* min-width: 1em; */
  font-weight: bold;
  background: white;
  border-style: solid;
}
  
/* .fa-circle {
  color: #DF0000;
}
  
.red-cart {
  color: #DF0000;
  background: white;
} */

/* .my-button {
  display: inline-block;
  color: #880015;
  height: 20px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-color: #880015;
  border-width: medium;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
} */

/* .my-button:hover {
  background: yellow;
} */

/* .my-button:active {
  border-width: thin;
} */

/* .my-text-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.my-cart-button {
  padding-top: 5px;
  padding-bottom: 15px;
} */