body.listingpro-loading:after { content: "";
position: fixed; top: -500%;
left: -500%;
right: -500%;
bottom: -500%;
z-index: 999999999;
pointer-events: none;  background-color: rgba(0,0,0,0.6);
background-image: url(//tintingshops.com/wp-content/themes/listingpro/assets/images/lp-loading.gif);
background-repeat: no-repeat;
background-position: center center;
background-size: 100px 100px;
}