.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #00A3FF;
    border: 1px solid #00A3FF;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ff4a4a;
    color: #ffffff !important;
    border: 1px solid #ff4a4a !important;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #ffffff;
    border: 1px solid #00A3FF;
    color: #00A3FF !important;
    font-weight: bold;
}
.js-store-prod-text a:last-of-type:hover {
    background-color: #ffffff;
    border: 1px solid #ff4a4a;
    color: #ff4a4a !important;
    font-weight: bold;
}
.t706__cartwin_showed {
    z-index: 999999999;
}