.t-popup .t-descr a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.t-popup .t-descr a:first-of-type {
    background-color: #c061cf;
    color: #ffffff !important;
}
.t-popup .t-descr a:last-of-type {
    background-color: #c061cf;
    color: #ffffff !important;
}
/*
.t-popup .t-descr a:first-of-type:before {
    content: "\1F50D";
    margin-right: 10px;
}

.t-popup .t-descr a:last-of-type:before {
    content: "\1F5B9";
    margin-right: 10px;
}
*/


/*Стили от 11.04, Webcreww*/
/*Скрываем размеры из каталога*/
p.js-store-prod-dimensions.t-typography__characteristics {
    display: none;
}

/* Store prod charcs */
.js-store-prod-text .js-store-prod-all-charcs .js-store-prod-charcs:nth-child(1){
 display:none;
}

/* Store prod charcs */
.js-store-prod-text .js-store-prod-all-charcs .js-store-prod-charcs:nth-child(2){
 display:none;
}

/* Store prod charcs */
.js-store-prod-text .js-store-prod-all-charcs .js-store-prod-charcs:nth-child(3){
 display:none;
}


/*Меняем текст и оформление товара не в наличии*/
.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0;
}

.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "Доступен под заказ";
    color: #a657ae;
    font-size: 16px;
}