.discount-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 55px;
    width: 100%;
    background-color: #0f689b;
    color: #fff;
}

.discount-banner .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.discount-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.discount-banner__text {
    margin: 0
}

.button-order-now {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none
}

.discount-banner span {
    color: #f9b30e
}

.discount-banner .button-order-now {
    color: #fff;
    background-color: #f6a510;
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out
}

@media (min-width: 480px) {
    .button-wrap {
        margin-left: 30px;
    }
    .discount-banner {
        padding: 10px 0
    }

    .discount-banner .button-order-now {
        padding: .43em 1.15em;
        border-radius: 4px
    }
}

@media (max-width: 479px) {
    .discount-banner__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .button-order-now,.discount-banner__text {
        font-size: 11px;
        line-height: 20px
    }

    .button-order-now {
        padding: .9em
    }
}

@media (min-width: 1200px) {
    .discount-banner__text {
        font-size: 18px;
        line-height: 28px;
    }
}