#tmsearch {
  float: right;
  padding-top: 30px;
  width: auto; }
  #tmsearch #tmsearchbox {
    background: #fff;
    margin-right: 9px;
    padding-right: 50px;
    position: relative;
    width: 100%; }
  #tmsearch .btn.button-search {
    background: #8ac249;
    border: none;
    color: #fff;
    display: inline-block;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    -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: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 20px;
      width: 100%;
      text-align: center; }
    #tmsearch .btn.button-search:hover {
      background: #1e1e1e; }
  #tmsearch #tm_search_query {
    background: none;
    border: 1px solid #eee;
    color: #888;
    display: inline-block;
    font: 12px/14px "Ubuntu", sans-serif;
    height: 40px;
    padding: 6px 10px 6px 13px;
    text-transform: uppercase;
    width: 312px; }
    @media (max-width: 479px) {
      #tmsearch #tm_search_query {
        width: 222px; } }
  @media (max-width: 767px) {
    #tmsearch {
      float: none;
      padding-top: 20px;
      text-align: center; }
      #tmsearch #tmsearchbox {
        margin: 0;
        padding: 0; }
      #tmsearch .btn.button-search {
        position: relative;
        right: auto;
        top: auto; } }

body .ac_results {
  background: white;
  border: 1px solid #eee;
  width: 271px;
  margin-top: -1px; }
  body .ac_results li {
    padding: 5px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    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 {
    margin-right: 20px; }
  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; }
