.money-details {
 display: inline-block !important; 
}

#preorder-notification,
#normal-order-notification {
  display: none;
  background-color: #000;
}

#preorder-notification p,
#normal-order-notification p {
  text-align: center;
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}