.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Регистрация завершена’; 
  visibility: visible;
  display: block;
  color: #1b1464;
}

/*код для добавления дополнительных кнопок в карточку товара*/
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 20px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: ##1b1464;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #1b1464;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

/*код для выделения характеристик в карточке товаров*/
.js-store-prod-all-charcs {
    font-weight: bold !important;
}