#price
{     
   height:100%;
       
}
#priceBox
{      
    display: flex;
    flex-direction: column;
    align-items: space-between;    
    height:100%; 
    background-color: black;
    opacity:0.75;
    
}
#priceTitle
{
    text-align:center; 
    margin-top:0;  
    flex:1;
}
#priceMiddle
{       
   flex:4; 
   flex-wrap: wrap;
    
}
#priceFooter
{
    flex:1;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#gallery
{
    text-align: center;
    background-color: red;
    width:100%;
    border:1px solid red;
    flex:1;
}
.box
{
    padding:.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#form-message-warning, #form-message-success {
  display: none;
}

#form-message-warning {
  color: #f64b3c;
}

#form-message-success {
  color: #8cba51;
  font-size: 18px;
  font-weight: bold;
}




