.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}

header.fly {position:fixed;z-index:999;width:100vw}
.mrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.mrow__span {
    width: calc(100%/3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.product-block .product-data .product-data__item.stock, .product-block .product-data .product-data__item.weight {
  display: none;
}
.product-page__price span  {
  margin-left: 5px;
  font-weight: normal;
  font-size: 14px;
}
.product-page__price gd  {
  font-weight: normal;
  font-size: 14px;
}
.product-page__price.price {
  display: flex;
  align-items: baseline;
}
#oop_ul_cats a {
  font-size: 12px!important;
}
.product-thumb__price.price span {
    padding: 5px;
}