#sensefuel #category #shop_category .shop_category_filter.horizontal .search {
    display: none;
}

#sensefuel .overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999 !important;
    font-family: 'Montserrat';
}

#sensefuel .overlay-content {
    height: 0px;
    position: relative;
    margin-top: 30px;
    position: relative;
    width: 90%;
    margin: 30px auto;
}

#sensefuel .overlay a {
    text-decoration: none;
    /* font-size: 36px; */
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

#sensefuel .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay main.container {
    display: none;
}

.container-wrapper {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%
}

.container-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 80px;
    margin-left: -5px;
    opacity: 0;
    padding: 0rem 1rem;
}

.container-results {
    width: 100%;
    float: right;
}

.ais-Hits-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr;
    list-style: none;
}

.ais-InfiniteHits-list {
    display: grid;
    grid-gap: 5px;
    list-style: none;
    grid-template-columns: 1fr 1fr;
}

/* @media (min-width: 680px) {
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
} */

.container-options {
    border-bottom: 1px solid #ebecf3;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 30px 0;
}

.container-options .container-option:not(:first-child) {
    margin-left: 48px;
}

.container-options select {
    min-width: 100px;
}

.container-footer {
    margin: 4rem 0;
}

/* Hits */
.ais-InfiniteHits-list .ais-InfiniteHits-item,
.ais-Hits-list .ais-Hits-item {
    padding: 0rem;
}

#sensefuel .ais-InfiniteHits-item a,
#sensefuel .ais-Hits-item a {
    width: 100%;
    height: 100%;
    display: flex !important;
    padding: 8px;
}

mark.ais-Highlight-highlighted {
    color: rgb(80, 77, 139);
}

.hit {
    gap: 1rem;
    display: flex;
}

.hit h1 {
    line-height: 1rem;
    padding: 0rem;
}

.hit h1 span {
    font-size: 0.8rem;
}

.hit h1 p {
    font-size: 0.8rem;
    text-overflow: ellipsis;
    max-height: 3rem;
    color: black;
    display: block;/* or inline-block */
    word-wrap: break-word;
    overflow: hidden;
    
}

.hit p {
    font-size: 0.8rem;
    opacity: 0.8;
}

.hit-ppc {
    font-style: italic;
    text-decoration: line-through;
}

.hit .hit-price {
    color: #74C25D;
    font-size: 1rem;
    font-weight: bold;
}

.hit .hit-price span{
    font-size: 1rem;
}

.hit-discount {
    color: #fb66a9;
    font-weight: bold;
    margin-left: 0.5rem;
}

.hit-old-price {
    display: flex;
}

.hit-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hit-image {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
}

.hit-image img {
    max-height: 100%;
}

.ais-HierarchicalMenu-item--selected.ais-HierarchicalMenu-item--parent>div:first-of-type .ais-HierarchicalMenu-label {
    font-weight: bold;
}

.ais-HierarchicalMenu-item--selected:not(.ais-HierarchicalMenu-item--parent) .ais-HierarchicalMenu-label {
    font-weight: bold;
}

.ais-HierarchicalMenu-showMore {
    background: none!important;
    border: none !important;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif !important;
    /*input has OS specific font-family*/
    color: #069 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
  }

.ais-Pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.ais-Panel-header .ais-header h5 {
    color:  #5a5e9a;
    font-size: 12px;
    font-weight: bold;
}

/* Highlighting */

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
    background: rgba(251, 102, 154, 0.4);
    color: black;
}

.ais-HierarchicalMenu-count,
.ais-RefinementList-count {
    background-color: rgba(65, 66, 71, 0.08);
    border-radius: 4px;
    color: rgba(33, 36, 61, 0.8);
}

.ais-RangeSlider .rheostat-progress {
    background-color: #fb669a;
    border-radius: 3px;
    height: 3px;
    top: 0;
    max-width: 100%;
}


#category #shop_category .shop_category_filter.horizontal .search {
    display: none;
}

#sensefuel .overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999 !important;
}


#sensefuel .overlay a {
    text-decoration: none;
    /*font-size: 36px;*/
    color: #818181;
    display: block;
    transition: 0.3s;
}

