/* card text */
.t-descr_xxs {
    font-size: 16px;
    line-height: 1.85;
    color: #202020 !important;
}

.t-popup .t786__descr {
    margin-top: 40px;
}

/* price */
.t-name_md {
    font-size: 22px;
}

.t-popup .t786__price-wrapper {
    padding: 15px 0px 30px 0px;
}

/* inpits */
/*
.t-descr {
    font-weight: 400;
    color: #202020 !important;
}
*/

.t-store__sort-select {
    color: #202020;
    border-radius: 0 !important;
}

.t-store__sort-select-wrapper:after {
    border-color: #202020 transparent transparent transparent;
}

.t-store__filter__search .t-store__filter__input {
    padding: 2px 30px 2px 10px;
    border-radius: 0 !important;
}
.t-store__filter__btn, .t-store__filter__input {
    color: #202020;
}

/* product card */
@media screen and (min-width: 1199px) {
    .t-name_xl {
        font-size: 36px !important;
    }
    .js-store-prod-text {
        font-size: 18px !important;
    }
}

.t-name_xl {
        font-size: 24px;
    }
.t-store .t-product__option-select {
    border-radius: 0 !important;
    color: #202020;
    padding: 4px 30px 4px 10px;
}
.t-store .t-product__option-variants:after {
    border-color: #6a574a transparent transparent transparent;
}
.js-store-prod-text {
    color: #303030 !important;
}
.js-store-prod-charcs {
    background: #F3F3F3;
    padding: 6px 24px 6px 14px;
    margin-top: 4px
}

/* load more button */
@media screen and (max-width: 960px) {
    .t-store__load-more-btn {
        margin-top: 30px;
    }
}