/* КАРТОЧКИ SALE НА ТОВАРАХ */
.t-store__card__mark {
    border-radius: 0px !important;
    height: auto !important;
    width: auto !important;
    padding: 5px !important;
}

.t-store__card__mark-wrapper {
    right: 0px !important;
}



/* POPUP ТОВАРА */

/* Принт зебра */
input[value="Принт зебра"] + .t-product__option-checkmark,
label[aria-label="Принт зебра"] .t-checkbox__indicator {
  background-image: url('https://static.tildacdn.com/tild3135-6333-4462-b163-623330636163/929-zebra.png');
  background-size: cover;
  background-position: center;
  background-color: transparent !important;
}

/* Принт леопард */
input[value="Принт леопард"] + .t-product__option-checkmark,
label[aria-label="Принт леопард"] .t-checkbox__indicator {
  background-image: url('https://static.tildacdn.com/tild3666-3362-4162-b534-373736623832/929-leo.png');
  background-size: cover;
  background-position: center;
  background-color: transparent !important;
}

/* Принт мультиколор */
input[value="Мультиколор"] + .t-product__option-checkmark,
label[aria-label="Мультиколор"] .t-checkbox__indicator {
  background-image: url('https://static.tildacdn.com/tild6435-3066-4630-b638-653530356231/929-multicolor.png');
  background-size: cover;
  background-position: center;
  background-color: transparent !important;
}

/* Принт клетка */
input[value="Клетка"] + .t-product__option-checkmark,
label[aria-label="Клетка"] .t-checkbox__indicator {
  background-image: url('https://static.tildacdn.com/tild3633-3662-4436-b936-663363353031/929-kletka.png');
  background-size: cover;
  background-position: center;
  background-color: transparent !important;
}

.t-popup .t-typography__title {
    font-size: 22px !important;
}

.t-popup .t-typography__descr,
.t-store__product-popup .t-typography__options{
    font-size: 18px !important;
}

.t-store__relevants__title {
    margin: 100px 0 40px !important;
}

.t-store__relevants__title {
    font-weight: 400 !important;
    font-size: 24px !important;
}


/* ФИЛЬТРЫ КАТАЛОГА */
.t-store__filter__item-title,
.t-store__filter__opts-mob-btn,
.t-store__filter__item .t-checkbox__control,
.t-store__filter__item_select .t-store__filter__item-controls-container {
    font-size: 16px !important;
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color,
.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__checkmark_color {
    height: 30px !important;
    width: 30px !important;
    border: none !important;
}


@media (max-width: 960px) {
     /* ВЫПАДАЮЩЕЕ МЕНЮ ВТОРОЙ УРОВЕНЬ ПОДЛОЖКА */
    #rec986884246 .t794__content {
        padding: 0px 20px !important;
    }
    
    #rec986884246 .t794__list_item {
        margin-bottom: 0px !important;
    }
}