/* Замыливание фона у Header-блока */
.t821 {
	backdrop-filter: blur(4px);
}
.tmenu-mobile {
	backdrop-filter: blur(4px);
	background-color: rgba(242, 242, 242, 0.8);
}

.js-store-prod-descr {
    font-weight: bold;
}

/*Каталог.Фильтр*/
.t-store__filter__item-title {
    font-size: 12pt;
}
.t-store__filter__input {
    font-size: 10pt;
}
.t-store__sort-select {
    font-size: 10pt;
    width: auto;
}


 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
    border:2px solid #000000;
}
.js-store-prod-text a:first-of-type {
    background-color: #00A884;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #00A884;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {
    content: "";
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    content: "";
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}