@media (min-width: 1px) {
  #scroll-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #suggester #suggest_layer {
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    height: unset;
    border-top: 4px solid #747474;
    border-radius: 0;
    overflow-y: auto;
    bottom: 0;
    padding: 10px 0 0 0; }
    #suggester #suggest_layer .suggestion {
      border-bottom: 1px solid #e3e3e3;
      margin-top: 10px; }
    #suggester #suggest_layer .suggestion:first-child {
      margin-top: 0; }
    #suggester #suggest_layer .left-col .row.suggestion {
      margin: 10px 0 10px 0; }
    #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox {
      overflow-y: auto; }
    #suggester #suggest_layer:after {
      display: none; }
    #suggester #suggest_layer .sugg_list_recent_searches li {
      font-size: 1.3em;
      line-height: 1.9em; }
    #suggester #suggest_layer .sugg_list_recent_searches .boxtitle {
      font-size: 1.3em; }
    #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul.article-list {
      max-height: 342px;
      /* 220px*/
      width: 90%;
      overflow: hidden;
      display: inline-block;
      transition: 0.3s ease-out; }
      #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul.article-list.read-more {
        height: auto;
        max-height: 100%;
        transition: 0.3s ease-out; }
    #suggester #suggest_layer .sugg_list_category_suggestions ul li {
      font-size: 1em; }
    #suggester #suggest_layer .sugg_list_product_category_suggestions {
      border-bottom: none;
      margin-top: 10px; }
      #suggester #suggest_layer .sugg_list_product_category_suggestions ul.product-category-list {
        max-height: 270px;
        /* 170px */
        overflow: hidden;
        display: block;
        transition: 0.3s ease-out; }
        #suggester #suggest_layer .sugg_list_product_category_suggestions ul.product-category-list.read-more {
          height: auto;
          max-height: 100%;
          transition: 0.3s ease-out; }
      #suggester #suggest_layer .sugg_list_product_category_suggestions ul li {
        display: block;
        height: 84px;
        margin: 0 0 10px 0;
        border: 0;
        border-bottom: 1px solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(to right, #ddd, #fff); }
        #suggester #suggest_layer .sugg_list_product_category_suggestions ul li .sugg_product_category_image {
          float: left;
          margin: 0 0 0 12.5px;
          width: 100px; }
        #suggester #suggest_layer .sugg_list_product_category_suggestions ul li .sugg_product_category_title {
          padding-top: 12px;
          font-size: 1em;
          display: block;
          font-weight: bold;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
    #suggester #suggest_layer .sugg_list_show_all {
      text-align: center;
      background: #575757;
      margin-bottom: 0; }
      #suggester #suggest_layer .sugg_list_show_all a {
        color: #FFFFFF;
        font-size: 1.2em;
        line-height: 3em;
        font-weight: normal; }
    #suggester #suggest_layer .show-more-less {
      text-align: right; }
      #suggester #suggest_layer .show-more-less .moreless-wrapper {
        border: 1px solid #eee;
        display: inline-block;
        padding: 2px 8px;
        border-radius: 12px;
        font-size: 0.8em;
        white-space: nowrap;
        float: right; }
        #suggester #suggest_layer .show-more-less .moreless-wrapper:hover {
          border: 1px solid #575757; }
        #suggester #suggest_layer .show-more-less .moreless-wrapper .ra-icon.plus, #suggester #suggest_layer .show-more-less .moreless-wrapper .ra-icon.minus {
          margin-right: 4px;
          font-size: 1.2em;
          vertical-align: middle; }
  #header.suggest-frozen {
    position: fixed; }
  #header .form.search #searchParam {
    font-size: 16px; } }

