.product-flags li.product-flag.on-sale {
    background: #4cbfeb !important;
    color: #fff !important;
    font-weight: 600;
    padding: 4px 8px;
}
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background: #db3bdd !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    padding: 4px 8px;
}
#header .dropdown-item[href="https://overnight.es/81-outlet"] {
    background: #db3bdd !important;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

#header .dropdown-item[href="https://overnight.es/81-outlet"]:hover {
    background: #ff6cff !important;
}