/* ВИТРИНА */


/* Цвет фонов, бордеров и цвет текста */
:root {
  --color-bg-grey: #f7f7f7;
  --color-tx-grey: #AEAEAE;
  --color-tx-this: #820e43;
}


/* Цвет кнопки в корзину при ховере карточки */
.js-product:hover a[href="#order"] {
  background-color: #A10049 !important;
}

/* Особый вид разделов - раскомментировать для Фабер Жар, Ликолор... */

.uc-store .level0,
.uc-store .level1,
.uc-store .level2 {
  border: 1px solid grey;
  margin-top: 5px;
}
.uc-store .categories-footer {
  background-color:transparent;
  height: 5px;
}




/* Разделитель строк товаров */
.t-store__grid-separator:not(.banner) {
    display: none;
}

/* Баннер на витрине */
.t-store__grid-separator.banner {
  height: 300px;
  margin: 0 10px 28px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Заголовок категорий с плашкой над товарами */
.category-title-block {
  width: 100%;
  font-family: 'Exo2', Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin: 0 10px 25px;
}
@media screen and (max-width: 960px) {
  .category-title-block {    
    margin: 0 5px 50px;
  }
}

.category-img {
  height: 146px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.category-title {
  margin-bottom: 10px;
}

/* Витрина - коррекция на моб */
@media screen and (max-width: 960px) {
  .uc-store .t951__grid-cont {
    padding: 0;
  }
  .uc-store .t951__grid-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .uc-store .t-store__valign-buttons.t-container:before {
    display: none;
  }
  .uc-store .category-title-block {
    display: none;
  }
  .uc-store .js-product.t-store__card.t-store__stretch-col {
    width: calc(50% - 5px);
    margin: 0;
    padding: 0;
  }
  .uc-store .t-store__filter__item.js-store-filter-item {
    border: unset;
  }
}



/* Разделы */

.t951__sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media screen and (max-width: 960px) {
  .t951__sidebar-wrapper {
    position: static;
  }
}

.categories-title,
.collection-title,
.uc-store .js-store-filter-mob-btn,
.uc-store .js-store-filter-mob-btn.active {
  background-color: var(--color-bg-grey);
  opacity: 1;
  font-family: 'Exo2', Arial, sans-serif;
  color: black;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  cursor: pointer;
}

.categories-title {
  margin-top: 8px;
}

.collection-title {
  margin-top: 30px;
}

.uc-store .js-store-filter-mob-btn,
.uc-store .js-store-filter-mob-btn.active {
  margin-top: 30px;
}

.categories-footer {
  background-color: var(--color-bg-grey);
  height: 5px;
}

/*.categories-title:before,
.collection-title:before {
  content: "▽ ";
  margin-right: 4px;
  margin-left: -2px;
}*/

@media screen and (max-width: 960px) {
  .categories-title,
  .collection-title,
  .uc-store .js-store-filter-mob-btn {
    width: calc(100% - 80px);
    font-size: 20px;
    font-weight: 600;
    margin-left: 0;
    pointer-events: auto;
  }  
  .categories-title,
  .collection-title {
    width: calc(100% - 40px);
  }
  .uc-store .js-store-filter-mob-btn,
  .uc-store .js-store-filter-mob-btn.active {
    width: calc(100% - 80px);
    margin-top: 0;
  }
  .uc-store .t-store__filter__controls-wrapper {
    margin-top: 30px;
    border: 1px solid var(--color-bg-grey);
  }
  .t-store__filter__search-mob-btn-icon {
    margin-top: 4px;
    margin-right: 12px;
  }
  .uc-store .t-store__filter.js-store-filter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .uc-store .js-store-filter-item-title,
  .uc-store .t-store__filter__item.active .t-store__filter__item-title {
    color: var(--color-tx-grey);
    opacity: 1;
  }
}

/*  .categories-title:before,
  .collection-title:before {
    margin-left: 5px;
  }*/

}

.collection {
  max-height: 235px;
  overflow: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: var(--color-bg-grey);
}

.uc-store .level0,
.uc-store .level1,
.uc-store .level2 {
  background-color: var(--color-bg-grey);
  padding: 5px 20px 5px 20px;
}

@media screen and (max-width: 960px) {

  .uc-store .level0,
  .uc-store .level1,
  .uc-store .level2 {
    width: calc(100% - 40px);
    padding: 4px 20px 7px 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.levels-banner {
  display: block;
  height: 410px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 17px;
}

@media screen and (max-width: 960px) {
  .levels-banner {
    display: none;
  }
}

/* Фильтры */

.t951__sidebar .t-store__filter__options {
    background-color: var(--color-bg-grey);
    padding: 15px 20px 0 20px;
}

svg.t-store__filter__opts-mob-btn-icon {
    display: none;
}

@media screen and (min-width: 960px) {
  .t951__sidebar .t-store__filter__opts-mob-btn {
    display: block;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .t951__sidebar .t-store__filter__options {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .t951__sidebar .t-store__filter__options,
  .t951__sidebar .t-store__filter__search-and-sort {
    -ms-flex: unset;
    -webkit-flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 0;
  }
}



/* Поиск и сортировка */
@media screen and (min-width: 961px) {
  .t951 .t-store__filter__search-and-sort {
    width: calc(100% - 290px);
    position: relative;
    top: 269px;
    left: 290px;
    display: none;
  }
}

/* Хак сдвига витрины */
.js-store-cont-w-filter.t951__cont-w-filter {
    padding-top: 90px;
    margin-top: -90px;
}


/* Модуль разделов и фильтров*/

.collection {
    max-height: 235px;
    overflow: auto;
}

.t951__sidebar .t-store__parts-switch-wrapper {
  text-align: left;
  margin-bottom: 0;
}

.t951__sidebar-wrapper .t-checkbox__indicator {
  /*display:none;*/
}

.t951__sidebar-wrapper .t-checkbox__control .t-checkbox:checked~span.t-store__filter__title {
  color: var(--color-bg-yell);
  font-weight: 400;
}

.t951__sidebar-wrapper .js-store-parts-switcher {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-tx-grey);
  margin-bottom: 0;
}

.js-store-parts-switcher.t-store__parts-switch-btn.t-active {
  color: var(--color-tx-this);
  font-weight: 700;
  opacity: 1;
}

.t951__sidebar-wrapper .t-store__filter__item-title {
  font-size: 18px;
  font-weight: 400;
}

.t951__sidebar-wrapper .t-store__filter__title {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-tx-grey);
}


/*виджет фильтра */
@media screen and (max-width: 481px) {
  .t-store__filter__chosen-wrapper.js-store-opts-chosen-wrapper {
    display: none;
  }
}

/* витрина товаров */

.t951__grid-cont .t-store__card__textwrapper {
  background-color: var(--color-bg-grey);
  padding: 10px 10px 5px 10px;
}

.t951__grid-cont .t-store__prod__quantity {
  background-color: white;
  border: 1px solid var(--color-bg-grey);
}

.t951__grid-cont .js-product .t-store__card__textwrapper:before {
  content: "• В наличии на складе в Н.Новгороде";
  font-family: 'Exo2', Arial, sans-serif;
  font-size: 14px;
  color: #51B800;
  display: block;
  margin: 0px 0 10px;
}


.t951__grid-cont .js-product[data-product-inv="0"] .t-store__card__textwrapper:before {
  content: "• Закончился";
  font-family: 'Exo2', Arial, sans-serif;
  font-size: 14px;
  color: #f20101;
  display: block;
  margin: 0px 0 10px;
}

.t951__grid-cont .t-store__card__price {
    font-size: 20px;
    font-family: 'Exo2',Arial,sans-serif;
    font-weight: 600 !important;
    color: #000000;
}

@media screen and (max-width:1200px) {
  .t951__grid-cont .t-store__card__price {
    font-size: 16px;   
  }
  .t951__grid-cont .t-store__card__title {
    font-size: 16px;   
  }
  .t-store__prod__quantity {
    height: 40px;
  }

}

.t951__grid-cont .t-store__card__price-wrapper {
    margin-top: 10px;
}

.t951__grid-cont .t-store__card__btns-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}

/*@media screen and (min-width: 1201px) {*/
.t951__grid-cont .t-store__card__btns-wrapper.js-store-buttons-wrapper.t-store__card__btns-wrapper--quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t951__grid-cont .t-store__card__btns-wrapper--quantity .t-store__prod__quantity {
  margin: 7px 0 0 0 !important;
}
/*}*/


@media screen and (max-width: 960px) {
  .t951__grid-cont .t-store__card__btns-wrapper--quantity .t-store__prod__quantity {
    margin: 0 !important;
    background-color: var(--color-bg-grey);
    border: 1px solid var(--color-bg-grey);
  }
  .t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
    border-radius: 0;
    /* background-color: var(--color-bg-grey); */
    margin: 0;
  }
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
     margin-bottom: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper {
    margin: 0;
  }
}

.t951__grid-cont a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_sm {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .t951__grid-cont .t-store__card__btns-wrapper.js-store-buttons-wrapper.t-store__card__btns-wrapper--quantity {
    margin-top: -50px;
  }
}

@media screen and (max-width: 481px) {
  .t951__grid-cont .t-store__card__btns-wrapper.js-store-buttons-wrapper.t-store__card__btns-wrapper--quantity {
    margin-top: 0px;
  }
}

/* фон фото карточек товаров на витрине (при загрузке png с прозрачным фоном) */
.uc-store .t951__grid-cont .t-store__card__imgwrapper {
  background-color: lightgray;
}

/* фон и бордер карточек товаров на витрине */
.uc-store .t951__grid-cont .js-product a {
  background-color: var(--color-bg-grey);
  outline: 2px solid var(--color-bg-grey) !important;
}
.uc-store .t951__grid-cont .js-product .t-store__card__btns-wrapper a {
  background-color: var(--color-bg-grey);
  outline: 1px solid var(--color-tx-this) !important;
}




/* КАРТОЧКА ТОВАРА */

/* Фон */
.t-popup__container {
    background-color: #FEFEFE !important;
}

/* Скрываем стрелки */
.t-popup__container .t-slds__arrow_container {
    display: none;
}

/* Заголовок */
@media screen and (max-width: 960px) {
  .t-store__prod-popup__info {
    margin-top: 50px;
  }
}

.t-store__prod-popup__head-wrapper {
  margin-left: 20px;
  margin-bottom: 20px;
}

.t-store__prod-popup__head-wrapper .head-product-name {
  font-family: 'Exo2', Arial, sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.35;
}

.t-store__prod-popup__head-wrapper .head-product-brand {
  font-family: 'Exo2', Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  line-height: 1.55;
}

.t-store__prod-popup__head-wrapper .head-product-sku {
  font-family: 'Exo2', Arial, sans-serif;
  font-weight: 300;
  color: #777;
  font-size: 14px;
  line-height: 1.55;
}

.t-store__prod-popup__title-wrapper {
/*  display: none; */
}


/* Артикул -> Фасовка */

.t-store__prod-popup__sku:before {
    content: "Фасовка: ";
    font-size: 14px;
}
.t-store__prod-popup__sku {
    font-size: 0px;
}
.t-store__prod-popup__sku span{
    font-size: 14px;
}



/* Описание */
.t-store__prod-popup__text {
  margin-top: 0;
}

.descr-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .t-store__prod-popup__head-wrapper {
    margin-top: 60px;
  }

  .t-store__prod-popup__text {
    margin-top: 30px;
  }
}

