#tmsearch {
  float: right;
  margin-top: 37px;
  margin-right: 50px; }
  #tmsearch #tmsearchbox, #tmsearch #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: #efeff1;
    border: 3px solid #b0b0b1;
    width: 270px;
    padding-left: 12px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px; }
    #tmsearch #tmsearchbox .btn.button-search, #tmsearch #searchbox .btn.button-search {
      background: none;
      display: block;
      position: absolute;
      top: 0;
      right: 17px;
      border: none;
      color: white;
      width: 35px;
      text-align: center;
      padding: 6px 0 6px 0;
      color: #b0b0b1;
      font-size: 30px;
      line-height: 32px;
      border-radius: 50%;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
      #tmsearch #tmsearchbox .btn.button-search span, #tmsearch #searchbox .btn.button-search span {
        display: none; }
      #tmsearch #tmsearchbox .btn.button-search:before, #tmsearch #searchbox .btn.button-search:before {
        font-family: "fl-justicons";
        content: "\e044";
        display: inline-block;
        font-weight: normal;
        font-size: 25px;
        width: 100%;
        position: relative;
        top: 50%;
        right: 0;
        font-size: 30px;
        line-height: 32px;
        -moz-transition: 0.4s linear all;
        -o-transition: 0.4s linear all;
        -webkit-transition: 0.4s linear all;
        transition: 0.4s linear all; }
      #tmsearch #tmsearchbox .btn.button-search:hover, #tmsearch #searchbox .btn.button-search:hover {
        color: #00c247;
        transform: rotateY(180deg); }
        #tmsearch #tmsearchbox .btn.button-search:hover:before, #tmsearch #searchbox .btn.button-search:hover:before {
          color: #00c247; }
    #tmsearch #tmsearchbox #tm_search_query, #tmsearch #tmsearchbox #search_query_top, #tmsearch #searchbox #tm_search_query, #tmsearch #searchbox #search_query_top {
      display: block;
      padding: 13px 0 13px 13px;
      height: 45px;
      font-size: 16px;
      line-height: 18px;
      color: #b5b5b5;
      border: none;
      background: none;
      border-right: 60px solid rgba(255, 255, 255, 0);
      /* Firefox 19+ */
      /* Firefox 18- */ }
      #tmsearch #tmsearchbox #tm_search_query::-webkit-input-placeholder, #tmsearch #tmsearchbox #search_query_top::-webkit-input-placeholder, #tmsearch #searchbox #tm_search_query::-webkit-input-placeholder, #tmsearch #searchbox #search_query_top::-webkit-input-placeholder {
        color: #b0b0b1; }
      #tmsearch #tmsearchbox #tm_search_query::-moz-placeholder, #tmsearch #tmsearchbox #search_query_top::-moz-placeholder, #tmsearch #searchbox #tm_search_query::-moz-placeholder, #tmsearch #searchbox #search_query_top::-moz-placeholder {
        color: #b0b0b1; }
      #tmsearch #tmsearchbox #tm_search_query:-moz-placeholder, #tmsearch #tmsearchbox #search_query_top:-moz-placeholder, #tmsearch #searchbox #tm_search_query:-moz-placeholder, #tmsearch #searchbox #search_query_top:-moz-placeholder {
        color: #b0b0b1; }
      #tmsearch #tmsearchbox #tm_search_query:-ms-input-placeholder, #tmsearch #tmsearchbox #search_query_top:-ms-input-placeholder, #tmsearch #searchbox #tm_search_query:-ms-input-placeholder, #tmsearch #searchbox #search_query_top:-ms-input-placeholder {
        color: #b0b0b1; }
  @media only screen and (max-width: 1200px) {
    #tmsearch {
      margin-right: 15px; } }
  @media only screen and (max-width: 767px) {
    #tmsearch {
      float: left;
      margin-left: 15px;
      margin-right: 0; } }
  @media only screen and (max-width: 1200px) {
    #tmsearch #tmsearchbox {
      width: 235px; } }

#instant_search_results.page-heading {
  padding-top: 20px; }

body .ac_results {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 18px;
  z-index: 5;
  overflow: hidden;
  background: #293a4a;
  border-radius: 2px;
  color: #7d8a9d;
  background: #efeff1;
  border: 3px solid #b0b0b1;
  width: 270px;
  z-index: 9999; }
  body .ac_results li {
    padding: 5px; }
  body .ac_results li {
    padding: 10px;
    margin-top: 10px;
    border-radius: 2px;
    cursor: pointer; }
    body .ac_results li:first-child {
      margin-top: 0; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #c6c6cd; }
  body .ac_results .pull-left {
    float: none !important;
    margin-right: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    body .ac_results .pull-left img {
      display: inline-block; }
  body .ac_results .content {
    overflow: hidden; }
  body .ac_results span.reference, body .ac_results span.manufacturer {
    display: block;
    margin: 0 0 5px;
    font-style: italic; }
  body .ac_results span.product-name {
    font: normal 15px/20px Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #293a4a; }
  body .ac_results strong {
    color: #f13340; }
  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; } }
