/*код для добавления дополнительных кнопок в карточку товара*/
.js-store-prod-all-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 600;
}

.js-store-prod-all-text a:first-of-type {
    background-color: #007aff;
    color: #ffffff !important;
}
/*настройки цвета и фона второй кнопки*/
.js-store-prod-all-text a:nth-of-type(2) {
    background-color: #a73afd;
    color: #ffffff !important;
}
.js-store-prod-all-text a:last-of-type {
    background-color: #ffcc00;
    color: #212121 !important;
}