.remove-all {
    float: inline-end;
    margin-bottom: 15px;
}

.checkout-button {
    width: 30%!important;
}

@media(max-width:768px){
    .checkout-button {
        width: 100%!important;
    }
}