/*
Theme Name: TheGem Child
Description: TheGem Child Theme
Author: Andrew Hegg - Western Products
Theme URI: http://codex-themes.com/thegem/
Author URI: https://www.westernproducts.com/
Template: thegem
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain:thegemchild
*/

.add-item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.add-item:after {
	content: '<img src="images/preloader-1.gif">';
	position: absolute;
	height: 90px;
	width: 90px;
	background: #fff url('images/preloader-1.gif') no-repeat 50% 50%;
	background-color: #e71e2b;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.add-item + * {
	opacity: 1;
}

