/* 
Theme Name: BlueLotus Restaurant Ordering Child Theme
Theme URI: https://bluelotusx.co/ordering-system/
Description: A lightweight WooCommerce child theme customized for restaurant-style online ordering.  
Author: Pasindu Dissanayaka
Author URI: https://pasindudissan.xyz
Template: hello-elementor
Version: 2.0.0
Text Domain: bluelotus-restaurant-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: bluelotus, woocommerce, restaurant, dine-in, takeaway, food-ordering
*/

/* Product Categories Styles */
.blx-cat-item:hover img {
    transform: scale(1.05);
    transition: .3s;
}

.hidden {
	display: none !important;
}

.hide-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  /* Hide scrollbar for IE, Edge, and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;    /* Firefox */
	::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
}
  /* Hide scrollbar for Chrome, Safari, and Opera */
.hide-scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

/* Archives only: hide quantity input for modifier products */
.archive .product-is-modifier .quantity,
.tax-product_cat .product-is-modifier .quantity,
.post-type-archive-product .product-is-modifier .quantity {
    display: none;
}