.sticky-notification-bar {
    top:0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 35px;
}

.promotion-top-links {
    position: absolute;
    left: 0;
}

.promotion-top-links a {
    color: #fff
}

.sticky-notification-bar .content-wrapper {
    padding: 0 25px;
}

.sticky-notification-bar .content {
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: auto;
    font-size: 14px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.sticky-notification-bar .content p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
    .sticky-notification-bar .content {
        justify-content: space-between;
    }
    .promotion-top-links {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .sticky-notification-bar .content-wrapper {
        padding: 0 15px;
    }

    .sticky-notification-bar .content {
        font-size: 14px;
        padding-bottom: 10px;
        word-break: break-word;
        flex-direction: column;
    }
}
