/* Изменить размер шрифта описания табов в попап карточке товара */
.t-descr_xxs {
font-size: 18px;
line-height: 1.55;
}
/* Изменить размер шрифта описания табов в попап карточке товара для мобильной версии*/
@media (max-width: 640px) {
.t-descr_xxs {
font-size: 14px;
line-height: 1.55;
}
}
/* Изменить параметры шрифта заголовка табов в попап карточке товара */
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
font-weight: 500;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 20px;
}
/* Изменить параметры шрифта заголовка табов в попап карточке товара для мобильной версии*/
@media (max-width: 640px) {
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
font-size: 18px;
line-height: 1.35;
font-weight: 500;
}
}

    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 0px;
    border-color:#333333;
    border-style: solid;
    border-width: 2px;
    font-weight: 400;
    font-size:16px;
    }
.js-store-prod-text a {
    background-color: #575c61;
    color: #ffffff !important;
    font-weight: normal;
    
}
.js-store-prod-text a:hover{
    background-color: #009fb8;
    color: #ffffff !important;
    font-color: #ffffff;
    transition: all 0.7s ease;
}

.js-store-prod-text a:before {
    content: "\1F847";
    margin-right: 10px;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

