
.header .header-menu .mobile_search .search-dev {

}


@media (max-width: 640px) {
    .mobile_search.search-bar {
        top: 0;
        position: fixed !important;
        left: 0;
        background: #282828;
        margin: 0px;
        width: 100%;
        z-index: 999;
        display: flex !important;
    }

}


.search-dev{
    display:flex;
}

.search-input{
    padding:5.5px;
}