/*======================moveFromRight====================*/
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(5%); }

  to {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(5%); }

  to {
    -moz-transform: translateX(0%); } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(5%); }

  to {
    -ms-transform: translateX(0%); } }
#tmsearch {
  width: 470px;
  float: right;
  margin: 2px 54px 0 0; }
  #tmsearch #tmsearchbox, #tmsearch #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: white;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    padding-right: 105px; }
    @media (max-width: 479px) {
      #tmsearch #tmsearchbox, #tmsearch #searchbox {
        position: absolute;
        top: 50px;
        left: 0;
        float: none;
        display: none;
        width: 100%;
        background: white;
        z-index: 1; } }
    #tmsearch #tmsearchbox:before, #tmsearch #searchbox:before {
      font-family: "Material Icons";
      content: "\e8b6 ";
      display: inline-block;
      font-weight: normal;
      font-size: 30px;
      line-height: 48px;
      text-align: center;
      width: 58px;
      position: absolute;
      top: 50%;
      left: 0;
      color: #444444;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #tmsearch #tmsearchbox:before, #tmsearch #searchbox:before {
          display: none; } }
    #tmsearch #tmsearchbox .btn.button-search, #tmsearch #searchbox .btn.button-search {
      background: white;
      color: #6E0B08;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      width: 105px;
      text-align: center;
      padding-right: 0;
      padding-left: 0;
      height: 100%;
      border-radius: none;
      border: 1px solid #e2e2e2;
      border-left-width: 2px; }
      #tmsearch #tmsearchbox .btn.button-search:before, #tmsearch #searchbox .btn.button-search:before {
        font-family: "FontAwesome";
        content: "\f002";
        display: inline-block;
        font-weight: normal;
        font-size: 25px;
        width: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: none; }
      #tmsearch #tmsearchbox .btn.button-search:hover, #tmsearch #tmsearchbox .btn.button-search:active, #tmsearch #tmsearchbox .btn.button-search:active:focus, #tmsearch #tmsearchbox .btn.button-search:focus, #tmsearch #searchbox .btn.button-search:hover, #tmsearch #searchbox .btn.button-search:active, #tmsearch #searchbox .btn.button-search:active:focus, #tmsearch #searchbox .btn.button-search:focus {
        background: #6E0B08;
        color: white;
        border-color: #6E0B08; }
    #tmsearch #tmsearchbox #tm_search_query, #tmsearch #tmsearchbox #search_query_top, #tmsearch #searchbox #tm_search_query, #tmsearch #searchbox #search_query_top {
      display: block;
      padding: 14px 12px 14px 58px;
      height: 48px;
      line-height: 20px;
      font-size: 16px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      background: none; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #tmsearch #tmsearchbox #tm_search_query, #tmsearch #tmsearchbox #search_query_top, #tmsearch #searchbox #tm_search_query, #tmsearch #searchbox #search_query_top {
          padding-left: 12px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #tmsearch {
      margin: 2px 15px 0 0;
      width: 290px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #tmsearch {
      clear: right;
      width: 100%;
      margin: 25px 0 0;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    #tmsearch {
      float: none;
      margin-right: 0;
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #tmsearch {
      padding: 15px;
      background: #f8f8f8; } }
  @media (max-width: 479px) {
    #tmsearch {
      float: left;
      width: 33%;
      margin: 0;
      padding: 0; } }
  #tmsearch .search_open {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 49px;
    height: 49px;
    text-align: center;
    left: 0;
    color: #6E0B08;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 480px) {
      #tmsearch .search_open {
        display: none; } }
    #tmsearch .search_open:hover, #tmsearch .search_open.active {
      background: #6E0B08;
      color: white; }

@media (min-width: 1200px) {
  .lang_ru #tmsearch,
  .lang_fr #tmsearch,
  .lang_es #tmsearch,
  .lang_de #tmsearch {
    width: 370px;
    margin-right: 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .lang_ru #tmsearch,
  .lang_fr #tmsearch,
  .lang_es #tmsearch,
  .lang_de #tmsearch {
    width: 250px; } }

.lang_fr #tmsearch #tmsearchbox .btn.button-search {
  font-size: 12px; }

body .ac_results {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  background: #373737;
  border-radius: 0;
  color: #959595;
  background: #fff;
  border: 1px solid #e2e2e2;
  z-index: 9999;
  display: none;
  padding: 10px;
  border-radius: 0; }
  body .ac_results li {
    padding: 5px; }
  body .ac_results li {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #777; }
    body .ac_results li:first-child {
      margin-top: 0; }
    body .ac_results li.ac_odd {
      background: #fff; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #ebebeb; }
  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-style: italic; }
  body .ac_results span.product-name {
    font: normal 13px/18px Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #444444; }
  body .ac_results strong {
    color: #f13340; }
  body .ac_results .description {
    font-size: 11px;
    line-height: 15px; }
  body .ac_results .price {
    padding-right: 5px; }
