body.fixed{position: fixed !important}
.innovatorySearch{position:relative;}
#search_block_nav{padding: 10px 0 10px 10px; width: 145px; float: right; position: relative;}
#search_query_nav{
width: 100%;
border: none;
border-bottom: 1px solid #000;
font-size: 10px;
color: #000;
font-style: italic;
line-height: 15px;
cursor: pointer;
margin: 0;
}
#search_query_nav:after{
  content: "\f002";
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#search_query_nav:hover:after, #search_query_nav:focus:after, #search_query_nav:active:after {
  -webkit-animation-name: it-nav-social;
  animation-name: it-nav-social;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  color: #000;
}
#search_block_top {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    z-index:999;
    border: 1px solid #f3f3f3;
    background-color: #fafafa !important;
}
#search_block_top.show {   
    height: 155px !important;
    border-bottom: 5px solid #000;
    padding: 40px 15%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
  }
#search_block_top #searchbox {
    background:transparent none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
select#search_category {
    background-color: transparent !important;
}
#search_block_top .btn.button-search {
    border: medium none;
    background-color:transparent;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    transition: all .3s;
    color: #fff;    
}
#search_block_top .btn.button-search:hover{
  color: #fff
}
#search_block_top .btn.button-search:before {
      display: block;
    text-align: center;
    width: 100%;    
}    
 body #itsearch_content_result #close_search_query_nav{
  background: #fff none repeat scroll 0 0;
    border: 1px solid #222;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 24px;
    z-index: 9999;
    color: #222;  
    font-size: 14px;      
 }
 body #itsearch_content_result #close_search_query_nav:hover{
  background-color: #222;
  color: #fff;
 }
 #close_search_query_nav:before{
   content: "\e646";
   font-family: 'themify';
   display: block;
   line-height: 22px;   
 }
 #close_search_query_nav span{color: #999; font-size: 0;
  letter-spacing: 3px; text-transform: uppercase; position: relative; right: 50px; top: 20px;display: none;
  }  
 #close_search_query_nav:hover span{color: #000;}
   
#search_block_top #search_query_top {
    float: left;
    height: 42px;
    display: block;
    line-height: 18px;
    margin-right: 1px;
    border: none;
    box-shadow: none;
    color: #333;
    background-color: transparent;
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
    padding: 0 0 0 15px;
    font-size: 13px; 
  }
  #search_block_top #search_query_top:focus{
  outline: none;
  }
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left; }

form#searchbox .button.button-small {
  float: left; }

form#searchbox .button.button-small i {
  margin-right: 0; }
@media screen and (max-width:1050px){
  #search_block_top #search_query_top{
    height:38px;
  }
}
/* Select style */
#search_block_top .selector {
  width: 28% !important;
  float: left;
  height: 48px;
  background: none; 
  border: none;
  padding: 0;
  background: #fff;
  margin-left: 2px;
  }
#search_block_top .selector span {
  width: 100% !important;
  border-right: 2px solid #0166c3; 
  line-height: 26px;
  padding-left: 15px;
  background: url(../img/select_search_bg.png) right 22px center no-repeat;
  margin-top: 10px;
  color: #999;
  font-size: 15px !important; }
#itsearch_content_result{
  background: #fff none repeat scroll 0 0;
    display: none;
    left: 0px;
    min-height: 400px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0px;
    top: auto;
    z-index: 999;
    border: 1px solid #9999;
    height: 90%;
}
.header-sticky #itsearch_content_result{top: 48px !important; position: fixed !important; left: 0; padding-top: 0;}

#itsearch_content_result .over_light{ position: absolute; width: 100%; height: 100%; background: #fff; }
#itsearch_content_result  #itsearch_data{position: relative; height: 100%; width: 100%;  }
#itsearch_content_result p.loanding{  background: url('../img/loading.gif'); height:64px; width:64px;margin: 10% auto;}
#itsearch_data .limit{text-align: center; margin-top:35px;letter-spacing: 1px;}
#itsearch_data .noresult{text-align: center; margin-top:20px; letter-spacing: 1px; color: #666; font-size: 16px;text-align: center;}
#itsearch_data .search-title{
  background: #222 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 5px 15px;
    display: none;    
}
#itsearch_data .search-title span{font-size: 11px;}
#itsearch_data .title_showall_text{    padding-left: 10px;font-size: 13px;    margin-bottom: 5px;}
#itsearch_data .title_showall {    padding-left: 10px;    margin-bottom: 0;}
#itsearch_data .title_showall a{color: #fff; background: #222; margin-right: 30px; text-transform: uppercase; font-size: 10px; padding: 10px 25px; border: 1px solid #f2f2f2;}

