
.pd-search-open .float-container {
    position: relative;
    z-index: 10;
}
.pd-search-open .wrapper-header {
    position: relative;
    z-index: 10;
}

.pd-search-open .buying-options-wrapper .btn-block {
    position: absolute;
    bottom: 8px;
    left: 0;
}

.pd-search-open a[title="Real Time Web Analytics"] {
    display: none;
}
.pd-search-open #wrapper-announcement {
    position: relative;
    z-index: 10;
}

.pd-search-open wrapper-announcement {
    position: relative;
    z-index: 10;
}
.algolia-wrapper .caption {
    height: 10.75em !important;
}
@media (max-width: 768px) {
    .pd-search-open .wrapper-header {
    position: sticky;
    z-index: 100;
    }
    .pd-search-open .navbar-inverse {
        position: relative;
        z-index: 1000;
    }
}
.algolia-wrapper .savings-container .label-default {
    margin-left: 5px;
}

.algolia-wrapper .ais-ClearRefinements {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media (max-width: 576px) {
    .algolia-wrapper .ais-ClearRefinements {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 430px) {
    .algolia-wrapper .savings-container {
        display: flex;
        flex-direction: column;
    }
    .algolia-wrapper .savings-container .label-warning {
        margin-bottom: 5px;
    }
    .algolia-wrapper .savings-container .label {
        line-height: 1.4;
    }
}
@media (max-width: 400px) {
    .algolia-wrapper .caption {
        height: 11.75em !important;
    }
}
.pd-search-open .algolia-wrapper {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}

.pd-search-results {
    display: none;
    z-index: 99;
    padding: 0 !important;
}
.pd-search-results .container {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}
.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;
}
.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;
}
/*** Collapse Fix ***/
.ais-Panel-collapseButton {
    border: none;
    background: transparent;
    width: 100%;
    outline: none !important;
    position: absolute;
    top: 0;
    height: 100%;
}
.ais-Panel--collapsible .ais-Panel-body {
    display: none;
}
.ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-body {
    display: block;
}
.algolia-container .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header.border-bottom-none {
    border-bottom: none;
}
.position-relative {
    position: relative;
}
/*** End of Collapse Fix ***/
/*** 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;
}
.algolia-wrapper .list-group li.filter a:before {
    content: "\F096\0020";
    font-family: FontAwesome;
}
.algolia-wrapper .list-group li.filter-remove > div:not(.ais-HierarchicalMenu) a:before {
    content: "\F14A\0020";
    font-family: FontAwesome;
}
#algolia-filters a.list-group-item {
    font-size: 13px;
    font-weight: 300;
    padding: 8px 15px;
}
/*** Price Range ***/
.ais-Pagination-item--disabled {
    display: none;
}
#algolia-filters .list-group-item.filter-title {
    background: #f5f5f6;
}
@media (min-width: 992px) {
#algolia-filters, #algolia-filters-search {
    height: auto!important;
    display: block;
}
}
