.buyer-referral-bar-stripe{
    height: 3px;
    background-color: #1da1cd;
    background: -moz-linear-gradient(left, #F9C80E 0%,#F9C80E 12.5%,#F86624 12.5%,#F86624 25%,#EA3546 25%,#EA3546 37.5%,#662E9B 37.5%,#662E9B 50%,#43BCCD 50%,#43BCCD 62.5%,#FFD23F 62.5%,#FFD23F 75%,#3BCEAC 75%,#3BCEAC 87.5%,#0EAD69 87.5%,#0EAD69 100%);
    background: -webkit-linear-gradient(left, #F9C80E 0%,#F9C80E 12.5%,#F86624 12.5%,#F86624 25%,#EA3546 25%,#EA3546 37.5%,#662E9B 37.5%,#662E9B 50%,#43BCCD 50%,#43BCCD 62.5%,#FFD23F 62.5%,#FFD23F 75%,#3BCEAC 75%,#3BCEAC 87.5%,#0EAD69 87.5%,#0EAD69 100%);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1500;
    display: none;
}

.buyer-referral-bar-position-fix{
    height: 50px;
    display: none;
}

.buyer-referral-bar{
    color: #666666;
    font-size: 14px;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    position: fixed;
    top: 3px;
    left: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px; /* IMPORTANT: Line height should be same as height */
    z-index: 1500;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35,47,53,.04);
    box-shadow: 0 2px 8px 0 rgba(35,47,53,.04);
    display: none;
}

.buyer-referral-bar-for-referrer .buyer-referral-bar-inner{
    width: 420px;
    margin: 0 auto;
    background-image: url(https://payhip.com/images/referral-percentage-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 9px;
}

.buyer-referral-bar-for-buyer .buyer-referral-bar-inner{
    width: 900px;
    margin: 0 auto;
    background-image: url(https://payhip.com/images/referral-heart-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.buyer-referral-bar .buyer-referral-bar-inner a.buyer-referral-bar-refer-link{
    border-bottom: 1px solid #1798be;
}

.buyer-referral-bar .buyer-referral-bar-inner a.buyer-referral-bar-refer-link:hover{
    text-decoration: none;
    color: #1cb5e3;
    border-color: #1cb5e3;
}

@media only screen 
and (max-width : 1000px) {

    .buyer-referral-bar{
        height: auto !important;
        line-height: 22px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .buyer-referral-bar .buyer-referral-bar-inner{
        background-image: none !important;
        width: 90% !important;
        margin: 0px !important;
        text-align: center !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

}




