.js-store-prod-text a {
    display: inline-block;
    padding: 16px 32px;
    margin-top: 20px;

    background: #000000 !important;
    color: #ffffff !important;

    border-radius: 0;
    font-weight: 400;
    text-decoration: none !important;

    transition: opacity .2s ease;
}

.js-store-prod-text a:hover {
    opacity: 0.8;
}

.js-store-prod-text a:first-of-type,
.js-store-prod-text a:last-of-type {
    background: #000000 !important;
    color: #ffffff !important;
}

/* убираем иконки */
.js-store-prod-text a:first-of-type:before,
.js-store-prod-text a:last-of-type:before {
    display: none;
    content: none;
}

.t706__cartwin_showed {
    z-index: 999999999;
}