.cart-item > .product-line-grid{
    position: relative;
}
.product-checkbox-container {
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
}
.confirm-product-checkbox {
    margin-right: 5px;
}
.product-checkbox-container > label{
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.product-checkbox-container > label > span{
    margin-left: 5px;
}