.widget-acquisto-btn {
    padding: 20px 0px;
    display: block;
    float: left;
    width: 100%;
    background-color: #252c34;
}
.widget-acquisto-btn span {
    display: block; 
    float: left;
    width: 100%;
    text-align: center;    
}
.widget-acquista-t1 {
    font-size: 12px;
    line-height: 12px;
    color: #d9dfeb;
}
.widget-acquista-t2 {
    font-size: 15px;    
    color: white;
}
.wa-letter-spacing {
    letter-spacing: 2px;
}
.widget-acquisto-bottom {
    padding: 20px 0px;
    height: 90px;
    box-sizing: border-box;
    border-left: 1px solid #e2e0e1;
    border-right: 1px solid #e2e0e1;
    border-bottom: 1px solid #e2e0e1;
}
.widget-acquisto-list {
    display: block;
    float: left;
    width: 100%;
}
.widget-acquisto-list li a {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.widget-acquisto-list li a img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
}
.widget-acquisto-list li {
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #e2e0e1;
    box-sizing: border-box;
}
.widget-acquisto-libro-list li:last-child {
    border-right: none;
}
.widget-acquisto-ebook-list li:last-child {
    border-right: none;
}
.widget-acquisto-double  .widget-acquisto-ebook-list {
    display: none;
}
.widget-acquisto-double .widget-acquisto-btn {
    width: 50%;
}
.widget-acquisto-double .wa-ebook-btn {
    box-sizing: border-box;
    border-left: 1px solid white;
    background-color: #658fb7;
}
