body .cart-content-wrapper>.cart-totals-section .cart-totals-inner {
    background-color: #fff;
    border: 1px solid #f3f4f5;
    border-radius: 6px;
    box-shadow: 0px 1px 3px rgb(10 57 93 / 3%);
    padding: 32px;
    position: relative;
}

body .wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
    padding: 0;
    border: 0;
}

body .wd-coupon-form .button[name="apply_coupon"],
.cart-content-wrapper>.cart-totals-section .cart-totals-inner .checkout-button {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

body .cart-totals-inner .woocommerce-shipping-calculator {
    margin-top: 0;
}

body .cart-totals-inner .shipping-calculator-button {
    font-weight: normal;
    color: #767676;
    pointer-events: none;
}

.woocommerce>.cart-data-form {
    background-color: #fff;
    border: 1px solid #f3f4f5;
    border-radius: 6px;
    box-shadow: 0px 1px 3px rgb(10 57 93 / 3%);
    padding: 32px;
}

.cart-totals-inner>h2 {
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
}

.wc-proceed-to-checkout+p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #a1a8ac;
    gap: 12px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.wc-proceed-to-checkout+p img{
    width: 145px;
}

div.wc-proceed-to-checkout{
    margin-bottom: 0;
}

body .wd-coupon-form .button[name="apply_coupon"]{
    background-color: var(--bg-secondary);
    color: var(--wd-text-color);
}

@media screen and (max-width: 768px) {

    .woocommerce-cart .site-content{
        padding-inline: 0;
        margin-bottom: 80px;
    }

    .woocommerce>.cart-data-form,
    body .cart-content-wrapper>.cart-totals-section .cart-totals-inner{
        padding: 20px;
    }

    .wc-proceed-to-checkout+p,
    .entry-content > h1{
        padding-inline: 20px;
    }

    .woocommerce>.cart-data-form{
        margin-bottom: 32px;
    }

    .cart-table-section>.cart .cart-actions>:is(.button,.wd-coupon-form){
        border: 0;
        padding: 0;
    }
    
}