/* Характеристики товара */
.chars-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.char-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.char-mod .char {
  width: 50%;
  font-weight: 700;
}

.char-mod .chardata {
  width: 50%;
}

/* Блок покупки */
/* Цена */
.t-store__prod-popup__buybox .js-store-prod-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.t-store__prod-popup__buybox .js-store-prod-price {
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.25;
}

@media screen and (min-width: 1200px) {
  .t-store__prod-popup__buybox .js-store-prod-price {
    font-size: 24px;
  }
}

.t-store__prod-popup__buybox .price-by {
  display: inline-block;
}

.js-store-product .t-store__prod-popup__buybox .js-store-price-wrapper:after {
  content: "• В наличии на складе в Н.Новгороде";
  font-family: 'Exo2', Arial, sans-serif;
  font-size: 14px;
  color: #51B800;
  display: block;
  margin: 10px 0 20px;
}

.js-store-product[data-product-inv="0"] .t-store__prod-popup__buybox .js-store-price-wrapper:after {
  content: "• Закончился";
  font-family: 'Exo2', Arial, sans-serif;
  font-size: 14px;
  color: #f20101;
  display: block;
  margin: 10px 0 20px;
}

.t-store__prod-popup__buybox .js-product-edition-option-name {
  display: none;
}

.t-store__prod-popup__buybox .t-product__option-title {
  font-size: 16px;
}

