/* Style for the custom Update Cart button */
.update-cart-button {
    background-color: #0f89bb!important; 
    color: #fff!important; 
    width: 100%;
}

.update-cart-button:hover {
    background-color: #000000!important; 
}