.hikashop_filter_module.cls-search-bar {
    padding: 0;
    position: relative;
    background-color: transparent;
    border: 0px;
    margin-top: 22px;
}
button#hikashop_filter_button_module_161 {
  position: absolute;
  right: -10px;
  top: 0;
  background-color: #fac332 !important;
  background-image: none !Important;
  padding: 9px 12px;
  border: 1px solid #fac332 !important;
  border-radius: 0px;
  height: 38px;
  width: 40px !Important;
}

/*@media(max-width:500px){
  button#hikashop_filter_button_module_161 {
  position: absolute;
  right: -10px;
  top: 5px;
  background-color: #fac332 !important;
  background-image: none !Important;
  padding: 9px 12px;
  border: 1px solid #fac332 !important;
  border-radius: 0px;
  height: 30px;
  width: 30px !Important;
}

}*/

header#sp-header .col-xs-6 {
    width: inherit;
}
input#filter_text_Search_10 {
    border: 1px solid #fac332;
    border-radius: 0px!important;
   background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
/*@media(max-width:768px){
  input#filter_text_Search_10 {
    border: 1px solid #fac332;
    border-radius: 0px!important;
    background-color:transparent;
    width: 150px;
}}

@media(max-width:500px){
  input#filter_text_Search_10 {
    border: 1px solid #fac332;
    border-radius: 0px!important;
    background-color:transparent;
    width: 100px;
    margin-top: 5px;
    height: 30px !Important;
}}*/
.hikashop_filter_module.cls-search-bar .fa-search:before{
  color:#fff;
}

@media(max-width:768px){
.hikashop_filter_module.cls-search-bar .fa-search:before{
  color:#fff;
  position: absolute;
  top: 8px;
  right: 8px;
}}

/**Reset none**/
.cls-search-bar .hikashop_reset_button_inside {
    display: none;
}