@media (min-width: 768px) {
  #scroll-overlay {
    display: none; }
  #suggester #suggest_layer {
    position: absolute;
    width: auto;
    left: 0;
    right: -50%;
    border-top: none;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: unset;
    padding: 10px;
    border-radius: 5px; }
    #suggester #suggest_layer .suggestion {
      border-bottom: none;
      margin-top: 0; }
    #suggester #suggest_layer .suggestion:first-child {
      margin-top: 0; }
    #suggester #suggest_layer .left-col .row.suggestion {
      margin: 0 0 10px 0; }
    #suggester #suggest_layer:after {
      display: block; }
    #suggester #suggest_layer.has-info-col {
      width: auto;
      left: -50%;
      right: -50%; }
    #suggester #suggest_layer .sugg_list_recent_searches li {
      font-size: 1em;
      line-height: 1.4em; }
    #suggester #suggest_layer .sugg_list_recent_searches .boxtitle {
      font-size: 1.1em; }
    #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox {
      max-height: 65vh;
      overflow-y: auto; }
      #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul.article-list {
        height: auto;
        max-height: unset;
        overflow: visible;
        display: inline-block;
        transition: 0.3s ease-out; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul.article-list.read-more {
          height: auto;
          max-height: 100%;
          transition: 0.3s ease-out; }
    #suggester #suggest_layer .sugg_list_category_suggestions ul li {
      font-size: 1.2rem; }
    #suggester #suggest_layer .sugg_list_product_category_suggestions {
      border-bottom: none; }
      #suggester #suggest_layer .sugg_list_product_category_suggestions ul li {
        display: block;
        height: auto;
        margin: 0;
        border-bottom: none;
        border-image-slice: 0;
        border-image-source: none; }
        #suggester #suggest_layer .sugg_list_product_category_suggestions ul li .sugg_product_category_title {
          padding: unset;
          font-size: 1em;
          display: inline-block;
          font-weight: normal; }
      #suggester #suggest_layer .sugg_list_product_category_suggestions .ra-icon.plus, #suggester #suggest_layer .sugg_list_product_category_suggestions .ra-icon.minus {
        line-height: 1.2em; }
    #suggester #suggest_layer .sugg_list_show_all {
      text-align: right;
      background: none;
      margin-bottom: 0; }
      #suggester #suggest_layer .sugg_list_show_all a {
        font-size: inherit;
        color: #5e0751;
        line-height: 1em;
        font-weight: bold; }
    #suggester #suggest_layer .show-more-less i.ra-icon {
      line-height: inherit; }
  #header .form.search #searchParam {
    font-size: unset; } }

@media (min-width: 1200px) {
  #suggester #suggest_layer {
    position: absolute;
    width: 760px;
    left: 0;
    border-top: none;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: unset;
    padding: 10px;
    border-radius: 5px; }
    #suggester #suggest_layer.has-info-col {
      width: 1160px;
      left: -290px; }
    #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox {
      max-height: 65vh;
      overflow-y: auto; } }

