/* KEHUA header custom - SAFE VERSION
   ใช้ไฟล์นี้แทน header-custom.css เดิม
   ห้ามใส่ display:flex ทับ .header_content หรือ .header_menu .menu เพราะจะชน layout เดิมของธีม
*/

.header_meus,
.top_header,
#header{
  position: relative;
  z-index: 999;
}

/* reset bullet เฉพาะเมนู */
.header_menu ul,
.header_menu li{
  list-style: none;
}

/* search mobile/desktop จาก header เดิม */
.search-tl-mb{
  display: none;
}

@media screen and (max-width:1199px){
  .search-tl-mb{
    display: block;
  }

  .search-desktop{
    display: none;
  }
}

@media screen and (max-width:500px){
  .search-tl-mb .search_div button{
    font-size: 14px !important;
  }
}
