/* RICHIESTA RESO — stile coerente con #contact-form (vedi asset/lib/shop-w.css) */

.reso-richiesta-page {
    margin-bottom: 100px;
}

.reso-richiesta-page .reso-page-content {
    margin-bottom: 40px;
}

#reso-richiesta-form input[type="text"],
#reso-richiesta-form input[type="number"],
#reso-richiesta-form input[type="email"],
#reso-richiesta-form textarea {
    width: 100%;
    border: 1px solid #4a4a4a;
    padding: 10px 12px;
    background: #FFF;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#reso-richiesta-form label {
    font-style: italic;
}

#reso-richiesta-form .control-group {
    margin-bottom: 20px;
}

#reso-richiesta-form textarea.parsley-error,
#reso-richiesta-form input[type="email"].parsley-error,
#reso-richiesta-form input[type="text"].parsley-error {
    border: 1px solid #e63254;
}

/* Checkbox privacy, stessa icona custom (FontAwesome) di #contact-form */
#reso-richiesta-form .privacy_contact {
    margin-bottom: 20px;
}

#reso-richiesta-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0px;
    width: 20px;
    margin-right: 10px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#reso-richiesta-form input[type="checkbox"]:before {
    font-family: 'FontAwesome';
    content: '\f096';
    font-size: 20px;
    margin-left: 0px;
    color: #4a4a4a;
    cursor: pointer;
}

#reso-richiesta-form input[type="checkbox"]:checked:before {
    font-family: 'FontAwesome';
    content: '\f046';
    color: #47592a;
}

#reso-richiesta-form .privacy_contact .parsley-errors-list {
    display: none;
}

#reso-richiesta-form .privacy_contact .parsley-error input[type="checkbox"]:before {
    color: #e63254;
}

/* Righe prodotto dinamiche */
.reso-prodotti-wrapper {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
}

.reso-prodotto-riga {
    align-items: center;
    margin-bottom: 10px;
}

.reso-rimuovi-riga {
    background: transparent;
    border: 1px solid #e63254;
    color: #e63254;
    width: 100%;
    height: 46px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
}

.reso-rimuovi-riga:disabled {
    opacity: 0.35;
    cursor: default;
}

.reso-aggiungi-btn {
    background: transparent;
    border: 1px solid #47592a;
    color: #47592a;
    padding: 8px 16px;
    margin-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}

.reso-aggiungi-btn:hover {
    background: #47592a;
    color: #FFF;
}

/* Messaggio esito invio (#invia_mex), stesso pattern di tpl-contatti.php */
#invia_mex {
    display: none;
    margin-bottom: 20px;
    padding: 12px 15px;
    text-align: center;
}

#invia_mex h4 {
    margin: 0;
}

#invia_mex.send_ok {
    background-color: #eaf1e4;
    color: #47592a;
    border: 1px solid #47592a;
}

#invia_mex.send_ko {
    background-color: #fbe8ec;
    color: #e63254;
    border: 1px solid #e63254;
}