#sensefuel .overlay a:hover,
#sensefuel .overlay a:focus {
    color: #f1f1f1;
}

#sensefuel .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#sensefuel .container {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    height: 95%;
    overflow-y: auto;
}

.container-filters-opened {
    position: absolute !important;
    overflow: auto !important;
    height: 100%;
    
    padding: 0rem;
    width: 280px !important;
    left: 0;
}

.container-wrapper .container-filters-opened::before {
    content: '';
}

.container-filters {
    display: none;
    position: absolute;
    width: 30px;
    border-right: 1px lightgrey solid;
    background-color: white;
    z-index: 9999;
    transition: width 1s, transform 1s;
    left: 0;
    height: 95%;
    overflow: hidden;
    padding: 0rem;
    border-top: 1px solid lightgrey;
}

.container-filters::before {
    content: attr(data-title);
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    left: 0.3rem;
    position: absolute;
    top: 3rem;
}

.container-filters .container-body {
    padding: 0rem 1rem;
    opacity: 0;
}

.container-filters-opened .container-body {
    opacity: 1;
}

.container-filters-opened .container-header {
    height: unset;
    padding: 0rem 1rem !important;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0rem;
    writing-mode: horizontal-tb;
    opacity: 1;
}

.container-results {
    /* width: calc(100% - 50px);*/
    padding: 0.5rem; 
}

.ais-InfiniteHits-list,
.ais-Hits-list {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    list-style: none;
}

.ais-InfiniteHits-loadMore {
    margin-bottom: 2rem;
}

#sensefuel .sale {
    display: none;
    color: grey;
}

.hit-info-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 0px;
    justify-content: space-between;
}

.hit-info-container h1 {
    margin: 0px;
}

.ais-HierarchicalMenu-item {
    padding: 0rem;
    overflow: hidden;
}

.ais-HierarchicalMenu-count, .ais-RefinementList-count {
    background-color: white !important;
    border: 0px !important;
}

.facet-item {
    display: flex !important;
    justify-content: space-between;
    line-height: 1.5rem;
}

.facet-item.active {
    font-weight: bold;
}

.facet-item.active .fa-angle-right::before{
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
    font-style: italic;
  }

.facet-item .facet-name {
    transition-property: color, font-size;
    transition-duration: 0.4s;
}

.facet-item:hover .facet-name {
    color: #fb66a9;
    font-size: 13px;
}

.ais-RefinementList-label {
    display: flex;
    justify-content: space-between;
    margin: 0rem;
    line-height: 1.5rem;
}

.facet-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ais-RefinementList-labelText {
    flex-grow: 1;
}

.ais-RangeInput-form {
    display: flex;
}

.ais-RangeInput-label {
    flex-grow: 1;
    display: flex;
    margin: 0px;
}

.ais-RangeInput-label input.ais-RangeInput-input {
    /* padding: 0rem; */
    margin: 0px;
    height: unset;
}

input.ais-SearchBox-input {
    border: none;
    box-shadow: unset;
    border-radius: unset;
}

input.ais-SearchBox-input:focus {
    border: 1px solid rgb(80, 77, 139);
}

input.ais-RangeInput-input {
    width: 3rem;
}

.ais-Pagination-item a.ais-Pagination-link {
    line-height: 2rem;
}

.container-filters-opened .arrow-filter {
    transform: rotate(270deg) !important;
}


.arrow-filter {
    display: block;
    background: url(img/gototop2.png) no-repeat center top;
    /* background-color: #fb66a9; */
    background-color: rgb(80, 77, 139);
    background-size: 17px;
    background-position-y: 2px;
    background-position-x: 4px;
    position: absolute;
    transition: transform 1s;
    right: 2px;
    top: 1rem;
    opacity: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 9999;
    transform: rotate(90deg);
}

.btn-close-modal {
    background-color: white;
}

#global_search {
    display: block;
    float: left;
    background: #efefef;
    color: #a3a3a3;
    padding: 10px 0 10px 20px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    line-height: 32px;
    /* height: 18px; */
    width: 13rem;
    border: 1px solid #efefef;
  }

#filter_mobile {
    display: none;
}

