.custom-search-results {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    z-index: 100000;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
}

.search-item:hover {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
}

.search-item-image {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    flex-shrink: 0;
}

.search-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.search-item-info {
    flex-grow: 1;
}

.search-item-name {
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.3;
}

.search-item-price {
    color: #e11b1b;
    font-weight: bold;
    font-size: 14px;
}

.search-all-results {
    display: block;
    padding: 12px 15px;
    text-align: center;
    background: #f8f9fa;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
}

.search-all-results:hover {
    background: #e9ecef;
    color: #0056b3;
    text-decoration: none;
}

.no-results {
    padding: 20px;
    text-align: center;
    color: #666;
}

.search-wrapper {
    position: relative;
}
.mega-menu .menu-item.dropdown:hover .wrap, .mega-menu .menu-item.dropdown:hover .wrap>a{
    z-index: 0!important;
}