/* SMARTBANNER APP */
body.smartbanner--display {
    padding-top: calc(55px + 29px + 46px + 11px);
}
body.smartbanner--display.admin-bar #top-nav {
    margin-top: calc(55px + 29px + 46px);
}
body.smartbanner--display #top-nav {
    margin-top: calc(55px + 29px);
}

.admin-bar .smartbanner.smartbanner--android,
.admin-bar .smartbanner.smartbanner--ios {
    margin-top: 46px;
}
.smartbanner.smartbanner--android,
.smartbanner.smartbanner--ios {
    position: fixed;
    background: #050505 url();
    z-index: 100;
}
.smartbanner.smartbanner--android .smartbanner__info,
.smartbanner.smartbanner--ios .smartbanner__info {
    color: #fff;
}
/* .smartbanner.smartbanner--android .smartbanner__button,
.smartbanner.smartbanner--ios .smartbanner__button {
    color: #050505;
} */
