/*
Theme Name: Hara Child
Theme URI: https://hara.thembaydev.com/
Author: Thembay
Description: This is a child theme for Hara
Version: 1.0
Author URI: https://thembay.com/
Template: hara
Text Domain: hara-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.single-product .product .summary > .price,
.single-product .product .summary p.price:first-of-type {
  display: none !important;
}
.elementor-5882 .elementor-element.elementor-element-adced1b .toggle-menu-title {
    background-color: #5a2079 !important;
}
.elementor-5882 .elementor-element.elementor-element-3b08e701 .tbay-search-form .button-search, .elementor-5882 .elementor-element.elementor-element-3b08e701 .tbay-search-form .button-group {
    background-color: #5a2079 !important;
}

/* Scrollable Submenu if More Than 5 Items */
ul.sub-menu {
  max-height: 350px; /* adjust height as needed */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Optional: Style scrollbar for better UX */
ul.sub-menu::-webkit-scrollbar {
  width: 6px;
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}