/* Корзина */
/* Суммы заказа заглавными */
.t706__cartwin-prodamount-wrap {
    text-transform: uppercase;    
}

.t706__cartwin-totalamount-wrap {
    text-transform: uppercase;
}

/* Формы */
/* Формы. Радиокнопки */
.t-radio__indicator {
    border-width: 0px;
    opacity: 1;
    background-color: #E6E6E6;
}

/* Формы. Убрат тень в выборе картинок */
.t-img-select__indicator {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* Потоки */
/* Потоки. Навание раздела в навигации */
.t-feed__post-popup__close-text {
    text-transform: uppercase;
}
.js-feed-popup-title t-feed__post-popup__close-text t-descr t-descr_xxs {
    font-size: 20px;
}

/* Потоки. Название поста */
.js-feed-post-title {
    text-transform: uppercase;
}

/* Потоки. Заголовки в посте */
t-redactor__h1, .t-redactor__h2, .t-redactor__h3 {
    text-transform: uppercase;   
}

/* Потоки. Дата */
.t-uptitle {
    font-weight: 400;
    letter-spacing: 0px !important;
}

/* Потоки. Заголовок «Смотрите также» */
.t-feed__post-popup__relevants-title {
    font-weight: 700;
    text-transform: uppercase;
}

