.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '☰' !important;
}
.fa-arrow-right:before {
  content: '➤' !important;
}
#product .card-Box {
  min-height: 20rem;
  text-align: left;
  border-radius: 0.6rem;
  background-color: rgba(82, 69, 165, 0.5);
  box-shadow: 1rem 1rem 1rem rgba(21, 16, 45, 0.15);
  -webkit-appearance: none;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(21, 16, 45, 0.15);
  -moz-box-shadow: 1rem 1rem 1rem rgba(21, 16, 45, 0.15);
  margin-bottom: 1rem;
  cursor: auto !important;
}
/*# sourceMappingURL=style.css.map */