/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:24:33 */
/* Tắt toàn bộ floating button ở checkout mobile */
@media (max-width: 768px) {

  body.woocommerce-checkout [class*="simple"],
  body.woocommerce-checkout [id*="simple"],
  body.woocommerce-checkout [class*="contact"],
  body.woocommerce-checkout [class*="zalo"],
  body.woocommerce-checkout [class*="call"],
  body.woocommerce-checkout .fab-container,
  body.woocommerce-checkout .floating-button {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

}