/* #testSearch {
    z-index: 100;
    position: fixed;
    left: 63px;
    top: 17px;
    background: none;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    width: 30px;
    height: 30px;
    background: url("img/loupe-bl2.png") no-repeat center center;
    background-color: white;
    background-size: 30px;
    color: transparent;
} */

#global_search::placeholder {
    color: transparent;
}

/* #global_search::before {
    background: transparent url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) repeat scroll 0 0;
    content: "";
    height: 1rem;
    left: 1rem;
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    width: 1rem;
} */


#sensefuel ::-webkit-scrollbar {
width: 3px;
}

/* Track */
#sensefuel ::-webkit-scrollbar-track {
background: white; 
}

/* Handle */
#sensefuel ::-webkit-scrollbar-thumb {
background: lightgrey; 
}

/* Handle on hover */
#sensefuel ::-webkit-scrollbar-thumb:hover {
background: #555; 
}

.ais-SearchBox-form .ais-SearchBox-reset {
    display: none;
}

.ais-SearchBox-reset.btn-close-modal {
    display: block;
    top: 1.2rem;
}

#sensefuel .overlay header {
    background-color: white;
}

.nb-hits {
    /* color: #fb669a; */
    display: none;
    padding: 12px 0px 10px 37px;
}

.nb-hits span {
    color: #fb669a;
}

.filters-title {
    font-size: 17px;
}

#sensefuel #loading {
    display: none;
    z-index: 1000;
    background-position: center;
    text-align: center;
    background: url(img/ajax-loader3.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ais-ClearRefinements {
    width: 80%;
    margin-bottom: 1rem;
    display: none;
}

.container-filters-opened .ais-ClearRefinements {
    display: block;
}

@media (min-width: 500px) {
    .ais-InfiniteHits-list,
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr;
    }
    .ais-InfiniteHits-item a,
    .ais-Hits-item a {
        display: block !important;
    }
    #sensefuel .sale {
        display: block !important;
    }
    .hit-image-container {
        padding-top: 1rem !important;
    }
    .hit-image {
        height: 200px !important;
    }
    .hit-info-container {
        display: block !important;
        height: 0% !important;
        height: 5.5rem !important;
        padding: 0rem 1rem;
    }

    .hit-info-container h1 {
        margin-bottom: 1rem;
    }
  
    .hit h1 p {
        max-height: 1.15rem !important;
        font-size: 0.9rem !important;
        color: black;
    }

    .ais-InfiniteHits-list,
    .ais-Hits-list {
        grid-gap: 5px;
    }

    .hit {
        flex-direction: column;
    }

    .hit h1 {
        line-height: 1.3rem !important;
    }

    /* #testSearch {
        right: 0px; 
        bottom: 0px;
        left: unset;
        top: unset;

        border: 1px solid lightgrey;
        width: 300px;
        background-image: unset;
        color: black;
        border-radius: 1rem;
        padding-left: 1.5rem;
    }

    #testSearch::placeholder {
        color: grey;
    } */

    #global_search::placeholder {
        color: inherit;
    }

    #sensefuel {
        position: relative;
        width: 391px;
        box-sizing: unset !important;
    }

    #sensefuel .search * {
        box-sizing: unset !important;
    }
    
    .top #cart_block {
        right: -150px;
    }

    .sf-footer-content {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    #filter_mobile {
        display: none !important;
    }

    .container-filters {
        display: block;
    }
}

@media (min-width: 770px) {
    .ais-InfiniteHits-list,
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1040px) {
    .container-filters .arrow-filter {
        display: none;
    }
    .container-filters {
        width: 280px;
        overflow: auto;
    }
    .container-filters .container-body {
        opacity: 1;
    }
    
    .container-filters .container-header {
        opacity: 1;
    }

    .container-wrapper .container-filters::before {
        content: '';
    }
    
    .container-results {
        width: calc(100% - 300px);
    }

    .ais-ClearRefinements {
        width: 100%;
        display: block;
    }
}

@media (min-width: 1400px) {
    .ais-InfiniteHits-list,
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.floating-filter{
	position:fixed;
	width:150px;
	height:40px;
	bottom:40px;
	right:40px;
	background-color:#fb669a;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}
