/* GENERAL */

main {
    min-height: 360px;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}


/* INPUT */

.algolia-autocomplete {
    width: 100%;
    max-width: 690px;
}

.ais-search-box {
    max-width: none;
}

.ais-search-box--reset,
.ais-search-box--magnifier {
    top: 25px;
}

.ais-search-box--magnifier svg,
.ais-search-box--reset svg {
    width: 20px;
    height: 20px;
    fill: rgb(213, 213, 213);
}

.ais-search-box {
    height: 70px;
    max-width: 690px;
    padding: 12px;
}

.ais-search-box input {
    /*font-size: 14px;
        padding: 12px 0;
  padding-left: 48px;
  font-weight: 100;

    border: 1px solid #e7e7e7;
      border-radius: 50px;*/
}

.searchWidth {
    background: #e8e8e8;
}

@media (max-width:992px) {
    .algolia-autocomplete .aa-dropdown-menu {
        margin-top: 6px!important;
        width: 100%;
        background-color: #fff!important;
    }
    /*.ais-search-box {
    padding: 15px;
      height: 78px;
      max-width: 690px;
      margin-top: 61px!important;
  }
   .ais-search-box input {
    font-size: 14px;
          padding: 12px 0;
    padding-left: 48px;
    font-weight: 100;

      border: 1px solid #e7e7e7;
        border-radius: 50px;
  }*/
}

.ais-search-box input,
.ais-search-box input:focus {
    transition: border-color .3s ease-in;
    outline: 0;
}

.ais-search-box input:focus {
    border-color: #ed5565;
}

.ais-search-box input::-webkit-input-placeholder,
.ais-search-box input:-moz-placeholder,
.ais-search-box input:-moz-placeholder,
.ais-search-box input:-ms-input-placeholder {
    font-weight: 100;
    color: #999;
}


/* HITS */

#hits {
    margin: 4px 0;
    padding: 10px 0;
    border-top: 2px solid #eee;
}

.hit {
    font-size: 0;
    padding: 15px 0;
}

.hit-name {
    margin: 0;
}

.hit-image {
    display: block;
    /* height: 200px; */
    text-align: center;
}


/* .hit-image img {
  max-width: 100%;
  max-height: 180px;
} */

.hit-content {
    font-size: 13px;
    font-weight: 300;
    display: block;
    vertical-align: top;
}

.hit-stars {
    font-size: 17px;
    margin: 4px 0;
    color: #868686;
}

.hit-content .hit-price {
    color: #EBAF0F!important;
    padding-left: 0;
    font-size: 14px;
}

.hit-content .hit-price,
.hit-content .hit-name {
    color: #1071be!important;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px;
    text-align: center;
}

.hit-content em {
    font-style: normal;
    color: #ed5565;
    border-bottom: solid 1px rgba(244, 107, 91, 0.5);
}

.hit-content p {
    border: 1px solid #CBCDCE;
    padding: 8px 0;
    color: #CBCDCE;
    font-size: 12px;
    text-align: -webkit-center;
    width: 92%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.hit-description em {
    color: inherit;
}

.hit-category-breadcrumb {
    margin: 5px 0 2px 0;
}

.hit-category-breadcrumb em {
    color: inherit;
}

.hit-content .hit-description {
    color: #868686;
    margin: 1px 0 10px 0;
    font-size: 14px;
}


/* PAGINATION */

#pagination {
    padding-top: 27px;
    clear: both;
}

#pagination ul {
    font-size: 0;
    list-style-type: none;
    text-align: center;
}

#pagination li {
    font-size: 14px;
    display: inline;
}

#pagination a {
    padding: 8px 11px;
    text-decoration: none;
    color: #000;
    border: 1px solid #fff;
    background: #fff;
}

#pagination a:hover {
    background: #f5f5f5;
}

#pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#pagination li:last-child a {
    border-right: 1px solid #eee;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#pagination li.ais-pagination--item__active a {
    color: white;
    border-color: #03A9F4;
    background: #2196F3;
    display: none;
}

#pagination li.ais-pagination--item__active a:hover {
    cursor: default;
}

#pagination li.ais-pagination--item__disabled a {
    cursor: not-allowed;
}

#pagination li.ais-pagination--item__disabled a:hover {
    background: none;
}


/* SORT BY */

#sort-by-wrapper {
    font-weight: 300;
    position: relative;
    float: right;
    color: #999;
}

#sort-by select {
    font-size: 16px;
    padding-right: 14px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#sort-by:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    color: #000;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
}


/* STATS */

#stats {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#stats .ais-stats--time {
    font-size: 0.8em;
    color: #999;
}


/* FACETS */

.facet {
    margin-bottom: 24px;
    font-size: 14px;
    color: #000;
}

