/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://itmonjil.com
 Description:  A custom child theme for WordPress.
 Author:       IT Monjil
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-colors, two-columns, responsive-layout
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below this line */


.live-search-list {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.live-search-list li {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

.live-search-list li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.live-search-list li:hover {
    background: #f5f5f5;
}

.add_to_cart_button{
	display: none !important;
}
