.custom-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 0 15px;
    height: 48px;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}

.custom-search .search-left {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.custom-search .search-left i {
    color: #8a8a8a;
    font-size: 16px;
    margin-right: 8px;
}

.custom-search .product-category-select {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #777;
    width: 60px;
    outline: none;
    box-shadow: none;
}

.custom-search .input-search-product {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    background: transparent;
    font-size: 14px;
    padding: 0;
}

.custom-search .input-search-product::placeholder {
    color: #9aa0a6;
}

.custom-search .voice-search {
   
    border: none;
    color: #888;
    margin-right: 8px;
    cursor: pointer;
    font-size: 16px;
}

.custom-search .search-btn {
   
    border: none;
    color: #e53935;
    font-size: 18px;
    cursor: pointer;
}

.custom-search .spinner-icon {
    display: none;
}

.custom-search .ps-panel--search-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}