    .js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-all-text a:first-of-type {
    border-radius: 32px;
    border: 1px solid #283890;
    background-color: transparent !important;
    color: #283890 !important;
}

.js-store-prod-all-text a:first-of-type:hover {
    color: white  !important;
    background-color: #283890  !important;
}

.js-store-prod-all-text a:last-of-type {
    border-radius: 32px;
    border: 1px solid #283890;
    background-color: transparent !important;
    color: #283890 !important;
}

.js-store-prod-all-text a:last-of-type:hover {
    color: white  !important;
    background-color: #283890  !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}