#tmsearch {
  padding-top: 35px; }
  #tmsearch #tmsearchbox, #tmsearch #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: white;
    -moz-box-shadow: inset 0 0 0 1px #ebebeb;
    -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
    box-shadow: inset 0 0 0 1px #ebebeb;
    border-radius: 4px; }
    #tmsearch #tmsearchbox .btn.button-search, #tmsearch #searchbox .btn.button-search {
      background: transparent;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      color: white;
      width: 50px;
      text-align: center;
      height: 100%;
      box-shadow: none; }
      #tmsearch #tmsearchbox .btn.button-search span, #tmsearch #tmsearchbox .btn.button-search:before, #tmsearch #searchbox .btn.button-search span, #tmsearch #searchbox .btn.button-search:before {
        display: none; }
      #tmsearch #tmsearchbox .btn.button-search:after, #tmsearch #searchbox .btn.button-search:after {
        font-family: "FontAwesome";
        content: "\f002";
        display: inline-block;
        font-weight: normal;
        font-size: 25px;
        width: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        color: #f76b40;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #tmsearch #tmsearchbox .btn.button-search:hover, #tmsearch #searchbox .btn.button-search:hover {
        background: #f76b40; }
        #tmsearch #tmsearchbox .btn.button-search:hover:after, #tmsearch #searchbox .btn.button-search:hover:after {
          color: #fffffe; }
    #tmsearch #tmsearchbox #tm_search_query, #tmsearch #tmsearchbox #search_query_top, #tmsearch #searchbox #tm_search_query, #tmsearch #searchbox #search_query_top {
      display: block;
      padding: 12px 0 13px 13px;
      height: 42px;
      border: none;
      background: none;
      border-right: 60px solid rgba(255, 255, 254, 0); }

body .ac_results {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  overflow: hidden;
  background: #fffffe;
  border-radius: 4px;
  border: 2px solid #fec45c;
  color: #a1a1a1;
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999; }
  body .ac_results li {
    padding: 5px; }
  @media (max-width: 479px) {
    body .ac_results {
      padding: 5px; } }
  @media (max-width: 767px) {
    body .ac_results {
      width: 100% !important; } }
  body .ac_results li {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid transparent; }
    body .ac_results li:first-child {
      margin-top: 0; }
    body .ac_results li.ac_odd {
      background: #ebebeb;
      border-color: #fec45c; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #fffffe;
      color: #a1a1a1;
      border-color: #fec45c;
      -moz-box-shadow: inset 0px 1px 14px 0px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: inset 0px 1px 14px 0px rgba(0, 0, 0, 0.35);
      box-shadow: inset 0px 1px 14px 0px rgba(0, 0, 0, 0.35); }
      body .ac_results li:hover .description, body .ac_results li.ac_over .description {
        color: #1f2731; }
  body .ac_results .pull-left {
    margin-right: 20px; }
  body .ac_results .content {
    overflow: hidden; }
  body .ac_results span.reference, body .ac_results span.manufacturer {
    margin: 0 0 5px;
    font-style: italic;
    display: none; }
  body .ac_results span.product-name {
    font: 400 16px/25px "Lora", sans-serif;
    display: inline-block;
    color: #303639; }
  body .ac_results strong {
    color: #f13340; }
  body .ac_results .description {
    font-size: 11px;
    line-height: 15px;
    color: #a1a1a1;
    display: none; }
  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; } }

/* -------------------------------------------------------
                        Toggle-Search
 --------------------------------------------------------*/
#search-wrap {
  position: relative; }
  #search-wrap .current {
    display: none; }
  @media (max-width: 767px) {
    #search-wrap > .current {
      position: fixed;
      display: block;
      right: 20px;
      top: 10px;
      text-align: center;
      cursor: pointer;
      font-size: 36px;
      line-height: 40px;
      color: #f76b40;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 999; }
      #search-wrap > .current:hover, #search-wrap > .current.active {
        color: #fff; }
      #search-wrap > .current.active {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    #search-wrap #tmsearch {
      padding: 0;
      position: fixed;
      width: 100%;
      z-index: 9;
      display: none;
      top: 63px;
      right: 0;
      left: 0;
      margin: 0;
      background: #fffffe; }
      #search-wrap #tmsearch #tmsearchbox {
        width: 100%;
        margin-left: 0;
        border-bottom: 2px solid #fec45c; }
      #search-wrap #tmsearch .btn.button-search {
        z-index: -11; }
      #search-wrap #tmsearch.toogle_content {
        clear: both; }
        #search-wrap #tmsearch.toogle_content #tm_search_query {
          color: #1f2731;
          z-index: 99;
          padding: 8px 15px 8px 65px;
          background: #fffffe;
          width: 100%;
          display: block;
          height: 42px; }
        #search-wrap #tmsearch.toogle_content .btn.button-search {
          font-size: 0;
          position: absolute;
          width: 42px;
          height: 42px;
          text-align: center;
          left: 0px;
          top: 0px;
          line-height: 30px;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          border: none;
          border-radius: 0;
          background: #f76b40;
          min-width: 0;
          z-index: 99; }
          #search-wrap #tmsearch.toogle_content .btn.button-search:after {
            display: inline-block;
            content: '\f002';
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font: 400 18px/30px "FontAwesome";
            color: #fff;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
          #search-wrap #tmsearch.toogle_content .btn.button-search:hover:after {
            color: #1f2731; } }
