form.woocommerce-cart-form.processing,
.cart-collaterals.processing{
    background: #fff;
    opacity: 0.6;
}

.remove-all {
    color: #fff !important;
}

.button[name=update_cart] {
    display: none;
}

@media(max-width: 767px){
    a.remove-all {
        margin-top: 15px;
    }
}