/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2026 | 03:42:27 */
/* Remove WooCommerce empty cart icon */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    content: none !important;
    display: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    background: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
