#tmsearch {
  float: right;
  margin-right: 16px; }
  #tmsearch .form-control {
    font-size: 12px;
    color: #888888; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #tmsearch {
      clear: both;
      margin-right: 0; } }

#tmsearch #tmsearchbox {
  float: left;
  width: 114px;
  position: relative;
  font-size: 12px;
  color: #888888;
  padding-right: 22px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #tmsearch #tmsearchbox.active {
    width: 230px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

#tmsearch .btn.button-search {
  margin-top: 5px;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  border: none;
  color: white;
  width: auto;
  text-align: center;
  padding: 0px 0 0px 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#tmsearch .btn.button-search span {
  display: none; }

#tmsearch .btn.button-search:before {
  content: "\e13d";
  display: block;
  color: #bebebe;
  font-family: "material-design";
  font-size: 23px;
  width: 100%;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#tmsearch .btn.button-search:hover {
  background-color: transparent;
  color: #333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #tmsearch .btn.button-search:hover:before {
    color: #333;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

#tmsearch #tm_search_query {
  display: inline-block;
  padding: 12px 10px 13px 13px;
  height: 40px;
  border: none;
  background: none; }

body .ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px !important;
  margin-top: -1px; }
  @media (max-width: 768px) {
    body .ac_results {
      width: 250px !important; } }

body .ac_results li {
  cursor: pointer;
  padding: 5px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px; }

.ac_results li.ac_odd {
  background: white; }

.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb; }

.ac_results .pull-left {
  margin-right: 20px; }

.ac_results .content {
  overflow: hidden; }

.ac_results span.reference, .ac_results span.manufacturer {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  color: #3a3939;
  line-height: 15px;
  font-style: italic; }

.ac_results span.product-name {
  font-size: 13px;
  line-height: 19px;
  display: inline-block;
  font-weight: 600; }

.ac_results strong {
  color: #888; }

.ac_results .description {
  font-size: 11px;
  line-height: 15px; }

.ac_results .price {
  padding-right: 5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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; }
