/*!
Theme Name: Doctio
Theme URI: https://demo.themedraft.net/wp/doctio/
Author: ThemeDraft
Author URI: https://themedraft.net/
Description: Doctio is a medical health WordPress theme
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doctio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.ajax-search-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ajax-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ajax-search-results li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.ajax-search-results li a {
    text-decoration: none;
    color: #333;
    margin-left: 10px;
}

.ajax-search-results li img.product-thumbnail {
    width: 50px;  /* Adjust the image size */
    height: 50px;
    object-fit: cover;
}

.ajax-search-results li:hover {
    background: #f9f9f9;
}
