.nf-coupon-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999991;
    background: #0ea74a;
    color: #fff;
    padding: 7px 16px;
    text-align: center;
    font: 500 15px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nf-coupon-banner__text {
    display: inline;
}

.nf-coupon-banner__text b {
    font-weight: 700;
}

.nf-coupon-timer {
    font-weight: 500;
    display: inline;
}

@media (max-width: 768px) {
    .nf-coupon-banner {
        font-size: 13px;
        padding: 1px 12px;
        line-height: 18px;
        min-height: 43px;
    }
}

html {
    scroll-padding-top: 48px
}


body.has-coupon-banner.woocommerce-checkout .elementor-location-header {
    top: 30px!important;
}
@media (min-width: 768px) {
    body.has-coupon-banner.woocommerce-checkout .elementor-location-header {
        top: 20px!important;
    }
    body.has-coupon-banner .topbarinfo div {
        white-space: nowrap;
    }
    body.has-coupon-banner .topbarinfo .topbarprocecontainer1whyus .elementor-widget-container  {
        min-width: 75px;
    }
    body.has-coupon-banner .topbarinfo .topbarprocecontainer1whyus    {
        margin-left: 20px;
    }
    body.has-coupon-banner .topbarinfo .topbarprocecontainer2whyus  {
        flex-grow: unset!important;
        flex-shrink: unset!important;
    }
    body.has-coupon-banner .topbarinfo .taglinewhyus  {
        width: 96%;
        margin: auto;
    }
}
