body div.quantity input[type="button"]{
    border-radius: 0;
}

.cart-totals-section .wc-proceed-to-checkout::after{
    content: '';
    background-image: url(/wp-content/uploads/2025/02/Frame-427324814.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100px;
    width: 100%;
    margin-top: 30px;
}

body .cart-content-wrapper>.cart-totals-section .cart-totals-inner{
    border: 0;
    background-color: #F6F1EB;
}