#alert-wrapper.on.alert-stores .alert-yellow {
    background-color: #ffea28;
    -webkit-box-shadow: inset 0px -8px 5px -8px rgb(175, 177, 179);
    box-shadow: inset 0px -8px 5px -8px rgb(175, 177, 179);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
#alert-wrapper.on.alert-stores .text {
    padding: 0;
}

#alert-wrapper.on.alert-stores .text span.alert-text-bold {
    font-weight: 700;
}

#alert-wrapper.on.alert-stores .text span.alert-faq a {
    text-decoration: underline;
    color: #323233;
}
.alert-border {
    width: 100%;
    height: 1px;
}
@media only screen and (max-width: 800px) {
    .alert-stores {
        height: 72px;
    }

    #alert-wrapper.on.alert-stores .text span.alert-faq {
        width: 100%;
        display: block;
    }

}