.t-store__prod-popup__btn {
    float: left;
}

.t-store__prod-popup__btn-wrapper:after {
    content: '';
    
    display: block;
    clear: both;
}

.credit_button_0,
.credit_button_1,
.credit_button_2,
.credit_button_3,
.credit_button_4,
.credit_button_5 {
    height: 45px;
    
    background-color: #000;
    color: #fff !important;
    border-radius: 15px;
    font-size: 14px;
    padding: 0 30px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 45px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 700;
}

.t750__btn {
    margin-bottom: 10px;
}

.t750__btn + .credit_button_0,
.t750__btn + .credit_button_1,
.t750__btn + .credit_button_2,
.t750__btn + .credit_button_3,
.t750__btn + .credit_button_4,
.t750__btn + .credit_button_5 {
    border-radius: 360px;
    background-color: #ff4a4a;
}

.cart_credit_button {
    height: 60px;
    
    display: block;
    background-color: #000;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 60px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
}

@media screen and (max-width: 670px) {
    .t750__btn + .credit_button_0,
    .t750__btn + .credit_button_1,
    .t750__btn + .credit_button_2,
    .t750__btn + .credit_button_3,
    .t750__btn + .credit_button_4,
    .t750__btn + .credit_button_5 {
        margin-left: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
}