.nav-promozioni {
    padding: 4px 2em 4px 2em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-promozioni:hover {
    color: white;
}

.title {
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 1em 0;
}

.promo-title {
    font-size: 48px;
    font-weight: 600;
    padding: 0 0 1em 0;
}

.promo-subtitle {
    font-size: 24;
    font-weight: 600;
    padding: 0 0 1em 0;
}

#promo {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 2em;
}

.promo-content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #009FE3;
    border-radius: 1em;
    padding: 1em;
    max-width: 1024px;
}

.promo-image {
    padding-right: 1em;
    margin: auto;
}

.promo-text {
    display: flex;
    padding-left: 1em;
    font-weight: 700;
    font-size: 18px;
    color: #303030;
    text-decoration: none;
    width: 100%;
    justify-content: space-around;
    max-width: 1776px;
    margin: 2em 2em 2em 0;
}

.promo-text UL {
    list-style-type: '\2605';
}

.promo-text UL UL{
    list-style-type: '\2713';
}

.list-price {
    font-weight: 700;
    font-size: 18px;
}

.discount-price {
    font-weight: 700;
    font-size: 24px;
}

.old-price {
    text-decoration: line-through;
}
