.js-store-prod-text a {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
}

.js-store-prod-text a:first-of-type {
    background-color: #a73afd;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #a73afd;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

/* скрытие кнопки Добавить в корзину
.t-store__prod-popup__btn-wrapper  {
    display: none !important;
}
*/

.t706__product-imgdiv {
    height: 100px;
}

.t1002__product-imgdiv {
    height: 100px;
}

/* Замена надписи Нет в наличии на кастомную*/
.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: "В наличии на WB →";
    font-size: 14px;
}

/*Редактируем вид описания товара*/
.t706__product-title {
    font-size: 20px;
}

.t706__product-title__portion {
    font-size: 14px;
    font-weight: 400;
    opacity: .7;
}

/*Редактируем вид цены еденицы товара*/
.t706__product-amount--portion {
    font-size: 20px;
}

.t706 .delivery-full-address {
    font-size: 14px;
}

/*Редактируем вид итоговую сумму товаров*/
.t706__cartwin-totalamount-wrap.t-descr_xl {
    font-size: 28px;
}

/*Редактируем размер и цвет текста в карточке товара*/
.js-store-prod-all-text {
    color: #838383;
	font-size: 16px;
}

/* Замена надписи News на кастомную Новости*/
.t-feed__post-popup__close-text {
    font-size: 0;
}

.t-feed__post-popup__close-text:after {
    content: "Новости";
    font-size: 14px;
}