.facet h5 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 13px;
    color: #333!important;
    line-height: 14px;
}

.facet ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.facet li {
    margin-bottom: 3px;
}

.facet a:visited,
.facet a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Collapsable FACETS */

.ais-root__collapsible .ais-header h5:hover {
    /* border-color: #c5c5c5;
  transition : border 500ms ease-out; */
}

.ais-root__collapsible.ais-root__collapsed .ais-header h5:hover {
    border-color: #333;
}

.ais-root__collapsible .ais-header h5:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f106";
    float: right;
}

.ais-root__collapsible.ais-root__collapsed .ais-header h5:before {
    content: "\f107";
}

.ais-refinement-list--label,
.ais-hierarchical-menu--list .facet-item,
.ais-menu--link,
.ais-price-ranges--item {
    cursor: pointer;
    line-height: 1.5em;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    color: #333;
}

.ais-hierarchical-menu--list .ais-hierarchical-menu--item {
    margin: 3px 0;
}

.ais-hierarchical-menu--link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding: 0 5px 0 0;
}

.sffv_no-results {
    font-size: 13px;
    line-height: 1.2;
    padding-top: 6px;
}

.ais-refinement-list--label:hover,
.ais-refinement-list--item__active .ais-refinement-list--label,
.ais-menu--link:hover,
.ais-menu--item__active .ais-menu--link,
.ais-hierarchical-menu--list .facet-item.active:hover,
.ais-hierarchical-menu--list .facet-item.active {
    color: #333333;
}

.ais-refinement-list--item__active .ais-refinement-list--label:hover,
.ais-menu--item__active .ais-menu--link:hover,
.ais-hierarchical-menu--list .facet-item.active:hover {
    text-decoration: line-through;
    color: #2196F3;
}

.ais-refinement-list--count,
.ais-hierarchical-menu--count,
.ais-menu--count,
.ais-star-rating--count,
.ais-toggle--count {
    position: relative;
    top: 3px;
    float: right;
    color: #999;
    font-size: 10px;
    width: 45px;
    margin-right: -10px;
    text-align: center;
    padding: 3px;
    color: #555;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(62, 57, 107, .07), 0 1px 2px 0 rgba(62, 57, 107, .06);
}

#type.facet .ais-refinement-list--checkbox {
    display: none;
}


/* NO RESULTS */

.no-results #pagination,
.no-results #sort-by,
.no-results #stats,
.no-results #facets {
    display: none;
}

#no-results-message {
    text-align: center;
}

#no-results-message p {
    font-size: 28px;
    font-weight: 100;
}

#no-results-message ul {
    list-style-type: none;
}

#no-results-message li {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    padding: 4px 28px 4px 8px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 12px;
}

#no-results-message li span.value {
    font-weight: bold;
    color: #000;
}

#no-results-message li a.remove img {
    position: absolute;
    top: 3px;
    right: 5px;
    float: right;
    width: 17px;
    height: 17px;
    opacity: .5;
}

#no-results-message li a.remove:hover img {
    opacity: 1;
}

a.clear-all {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin: 10px;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    border: 2px solid #ddd;
    border-radius: 4px;
}

a.clear-all:hover {
    transition: border-color .3s ease-in;
    border-color: #999;
}


/* SLIDER */

.ais-range-slider .rheostat-progress {
    background-color: #ed5565;
}

.ais-range-slider--handle {
    border-color: #ed5565;
}

.ais-body.ais-range-slider--body {
    width: 90%;
    margin: 0 auto;
}


/* Star Rating */

.ais-star-rating--star,
.ais-star-rating--star__empty {
    display: inline-block;
    width: 1em;
    height: 1em
}

.ais-star-rating--item__active {}

.ais-star-rating--star:before {
    content: '\2605';
    color: #FBAE00
}

.ais-star-rating--star__empty:before {
    content: '\2606';
    color: #FBAE00
}

.ais-star-rating--link__disabled .ais-star-rating--star:before,
.ais-star-rating--link__disabled .ais-star-rating--star__empty:before {
    color: #C9C9C9
}


/* Price Ranges */

.ais-price-ranges--form {
    margin-top: 8px;
}

.ais-price-ranges--currency {
    display: inline-block;
    margin-right: 4px;
}

.ais-price-ranges--input {
    display: inline-block;
    width: 50px;
    border-radius: 2px;
    border: solid 1px #ccc;
    font-weight: normal;
    font-size: 15px;
}

.ais-price-ranges--button {
    padding: 4px 7px;
    display: inline-block;
    margin: 0 0 0 6px;
}


/* Toggle */

.ais-toggle--label {
    cursor: pointer;
}


/* RefinementList ShowMore */

