#tmsearch {
  padding-top: 30px;
  float: right;
}
/*  @media (max-width: 1199px) {
    #tmsearch {
      width: 398px; } }
  @media (max-width: 991px) {
    #tmsearch {
      width: 253px; } }
  @media (max-width: 767px) {
    #tmsearch {
      width: 45%;
      float: none;
      float: left;
      margin-left: 15px; } }
  @media (max-width: 560px) {
    #tmsearch {
      float: none;
      clear: both;
      width: auto;
      padding-right: 15px;
      padding-top: 15px; } }*/
  #tmsearch #tmsearchbox {
    width: 100%;
    border: 3px solid #17c9be;
    position: relative;
    background: #fff;
    padding-right: 54px; }
  #tmsearch .btn.button-search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 54px;
    height: 54px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:before {
      content: "\e13d ";
      display: block;
      font-family: "material-design";
      font-size: 26px;
      line-height: 54px;
      width: 100%;
      text-align: center;
      -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:hover {
      color: #17c9be;
      background: white; }
  #tmsearch #tm_search_query {
    display: inline-block;
    padding: 17px 12px;
    height: 54px;
    line-height: 20px;
    border: none;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body .ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: 2px; }
  body .ac_results li {
    padding: 12px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    border-top: 1px solid #ebebec;
    cursor: pointer; }
    body .ac_results li:first-child {
      border: none; }
    body .ac_results li.ac_odd {
      background: white; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #f6f6f7; }
  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; }
