#tmsearch {
  width: 170px;
  float: right; }
  @media (max-width: 767px) {
    #tmsearch {
      width: 70%;
      float: left;
      clear: both; } }
  #tmsearch #tmsearchbox {
    float: left;
    width: 100%;
    position: relative;
    background: #fbfbfb;
    padding-right: 50px;
    position: relative; }
  #tmsearch .btn.button-search {
    background: #3c3c3c;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    color: #fbdd12;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 0 11px 0; }
    #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;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #tmsearch .btn.button-search:hover {
      color: #fff; }
      #tmsearch .btn.button-search:hover:before {
        -moz-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
        -webkit-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75); }
  #tmsearch #tm_search_query {
    display: inline-block;
    padding: 10px 0 10px 10px;
    height: 50px;
    border: none;
    background: #3c3c3c;
    color: #fff; }

body .ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px !important; }
  @media (max-width: 1400px) {
    body .ac_results {
      left: auto !important;
      right: 0; } }
  @media (max-width: 1199px) {
    body .ac_results {
      right: 15px; } }
  @media (max-width: 767px) {
    body .ac_results {
      right: auto;
      left: 15px; } }
  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: #F4F4F4; }
  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 {
    display: none;
    font-size: 11px;
    line-height: 15px; }
  body .ac_results .price {
    padding-right: 5px; }
    body .ac_results .price.product-price {
      color: #333; }

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