.ais-show-more {
    font-weight: bold;
    opacity: .7;
    padding-left: 0px;
    position: relative;
    line-height: 25px;
    font-size: .9em;
}

.ais-show-more:hover,
.ais-show-more:focus {
    opacity: 1;
}

.ais-show-more:before {
    font-family: FontAwesome;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    display: inline-block;
    position: relative;
    content: '';
    margin: 0 5px 0 0;
}

.ais-show-more__inactive:before {
    content: "\f0fe";
}

.ais-show-more__active:before {
    content: "\f146";
}


/* Active filters */

.ais-current-refined-values {
    position: relative;
}


/*---------------*/

.ais-hits--item {
    width: 263px;
    height: 355px;
    background: #fff;
    margin: 6px;
    cursor: pointer;
    float: left;
    text-align: left;
    padding: 10px;
    -webkit-box-shadow: 0 0 8px rgba(178, 169, 169, .3);
    -moz-box-shadow: 0 0 8px rgba(178, 169, 169, .3);
    box-shadow: 0 0 8px rgba(178, 169, 169, .3);
    position: relative;
    transition: box-shadow ease-in .2s, border ease-in .2s;
}

.main-content {
    overflow: hidden;
    /*margin-top: 140px;*/
}

.ais-search-box--reset {
    right: 30px;
}

.ais-search-box--magnifier {
    left: 30px;
}

.hit-name a {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rmm ul {
    z-index: 12;
}

.ais-range-slider {
    padding: 15px 0;
}

.clhov a {
    color: #333!important;
    font-weight: 600;
    padding: 20px;
}

.searchWidth {
    display: none;
}

.showSearch {
    display: block;
}

.showSearch form {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

#searchLink {
    margin-top: 11px;
    margin-left: 10px;
}

.ais-current-refined-values--clear-all div {
    background: none repeat scroll 0 0 lightblue;
    border: 1px solid lightblue;
    border-radius: 36px;
    color: #d21f45;
    text-align: center;
    text-transform: uppercase;
}

.ais-current-refined-values--clear-all div:hover {
    background: none repeat scroll 0 0 lightyellow;
    border: 1px solid lightblue;
    border-radius: 36px;
    color: #d21f45;
    text-align: center;
    text-transform: uppercase;
}

.ais-current-refined-values--link div {
    display: none;
}


/* 17May 2018*/

.aa-input-container .fa,
#searchLink .fa {
    background: rgba(0, 0, 0, .2);
    padding: 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
}

.aa-input-container .fa {
    position: absolute;
    top: 46%;
    right: -45px;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.aa-input-container .fa.fa-close {
    cursor: pointer;
}

#hits {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border: 0;
}

.ais-hits {
    margin-right: -15px;
    margin-left: -15px;
}

.ais-hits--item {
    padding: 0 15px;
    box-shadow: none;
    background: none;
    margin: 0 0 30px;
    margin-bottom: 30px;
    max-width: 285px;
    width: 100%;
    height: 100%;
    float: none;
    display: inline-block;
    cursor: default;
}

.hit a {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
}

.hit {
    background-color: #fff;
    padding: 15px 15px 12px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .07);
    text-align: center;
    position: relative;
    color: #78909c;
    cursor: pointer;
    min-height: 438px
}

.hit:hover .hit-content,
.hit:hover .hit-content .price-tag,
.hit:hover .hit-content h2 a,
.hit:hover .hit-content .pdesc a {
    color: #337ab7;
    text-decoration: none;
}

.hit {
    display: inline-block;
    list-style: none;
    position: relative;
}

.hit .hit-content {
    //z-index: 9;
    position: relative;
    padding-bottom: 30px;
    height: 130px;
    padding: 0 15px;
}

.hit .hit-content.bottom {
    height: auto;
}

.hit .hit-content.bottom .hit-purification_technology {
    font-size: 13px;
    font-weight: 700;
}

.hit .hit-content h2 {
    margin: 0 auto;
    padding-top: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    max-height: inherit;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.hit .hit-content .pdesc a {
    font-size: 12px;
    color: #78909c;
}

.hit .hit-content .hit-price {
    color: #3C83F5 !important;
    text-transform: uppercase;
    font-weight: 700
}

.hit a {
    text-decoration: none
}

.hit a:hover {
    color: #2196f3;
}

.hit-content .hit-price {
    margin-left: 10px;
    color: #3C83F5;
    text-transform: uppercase;
    font-weight: bold;
}

.hit .botBtn {
    bottom: 0;
    position: relative;
}

.hit a.prodBtn,
.hit a.blueProd {
    padding: 6px 10px;
    border-radius: 23px;
}

a.prodBtn {
    margin-left: 12px;
}

.ais-root {
    background: #fff;
    margin-top: 5px;
    padding: 15px;
}

#sort-by-wrapper {
    float: none;
}

