.pd-search-results {
    display: none;
    z-index: 99;
    padding: 0 !important;
    position: relative;
}
.pd-search-results .container {
     background: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    z-index: 999;
}
.pd-search-open .pd-algolia-overlay {
    overflow: auto;
    height: 0;
}
.main-col  #pd-results .thumb {
    padding-bottom: 0;
}
.pd-search-open .pd-algolia-overlay:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
.pd-search-open header {
    position: relative;
    background: #fff;
    z-index: 99;
    margin-bottom: 0;
}
.ais-RefinementList-list, .ais-HierarchicalMenu-list, .ais-Hits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.algolia-wrapper .npopup-btn-close {
    border: none;
    background-color: transparent;
    top: -40px;
    right: 10px;
}
.ais-HierarchicalMenu.ais-HierarchicalMenu-list--child {
    margin-left: 10px;
    
}
.ais-HierarchicalMenu.ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-list--child {
    margin-left: 10px;
}
.ais-ClearRefinements-button--disabled {
    display: none !important;
}
.ais-NumericMenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ais-NumericMenu-label {
    margin-bottom: 0;
}
.ais-NumericMenu-labelText {
    cursor: pointer;
}
.ais-NumericMenu-radio {
    display: none;
}
.ais-NumericMenu-item--selected .ais-NumericMenu-label {
    color: #EA2D49;
}
.product-filter .card .list-group-item {
    border-width: 0 0 1px;
}
.pd-search-open .sticky-sidebar {
    position: relative;
    bottom: auto;
}
.ais-Highlight-highlighted, .ais-Snippet-highlighted {
    background-color: transparent;
    padding: 0;
    color: #e01e3c;
    font-size: inherit;
}
/*** Price Range ***/
body .ais-Panel-body .ais-RangeSlider {
	margin: 2rem 15px !important;
}
body .ais-Panel-body .ais-RangeSlider {
	margin: 0 !important;
}
body .ais-RangeSlider .rheostat-handle {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    position: absolute !important;
    z-index: 2;
    width: 19px;
    height: 19px;
    cursor: default;
    border-radius: 3px;
    top: -4px !important;
    margin-left: 0 !important;
}
body .rheostat-handle.rheostat-handle-upper {
    margin-left: -18px !important;
}
body .ais-RangeSlider .rheostat-handle:hover {
    border: 1px solid #6c757d!important;
    background: #adb5bd!important;
}
body .ais-Ran geSlider .rheostat-background {
	top: 1px !important;
    border: 1px solid #aaa !important;
    color: #222;
    font-weight: bold;
    height: 11px !important;
    margin-bottom: 5px;
    background: #eee !important;
}
body .ais-RangeSlider .rheostat-progress {
    position: absolute;
	top: 0px !important;
    border: 1px solid #c5c5c5;
    color: #222;
    font-weight: bold;
    height: 11px !important;
    margin-bottom: 5px;
    background: #adb5bd !important;
}
body .ais-RangeSlider .rheostat-marker {
	display: none;
}
body .ais-RangeSlider .rheostat-background {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    height: 11px;
}
body .rheostat-tooltip {
    color: #666 !important;
    margin-left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25px;
}
body .ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 45px;
    margin-bottom: 15px;
}
/*** Price Range ***/
.ais-Pagination-item--disabled {
    display: none;    
}
.ais-Hits-item .thumbnail.card-body .gst {
    margin-left: 5px;
}
@media (min-width: 1200px) {
#algolia-filters, #algolia-filters-search {
    height: auto!important;
    display: block;
}
} 
.cat-Monthly.Specials1 {
    display: none !important;
}
.user-logged-in .cat-Monthly.Specials1 {
    display: flex !important;
}
.ais-Hits-item .productsavetext i {
    margin: 0 5px;
}
.pd-search-open .npopup {
    display: none;
}
@media (max-width: 575px) {
.pd-search-open .pd-algolia-overlay:after {
    display: none;
}
}