#getWhishlistOutOfStockNotification .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ecec;
  color: #792058;
  font-size: 0.875rem;
  padding: 9px;
  border: 1px solid #ebcccc;
  border-radius: 4px;
  font-family: "brandon-grotesque", arial !important;
  text-align: center;
}
