/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 21:29:40 */
/* Hide WhatsApp (Click to Chat) ONLY while Side Cart is open.
   Your site adds class "xoo-wsc-cart-active" to <html> when open. */
html.xoo-wsc-cart-active #ht-ctc-chat,
html.xoo-wsc-cart-active #ht-ctc,
html.xoo-wsc-cart-active .ht-ctc,
html.xoo-wsc-cart-active .ht-ctc-chat,
html.xoo-wsc-cart-active .ht_ctc_chat_style,
html.xoo-wsc-cart-active [id^="ht-ctc"],
html.xoo-wsc-cart-active [class^="ht-ctc"],
html.xoo-wsc-cart-active [id^="ht_ctc"],
html.xoo-wsc-cart-active [class^="ht_ctc"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}