@media (max-width: 767px) {
    .uni-slideshow_v2-0 .uni-slideshow_v2__item {
        background: #333333;
    }
}

@media (min-width: 767px) {
    .uni-slideshow_v2-0 .uni-slideshow_v2__item {
        background: #333333;
    }
}

.checkout-customer__group {
    display: none;
}

@media (min-width: 1000px) {
    .uni-slideshow_v2__item:not(.text-over-image):before {
        background: #333333;
    }
}

.menu__banner > div {display:flex;flex-direction:column;justify-content:center;padding:20px 15px;text-align:center;background:rgba(0,0,0, .03);border-radius:4px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {color:#fe7200;font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:700}

.article_description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}