/*
Theme Name: Flatsome Child
Theme URI: http://yourdomain.com/
Description: Child theme for Flatsome
Author: Your Name
Author URI: http://yourdomain.com/
Template: flatsome
Version: 1.0.0
*/

/* 🦶 Hide Footer */
.footer-wrapper {
  display: none;
}

/* 🔍 Header Search Styling */


/* Make non-clickable dropdown headers behave like group labels */
/* 🔧 Make menu group titles unclickable and remove hover */
.header-nav .nav-dropdown > ul > li > a[href="#"],
.header-nav .nav-dropdown > ul > li > a.no-link {
  pointer-events: none !important;
  cursor: default !important;
  background: transparent !important;
  color: #333 !important;
  font-weight: bold !important;
}

/* 🛑 Prevent hover styles from applying */
.header-nav .nav-dropdown > ul > li > a[href="#"]:hover,
.header-nav .nav-dropdown > ul > li > a.no-link:hover,
.header-nav .nav-dropdown > ul > li.current-menu-item > a.no-link,
.header-nav .nav-dropdown > ul > li.current-menu-item > a[href="#"] {
  background: transparent !important;
  color: #333 !important;
  font-weight: bold !important;
}

/* 🛒 Product Tabs - Hide Additional Info Tab */
.woocommerce-tabs .additional_information_tab,
.woocommerce-tabs #tab-additional_information {
  display: none !important;
}

/* Product Page */

.woocommerce div.product form.cart .quantity,
.woocommerce-page form.cart .quantity,
form.cart .quantity {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1 !important;
  filter: none !important;
}

.woocommerce div.product form.cart .quantity,
.woocommerce-page form.cart .quantity,
form.cart .quantity {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}




