.qr li:nth-child(7) {
    margin-bottom: 0;
}

.qr li:nth-child(7) {
    width: 100%;
}

.qr li:nth-child(6) {
    border: 1px solid #29AAE4;
    
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 10px;
}

.qr li .sconto{
    width: 100%;
    text-align: center;
    
}

.qr li .sconto::placeholder{
    color: #29AAE4;
}

aside #contenuti_aside{
    height: 244px;
}

.button-acquista-servizio{
    position: fixed;
    top: 45%;
    padding: 10px;
    background: #29AAE2;
    right: 15px;
    z-index: 10000;
    width: auto;
    text-align: center;
}
 
.button-acquista-servizio .button{
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px){
 
    .button-acquista-servizio{
        display: none;
    }
 
}

.be-servizi {
    position: absolute;
    background: #29AAE4;
    z-index: 10;
    right: 15px;
    top: 300px;
    padding: 10px 20px;
}
.be-servizi i{
    margin-right: 5px;
}
.be-servizi a{
    color: white;
}

