.t-store__filter__item-title {
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
    padding-right: 14px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    font-size: 19px;
    color: #0857a1;
}