.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:var(--border-radius-1)}
.menu__banner div img {margin:20px auto;padding:10px;max-width:170px}
.menu__banner span {color:var(--menu-main-level-2-c);font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.news-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-41{display:none}

/* Основной Слайдер */
.uni-slideshow_v2-0 .uni-slideshow_v2__item,
.uni-slideshow_v2-0 .uni-slideshow_v2__img { min-height: 100% !important; max-height: 100% !important; height: 100% !important;}

/* Банер под текстом */
.uni-slideshow_v2-1 .uni-slideshow_v2__item,
.uni-slideshow_v2-1 .uni-slideshow_v2__img { min-height: 100% !important; max-height: 100% !important; height: 100% !important;}

/* информация при поиске */
.uni-wrapper div.heading, .uni-wrapper .product-category-list {display: none;}
#product-search #content .search-page__search-block {display: none;}

/* Популярные категории "Наши коллекции" */
.category-wall__item.type2 { flex-direction: column-reverse; }
.category-wall__image.type2 { flex: unset; }
.uni-module .category-wall__ul.type2 { max-width: max-content; }
@media (max-width: 710px){
.uni-module.category-wall.category-wall_v2-0 .category-wall__ul.child-empty.type2 { padding: 0 0 25px 0; margin: 0 auto;}
} 

/* Карточка товара */
.product-page__option img { width: 30px; }

/* спрятал кнопку поделиться в карточке товара */
.product-page__share-btn { display: none; }
.price_not_authorized {line-height: 2rem;}

/* изменение показа карточек по ширине для модуле "Новинки" "Акции" "Популярные" */
@media (min-width: 1200px) {
#five-in-one-0-0 .owl-stage { width: 100% !important; justify-content: center;}
#five-in-one-0-0 .owl-item.active { flex: 1; min-width: 25%; max-width: 35%;}
#five-in-one-0-1 .owl-stage { width: 100% !important; justify-content: center;}
#five-in-one-0-1 .owl-item.active { flex: 1; min-width: 25%; max-width: 35%;}
#five-in-one-0-2 .owl-stage { width: 100% !important; justify-content: center;}
#five-in-one-0-2 .owl-item.active { flex: 1; min-width: 25%; max-width: 35%;}
}

/* стилизация кнопки для авторизации */
.login__link_not_authorized {border: 1px solid; padding: 5px 10px; border-radius: 4px; transition: all 0.3s; color: #111111;}
.login__link_not_authorized:hover { color: #ffffff; background: #494949;; }

/* pop-up регистрации */
.modal-register__customer-group { display: none; }
.modal-register__custom-field #custom-field8 .modal-register__heading {display: none;}

/* ширина карточки блока "Вы недавно смотрели" 
.content-bottom .owl-stage-outer .owl-stage .owl-item.active { width: 25% !important; } */

/* создание и продвижения сайта */
.development_company span {font-weight: 500;}

/*  */
#unicheckout-method-tab-1 {display: none;}
.unicheckout__payment {display: none;}
.unicheckout-sticky__wrapper .unicheckout-sticky__total .unicheckout-sticky__total-item.shipping .unicheckout-sticky__total-text {display: none;} 

/* базовая цена */
.product-page .base-price {font-size: 1.5em; text-decoration: line-through; margin-left: 2rem; color: #444;}
.product-thumb .base-price { text-decoration: line-through; color: #444; font-size: calc(100% - 10%); margin: auto 0; margin-left: 2rem;}

/* ссылка для скачивания прайс-листа */
.link-price_list { position: absolute; right: 0; transform: translate(-50%); margin-top: 10px; border-bottom: 1px solid var(--a-c); }
.link-price_list .fas.fa-download.me-2 { margin-right: 8px; }
@media (max-width: 767px) { 
.link-price_list { position: relative; right: unset; left: 50%; }
}