.js-store-prod-text a {
    text-align: center;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #D5D5D5;
    color: #404040 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #535353;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
@media (min-width: 650px) {
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 15px;
    margin-top: 25px;
}
}