#sort-by:after {
    display: none;
}

#sort-by select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8a8a8a;
    background-color: #fff;
    background-image: none;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
}

#sort-by .ais-sort-by-selector:before {
    content: "Sort By";
}

#stats {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 0;
    padding-bottom: 0px;
}

#stats .ais-stats--time {
    font-weight: normal;
    font-size: 14px;
}

#stats .ais-root {
    margin-top: 0;
}

.facet {
    margin-bottom: 0;
}

#sort-by .ais-sort-by-selector:before,
.facet h5 {
    text-decoration: none;
    font-weight: 600;
    color: #78909c !important;
    font-size: 18px;
    padding: 0 0 10px 0px;
    display: block;
    background: #fff;
    margin-bottom: 0;
    border: 0;
    text-transform: inherit;
}

.ais-refinement-list--label,
.ais-hierarchical-menu--list .facet-item,
.ais-menu--link,
.ais-price-ranges--item {
    cursor: pointer;
    line-height: 1.5em;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    color: #8a8a8a;
}

.ais-refinement-list--count,
.ais-hierarchical-menu--count,
.ais-menu--count,
.ais-star-rating--count,
.ais-toggle--count {
    display: none;
}

.ais-range-slider--marker {
    height: 0;
    background: none;
}

.ais-range-slider .rheostat {
    background-color: #F6F3F3!important;
    color: #999;
    margin-bottom: 0;
}

.ais-range-slider .rheostat-horizontal .rheostat-background {
    border: 0;
    height: 4px;
    background-color: #F6F3F3;
}

.ais-range-slider .rheostat-horizontal .rheostat-progress {
    background: #3C83F5;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle {
    background: #3C83F5;
    border-color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: -6px;
    cursor: pointer;
    outline: none;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle .ais-range-slider--tooltip {
    margin-left: 0;
    position: absolute;
    left: 0;
    text-align: right;
    width: auto;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle.ais-range-slider--handle-upper .ais-range-slider--tooltip {
    right: 0;
    left: auto;
}

.ais-range-slider--marker {
    display: none;
}

.ais-current-refined-values--clear-all div {
    border: 0;
    background: 0;
    text-align: left;
    color: red;
    font-weight: 600;
    font-size: 14px;
    text-transform: inherit;
}

.ais-search-box input {
    width: 100%;
}

.showSearch .aa-input-container {
    margin: 0 auto;
    width: 100%;
    max-width: 690px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.algolia-autocomplete .aa-dropdown-menu {
    margin-top: 0;
    width: 100%;
    text-align: left;
    text-align: left;
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 1px 2px 4px rgba(175, 175, 175, 0.7);
    -webkit-box-shadow: 1px 2px 4px rgba(175, 175, 175, 0.7);
    background-color: #f7f7f7;
}


/*///////////////////  Search Dropdown /////////////////////////*/

.algolia-autocomplete .aa-dropdown-menu {
    left: 50% !important;
    margin-left: 0px;
    width: 800px;
    border-top: 3px solid #2196f3;
    margin-top: 15px;
    transform: translateX(-46%);
    -webkit-transform: translateX(-46%);
    -moz-transform: translateX(-46%);
    -ms-transform: translateX(-46%);
    -o-transform: translateX(-46%);
}

.aa-dropdown-menu {
    height: 301px;
    position: relative;
}

.aa-dataset-1,
.aa-dataset-2,
.aa-dataset-3 {
    padding: 16px;
    display: inline-block;
}

.aa-suggestions-category {
    text-transform: uppercase;
    color: #222;
}

.aa-dataset-3 {
    width: 24%;
    float: left;
    height: 295px;
    overflow-y: auto;
}

.aa-dataset-1 {
    border-left: 1px solid #e1e1e1;
}

.aa-dataset-2,
.aa-dataset-1 {
    width: 38%;
}

.aa-dataset-3 .aa-suggestion {
    height: inherit;
    border: none!important;
}

.aa-suggestion {
    font-size: 16px;
    height: 66px;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aa-suggestion img {
    float: left;
    padding-right: 8px;
    padding-top: 4px;
    display: block;
    max-width: 64px;
    height: auto;
}

.aa-dataset-3 .aa-suggestion span:nth-child(1) {
    font-size: 13px;
    padding-left: 6px;
}

.aa-suggestion div a span:nth-child(1) {
    font-size: 14px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-top: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aa-suggestion div span:nth-child(3) {
    font-size: 12px;
    color: #78909c;
    display: block;
}

.aa-suggestion span:nth-child(3) {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aa-suggestion span:nth-child(4) {
    color: #0e94ff;
    font-size: 14px;
}


/* End......*/