.searchpage{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.search-pager{
    width: 100%;
    height: 700px;
}
.src-insider{
    width: 400px;
    height: 100vh;
    position: fixed;
    background-color: white;
    backdrop-filter: blur(30px);
    overflow-y: scroll;
    right: 0;
    top: 0;
    bottom: 0;
}
.src-insider::-webkit-scrollbar{
    display: none;
}
.search-header{
    width: 100%;
    height: 60px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.cheaderxv{
    width: 60px;
    height: 100%;
    background-color: var(--logo);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cheaderxv .material-symbols-outlined{
    cursor: pointer;
}
.main-search{
    width: 100%;
    min-height: 500px;
    border-top: 1px solid var(--logo);
    margin-top: 10px;
    margin-bottom: 20px;
    overflow-y: auto;
}
.sheader1{
    width: 80%;
    height: 100%;
    background-color: var(--logo);
    display: flex;
    justify-content: center;
    align-items: center;
}
.src-box{
    width: 90%;
    height: 60%;
    background-color: white;
    border-radius: 10px;
}
.src-box input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 2px 10px;
    border: none;
    outline: none;
    font-family: var(--font1);
    color: black;
    font-size: 13px;
    font-weight: 500;
}
.items{
    text-transform: capitalize;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}






















.displaybayy{
    min-width: 400px;
    width: 100%;
    min-height: 50px;
    padding: 5px;
    z-index: 999;
    display: none;
}
.srcfeedd{
    width: 100%;
    min-height: 49px;
}
.output{
    width: 95%;
    height: 30px;
    background-color: white;
    border-bottom: 1px solid var(--openup);
    margin: 10px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.output:hover{
    color: gray;
}
.namex1{
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 12px;
    
}
.namex{
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}

.product{
    width: 100%;
    height: 200px;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
}
.product::-webkit-scrollbar{
    display: none;
}
.ht{
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 2px;
}



