#giftify-product-container {
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  display: inline-table;
  padding: 10px;
  margin: 10px auto;
}
.giftify-message {
  width: 100%;
  height: auto;
  display: grid;
}
#giftify_message {
  width: 50%;
  height: auto;
}
h4.giftify-fees-title {
  font-weight: 600;
  margin: 10px;
  text-transform: capitalize;
}
#updated-price-message{
  display: none;
}