#suggester {
  display: flex;
  align-items: stretch;
  position: relative;
  width: inherit; }
  #suggester div.close {
    position: fixed;
    left: 0;
    font-size: 2em;
    padding: 16px;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 18vw;
    text-align: center;
    cursor: pointer; }
  #suggester .wrapper {
    display: flex;
    min-height: 100vh; }
  #suggester #suggest_layer {
    box-shadow: 1px 3px 10px #55555555;
    z-index: 9999;
    background-color: #ffffff;
    top: 58px; }
    #suggester #suggest_layer:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin-left: -0.5em;
      top: 0;
      box-sizing: border-box;
      border: 10px solid;
      border-color: transparent transparent #ffffff #ffffff;
      transform-origin: 0 0;
      transform: rotate(135deg);
      box-shadow: -3px 3px 3px #55555510;
      right: 80%; }
    #suggester #suggest_layer.has-info-col:after {
      right: 68%; }
    #suggester #suggest_layer ul {
      list-style: none;
      padding: 0; }
    #suggester #suggest_layer #clear-user-searches {
      position: absolute;
      left: 240px;
      font-size: 0.8em;
      line-height: 1.3em;
      border: 1px solid #e3e3e3;
      border-radius: 10px;
      padding: 1px 0 0 12px;
      text-align: center;
      cursor: pointer; }
      #suggester #suggest_layer #clear-user-searches:hover {
        border: 1px solid #575757; }
    #suggester #suggest_layer .sugg_list_recent_searches span.icon {
      vertical-align: middle;
      margin-right: 10px; }
    #suggester #suggest_layer .boxtitle {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 10px; }
    #suggester #suggest_layer .sugg_list_category_suggestions ul li {
      background: #575757;
      border-radius: 10px;
      border: 1px solid #e3e3e3;
      padding: 2px 6px;
      margin: 0 5px 10px 0;
      float: left; }
      #suggester #suggest_layer .sugg_list_category_suggestions ul li a {
        color: #FFFFFF;
        font-weight: normal; }
      #suggester #suggest_layer .sugg_list_category_suggestions ul li:hover {
        background: #5e0751; }
      #suggester #suggest_layer .sugg_list_category_suggestions ul li.show-more-element {
        background: #575757;
        color: #FFFFFF;
        cursor: pointer;
        white-space: nowrap; }
        #suggester #suggest_layer .sugg_list_category_suggestions ul li.show-more-element:hover {
          background: #5e0751; }
        #suggester #suggest_layer .sugg_list_category_suggestions ul li.show-more-element .ra-icon.plus, #suggester #suggest_layer .sugg_list_category_suggestions ul li.show-more-element .ra-icon.minus {
          font-size: 1.2em;
          line-height: 1.2em;
          vertical-align: top;
          cursor: pointer;
          margin-right: 3px;
          pointer-events: none; }
    #suggester #suggest_layer .sugg_list_category_suggestions .category-list {
      max-height: 34px;
      width: 100%;
      overflow: hidden;
      display: inline-block;
      transition: 0.3s ease-out; }
      #suggester #suggest_layer .sugg_list_category_suggestions .category-list.read-more {
        height: auto;
        max-height: 500px;
        transition: 0.3s ease-out; }
    #suggester #suggest_layer .sugg_list_product_category_suggestions ul li .sugg_product_category_title a {
      color: #5e0751;
      font-weight: normal; }
    #suggester #suggest_layer .sugg_list_product_category_suggestions .sugg_product_category_title .count {
      background: #eee;
      border-radius: 10px;
      padding: 2px 6px;
      margin: 7px 5px 7px 0;
      font-size: 0.8em;
      width: -moz-fit-content;
      width: fit-content;
      font-weight: normal; }
    #suggester #suggest_layer .sugg_list_snippet_suggestions ul li {
      min-height: 60px;
      margin: 0 0 10px 0;
      border: 0;
      border-bottom: 1px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(to right, #ddd, #fff); }
      #suggester #suggest_layer .sugg_list_snippet_suggestions ul li a {
        font-weight: bold; }
        #suggester #suggest_layer .sugg_list_snippet_suggestions ul li a .sugg_snippet_icon {
          float: left;
          margin: 0 10px 0 0;
          color: #575757; }
          #suggester #suggest_layer .sugg_list_snippet_suggestions ul li a .sugg_snippet_icon i.ra-icon {
            font-size: 3em; }
        #suggester #suggest_layer .sugg_list_snippet_suggestions ul li a .sugg_snippet_title {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          #suggester #suggest_layer .sugg_list_snippet_suggestions ul li a .sugg_snippet_title div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          #suggester #suggest_layer .sugg_list_snippet_suggestions ul li a .sugg_snippet_title .small {
            color: #575757; }
      #suggester #suggest_layer .sugg_list_snippet_suggestions ul li .sugg_snippet_longdescription {
        margin: 10px 0; }
    #suggester #suggest_layer .sugg_list_adviser_suggestions ul li {
      min-height: 60px;
      margin: 0 0 10px 0;
      border: 0;
      border-bottom: 1px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(to right, #ddd, #fff); }
      #suggester #suggest_layer .sugg_list_adviser_suggestions ul li .sugg_adviser_icon {
        float: left;
        margin: 0 10px 0 0; }
        #suggester #suggest_layer .sugg_list_adviser_suggestions ul li .sugg_adviser_icon i.ra-icon {
          font-size: 3em; }
      #suggester #suggest_layer .sugg_list_adviser_suggestions ul li .sugg_adviser_title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox {
      /*
                max-height: 75vh;
                overflow-y: auto;
                */ }
      #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li {
        display: block;
        height: 110px;
        margin: 0 0 10px 0;
        border: 0;
        border-bottom: 1px solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(to right, #ddd, #fff); }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li:last-child {
          border-bottom: none; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li a {
          display: inline-block;
          width: 100%; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_artnum {
          font-size: 0.8em;
          color: #999999; }
          #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_artnum .ribbon.recommended {
            display: inline-block;
            color: #ffffff;
            background-color: #f59100;
            padding: 0 8px 0 4px; }
            #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_artnum .ribbon.recommended .ra-icon {
              font-size: 10px;
              margin-right: 4px; }
              #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_artnum .ribbon.recommended .ra-icon.star-full {
                background-color: #f59100;
                color: #FFFFFF;
                border: 1px solid transparent !important; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_attributes {
          font-size: 0.8em;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_title {
          color: #5e0751;
          font-weight: bold;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_price {
          margin: 4px 0; }
          #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_price.on-request {
            font-style: italic; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_image {
          float: left;
          margin: 0 10px 0 0; }
          #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_image img {
            width: 100px;
            height: auto; }
        #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_ribbons .ribbon {
          float: left; }
          #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_ribbons .ribbon .ra-icon {
            font-size: 16px;
            border: 1px solid;
            border-radius: 2px;
            margin: 0 4px 0 0; }
            #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox ul li .sugg_article_ribbons .ribbon .ra-icon.sustained {
              background-color: #FFFFFF;
              color: #009036; }
    #suggester #suggest_layer .sugg_list_show_all {
      display: block; }
    #suggester #suggest_layer .fade-enter-active {
      transition: opacity .2s; }
    #suggester #suggest_layer .fade-leave-active {
      transition: opacity 1s; }
    #suggester #suggest_layer .fade-enter, #suggester #suggest_layer .fade-leave-to {
      opacity: 0; }

/* IE 11 fix */
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  #suggester #suggest_layer {
    width: 60vw; }
    #suggester #suggest_layer.has-info-col {
      width: 96vw; } }

@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
  #suggester #suggest_layer {
    width: 580px; }
    #suggester #suggest_layer.has-info-col {
      width: 1160px; } }

@media all and (-ms-high-contrast: none) {
  #suggester #suggest_layer {
    max-height: 70vh;
    overflow-y: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: inline-table; }
    #suggester #suggest_layer .sugg_list_article_suggestions .article_suggestion_scrollbox {
      max-height: 52vh; }
    #suggester #suggest_layer .sugg_list_product_category_suggestions ul li .sugg_product_category_title {
      padding: 0; } }
