#tmsearch {
  float: left;
  clear: both;
  padding-left: 0;
  max-width: 300px;
  padding-right: 30px;
  padding-bottom: 31px; }
  @media (max-width: 580px) {
    #tmsearch {
      width: 100%;
      max-width: 100%;
      padding-right: 0; } }
  #tmsearch #tmsearchbox {
    float: left;
    width: 100%;
    -moz-box-shadow: inset 0 0 0 1px #343539;
    -webkit-box-shadow: inset 0 0 0 1px #343539;
    box-shadow: inset 0 0 0 1px #343539;
    border: none;
    position: relative;
    background: none; }
  #tmsearch .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 48px;
    height: 37px;
    text-align: center;
    padding: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:before {
      content: "\e03d ";
      font-family: "fl-line-icon-set";
      display: block;
      font-size: 23px;
      line-height: 35px;
      width: 100%;
      text-align: center; }
    #tmsearch .btn.button-search:hover {
      color: #727272; }
  #tmsearch #tm_search_query {
    display: inline-block;
    padding: 7px 0 8px 13px;
    height: 37px;
    border: none;
    background: none;
    border-right: 55px solid rgba(255, 255, 255, 0); }

body .ac_results {
  background: #111;
  border: 1px solid #343539;
  width: 271px;
  margin-top: 1px;
  color: #777; }
  body .ac_results li {
    padding: 5px;
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer; }
    body .ac_results li.ac_odd {
      background: #000; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #222; }
  body .ac_results .pull-left {
    margin-right: 20px;
    background: #fff; }
  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: #777;
    line-height: 15px;
    font-style: italic; }
  body .ac_results span.product-name {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    font-weight: normal;
    color: #fff; }
  body .ac_results strong {
    color: #f00;
    font-weight: normal; }
  body .ac_results .description {
    font-size: 11px;
    line-height: 15px;
    display: none; }
  body .ac_results .price {
    padding-right: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body .ac_results .content {
      float: left;
      clear: both; } }

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; }
