#tmsearch #tm_search_query {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  #tmsearch #tm_search_query::-webkit-input-placeholder {
    color: #fff; }
  #tmsearch #tm_search_query::-moz-placeholder {
    color: #fff; }
  #tmsearch #tm_search_query:-moz-placeholder {
    color: #fff; }
  #tmsearch #tm_search_query:-ms-input-placeholder {
    color: #fff; }

#tmsearch {
  float: right;
  clear: right;
  width: 270px;
  margin-top: 42px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    #tmsearch {
      margin-top: 14px; } }
  @media (max-width: 767px) {
    #tmsearch {
      margin-top: 12px; } }
  #tmsearch #tmsearchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    border-bottom: 1px solid #fff; }
  #tmsearch .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 42px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    -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:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 18px;
      width: 100%;
      text-align: center; }
    #tmsearch .btn.button-search:hover {
      color: #f6c636; }
  #tmsearch #tm_search_query {
    display: block;
    padding: 10px 48px 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 20px;
    border: none;
    background: none;
    color: #fff; }

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;
    font-size: 20px; }
  @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; }
