.minicart-header #cartLoader{
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#checkoutcartLoader {	top: 30%;	position: absolute;	left: 0;	right: 0;	margin: 0 auto;	z-index: 1;}#loaderDisplay {	width: 100%;	height: 100%;	background-color: rgba(0,0,0,0.5);	z-index: 999999;	position: fixed;	top: 0;	left: 0;	bottom: 0;	right: 0;}