.js-store-prod-text a {
    display: inline-block;
    color: #146C94 !important;
    height: 45px !important;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -20px !important;
    font-weight: 700;
    font-family: 'Golos Text',Arial,sans-serif;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 20px;
    opacity: 0.9;
    background-position: center center;
    border-color: #146C94;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: inline-flex;
    flex-direction: column;
justify-content: center;
}

@media screen and (max-width: 680px) {
    .js-store-prod-text a {
    display: flex;
    flex-direction: column;
    text-align: center !important;
    }
}

.t706__cartwin_showed {
    z-index: 999999999;
}