/*Скрыть артикул, вместо него описание*/
.t-store__prod-popup__sku span, 
.t-store__card__sku span {
    font-size: 14px!important;
}
.t-store__prod-popup__sku,
.t-store__card__sku {
    font-size: 0px;
}

/*Своя кнопка в карточке товара Мо-ти*/
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
    border:1px solid #6E1503;
}
.js-store-prod-text a:first-of-type {
    background-color: #6E1503;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #6E1503;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {
    content: "\2615"; /*Символ юникод здесь брать стиль css https://symbl.cc/ru/unicode-table/ */
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    content: "\2615"; /*Символ юникод здесь брать стиль css https://symbl.cc/ru/unicode-table/ */
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}