/*
 ライブ視聴ページ用CSS
 不要なクラスをすべて非表示にする！

 Copyright © 2022 Acuze LCC
 */

.heateor_sss_sharing_container,
.heateor_sss_mobile_footer,
.wpulike,
.woocommerce-store-notice
{
    display: none !important;
}