.search__result-tabs {
    list-style: none;
    border-bottom: 1px solid #cccccc;
    padding: 0;
}
.search__result-tabs:before,
.search__result-tabs:after {
    content: '';
    display: table;
}
.search__result-tabs:after {
    clear: both;
}
.search__result-tabs li {
    margin: 0 5px -1px 0;
    padding: 0;
    float: left;
}
.search__result-tabs li a {
    display: block;
    padding: 10px 35px;
    text-decoration: none;
    color: #7d7d7d;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-radius: 1px 1px 0 0;
}
.search__result-tabs li a.active,
.search__result-tabs li a:hover,
.search__result-tabs li a:focus {
    color: #333;
    background: #fff;
}
.search__result-tabs li a.active {
    border-bottom: 1px solid #fff;
}
.search__result-tabs li:only-child {
    display: none;
}
.search__result-index ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
.search__result-index ul li {
    margin: 3rem 0;
}
.search__result-index ul li .title {
    font-size: 1.8rem;
    font-weight: 300;
}
.search__index-magento-catalog-category ul li {
    margin: 1.5rem 0;
}
.search__index-magento-catalog-category ul li .title {
    font-size: 1.6rem;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1rem;
    color: #a3a3a3;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0px 5px 0px 10px;
    vertical-align: 'middle';
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.search-result-highlight {
    background: #ff0;
}
.block-search {
    transition: width 0.05s ease-out;
}
#search_autocomplete {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}
.block-search {
    z-index: 10000;
}
.searchautocomplete__autocomplete {
    display: none !important;
    border: 1px solid #C2C2C2;
    position: absolute;
    top: 31px;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 1px 1px;
    min-height: 35px;
    z-index: 1000;
}
.searchautocomplete__autocomplete._active {
    display: block !important;
}
.searchautocomplete__autocomplete .searchautocomplete__spinner {
    display: none;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -90px;
}
.searchautocomplete__autocomplete._loading .searchautocomplete__spinner {
    display: block;
}
.searchautocomplete__autocomplete .empty-result {
    background: #efefef;
    text-align: center;
    padding: 8px 10px;
    color: #575757;
    font-size: 1.2rem;
    display: block;
}
.searchautocomplete__autocomplete .show-all-results {
    background: #efefef;
    text-align: center;
}
.searchautocomplete__autocomplete .show-all-results a {
    padding: 8px 10px;
    color: #575757;
    font-size: 1.2rem;
    display: block;
}
.searchautocomplete__autocomplete .index-title {
    background: #efefef;
    padding: 8px 10px;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #575757;
}
.searchautocomplete__autocomplete .index-title .total {
    font-weight: 600;
}
.searchautocomplete__autocomplete ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.searchautocomplete__autocomplete ul li {
    margin: 0;
    padding: .5rem 1rem;
    cursor: pointer;
    background: #ffffff;
}
.searchautocomplete__autocomplete ul li:before,
.searchautocomplete__autocomplete ul li:after {
    content: '';
    display: table;
}
.searchautocomplete__autocomplete ul li:after {
    clear: both;
}
.searchautocomplete__autocomplete ul li._active {
    background: #f8f8f8;
}
.searchautocomplete__autocomplete ul li .title {
    font-weight: 300;
}
.searchautocomplete__index-recent .index-title {
    background: none;
    position: absolute;
    right: 0;
    color: #999;
}
.searchautocomplete__item-magento_catalog_product img {
    float: left;
    height: 8rem;
    width: 6.4rem;
    margin-right: 1rem;
}
.searchautocomplete__item-magento_catalog_product a.title {
    display: block;
    margin-bottom: 0.5rem;
}
.searchautocomplete__item-magento_catalog_product .sku {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.searchautocomplete__item-magento_catalog_product .description {
    font-size: 1.2rem;
    color: #999;
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.searchautocomplete__item-magento_catalog_product .price {
    display: block;
    float: right;
    font-weight: 600;
}
.searchautocomplete__item-magento_catalog_product .price .price-label {
    margin-right: 10px;
}
.searchautocomplete__item-magento_catalog_product .product-reviews-summary {
    margin: 0;
}
.searchautocomplete__item-magento_catalog_product .product-reviews-summary .reviews-actions {
    display: none;
}
.searchautocomplete__item-magento_catalog_product .clearfix:before,
.searchautocomplete__item-magento_catalog_product .clearfix:after {
    content: '';
    display: table;
}
.searchautocomplete__item-magento_catalog_product .clearfix:after {
    clear: both;
}
.searchautocomplete__item-magento_catalog_product .to-cart {
    float: right;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.searchautocomplete__item-magento_catalog_product._active {
    background: #fff !important;
}
.searchautocomplete__item-magento_catalog_product._active a.title {
    text-decoration: underline;
}
.searchautocomplete__item-magento_search_query .num_results {
    float: right;
}
.searchautocomplete__index-popular .index-title {
    background: none;
    text-align: left;
    color: #999;
}
.searchautocomplete__index-popular ul li {
    float: left;
    padding: .5rem 0 0.5rem 1rem;
}
.searchautocomplete__index-popular ul li a {
    font-size: 1.3rem;
}
.searchautocomplete__index-popular ul li:hover {
    background: none;
    cursor: pointer;
}
.searchautocomplete__index-popular ul li:hover a {
    text-decoration: underline;
}
.searchautocomplete__highlight {
    font-weight: 600;
}
.searchautocomplete__spinner {
    position: relative;
    width: 186px;
    height: 20px;
    margin: auto;
}
.searchautocomplete__spinner .spinner-item {
    position: absolute;
    top: 0;
    background-color: #d8d8d8;
    width: 20px;
    height: 20px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 0.645s;
    -o-animation-duration: 0.645s;
    -ms-animation-duration: 0.645s;
    -webkit-animation-duration: 0.645s;
    -moz-animation-duration: 0.645s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.searchautocomplete__spinner .spinner-item.spinner-item-1 {
    left: 0;
    animation-delay: 0.256s;
    -o-animation-delay: 0.256s;
    -ms-animation-delay: 0.256s;
    -webkit-animation-delay: 0.256s;
    -moz-animation-delay: 0.256s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-2 {
    left: 20px;
    animation-delay: 0.3225s;
    -o-animation-delay: 0.3225s;
    -ms-animation-delay: 0.3225s;
    -webkit-animation-delay: 0.3225s;
    -moz-animation-delay: 0.3225s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-3 {
    left: 40px;
    animation-delay: 0.389s;
    -o-animation-delay: 0.389s;
    -ms-animation-delay: 0.389s;
    -webkit-animation-delay: 0.389s;
    -moz-animation-delay: 0.389s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-4 {
    left: 60px;
    animation-delay: 0.4555s;
    -o-animation-delay: 0.4555s;
    -ms-animation-delay: 0.4555s;
    -webkit-animation-delay: 0.4555s;
    -moz-animation-delay: 0.4555s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-5 {
    left: 80px;
    animation-delay: 0.522s;
    -o-animation-delay: 0.522s;
    -ms-animation-delay: 0.522s;
    -webkit-animation-delay: 0.522s;
    -moz-animation-delay: 0.522s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-6 {
    left: 100px;
    animation-delay: 0.5885s;
    -o-animation-delay: 0.5885s;
    -ms-animation-delay: 0.5885s;
    -webkit-animation-delay: 0.5885s;
    -moz-animation-delay: 0.5885s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-7 {
    left: 120px;
    animation-delay: 0.645s;
    -o-animation-delay: 0.645s;
    -ms-animation-delay: 0.645s;
    -webkit-animation-delay: 0.645s;
    -moz-animation-delay: 0.645s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-8 {
    left: 140px;
    animation-delay: 0.7115s;
    -o-animation-delay: 0.7115s;
    -ms-animation-delay: 0.7115s;
    -webkit-animation-delay: 0.7115s;
    -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #d8d8d8;
    }
    100% {
        transform: scale(0.3);
        background-color: #d8d8d8;
    }
}
@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #d8d8d8;
    }
    100% {
        -o-transform: scale(0.3);
        background-color: #d8d8d8;
    }
}
@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #d8d8d8;
    }
    100% {
        -ms-transform: scale(0.3);
        background-color: #d8d8d8;
    }
}
@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #d8d8d8;
    }
    100% {
        -webkit-transform: scale(0.3);
        background-color: #d8d8d8;
    }
}
@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #d8d8d8;
    }
    100% {
        -moz-transform: scale(0.3);
        background-color: #d8d8d8;
    }
}

/* NEW CSS */
 .mst-searchautocomplete__autocomplete {
	 display: none !important;
	 border: 1px solid #C2C2C2;
	 position: absolute;
	 top: 3.1rem;
	 left: 0;
	 box-sizing: border-box;
	 background: #fff;
	 border-radius: 0 0 1px 1px;
	 min-height: 3.5rem;
	 z-index: 1000;
	 text-align: left;
}
  .mst-searchautocomplete__autocomplete._active {
	 display: block !important;
}
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
	 display: none;
	 position: absolute;
	 top: 5px;
	 left: 50%;
	 margin-left: -90px;
}
  .mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
	 display: block;
}
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
	 background: #EFEFEF;
	 text-align: center;
	 padding: 8px 10px;
	 color: #999;
	 font-size: 1.2rem;
	 display: block;
}
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
	 background: #EFEFEF;
	 text-align: center;
}
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
	 padding: 8px 10px;
	 color: #999;
	 font-size: 1.2rem;
	 display: block;
}
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
	 background: #EFEFEF;
	 padding: 8px 10px;
	 text-align: left;
	 font-size: 1.2rem;
	 line-height: 1.2rem;
	 color: #999;
	 text-transform: uppercase;
	 font-weight: 700;
}
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
	 display: none;
}
  .mst-searchautocomplete__autocomplete ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
  .mst-searchautocomplete__autocomplete ul li {
	 margin: 0 1rem;
	 padding: 1rem 0;
	 cursor: pointer;
}
  .mst-searchautocomplete__autocomplete ul li a.title {
	 font-weight: 600;
	 margin-bottom: 0;
	 color: #333;
	 text-decoration: none;
}
  .mst-searchautocomplete__autocomplete ul li._active a.title {
	 text-decoration: underline;
}
  .mst-searchautocomplete__index.popular .index-title {
	 background: none;
	 text-align: left;
	 color: #999;
}
  .mst-searchautocomplete__index.popular ul li {
	 float: left;
	 padding: .7rem 0 .7rem 1rem;
	 margin: 0;
}
  .mst-searchautocomplete__index.popular ul li a {
	 font-size: 1.3rem;
	 color: #575757;
}
  .mst-searchautocomplete__index.popular ul li:hover {
	 background: none;
	 cursor: pointer;
}
  .mst-searchautocomplete__index.popular ul li:hover a {
	 text-decoration: underline;
}
  .mst-searchautocomplete__item.magento_catalog_product {
	 display: flex;
	 border-bottom: 1px solid #F6F6F6;
	 align-items: center;
}
  .mst-searchautocomplete__item.magento_catalog_product:last-child {
	 border-bottom: none;
}
  .mst-searchautocomplete__item.magento_catalog_product img {
	 height: 8rem;
	 max-width: 8rem;
	 margin-right: 1rem;
}
  .mst-searchautocomplete__item.magento_catalog_product .title {
	 display: block;
	 margin-bottom: 0.5rem;
}
  .mst-searchautocomplete__item.magento_catalog_product .title a {
	 color: #333;
}
  .mst-searchautocomplete__item.magento_catalog_product .title .sku {
	 color: #999;
}
  .mst-searchautocomplete__item.magento_catalog_product .meta {
	 flex-grow: 1;
	 overflow: hidden;
}
  .mst-searchautocomplete__item.magento_catalog_product .description {
	 font-size: 1.2rem;
	 color: #999;
	 height: 3rem;
	 line-height: 1.5rem;
	 overflow: hidden;
	 margin-bottom: 0.5rem;
}
  .mst-searchautocomplete__item.magento_catalog_product .price {
	 display: block;
	 font-weight: 600;
	 margin-left: 1rem;
	 white-space: nowrap;
	 font-size: 1.3rem;
}
  .mst-searchautocomplete__item.magento_catalog_product .price .price-label {
	 margin-right: 1rem;
}
  .mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
	 margin: 0;
}
  .mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
	 display: none;
}
  .mst-searchautocomplete__item.magento_catalog_product .to-cart {
	 float: right;
	 margin-top: .5rem;
	 margin-bottom: .5rem;
}
  .mst-searchautocomplete__item.magento_catalog_product._active {
	 background: #fff !important;
}
  .mst-searchautocomplete__item.magento_catalog_product._active .title a {
	 text-decoration: underline;
}
  .mst-searchautocomplete__item.magento_catalog_category a i {
	 color: #999;
	 display: inline-block;
	 margin: 0 .5rem;
	 font-style: normal;
}
  .mst-searchautocomplete__item.magento_search_query a {
	 float: left;
}
  .mst-searchautocomplete__item.magento_search_query .num_results {
	 float: right;
	 color: #999;
}
  .mst-searchautocomplete__highlight {
	 font-weight: ;
	 color: #1BA1FC;
}
  .mst-searchautocomplete__spinner {
	 position: relative;
	 width: 186px;
	 height: 20px;
	 margin: auto;
}
  .mst-searchautocomplete__spinner .spinner-item {
	 position: absolute;
	 top: 0;
	 background-color: #D8D8D8;
	 width: 20px;
	 height: 20px;
	 animation-name: bounce_fountainG;
	 animation-duration: 0.645s;
	 animation-iteration-count: infinite;
	 animation-direction: normal;
	 transform: scale(.3);
	 border-radius: 15px;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
	 left: 0;
	 animation-delay: 0.256s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
	 left: 20px;
	 animation-delay: 0.3225s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
	 left: 40px;
	 animation-delay: 0.389s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
	 left: 60px;
	 animation-delay: 0.4555s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
	 left: 80px;
	 animation-delay: 0.522s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
	 left: 100px;
	 animation-delay: 0.5885s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
	 left: 120px;
	 animation-delay: 0.645s;
}
  .mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
	 left: 140px;
	 animation-delay: 0.7115s;
}
 @keyframes bounce_fountainG {
	  0% {
		 transform: scale(1);
		 background-color: #D8D8D8;
	}
	  100% {
		 transform: scale(.3);
		 background-color: #D8D8D8;
	}
}
 @-o-keyframes bounce_fountainG {
	  0% {
		 -o-transform: scale(1);
		 background-color: #D8D8D8;
	}
	  100% {
		 -o-transform: scale(.3);
		 background-color: #D8D8D8;
	}
}
 @-ms-keyframes bounce_fountainG {
	  0% {
		 -ms-transform: scale(1);
		 background-color: #D8D8D8;
	}
	  100% {
		 -ms-transform: scale(.3);
		 background-color: #D8D8D8;
	}
}
 @-webkit-keyframes bounce_fountainG {
	  0% {
		 -webkit-transform: scale(1);
		 background-color: #D8D8D8;
	}
	  100% {
		 -webkit-transform: scale(.3);
		 background-color: #D8D8D8;
	}
}
 @-moz-keyframes bounce_fountainG {
	  0% {
		 -moz-transform: scale(1);
		 background-color: #D8D8D8;
	}
	  100% {
		 -moz-transform: scale(.3);
		 background-color: #D8D8D8;
	}
}
 