.added_to_cart.added_to_cart.wc-forward {
    display: none !important;
}

.elementor-widget-wc-add-to-cart .loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 12px;
    right: 20px;
    animation: spin 2s linear infinite;
}

.elementor-widget-wc-add-to-cart .loading i {
    opacity: 0 !important;
}

.e-widget-swiper .elementor-widget-wc-add-to-cart .loading i {
    opacity: 1 !important;
}

.fwsn-msg svg {
    min-width: 25px;
    min-height: 25px;
}

/** Cart **/
.wc_coupon_message_body {
    display: none !important;
} 
/** End Cart **/