#tmsearch {
  float: right;
  margin-right: 63px; }
  @media (min-width: 767px) and (max-width: 1200px) {
    #tmsearch {
      float: none;
      padding: 0 98px 20px 0;
      margin: 0;
      clear: both; } }
  @media (min-width: 767px) and (max-width: 991px) {
    #tmsearch {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    #tmsearch {
      width: 100%;
      padding: 0 0 20px;
      margin: 0; } }
  #tmsearch #tmsearchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: #fbfbfb;
    -moz-box-shadow: inset 0 0 0 1px #cccccc;
    -webkit-box-shadow: inset 0 0 0 1px #cccccc;
    box-shadow: inset 0 0 0 1px #cccccc; }
  #tmsearch .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: black;
    width: 47px;
    text-align: center;
    padding: 3px 0 3px 0; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 18px;
      width: 100%;
      text-align: center; }
    #tmsearch .btn.button-search:hover {
      color: #6f6f6f; }
  #tmsearch #tm_search_query {
    display: block;
    padding: 2px 0 2px 11px;
    height: 32px;
    width: 223px;
    font-size: 14px;
    color: #777777;
    background: #f5f5f5;
    border: none;
    background: none;
    border-right: 60px solid rgba(245, 245, 245, 0); }
    @media (min-width: 767px) and (max-width: 1200px) {
      #tmsearch #tm_search_query {
        width: 100%; } }

body .ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  body .ac_results li {
    padding: 5px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer; }
    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 {
      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; }
