/**************************************************************/
/********************  IMPOSTAZIONI GENERALI   ****************/
/**************************************************************/
    .evidenza-footer {
        position: fixed;
        z-index: 100;
        bottom: 55px;
        right: 20px;
        background-color: #fff;
    }
    .evidenza-footer.chiuso>div {
        display: none;
    }
@media screen and (max-width: 576px) {
    .evidenza-footer {
        bottom: 0px;
        right: 0px;
        left: 0px;
        width: 100%;        
    }    
}
/**************************************************************/
/**********************  SPECIFICHE PER ROF  ******************/
/**************************************************************/

.evidenza-footer {
    width: 100%;
    max-width: 280px;
    background-color: #8E0705;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.6); 
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.6);
}
.evidenza-footer > div {
    padding: 15px 20px;
}

.evidenza-footer .evidenza-footer-acquista {
    border-bottom: #fff 1px solid;
    background-color: #600100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.evidenza-footer .evidenza-footer-acquista a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}

.evidenza-footer .evidenza-footer-acquista a img {
    max-width: 40px;
    margin-right: 18px;
}

.evidenza-footer .evidenza-footer-acquista button {
    background-color: transparent;
    color: #fff;
    font-weight: 900;
    border: 0 none;
    max-width: 30px;
}

.evidenza-footer .evidenza-footer-testo b {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 112.5% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    display: block;
}
.evidenza-footer .evidenza-footer-testo span {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 112.5% */
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: block;
}
.evidenza-footer .mobiltick {
    display: none;   
    cursor: pointer; 
    max-width: 50px;

}
.evidenza-footer.chiuso {
    width: auto;
    padding: 30px;
    background-color: #600100;
    border-radius: 50%;
    max-width: 110px;
    height: 110px;
    text-align: center;
}
.evidenza-footer.chiuso .mobiltick {
    display: block;
}


/**************************************************************/
/**********************  RESPONSIVE  **************************/
/**************************************************************/


@media screen and (max-width: 576px) {
    .evidenza-footer {
        bottom: 0px;
        right: 0px;
        left: 0px;
        width: 100%;  
        max-width: 100%;        
        border-radius: 0px;      
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6); 
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
    }    
    button {
        display: none;
    }
 
}
