.field.choice.altteil input[type=checkbox] {
    z-index: 1;
    margin: 0;
}

#shopping-cart-table .field.choice.altteil input[type=checkbox] {
    left: 0;
    right: 0;
    margin: 3px auto;
}

#shopping-cart-table .field.choice.altteil input[type=checkbox] + label {
    display: block;
    margin: 0;
}

#shopping-cart-table .field.choice.altteil input[type=checkbox] + label:before {
    display: block;
    margin: 0 auto;
}

#shopping-cart-table .field.choice.altteil input[type=checkbox]:disabled:checked + label:before {
    content: "\e834";
}

#shopping-cart-table .field.choice.altteil input[type=checkbox] + label > span {
    font-size: 10px;
    font-weight: 400;
}