body .wd-checkout-steps li span:after {
    background-color: #000;
}

body .cart-content-wrapper>.cart-totals-section .cart-totals-inner {
    border: 0;
    background-color: var(--bg-secondary);
    padding: 30px;
}

.cart-totals-section .wpb_content_element {
    margin-bottom: 0;
}

.cart-totals-section h5 {
    text-align: center;
    margin: 15px 0 !important;
}

.theme-woodmart .wd-progress-bar.wd-free-progress-bar .progress-msg:before,
.free-shipping-custom-text::before {
    content: '\e3d0';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 4px;
    font-size: 14px;
    font-weight: 600;
}

body .ywgc_enter_code {
    margin-top: 0;
    padding: 0;
}

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

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

body .cart-totals-inner .shipping-calculator-button {
    color: var(--wd-text-color);
    font-weight: 400;
}

.woocommerce-cart-form__cart-item td.product-name a {
    width: 100%;
    max-width: 300px;
}

.woocommerce-cart-form__cart-item .product-price del{
    color: #bbb;
}