.banner__header {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    background: #525559;
    top: 0;
    z-index: 994;
}

.banner__header__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: apercu, sans-serif;
    color: #ffffff;
    padding: 10px 0;
    width: 96.5%;
    font-size: 18px;
}
    .banner__header__wrap a{
    	font-size: 15px;
    }


.banner__header__link {
    margin-left: 12px;
    color: #282828;
}

.banner__header__link:hover {
    text-decoration: underline;
    color: #282828;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px){
    .banner__header{
        z-index: 99;
    }
}


@media (max-width: 767px) {
    .banner__header__wrap {
        width: 95%;
        padding: 10px 15px;
        font-size: 14px;
    }
    .banner__header__wrap a{
    	font-size: 14px;
    }
}


@media (max-width: 575px) {
    .banner__header__wrap {
        padding: 8px;
        width: 100%;
    }
    #yastore-checkout-button{
        width: 100% !important;
    }
}
