/* Скрываем характеристики в карточке товаров */
.js-store-prod-charcs {
  display: none !important;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 5px;
    margin-top: 1px;
    border-radius: 50px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #7b0b23;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #7b0b23;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}