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


/*Добавляем  скругления углов у карточек стандартных блоков*/
    .t851__table{   
        border-radius: 20px !important;    
        overflow: hidden; 
    }

.t706__cartwin-content {
border-radius: 15px !important;
}

.t-popup__container {
border-radius: 15px 15px 15px 15px;
}

/*Для BF501N, BF502N, BF503*/
.t-popup__container > .t-img {
border-radius: 15px 15px 15px 15px;
}
.t-popup__container > .t1014__wrapper {
border-radius: 15px 15px 15px 15px;
}


/*Заменяем надпись в каталоге "Нет в наличии"*/
.t-store__card__sold-out-msg {
    font-size: 0px;
}

.t-store__card__sold-out-msg:after {
    content: "Цена по запросу";
    font-size: 14px;
    color: #222222;
}
