#tmsearch {
  float: left;
  margin-top: 34px;
  position: relative; }
  #tmsearch #tmsearchbox, #tmsearch #searchbox {
    float: left;
    border: 2px solid #f4f4f4;
    position: relative;
    -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;
      width: 35px;
      text-align: center;
      padding: 6px 0 6px 0;
      color: #b0b0b1;
      font-size: 26px;
      line-height: 32px;
      border-radius: 50%;
      text-shadow: none;
      -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;
        width: 100%;
        position: relative;
        top: 50%;
        right: 0;
        font-size: 26px;
        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: #333333;
        transform: rotateY(180deg); }
    #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: 45px 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; }
  #tmsearch .desctop-icon-search {
    display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    #tmsearch {
      margin-top: 34px; } }
  @media only screen and (max-width: 767px) {
    #tmsearch {
      margin-left: 15px;
      margin-right: 0;
      margin-top: 7.5%; } }
  #tmsearch #tmsearchbox {
    float: none;
    padding-left: 140px;
    width: 350px; }
  @media (max-width: 479px) {
    #tmsearch {
      float: none;
      margin: 15px 0 0;
      text-align: center; }
      #tmsearch #tmsearchbox {
        display: inline-block;
        padding-left: 115px;
        width: 280px; } }
  #tmsearch div.selector {
    border: none;
    left: 4px;
    position: absolute;
    top: 6px; }
    #tmsearch div.selector:after {
      background: #f4f4f4;
      content: '';
      height: 28px;
      right: 2px;
      position: absolute;
      top: 3px;
      width: 1px; }
    #tmsearch div.selector span:after {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: none;
      border: none;
      content: "\f107";
      cursor: pointer;
      color: #333333;
      display: inline-block;
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: 15px;
      height: 40px;
      line-height: 34px;
      right: 9px;
      width: 30px; }
  #tmsearch select {
    width: 130px; }
    @media (max-width: 767px) {
      #tmsearch select {
        border: none;
        left: 7px;
        position: absolute;
        top: 3px; } }
    @media (max-width: 479px) {
      #tmsearch select {
        width: 110px; } }
    #tmsearch select option {
      padding: 5px; }
  #tmsearch #tmsearch_result {
    background: white;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
    right: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 350px;
    z-index: 5; }
    @media (min-width: 992px) {
      #tmsearch #tmsearch_result {
        overflow-y: auto;
        max-height: 650px; } }
    @media (max-width: 479px) {
      #tmsearch #tmsearch_result {
        right: -75px;
        width: 280px; } }
    #tmsearch #tmsearch_result .search-page {
      overflow: hidden;
      clear: both; }
    #tmsearch #tmsearch_result .tmsearch-row {
      padding: 15px;
      margin-top: 30px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.4s ease; }
      #tmsearch #tmsearch_result .tmsearch-row .tmsearch-inner-row {
        position: relative; }
        #tmsearch #tmsearch_result .tmsearch-row .tmsearch-inner-row img {
          margin-right: 15px;
          background: white; }
      #tmsearch #tmsearch_result .tmsearch-row:first-child {
        margin: 0; }
      #tmsearch #tmsearch_result .tmsearch-row:hover {
        background: #efefef; }
    #tmsearch #tmsearch_result .reference, #tmsearch #tmsearch_result .quantity, #tmsearch #tmsearch_result .availability {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 0 0;
      font-size: 12px; }
      #tmsearch #tmsearch_result .reference.availability, #tmsearch #tmsearch_result .quantity.availability, #tmsearch #tmsearch_result .availability.availability {
        text-decoration: underline; }
      #tmsearch #tmsearch_result .reference.quantity, #tmsearch #tmsearch_result .quantity.quantity, #tmsearch #tmsearch_result .availability.quantity {
        color: #ccc; }
    #tmsearch #tmsearch_result .name {
      color: #121212;
      display: block;
      font-size: 15px;
      line-height: 21px;
      font-weight: bold;
      margin: 5px 0; }
    #tmsearch #tmsearch_result .price {
      color: #121212;
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0; }
      #tmsearch #tmsearch_result .price.new-price {
        color: red; }
    #tmsearch #tmsearch_result .description-short {
      margin-bottom: 10px; }
    #tmsearch #tmsearch_result div > strong {
      font-weight: normal;
      color: black; }
    #tmsearch #tmsearch_result .manufacturer-name, #tmsearch #tmsearch_result .supplier-name {
      float: right;
      margin-left: 20px;
      display: block;
      padding: 3px 7px;
      font-size: 11px;
      line-height: 15px; }
    #tmsearch #tmsearch_result.loading {
      opacity: 0.5; }
    #tmsearch #tmsearch_result div.hidden-row, #tmsearch #tmsearch_result div.hidden-page {
      display: none; }
    #tmsearch #tmsearch_result .pagers {
      float: right;
      padding-top: 15px; }
      #tmsearch #tmsearch_result .pagers a {
        background: #f7f7f7;
        padding: 5px 10px;
        margin: 0 3px;
        display: inline-block;
        text-decoration: none; }
        #tmsearch #tmsearch_result .pagers a:hover, #tmsearch #tmsearch_result .pagers a.active, #tmsearch #tmsearch_result .pagers a:focus {
          background: #f1f0f0;
          color: #000;
          outline: none; }
    #tmsearch #tmsearch_result .navigation {
      float: right;
      padding-top: 15px; }
      #tmsearch #tmsearch_result .navigation.top {
        padding-top: 0;
        padding-bottom: 15px; }
      #tmsearch #tmsearch_result .navigation > a {
        float: left;
        font-size: 24px;
        padding: 2px 0;
        text-decoration: none; }
        #tmsearch #tmsearch_result .navigation > a.disabled {
          cursor: default;
          color: #cccccc; }
        #tmsearch #tmsearch_result .navigation > a:hover, #tmsearch #tmsearch_result .navigation > a.active, #tmsearch #tmsearch_result .navigation > a:focus {
          outline: none; }
      #tmsearch #tmsearch_result .navigation .pagers {
        float: left;
        padding-top: 0; }
      #tmsearch #tmsearch_result .navigation .count-pages {
        float: left;
        font-size: 17px;
        padding: 5px 10px; }
        #tmsearch #tmsearch_result .navigation .count-pages .current {
          color: #000000; }
    #tmsearch #tmsearch_result .tmsearch-alllink {
      padding-top: 20px;
      float: left; }
      #tmsearch #tmsearch_result .tmsearch-alllink a {
        display: block; }
        #tmsearch #tmsearch_result .tmsearch-alllink a:after {
          font-family: "FontAwesome";
          content: '\f021';
          font-size: 24px;
          margin-left: 10px;
          vertical-align: -4px;
          color: #85ce90; }
