/* Aggiunge un Banner su tutte le pagine del sito
 
@author Alfonso Fricano <prestashop@bbsweb.it>
@copyright 2016-2020 BBService Web Agency
@license   Commercial license
@version BBS BBS Banner All Ver. 1.0

ATTENZIONE * NON E' CONCESSA NESSUNA RIVENDITA O RIMOZIONE DEI DIRITTI DI AUTORE. */
#boxbbstetextall {
    text-align: center;
    padding: 0;
    font-weight: bold;
    margin: 0;
    line-height: 28px;
    height: auto;
}
#boxbbstetextall .block_content p {
    margin: 0;
    padding: 15px;
}

.bbstetextall-top #boxbbstetextall .block_content .boxbbstetextallbottom {
    display: none;
}
.bbstetextall-bot #boxbbstetextall .block_content .boxbbstetextalltop {
    display: none;
}