.visible-m.search-mobile,.btn-search {
  visibility: hidden;
  display: none;
}
.search-mobile .searchBox{
  width: 100%;
  display: flex;
  padding: 10px;
}
.search-mobile{background: #00a8ff;}
.form-control-mobile {
  width: 100%;
  display: inline-block;
  border-radius: 28px;
  font-size: 20px;  
}
.icon-search-mobile{
  padding: 0 10px 0 15px;
}
.icon-search-mobile img{
  position: relative;
  top: -3px;
  width: 35px;
}
.search-mobile{
  text-align: center;
}
.btn-search {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #F1F2F3;
  color: #CCCCCC;
  padding: 5px;
  cursor: pointer;
}
.btn-search img{
  width: 16px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.search-mobile-toggle .tab-content{
  background:#F9F8F6;
  overflow: hidden;
}
.search-mobile .custom-search-box-container .bullet-shop {
  width: 50%;
  float: left;
}
.bullet-shop input[type="checkbox"], .bullet-shop input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.bullet-shop input[type="checkbox"] + label::after{
  content: " ";
}
.bullet-shop input[type="checkbox"]:checked + label{
  background:#dfeff6;
}
.bullet-shop label {
  position: relative;
  display: inline-block;
  padding: 0;
  margin:0;
  height: auto;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  padding-left: 20px;
}
.bullet-shop label::before {
  content: " ";
  border: 0;
  border-radius: 0;
}
.bullet-shop label img{
  height: 50px;
  width: auto;
  display: inline-block;
}
.bullet-shop label span{
  font-size: 18px;
}
@media screen and (max-width: 767px){
  .visible-m.search-mobile,.btn-search {
    visibility: visible;
    display: block;
  }
}




