.t-store__card__sold-out-msg {
  visibility: hidden;
}

.t-form__errorbox-wrapper {
    background: #f95d51;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    display: none !important;
}

.t-store__filter__item-title {
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
    padding-right: 40px !important;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    background-color: #f6f6f6;
    padding: 8px 20px 8px 8px;
    border-radius: 8px;
}

.t-store__filter__search-and-sort {
    display: none !important;
    text-align: right;
    white-space: nowrap;
}

.t-store__filter__item-title:after {
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    height: 5px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 16px !important;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
    border: none !important;
    box-sizing: border-box;
    color: hsla(0, 0%, 51%, .7);
    display: table;
    min-height: 40vh;
    padding: 40px 40px 50px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .t-store__filter__item:first-child {
        border-top: 1px solid rgba(0, 0, 0, .2);
        display: none !important;
    }
}