
/* izGaraže v0.29b — Smart search width */
.smart-search,
.smart-search-wrap,
.home-smart-search,
.hero-smart-search,
.smart-search-box{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box;
}
.smart-search form,
.smart-search-wrap form,
.home-smart-search form,
.hero-smart-search form,
.smart-search-box form{
  width:100% !important;
  max-width:none !important;
}
.smart-search input[type="text"],
.smart-search input[type="search"],
.smart-search-wrap input[type="text"],
.smart-search-wrap input[type="search"],
.home-smart-search input[type="text"],
.home-smart-search input[type="search"],
.hero-smart-search input[type="text"],
.hero-smart-search input[type="search"],
.smart-search-box input[type="text"],
.smart-search-box input[type="search"]{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box;
}
