.t-store__prod__quantity {
    background-color: #F2E6E1;
}

.t-store__tabs__item-title.t-name.t-name_xs {
    color: rgb(133 30 26);
}

element.style {
    color: rgb(133 30 26);
}

.t-descr_xxs {
    font-size: 16px;
}

.t-name_xs {
    font-size: 18px;
    line-height: 1.35;
}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 16px;
    }
}

#allrecords a {
    color: #3E3D40;
    text-decoration: none;
}

.t-store__card__sold-out-msg {
    margin-top: 3px;
    color: #851E1A;
}