.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 12px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #faa339;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #fa8239;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.credit-selector{
    margin-top:14px;
}

.credit-title{
    margin-bottom:10px;
    font-family:'TildaSans';
    font-size:24px;
    font-weight:600;
    color:#000;
}

.credit-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:150px;
    height:52px;

    border:2px solid #faa339; /* было 1px */
    border-radius:12px;

    background:#fff;
    color:#000;

    font-family:'TildaSans'; /* шрифт сайта */
    font-size:40px;      /* было 14px */
    font-weight:600;

    cursor:pointer;
    transition:.1s ease;
    user-select:none;
}

.credit-btn:hover{
    border-width:3px;
}

.credit-btn.active{
    background:#faa339;
    color:#fff;
    border:2px solid #faa339;
}

.credit-payment{
    margin-top:12px;
    font-family:'TildaSans';
    font-size:30px;
    font-weight:600;
    color:#000;
}
.credit-title{
    font-size:20px !important;
    font-weight:600 !important;
}

.credit-btn{
    font-size:14px !important;
}

.credit-payment{
    font-size:16px !important;
}
