<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#coupon_code+.button {
    border-top-left-radius: 35 !important;
    border-bottom-left-radius: 35 !important;
}

/* Footer Custom */
/*style per il contenitore*/
.elemento-custom {
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #B4B4B4;
}

@media (max-width: 768.98px) {
    .elemento-custom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }

    .element-custom-col-el{
        width: 100%;
    }

    .footer-left img {
        margin-top: 10px;
    }

    .bhfb-column.bhfb-column-3 {
        margin-bottom: 10px;
    }
}

/*style per le colonne*/
.elemento-custom-col {
    flex: 1 1 25%;
    max-width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.element-custom-col-el{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*style per le immagini*/
.elemento-custom-col img {
    width: 40px;
    height: 40px;
    margin: 0px 0px 15px;
}

/*style per i titoli*/
.elemento-custom-col h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: #242424;
    font-family: poppins, sans-serif;
}

/*style per i paragrafi*/
.elemento-custom-col p {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #777;
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
}

/* Style per shortcode footer-left */
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.footer-left img {
    width: 20%!important;
    height: auto;
}

.footer-list li img {
    width: 14px !important;
    height: 14px !important;
}

.footer-list li span {
    font-size: 14px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.4;
}

.footer-list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.footer-list {
    display: flex; 
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.footer-left-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 5px;
}

.before_product_information {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 5px;
    max-width: 100%;
}


.information_added {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin: 5px;
}

@media only screen and (max-width: 1180px) {
    .information_added {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.product_information {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 5px;
}

.product_information img {
    width: 62px !important;
    height: 62px !important;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}


.information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px;
    border-top: 1px solid #0000001b;
    background-color: #fff;
}

.information h2 {
    font-size: 16px;
    padding: 1px 0px;
    color: #333333;
    font-family: poppins, sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    line-height: 1.2;
}

.product_information h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 20px;
    color: #242424;
    font-family: poppins, sans-serif;
    line-height: 1.4;
}

.product_information p {
    font-size: 14px;
    font-family: Lato, sans-serif;
    color: #777;
    font-weight: 400;
    margin: 10px 0;
    text-align: left;
    line-height: 1.4;
}</pre></body></html>