.cont_buttons{
    
    height: 60px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    
}


.btn_accesso{
    margin-right: 5%;
    margin-left: 4%;
    height: 60px !important;
    margin-top: 30px;
    width: 40%;
    border-radius: 5px;
    background : #fef7e9;
    border: 1px solid #d3ae66;
    padding-top: 50px;
    float:left;
   
}
.btn_accesso a{
     font-size: 20px !important;
}

.img_prodotto_new{
    width: 200px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 750px){
    
    
    .cont_buttons{
        height: 200px;
    }
    
    .btn_accesso{
    
        width: 60%;
        height: 50px;
        padding-top: 20px;
        float: none;
        margin:auto auto;
        margin-bottom: 5px;
    }
    
}

.testo_cookies{
    
    font-size: 15px;
    
}

.clear_spazio{
    margin-top:10px;
    margin-bottom:10px;
    height: 10px;
    clear: both;
    
}
#email_reg , .email, .data_item{
        margin-left: 0px;
    margin-right: 0px;
    margin-top: 4px;
    border: 1px solid #d3ae66;
    border-radius: 8px;
    width: 97.5%;
    min-width: 300px;
    line-height: 26px;
    height: 28px;
    padding: 0 6px;
    overflow: hidden;
    background: #fef7e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdedce), to(#fef7e9));
    background: -moz-linear-gradient(top, #fdedce, #fef7e9);
    background: -ms-linear-gradient(top, #fdedce, #fef7e9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdedce', endColorstr='#fef7e9');
    font-size: 14px;
}