/** ================================================================
  *                         SMARTSEARCH
  * ============================================================= */
#search.loading {

}
#search_autocomplete {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.c-smartsearch {
  text-transform: capitalize;
}
.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: 42px;z-index: 999;left: 7px;border: 1px solid #e2e2e2;box-shadow: 0px 1px 4px 0px #e2e2e2;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;clear: both;}
.c-smartsearch .c-smartsearch__sale--accent{color: #3a3a3a;}
.c-smartsearch .c-smartsearch__price{float: none;}
.c-smartsearch .c-smartsearch__price > span{padding-right: 2px;}
.c-smartsearch .u-strike-through{text-decoration: line-through;}
.c-smartsearch .col-8-8 {width: 100%; 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: 12px;}
.c-smartsearch .c-smartsearch__title{font-size: 14px;text-transform: capitalize;}
.c-smartsearch .c-smartsearch__price span span{color: #222;font-size: 18px;font-weight: 600;}

@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;}
}