/*Поиск по сайту*/
.t-search-widget__overlay .t-search-widget__input {
    font-family: 'TildaSans';
}
/*Шапка → Меню: Расстояния от краёв экрана*/
.t446__leftwrapper {
    padding-left: 3.25%;
}
.t446__rightwrapper {
    padding-right: 3.25%;
}


/*Попапы*/
/*Все попапы*/
.t702 .t-popup__container {
    box-shadow: 0px 50px 50px 0px rgba(102, 119, 153, 0.3);
}
.t702 .t-popup.t-popup_show {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
/*Попап → Шапка*/
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #fff;
    }
}
/*Попап корзины: Затемнение*/
.t706__cartwin {
    background-color: rgba(133, 146, 173, 0.2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
/*Попап корзины: Тень окна*/
.t706__cartwin-content {
    box-shadow: 0px 50px 50px 0px rgba(102, 119, 153, 0.3);
}
/*Попап корзины: Удаляем заголовок*/
.t706__cartwin-top {
    display:none;
}
/*Попап корзины: Меняем товар*/
.t706__product-title {
    font-family: 'TildaSans';
    font-size: 18px;
    line-height: 1.2;
}
.t706__product-title__option {
    font-size: 16px;
    line-height: 1.33;
}
/*Попап корзины: Удаляем полоску снизу*/
.t706__cartwin-bottom {
    display:none;
}
/*Попап корзины: Поля*/
.t706 .t-form input.t-input {
    font-family: 'TildaSans';
    font-size: 16px;
}
.t-input-phonemask__select-code, .t706__cartwin-prodamount-price, .t706__cartwin-prodamount-currency {
    font-family: 'TildaSans';
    font-size: 16px;
}
/*Попап корзины: Скрываем сумму и крестик удаления товара*/
.t706__cartwin-totalamount-wrap, .t706__product-del-wrapper {
    display:none !important;
}
/*Попап → Избранное: Текст: Размеры, шрифты*/
.t1002__wishlistwin-products .t-descr_sm {
    font-size: 16px;
    font-family: 'TildaSans';
}
/*Попап → Избранное: Удаляем подпись про размер и артикул*/
.t1002__wishlistwin-products .t1002__product-title__option {
    display:none;
}
/*Виджет Избранное: Размер иконки*/
.t1002__wishlisticon_sm .t1002__wishlisticon-img {
    width: 28px;
    height: 28px;
    padding: 12px 12px;
}
.t1002__wishlisticon_sm .t1002__wishlisticon-imgwrap {
    width: 50px;
    height: 50px;
}
/*Главная: Категории — Наведение*/
.uc-img-zoom .tn-atom__img {
    transition: transform 250ms ease-in-out;
}
.uc-img-zoom .tn-atom__img:hover {
    transform: scale(104%);
}


/*Категория*/
/*Каталог → Категория: Товары → Цены*/
.t-store__card .t-store__card__price {
    /*display: none;*/
    font-family: 'TildaSans';
}
/*Каталог → Категория: Товары → Наведение*/
.uc-img-zoom .js-product-img {
    transition: transform 250ms ease-in-out;
}
.uc-img-zoom .js-product-img:hover {
    transform: scale(102%);
}
.uc-img-zoom-exclusiv .js-product-img {
    transition: transform 250ms ease-in-out;
}
.uc-img-zoom-exclusiv .js-product-img:hover {
    transform: scale(102%);
}
/*Каталог → Категория: Разделы, фильры, чек-бокс и выбранные фильтры*/
.t-descr_xxs {
    font-size: 16px;
    font-family: 'TildaSans';
}
.t-checkbox__indicator {
    border: 1px solid #2E3138 !important;
}
.t-store__filter__chosen-val {
    background-color: hsla(220, 10%, 20%, .06) !important;
}
/*Каталог → Категория: Товар: Иконка избранное: Переместили, перекрасили*/
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    background: none !important;
    right: 0px !important;
    top: auto !important;
    bottom: 0px !important;
}
.t1002__addBtn svg path {
    fill: #ffffff;
    stroke: #8592AD;
}
.t1002__addBtn_active svg path {
    fill: #2E3138;
    stroke: #2E3138;
}
/*Кнопка Избранное на странице товара*/
.t-store__prod-popup__btn-wrapper .t1002__addBtn svg path {
    stroke: #2e3138;
}
.t-store__prod-popup__btn-wrapper .t1002__addBtn {
    border: 1px solid #2e3138;
    border-radius: 0px !important;
}
/*Каталог → Категория → Товар: Метка NEW: Переместили, перекрасили*/
.t-store__card__mark {
    font-family:'TildaSans';
    font-size: 12px;
    font-weight: 500;
    height: 19px;
    padding: 0 0;
    margin-left: 0px !important;
    width: 34px;
    color: #8592AD !important;
    background-color: #ffffff !important;
    /*border: solid 1px #8592AD;*/
}
.t-store__card__mark-wrapper {
    left: 0px !important;
    top: auto !important;
    bottom: 12px !important;
}
@media screen and (max-width: 420px) {
    .t-store__card__mark-wrapper {
        bottom: 15px !important;
    }
}
/*Иконка Фильтров в мобильной версии*/
.t-store__filter .t-name_xs {
    font-size: 17px;
    font-weight: 600;
}
.t-store__filter__opts-mob-btn-icon {
    width: 14px;
}
.js-store-filter-mob-btn {
    background-color: #f3f4f7;
    padding: 4px 12px 5px 12px;
    border-radius: 4px;
}
/**/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px !important;
    }
}


