.uc-catalog .t-catalog__card__btns-wrapper {
    margin: 0 auto;
}
.t-catalog__card__btns-wrapper {
    margin: 0 auto;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #c9ff8f;
    border: 1px solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 7px;
    min-height: 30px;
    min-width: 30px;
    padding: 10px 20px;
    border-radius: 10px;
}