.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}

.header-block__item.header-block__item-cart,
.product-page__wishlist-compare {
    display: none;
}

body {
    font-size: 16px;
}

@media (max-width: 767px) {
    .footer__column.col-sm-6.col-md-3:nth-child(3) {
        display: none;
    }
}

ul.top-links__ul.dropdown-menu.dropdown-menu-left {
    border-radius: 0;
}

img.uni-slideshow_v2__img {
    height: auto !important;
}

@media (max-width: 767px) {
    .uni-slideshow_v2-0 .uni-slideshow_v2__img {
min-height: 100% !important;
        max-height: 100% !important;
    }
.uni-slideshow_v2-0 .uni-slideshow_v2__item {
        height: auto !important;
    }
}

div#banner-0 {
    border-radius: var(--border-radius-1);
    overflow: hidden;
}

#contact-page .heading.gallery_title {
    display: none;
}

.qty-indicator {
    display: none;
}