/* Reset native WC styles for our custom element to allow Elementor styling */
.elementor-widget-custom_wc_button_dcbe6f65 .custom-wc-btn-dcbe6f65 {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	line-height: 1;
	text-align: center;
}

.elementor-widget-custom_wc_button_dcbe6f65 .custom-wc-btn-dcbe6f65.added::after {
	content: '\e017'; /* checkmark icon */
	font-family: 'WooCommerce';
	margin-left: 8px;
	vertical-align: middle;
}

/* Hide the default WC View Cart link that gets appended */
.elementor-widget-custom_wc_button_dcbe6f65 .added_to_cart.wc-forward {
    display: none !important;
}

.elementor-widget-custom_wc_button_dcbe6f65 .custom-wc-btn-dcbe6f65.loading {
	opacity: 0.7;
	pointer-events: none;
}

.elementor-align-justify .elementor-widget-custom_wc_button_dcbe6f65 .custom-wc-btn-dcbe6f65 {
	display: flex;
	width: 100%;
}