/* Best of Elixir */


.best-of-elixir { background: rgb(240,224,204); background: linear-gradient(180deg, rgba(240,224,204,1) 0%, rgba(255,255,255,1) 60%); width:100%; padding-top:120px; padding-bottom:60px; margin-bottom:40px; }

.best-of-elixir-container { max-width:1200px; margin:0 auto; text-align: center;}

.best-of-elixir-container span { font-family: 'Optima'; font-style: normal; color:#d19a5f; font-size:30px; display:block; padding:60px 0; width:600px; margin:0 auto; text-align:center;}

.best-of-elixir-product { width:300px; display: inline-block; margin-bottom: 50px;}

.best-of-elixir-product img { margin:0 auto; text-align:center; width:60%;}

.best-of-elixir-product-title { font-size:15px; display:block; margin-bottom:5px; text-align:center; padding:0 10px; }
.best-of-elixir-product-price { font-size:13px; display:block; margin-bottom:30px; text-align:center; padding:0 10px;  }

.best-of-elixir-button { background-color: #e9ceaf; padding:10px 20px; color:#64312f; border:1px solid #e9ceaf; font-size:14px; transition:0.3s; margin:0 auto; text-decoration:none;}

.best-of-elixir-button:hover { background-color: #fff; }

.best-of-elixir-product-title br{
    display:none;
}  
/* Responsive */

@media only screen and (max-width : 768px) {
 
 .best-of-elixir { background: rgb(240,224,204); background: linear-gradient(180deg, rgba(240,224,204,1) 0%, rgba(255,255,255,1) 60%); width:100%; padding-top:120px; padding-bottom:40px; margin-bottom:40px; }

.best-of-elixir-container { /*width:320px;*/ width:90%; margin:0 auto; }

.best-of-elixir-product { width: 40%; /*width:160px; float:left;*/ }

.best-of-elixir-product img { margin:0 auto; text-align:center; width:60%;}

.best-of-elixir-product-price { font-size:13px; display:block; margin-bottom:20px; text-align:center; padding:0 10px;  }

.best-of-elixir-product-title{
    height: 46px;
}
.best-of-elixir-product-title br{
    display:block;
}  
}