#edd_product_files {
	&.ajax--loading {
		position: relative;

		&:before {
			background: none;
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 5;
			@include edd-spinner(
				1.25em,
				$wp-input-border,
				$wp-alternate
			);
		}

		&::after {
			background-color: rgba( $white, .75 );
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			content: ' ';
			z-index: 1;
		}
	}
}
