/*Последнюю опцию всегда отключаем*/
.js-product-option.t-product__option:last-child, .js-product-option.t-product__option:last-of-type {display:none;}

/*Положение кнопок множественного выбора*/
.t-product__option.js-product-multioption .t-product__checkbox-wrap {display:flex; align-items: center;}

/*Вид кнопок*/
.t-product__option.js-product-multioption .t-product__checkbox-wrap .t-checkbox__indicator {display:none;}

.t-store__prod-snippet__container .t-checkbox__control.t-checkbox__control_flex {
    display:block;
    padding: 5px 10px;
    border: 1px solid #7b7b7b;
}

.t-checkbox__control.t-checkbox__control_flex.active {
    color:#fff;
    background: #1e306f;
    border: 1px solid #1e306f;
}

.t-product__checkbox-wrap .t-checkbox__control + .t-checkbox__control {margin-top:0px; margin-bottom:10px; margin-right:10px;}