.t-store__prod-popup__buybox .t-product__option-variants_buttons .t-product__option-item_simple {
  padding: 7px 0 10px 0;
  margin: 10px 0;
  width: 47%;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
  border: 2px solid var(--color-tx-this);
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
  border: 2px solid #ddd;
}

.js-product .t-store__prod-popup__btn-wrapper {
  width: 100%;
  display: block;
  margin: 0;
}

.t-store__prod-popup__buybox .t-product__option-variants {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t-store__prod-popup__buybox .t-store__prod__quantity {
  width: 100%;
  margin: 0px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t-store__prod-popup__buybox .js-store-total-wrapper {
  margin: 30px 0 20px 0;
}

.t-store__prod-popup__buybox .total-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.t-store__prod-popup__buybox .delivery-wrapper {
  padding: 10px 0;
}

.t-store__prod-popup__buybox .delivery-status {
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .t-store__prod-popup__buybox {
    margin: 40px 0;
  }

  .t-store__prod-popup__buybox .t-product__option-variants {
    width: 100%;
  }

  .t-store__prod-popup__buybox .t-store__prod__quantity {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .t-store__prod-popup__buybox {
    padding: 0;
  }
}

/* В корзину и Хочу скидку */
.order-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-discount__btn span:nth-child(1) {
  display: block;
}

.order-discount__btn span:nth-child(2) {
  display: none;
}

@media screen and (max-width: 960px) {
  .order-discount__btn span:nth-child(1) {
    display: none;
  }

  .order-discount__btn span:nth-child(2) {
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
  }
}


.t-store__prod-popup__btn {
  width: 80%;
}

.order-discount__btn {
  float: right;
  width: 20%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  border: 1px solid black;
  color: white !important;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .t-store__prod-popup__btn {
    width: 50%;
  }

  .order-discount__btn {
    width: 50%;
  }
}

@media screen and (min-width: 961px) {

  /* Залипание фоток и цены в товаре */
  .t-store__prod-popup__slider,
  .t-store__prod-popup__buybox {
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
  }

  /* Модальное окно товара */

  .uc-store .t-popup.t-popup_show {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,.5) !important;
    opacity: 1 !important;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
  }

  .uc-store .t-popup__container {
    width: 80%;
    max-width: 1160px;
    height: 80vh;
    margin: auto;
    margin-top: 10vh;
    overflow: auto;
  }
}
.t-store.t-store__prod-snippet__container > .t-popup__close {
    display: none; /* скрываем крестик для page view */
}


/* Скрытие В каталог */
.uc-store .t-store__prod-popup__close-txt-wr {
  display: none;
}

@media screen and (min-width: 961px) {
  .uc-store .t-store .t-popup__close {
    position: -webkit-sticky;
    position: sticky;
    left: calc(100% - 40px);
  }
}

/* Корркция сетки тильды в модалке */
@media screen and (min-width: 961px) {
  .uc-store .t-store__prod-popup__container .t-col_4 {
    width: calc(33.3% - 40px);
  }

  .uc-store .t-store__prod-popup__container .t-col_5 {
    width: calc(41.5% - 40px);
  }

  .uc-store .t-store__prod-popup__container .t-col_3 {
    width: calc(25% - 40px);
  }
}


/* Кнопка скидки в корзине */
.t-form__submit.modified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cart-discount__btn.t-btn.t-btn_sm {
  background-color: black;
}

.cart-discount__btn.t-btn.t-btn_sm {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  color: white !important;
  font-size: 16px;
  height: 60px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .cart-discount__btn.t-btn.t-btn_sm {
    width: 50%;
  }
}
.t706 .t-submit {
    width: 50%;
}

.cart-discount__btn span:nth-child(1) {
  display: block;
}

.cart-discount__btn span:nth-child(2) {
  display: none;
}

@media screen and (max-width: 960px) {
  .cart-discount__btn span:nth-child(1) {
    display: none;
  }

  .cart-discount__btn span:nth-child(2) {
    display: block;
  }
}


/* Аккордеон текста и характеристик для моб */

.prod-title-mobile,
.prod-chars-mobile {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

.prod-title-mobile-btn,
.prod-chars-mobile-btn {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .prod-title-mobile-btn,
  .prod-chars-mobile-btn {
    display: none;
  }   
}
.descr-title,
.chars-title {
  display: none;
}


/* Нижнее меню */
.t975 {
  z-index: 10000099;
}

/* Служебные блоки с баннерами - не показываем на моб */
.uc-category-title,
.uc-banner,
.uc-store-banner {
    display: none;
}


/* Нижнее меню на моб */
.uc-menu-mob-btns,
.uc-menu-mob {
  display: none;
}
body.t-body:not(.t-body_popupshowed) .uc-menu-mob-btns {
  display: none !important;
}
@media screen and (min-width: 481px) {
  .uc-menu-mob-btns {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
.uc-menu-mob-btns,
.uc-menu-mob {
  display: block;
}
.t-store__prod-popup__btn,
.order-discount__btn {
  display: none;  
}

#allrecords .uc-menu-mob-btns .t396__artboard {
  top: unset;
  bottom:60px;
  z-index: 99999999;
}
#allrecords .uc-menu-mob .t396__artboard {
  top: unset; 
  bottom:0;
  z-index: 99999999;
}

.menu-discount-btn,
.menu-addtocart-btn {
  cursor: pointer;
}

.delivery-wrapper {
  float: right;
  margin-top: -70px;
  margin-bottom: 75px;
}

.t-form__inputsbox {
    margin-bottom: 100px;
}
}

/* Загрузить еще */
.uc-store .t-store__load-more-btn {
    margin-top: 20px;
    /* width: 100%; */
}

.uc-store .t-store__load-more-btn {
    width: calc(100% - 5px);
    margin-right: 5px;
}
.t-store__load-more-btn-wrap {
    padding: 0;
}

@media screen and (min-width: 961px) {
.t-store__load-more-btn-wrap {
    padding: 0;
}
.uc-store .t-store__load-more-btn {
    float: right;
    width: calc(100% - 278px);
    margin-right: 2px;
}
}

@media screen and (min-width: 1201px) {
.t-store__load-more-btn-wrap {
    padding: 0;
}
.uc-store .t-store__load-more-btn {
    float: right;
    width: calc(100% - 292px);
    margin-right: 2px;
}
}

@media screen and (max-width: 480px) {
  .t-store__prod-popup__container {
    padding: 15px;
  }
}



/* Скрытие служебных полей в формах */
/*
[data-tooltip-hook="#popup:discount"] [name="Product"], 
[data-tooltip-hook="#popup:discount"] [name="Product"]+.t-input__vis-ph { 
  display: none; 
}

[data-tooltip-hook="#popup:cartdiscount"] [name="Order"],
[data-tooltip-hook="#popup:cartdiscount"] [name="Order"]+.t-input__vis-ph{ 
  display: none; 
}
*/

/* Скрытие плашки выбранного в фильтрах */
/*
.uc-store .t951  .t-store__filter__chosen-bar {
    display: none;
}
*/

.t-records {
  overflow: unset !important;
}
div * {/*outline: 1px solid red;*/}
