#tmsearch {
  float: left;
  padding-top: 48px;
  padding-left: 80px;
  min-width: 380px; }
 @media (max-width: 1199px) {
    #tmsearch {
      padding-left: 40px;
      min-width: 320px; } }
  @media (max-width: 767px) {
    #tmsearch {
      padding-left: 15px;
      padding-right: 15px;
      float: none;
      padding-top: 14px;
      min-width: 100%; } }
  @media (max-width: 479px) {
    #tmsearch {
      padding-top: 10px; } }
  #tmsearch #tmsearchbox {
    border-radius: 3px;
    float: left;
    width: 100%;
    border: 1px solid #404040;
    position: relative;
    background: #000000;
    padding-right: 50px; }
  #tmsearch .btn.button-search {
    background-image: -moz-linear-gradient(left, #000000 0%, #000000 0.27%, #2f2f2f 50%, #000000 100%);
    background-image: -webkit-linear-gradient(left, #000000 0%, #000000 0.27%, #2f2f2f 50%, #000000 100%);
    background-image: linear-gradient(to right, #000000 0%, #000000 0.27%, #2f2f2f 50%, #000000 100%);
    display: block;
    position: absolute;
    color: #d66012;
    width: 50px;
    top: -1px;
    right: -1px;
    text-align: center;
    padding: 5px 0 5px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    border: 1px solid #404040; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 24px;
      width: 100%;
      text-align: center; }
    #tmsearch .btn.button-search:hover {
      color: #fff;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  #tmsearch #tm_search_query {
    display: inline-block;
    padding: 5px 10px 5px 13px;
    height: 44px;
    border: none;
    background: none; }

body .ac_results {
  background: #000;
  border: 1px solid #404040;
  width: 265px !important;
  margin-top: -1px; }
  @media (max-width: 767px) {
    body .ac_results {
      width: auto; } }
  body .ac_results li {
    padding: 5px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    border-bottom: 1px solid #404040; }
    body .ac_results li.ac_odd {
      background: #000; }
    body .ac_results li.ac_over {
      background: #000; }
    body .ac_results li:last-child {
      border: none; }
    body .ac_results li:hover {
      background: #202020;
      cursor: pointer; }
  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: #FFF;
    line-height: 15px;
    font-style: italic; }
  body .ac_results .img-responsive {
    background: url(../../../../../img/img-bg.jpg);
    background-size: cover; }
  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: 18px;
    display: block;
    margin-bottom: 5px; }
    body .ac_results .price.product-price {
      color: #d66012; }
  @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; }
