/*---------------------------------------------------------------------------------

 Theme Name:   demomentsomtres
 Theme URI:    https://www.demomentsomtres.com
 Description:  Plantilla específica per a Parés Baltà a partir de Divi i construïda per DeMomentSomTres
 Author:       DeMomentSomTres
 Author URI:   https://www.demomentsomtres.com
 Template:     Divi
 Version:      2017.08.23
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.privacy-policy-dinantia {
    border: 1px solid #d3ced2;
    font-size: .688em;
    margin-bottom: 12px;
    max-height: 100px;
    overflow-y: scroll;
    padding: 6px 8px;
    width: 100%;
    line-height: 2;
}

.checkout-radio {
    display: flex;
    gap: 5px;
    vertical-align: middle;
}

.formulari-descompte-personalitzat {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    gap: 20px;
}
.formulari-descompte-personalitzat div {
    margin-top: 10px;
    display: flex;
    gap: 20px;
}
.formulari-descompte-personalitzat input {
    padding: 15px;
    border: 0;
    background-color: #eee;
    color: #999;
    width: 300px;
}
.formulari-descompte-personalitzat button {
    color: #1b3955;
    border-color: #1b3955;
    background-color: transparent;
    padding: 15px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;

}
.formulari-descompte-personalitzat .missatge {
    line-height: 1;
    margin-top: 20px;
    font-weight: normal;
    display: none;
}
.formulari-descompte-personalitzat img {
    max-width: 100px;
    max-height: 100px;
}
.formulari-descompte-personalitzat .missatge.correcte {
    color: green;
}
.formulari-descompte-personalitzat .missatge.error {
    color: red;
}
@media (max-width: 600px) {
    .formulari-descompte-personalitzat, .formulari-descompte-personalitzat div {
        display: block;
    }
    .formulari-descompte-personalitzat input {
        width: 100%;
        margin-bottom: 20px;
    }
}