#bundle-smart_bar {
    background-image: url("https://appsolve.io/asset/apps/vitals/img/smart_bar/hot-discounts.svg");
    background-size: cover;
    background-color: #db142c;
    background-position: 50%;
}

#bundle-smart_bar_container {
    color: #ffffff;
}

#smart_bar_countdown, .fs-bar-price {
    color: #ffffff !important;
    font-weight: bold;
}

#bundle-smart_bar span:not(.vttooltiptext) {
    color: #660000 !important;
}

#bundle-smart_bar .bar-close-btn {
    color: #000000 !important;
}

@media (min-width: 1920px) {
    #bundle-smart_bar {
        background-size: contain;
    }
}

@media (max-width: 600px) {
    #bundle-smart_bar {
        background-image: url("https://appsolve.io/asset/apps/vitals/img/smart_bar/hot-mobile.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