/*Страница товара*/
/*Поделиться в соцсетях*/
.share-label {
    color: #2e3138;
    font-size: 14px;
    font-family: 'TildaSans';
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
/*Каталог → Категория → Товар: Кнопки*/
.t-store__btn_product {
    color:#2e3138;*/
    background-color:#fff;
    border:solid 1px #2e3138;
    font-family:'TildaSans';
    font-size: 16px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.t-store__btn_product:hover {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    color:#fff !important;
    background-color:#2e3138;
}
@media screen and (max-width: 480px) {
    .t-store__btn_product {
        width: 100%;
        margin-top: 5px;
    }
}
.t-btn_sm {
    font-size: 16px;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
}
/*Каталог → Категория → Товар: Заголовок*/
.t-store__prod-popup__title-wrapper .t-name_xl {
    font-size: 34px !important;
    line-height: 1.1;
    font-family: 'Cormorant', Arial, sans-serif !important;
}
/*Каталог → Категория → Товар: Описание, характеристики, цена*/
.js-store-prod-all-text {
    font-size: 18px;
}
.t-store__product-snippet .js-store-prod-all-charcs p {
    font-size: 18px !important;
}
.js-store-prod-all-charcs, .t-store__prod-popup__sku, .t-store__prod-popup__brand {
    color:#2e3138;
    font-size: 14px !important;
    font-family:'TildaSans' !important;
}
.js-store-prod-price {
    color: #2e3138 !important;
    font-size: 20px;
    font-family: 'TildaSans';
    margin-bottom: 10px;
}
/*Каталог → Категория → Товар: Описание: Добавляем перед описанием слово*/
.js-store-prod-text:before {
    content:'Камни:';
    font-size: 18px;
}
/*ПОИСКОВАЯ выдача*/
.t-search-widget__query-result {
    font-family: 'TildaSans';
    font-size: 16px !important;
}
.t-search-widget__result_product-title {
    font-family: 'TildaSans';
    font-size: 16px;
}
.t-search-widget__result_product-desc {
    font-family: 'TildaSans';
    opacity: .5;
    font-size: 14px !important;
}
.t-search-widget__result_product-price {
    display:none; !important;
}
.t-search-widget__result_product-img {
    border: 1px solid #eee !important;
}
.t-search-widget__loadmore-btn {
    color: #fff;
    background-color: #2e3138;
    border-radius: 0px;
    font-family: 'TildaSans';
}