/** ================================================================
  *                         SMARTSEARCH
  * ============================================================= */
#search_autocomplete {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.c-smartsearch {
  text-transform: uppercase;
}
.c-smartsearch__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.c-smartsearch__wrapper {
  position: absolute;
  width: 99.6%;
  top: 32px;
  z-index: 999;
  left: 7px;
  border: 1px solid #ededed;
  box-shadow: 0px 1px 4px 0px #ededed;
  background: #FFFFFF;
}
.c-smartsearch__wrapper--inner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.c-smartsearch__content {
  background-color: white;
}
.c-smartsearch__product {
  border-top: 1px solid #f2f2f2;
  padding: 15px 15px;
}
.c-smartsearch__title {
  text-decoration: none;
  float: left;
  clear: both;
}
.c-smartsearch .c-smartsearch__sale--accent {
  color: #3a3a3a;
}
.c-smartsearch .c-smartsearch__price {
  float: left;
}
.c-smartsearch .c-smartsearch__price > span {
  padding-right: 2px;
}
.c-smartsearch .u-strike-through {
  text-decoration: line-through;
}
.c-smartsearch .col-8-8 {
  width: 89%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.c-smartsearch .col-2-8 {
  width: 22.89157%;
  float: left;
  margin-right: 2.81124%;
}
.c-smartsearch .col-6-8 {
  width: 72%;
  float: right;
  margin-right: 0;
  margin-top: -4px;
}
@media screen and (max-width: 1023px) {
  .c-smartsearch__wrapper--inner {
    max-width: 100% !important;
  }
  .c-smartsearch__wrapper {
    top: 50px !important;
  }
  .c-smartsearch__image {
    text-align: center;
  }
  .c-smartsearch__image img {
    max-height: 150px;
    width: auto;
  }
}