div.solopress_product .product-section > .container .product-custom-right.loading {
    position: relative;
    opacity: 0.6;
}

div.solopress_product .product-section > .container .product-custom-right.loading::after{
    content: '';
    width: 100%;
    cursor: wait;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 99999;
}

div.solopress_product .product-section > .container .product-custom-right div#wcuf_product_ajax_container_loading_container_none {
    display: none;
}