.search_back {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 55;
  position: fixed;
  background-color: rgba(16, 16, 16, 0.3);
  display: none;
}

.search_res {
  font-size: 16px;
  margin-top: 40px;
}
.search_res strong {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}
.search_res ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.search_res ul li {
  color: #000;
  padding-left: 0;
  padding-right: 0.2rem;
  margin-bottom: 10px;
}
.search_res ul li a {
  text-decoration: none;
}
.search_res ul li a .search-parent-title {
  color: #dab07b;
  font-size: 0.8rem;
}
.search_res ul li a .s_title {
  color: #626262;
  display: block;
  line-height: 2rem;
}
.search_res ul li a .s_title:hover {
  text-decoration: underline;
}
.search_res ul li a .s_substring {
  color: #b7b7b7;
  display: block;
  font-size: 12px;
  line-height: 1.5rem;
}
.search_res .nav > li > a {
  padding: 5px 2px;
}
.search_res .tab-pane.fade {
  display: none;
}

.search_whisperer {
  position: absolute;
  display: none;
  left: -10vw;
  top: 76px;
  width: 60vw;
  z-index: 99999;
}
.search_whisperer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #ed7b34;
  border-top: 0;
  margin-left: -12px;
  margin-top: -12px;
}
.search_whisperer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  margin-left: -12px;
  margin-top: -11px;
  z-index: 2;
}
.search_whisperer .whisperer_inner {
  background: #ffffff;
  border: 1px solid #ed7b34;
  margin: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 20px;
  max-height: 79vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 2px 6px 10px #000;
  list-style: none !important;
}
.search_whisperer .whisperer_inner .close_search {
  position: absolute;
  right: 25px;
  top: 0px;
  z-index: 99;
  background: #fff;
  color: #7c7c7c;
  font-size: 20px;
  cursor: pointer;
}
.search_whisperer .whisperer_inner .nav.nav-tabs li {
  width: 31%;
}
.search_whisperer .whisperer_inner .nav.nav-tabs li a {
  margin: 0 0 14px;
  padding: 5px 0 15px;
  border: 0;
  font-weight: bold;
  color: #555;
}
.search_whisperer .whisperer_inner .nav.nav-tabs li.active a {
  color: #ed7b33;
}
@media only screen and (max-width: 768px) {
  .search_whisperer .whisperer_inner {
    width: 90%;
    padding-left: 10px;
    position: relative;
    left: 12px;
  }
}
.search_whisperer .whisperer_inner .search_res .left_col {
  padding-left: 60px;
}
.search_whisperer .whisperer_inner .search_res ul {
  padding: 0;
  list-style: none;
}
.search_whisperer .whisperer_inner .search_res ul li {
  color: #000;
  padding-left: 0;
  padding-right: 0.2rem;
  padding-bottom: 4px;
  margin-bottom: 3px;
}
.search_whisperer .whisperer_inner .search_res ul li a {
  text-decoration: none;
}
.search_whisperer .whisperer_inner .search_res ul li a .search-parent-title {
  color: #dab07b;
  font-size: 0.8rem;
}
.search_whisperer .whisperer_inner .search_res ul li a .s_title {
  color: #626262;
  display: block;
  line-height: 2rem;
}
.search_whisperer .whisperer_inner .search_res ul li a .s_substring {
  color: #b7b7b7;
  display: block;
  font-size: 12px;
  line-height: 1.5rem;
}
.search_whisperer .whisperer_inner .produkt-karta_parent_new {
  float: left;
}
@media only screen and (max-width: 500px) {
  .search_whisperer .whisperer_inner .produkt-karta_parent_new {
    width: 49%;
  }
}
@media only screen and (min-width: 900px) {
  .search_whisperer .whisperer_inner .produkt-karta_parent_new .produkt-karta .product_image {
    height: 200px;
    margin-bottom: 5px;
  }
}
.search_whisperer .whisperer_inner .produkt-karta_parent_new .produkt-karta .produkt-karta-text-2 {
  display: none;
}
.search_whisperer .whisperer_inner .produkt-karta_parent_new .produkt-karta .pr_details .pr_labels {
  bottom: 144px;
  margin-left: 5px;
}
.search_whisperer .whisperer_inner .produkt-karta_parent_new .produkt-karta .old_price {
  font-size: 8px;
}

@media only screen and (min-width: 1201px) {
  .content .search_form.whisperer {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .search_whisperer {
    width: 100vw;
  }
}
/*.product_form_group_submit {
  margin-bottom: 10px;

  svg {
    &:not(:root) {
      overflow: hidden;
    }

    &:not(:root).svg-inline--fa {
      overflow: visible;
    }
  }

  button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    margin: 8px 0 0;
    font-size: 16px;
    height: 70px;
    padding: 24px 30px;
    color: #1e242b;
    border: none;
    border-radius: 0;
    background-color: #ed7b33;

    &::-moz-focus-inner {
      border: 0;
      padding: 0;
    }
  }

  input {
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: normal;

    &::-moz-focus-inner {
      border: 0;
      padding: 0;
    }
  }

  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

    &:focus {
      border-color: #66afe9;
      outline: 0;
    }

    &::-moz-placeholder {
      color: #999;
      opacity: 1;
    }

    &:-ms-input-placeholder {
      color: #999;
    }

    &::-webkit-input-placeholder {
      color: #999;
    }

    &::-ms-expand {
      background-color: transparent;
      border: 0;
    }
  }

  .form-group {
    margin-bottom: 15px;
  }

  .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0 !important;

    &:active {
      &:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
      }

      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
      background: #ed7b33;
    }

    &:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
      color: #333;
      text-decoration: none;
    }

    &:hover {
      color: #333;
      text-decoration: none;
    }
  }

  .btn-info {
    color: #fff;
    background-color: #777b7f;
    border: none;
    padding: 15px;

    &:focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85;
    }

    &:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc;
    }

    &:active {
      color: #fff;
      background-color: #31b0d5;
      background-image: none;
      border-color: #269abc;

      &:focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85;
      }

      &:hover {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85;
      }
    }
  }

  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }

  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;

    .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0;
      display: table-cell;

      &:focus {
        z-index: 3;
      }

      &:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }

  .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .input-group-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    font-size: 0;

    &:last-child {
      > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        z-index: 2;
        margin-left: -1px;
      }
    }

    > .btn {
      position: relative;

      &:active {
        z-index: 2;
      }

      &:focus {
        z-index: 2;
      }

      &:hover {
        z-index: 2;
      }
    }
  }

  .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
  }

  .svg-inline--fa.fa-w-16 {
    width: 1em;
  }

  .margin-bot-30 {
    margin-bottom: 30px !important;
  }

  .custom-search-input {
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: #fff;
    height: 40px;

    input {
      border: 0;
      box-shadow: none;
      font-size: 14px;
      color: #191d22;
      height: 38px;
      padding: 1px 15px;
    }

    button {
      margin: 0;
      background: 0 0;
      box-shadow: none;
      border: 0;
      color: #1f252c;
      padding: 12px 15px 10px 14px;
      font-size: 14px;
      height: auto;

      &:hover {
        border: 0;
        box-shadow: none;
        color: #565656;
      }
    }
  }

  .tdx_search_form {
    display: none;
  }

  @media (min-width: 992px) {
    .col-md-12 {
      float: left;
      width: 100%;
    }
  }
  @media (max-width: 1200px) {
    .tdx_search_form {
      display: block;
    }
  }
}
*/

/*# sourceMappingURL=search.css.map */
