.cart-widget-side .wd-heading .wd-action-btn.wd-style-text>a {
    font-size: 0;
}

.cart-widget-side .wd-action-btn.wd-style-text>a:before {
    font-size: 17px;
}

body .woocommerce-mini-cart__buttons .btn-cart,
body .woocommerce-mini-cart__buttons .btn-cart:hover {
    background-color: #f0f0f0;
    color: var(--wd-text-color);
    text-transform: none;
}

body .woocommerce-mini-cart__buttons .btn-cart:hover {
    box-shadow: inset 0 0 200px rgb(0 0 0 / 5%);
}

body .cart-info div.quantity :is(input[type="button"], input[type="number"], input[type="text"]) {
    border-radius: 0;
}

.cart-widget-side.wd-side-hidden {
    --wd-side-hidden-w: 480px;
}

body .cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
    background-color: #f0f0f0;
}

body .product_list_widget>li img {
    min-width: 120px;
    max-width: 120px;
}

body .woocommerce-mini-cart__buttons a {
    font-size: 14px;
    min-height: auto;
    line-height: 41px;
}

.shopping-cart-widget-footer {
    display: flex;
    flex-direction: column;
}

.shopping-cart-widget-footer .free-shipping-progress {
    order: -1;
    background-color: #F6F1EB;
    margin: 0;
    padding-block: 15px;
}

.shopping-cart-widget-footer .progress-container {
    width: 100%;
}

.horeca-form-title{
    font-size: 32px;
    line-height: 36px;
}