
.t-store__prod-popup__text {
    font-size: 18px;
    font-family: 'InterTight'!important;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;

    /* ДОБАВИЛА */
    width: 200px;
    max-width: 200px;
    text-align: center;
}

/* если нужно убрать съезд из-за margin-right */
.js-store-prod-text a:last-of-type {
    margin-right: 0;
}

.js-store-prod-text a:first-of-type {
    background-color: #D7FFFE;
    color: #231F20 !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #2398AB;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
</style>