
.woocommerce a.button.add_to_cart_button.loading::after,
a.add_to_cart_button.ajax_add_to_cart.loading::after,
button.single_add_to_cart_button.ckfm-atc-loading::after {
	content: "";
	position: static;
	top: auto;
	right: auto;
	display: inline-block;
	box-sizing: border-box;
	inline-size: 0.85em;
	block-size: 0.85em;
	margin-inline-start: 0.5em;
	vertical-align: -0.08em;
	border: 2px solid currentColor;
	border-inline-start-color: transparent;
	border-radius: 50%;
	font-family: inherit;
	animation: ckfm-atc-spin 0.6s linear infinite;
}

.woocommerce a.button.add_to_cart_button.loading,
a.add_to_cart_button.ajax_add_to_cart.loading,
button.single_add_to_cart_button.ckfm-atc-loading {
	opacity: 0.7;
}

@keyframes ckfm-atc-spin {
	to {
		transform: rotate( 360deg );
	}
}
