/* Скрываем характеристики в карточке товаров */
.js-store-prod-charcs {
  display: none !important;
}
/*КНОПКИ В КАРТОЧКЕ ТОВАРА*/
.js-store-prod-text a {
    display: inline-block;
    padding: 12px 13px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: 500;
}
.js-store-prod-text a:first-of-type {
    background-color: #25D366;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #e0c399;
    border: 1px solid #000000;
    color: #28283B !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}
/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}