#itsearch_data  .items-list{overflow: hidden;margin-bottom: 0;}
#itsearch_data  .items-list>li{
    overflow: hidden;
    position: relative;
    padding: 10px;
    width:100%;
}
#itsearch_data .items-list .item > a{
  display: flex;
  align-items: center;
}
#itsearch_data .items-list>li:hover{
  background-color: #fafafa
}
#itsearch_data .items-list li .product-name{
  font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 1.4;
}
#itsearch_data  .items-list li .image{
  border: 1px solid #e8e8e8;
    float: left;
    margin-right: 15px;
    position: relative;
    width: 60px;
}
#itsearch_data .items-list li .image .sale{
  background: #f7cd45 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
#itsearch_data  .items-list li .iterContent{
  overflow:hidden;
}
#itsearch_data  .items-list li .sale-bkg{top: 0;right: 20px;}
#itsearch_data .items-list li .content_price .price{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
#itsearch_data .sale,#itsearch_data .reduction_percent_display{
  font-size: 10px
}

#itsearch_data .items-list li .content_price .old-price{
  text-decoration: line-through;
  color: #999;
    font-size: 14px;
}
#itsearch_data  .items-list>li .it-button-container{left: 20px;}
#itsearch_data  .items-list>li:hover .it-button-container{opacity: 1; top: 30px;    
  -moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition:all 0.5s;
transition:all 0.5s;
}
#itsearch_data .items-list a:after {
    display: block;
    content: '';
    clear: both;
}
#itsearch_data .content-ajax-search{overflow:auto;height:100%;padding:15px 0;}
#itsearch_data .content-ajax-search::-webkit-scrollbar {
    
  width: 5px;
}
#itsearch_data .content-ajax-search::-webkit-scrollbar-track {
    background-color: #f2f2f2;
  width: 5px;
}
#itsearch_data .content-ajax-search::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
  cursor: pointer;
}
#itsearch_data .content-ajax-search::-webkit-scrollbar-thumb:hover {
  background-color: #a6a6a6;
}
@media (min-width: 992px ) and (max-width: 1199px) {
#search_block_top #search_query_top{width: 40%;}
#search_block_top{width: 100%; padding-left: 0;}
#search_category{width: 165px ;}
}
@media (min-width: 768px) and (max-width: 991px) { 
  #search_category{width: 135px ;}
}
@media (max-width: 767px) {  
  #search_block_top{width: 100%; padding: 0;}
  #search_category{width: 140px;}
#itsearch_data .items-list li .image {
    width: 45px;
} 
#itsearch_data .items-list li .image .sale {
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    width: 22px;
} 
#itsearch_data .limit {
    padding: 0 20px;
    font-size: 12px;    
}    
#itsearch_data .noresult{
  font-size: 12px;
}  
#itsearch_content_result{
    min-height: 250px;
}
}
@media screen and (max-width: 1050px){
body #itsearch_content_result #close_search_query_nav{
  border: none;
  height: 24px; 
}
body #itsearch_content_result #close_search_query_nav:hover{
  background-color: transparent;
  color: #222;
 }
select#search_category{
  display: none;
} 
}
@media screen and (min-width: 1051px){
#search_block_top #search_query_top {
    width: calc(100% - 220px);
}
#search_block_top .btn.button-search {
    height: 100%;
    line-height: 45px;
    width: 60px;
    font-size: 18px;
    color: #222;
}
#search_block_top .btn.button-search:hover{
    background: #eeeeef;
}
.innovatorySearch.dropdown-menu {
    width: 100%;
    position: static;
    display: block;
    float: none;
    overflow: hidden;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
}
#search_category {
    border: 0;
    color: #666;
    width: 160px;
    display: block;
    height: 42px;
    outline: 0;
    padding: 0 15px;
    float: left;
    font-size: 13px;
    cursor: pointer;
    border-left: 1px solid #f1f1f1;
    padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#header .page-search{
    display: none;
}
@media screen and (min-width: 1200px){
#search_block_top .btn.button-search:hover{
   color:#fff;
}
}
@media screen and (max-width: 1050px){
#header .innovatorySearch.dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    border: none;
}
}