#btn-search {
  float: right;
  margin: 15px 0 0 10px;
  position: static;
  text-align: center;
  width: 40px;
  z-index: 2;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    #btn-search {
      display: inline-block; } }

#search_but_id {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  z-index: 3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #search_but_id.current.active {
    z-index: 3; }

#search_but_id i {
  color: #ccc;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #search_but_id i:before {
    content: '\e13d';
    font: 28px/1 "material-design";
    left: 0;
    position: absolute;
    top: 0; }

#search_but_id:hover i,
#search_but_id.hover-search i {
  color: #bceded; }

#search_but_id:hover i,
#search_but_id.hover-search i,
#search_but_id.active i {
  color: #bceded; }

#tmsearch {
  background: #f6f6f6;
  border: 1px solid #e7e7e6;
  display: none;
  margin: 0px;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 267px;
  z-index: 3; }
  #tmsearch #tmsearchbox {
    position: relative;
    width: 100%; }
  #tmsearch .btn.button-search {
    background: #fdcfbf;
    border: none;
    color: #fff;
    display: inline-block;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:after {
      content: '\e13d';
      font: 26px/28px "material-design"; }
    #tmsearch .btn.button-search:hover {
      background: #bceded;
      color: #fff; }
  #tmsearch #tm_search_query {
    background: #fff;
    border: 1px solid #ecebeb;
    display: block;
    height: 40px;
    margin-bottom: 9px;
    padding: 6px 13px 7px; }

body .ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 205px !important;
  margin-top: 0; }
  body .ac_results li {
    padding: 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
    text-align: center; }
    body .ac_results li.ac_odd {
      background: white; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #fbfbfb; }
  body .ac_results .pull-left {
    float: none !important;
    margin-bottom: 15px; }
    body .ac_results .pull-left img {
      background: #fff;
      display: inline-block; }
  body .ac_results .content {
    overflow: hidden; }
  body .ac_results span.reference, body .ac_results span.manufacturer {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    color: #3a3939;
    line-height: 15px;
    font-style: italic; }
  body .ac_results span.product-name {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    font-weight: 600; }
  body .ac_results strong {
    color: #f00; }
  body .ac_results .description {
    font-size: 11px;
    line-height: 15px; }
  body .ac_results .price {
    padding-right: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body .ac_results .content {
      clear: both;
      float: left; } }

form#tmsearchbox {
  position: relative; }
  form#tmsearchbox label {
    color: #333333; }
  form#tmsearchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#tmsearchbox .btn.btn-sm {
    float: left; }
    form#tmsearchbox .btn.btn-sm i {
      margin-right: 0; }
