

@media (max-width: 767px) {
#wp-bottom-menu-search-form-wrapper {
position: fixed;
top: 136px; 
left: 0;
right: 0;
z-index: 1000;
background-color: #fff; 
padding: 10px 15px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
body {
padding-top: 136px !important; 
}
}