.single-product .product_meta {
display: none;
}
.loader-cont7 {
position: fixed;
background: rgba(240, 240, 240, 0.4);
width: 100%;
height: 100%;
display: inline-block;
z-index: 9;
top: 0;
left: 0;
text-align: center;
display:none;
}
.loader-img {
position: absolute;
top: 50%;
left: 0;
transform: translatey(-50%);
right: 0;
margin: auto;
width: 150px;
}