#tmsearch {
  padding-top: 27px;
  padding-right: 45px;
  float: right; }
  @media only screen and (max-width: 991px) {
    #tmsearch {
      padding-right: 0;
      float: none;
      text-align: center; }
      #tmsearch > form {
        float: none !important;
        display: inline-block; } }
  #tmsearch #tmsearchbox {
    float: right;
    width: 403px;
    border: none;
    position: relative;
    background: #fbfbfb;
    -moz-box-shadow: inset 0 0 0 1px #dddddd;
    -webkit-box-shadow: inset 0 0 0 1px #dddddd;
    box-shadow: inset 0 0 0 1px #dddddd; }
    @media only screen and (max-width: 639px) {
      #tmsearch #tmsearchbox {
        width: 100%;
        max-width: 280px; } }
  #tmsearch .btn.button-search {
    -moz-box-shadow: inset 0 0 0 1px #dddddd;
    -webkit-box-shadow: inset 0 0 0 1px #dddddd;
    box-shadow: inset 0 0 0 1px #dddddd;
    background: white !important;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: black !important;
    width: 50px;
    text-align: center;
    padding: 10px 58px 10px 37px; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 27px;
      width: 100%;
      text-align: center; }
    #tmsearch .btn.button-search:hover {
      color: #1a8de6 !important; }
  #tmsearch #tm_search_query {
    display: block;
    padding: 12px 50px 13px 13px;
    height: 58px;
    border: none;
    background: none;
    border-right: 60px solid rgba(255, 255, 255, 0); }

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; }
