.pd-search-open {
    position: relative;
}

.pd-search-open:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: rgba(0,0,0,0.6);
}

.pd-search-open .partsfinder-section {
    display: none;
}
.logo-section .header-search #pd-search-input {
    height: 32px;
    border: none;
    box-shadow: none;
}
.header-control .container {
    position: relative;
}
.pd-search-results {
    background: #fff;
    border: 1px solid #ebebeb;
}
.pd-empty-results {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    margin-top: -32px;
    background: #fff;
}
.pd-empty-results strong {
    font-weight: 600;
}
.algolia-overlay {
    z-index: 8;
    position: absolute;
    width: 100%;
}

.pd-search-open.sticky-active .algolia-overlay {
    top: 132px;
    position: sticky;
}

.pd-search-open.sticky-active #pd-results {
    max-height: 480px;
    overflow: auto;
}

@media (min-width: 768px) {
    .pd-search-open.sticky-active .algolia-overlay {
        top: 302px;
    }
}

@media (min-width: 992px) {
    .pd-search-open.sticky-active .algolia-overlay {
        top: 209px;
    }
}

.pd-search-open #main-content {
    overflow: auto;
}
.ais-Panel-header .list-group-item {
    border-bottom: 2px solid #ddd !important;
    border-radius: 0 !important;
}
.pd-search-open #main-content div, .pd-search-open #main-content section, .pd-search-open #main-content #left-sidebar {
    z-index: -1;
}
.pd-search-open .page-footer {
    margin-top: 0;
}
.pd-search-open #main-content {
    padding-bottom: 3rem;
}
.pd-search-open #main-content .services-section, .pd-search-open #main-content .welcome-section {
    background: transparent;
    border: transparent;
}
.pd-search-open .services-section {
    background: rgba(0,0,0,0.6);
    border: transparent;
    overflow: auto;
    margin-bottom: -6px;
}
.pd-search-open .services-section li {
    border: transparent;
}
.ais-Hits-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.pd-algolia-bottom .ais-Panel {
    padding: 10px 15px;
    border-top: 1px solid #dedede;
}
.algolia-sidebar#left-sidebar .left-sidebar-inner {
    position: relative !important;
}
.pd-algolia-bottom button {
    background: #105fac;
    margin-bottom: 15px;
    padding: 15px 30px;
    cursor: pointer;
}
.pd-algolia-top {
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
}
.algolia-overlay #pd-results {
    padding-top: 10px;
}
#pd-stats p {
    margin-bottom: 0;
    font-size: 16px;
}
.pd-search-results-pagination .pagination {
    margin-top: 0;
    justify-content: flex-end;
    margin-bottom: 0;
}
.pd-algolia-top>.row {
    display: flex;
    align-items: center;
}
.pd-algolia-top .pd-search-results-stats {
    align-items: center;
    display: flex;
}
#pd-sort-by-single .ais-SortBy-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}
.ais-ClearRefinements-button.ais-ClearRefinements-button--disabled, .ais-Pagination-item--disabled {
    display: none;
}
.ais-ClearRefinements-button {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 15px;
    color: #fff;
    border: none;
    background: #105fac;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    cursor: pointer;
}

.ais-RefinementList-list input[type="checkbox"], .ais-HierarchicalMenu-list input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    width: auto;
}
.ais-RefinementList-list a.facet-item:before, .ais-HierarchicalMenu-list a.facet-item:before {
    content: "";
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 14px;
    left: 15px;
    border: 0.5px solid #555;
}
.ais-RefinementList-item a, .ais-HierarchicalMenu-item a {
    position: relative;
    padding-left: 30px !important;
}
.ais-HierarchicalMenu-list.list-group, .ais-RefinementList-list.list-group {
    margin-bottom: 0;
}
.ais-HierarchicalMenu-list--child {
    padding-left: 20px;
    margin-top: 10px;
}
.ais-RefinementList-list .ais-RefinementList-item--selected a.facet-item:before, .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected a.facet-item:before {
    content: '✔';
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #000;
}
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) a.facet-item:before {
    content: "";
}
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    margin-left: 0 !important;
}
.pd-search-results .npopup-btn-close {
    position: absolute;
    padding: 0;
    border: none;
    background: transparent;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/npopup_sprite.png);
}
/*** 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 #d3d3d3 !important;
    background: #e6e6e6 !important;
    position: absolute !important;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: default;
    border-radius: 4px;
    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 #c5c5c5 !important;
}
body .ais-RangeSlider .rheostat-progress {
	top: 0px !important;
    position: absolute;
    border: 1px solid #c5c5c5;
    color: #222;
    font-weight: bold;
    height: 13px !important;
    margin-bottom: 5px;
    background: #eee !important;
}
body .ais-RangeSlider .rheostat-marker {
	display: none;
}
body .ais-RangeSlider .rheostat-background {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    height: 13px;
}
body .rheostat-tooltip {
    color: #333 !important;
    font-weight: 400;
    position: absolute;
    top: -20px;
    left: -5px;
}
body .ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.ais-Hits-item.wrapper-thumbnail .thumbnail .caption .btn.btn-loads {
    background-color: #196db6;
    color: #fff;
}
@media (min-width: 1200px) {
.ais-Hits-item.col-lg-2 {
    width: 20%;
}
}
@media only screen and (max-width: 1199px) {
.ais-Hits-list .ais-Hits-item:nth-child(9), .ais-Hits-list .ais-Hits-item:nth-child(10) {
    display: none;    
}
}
@media only screen and (max-width: 991px) {
.ais-Hits-list .ais-Hits-item:nth-child(9) {
    display: block;    
}    
}
@media only screen and (max-width: 767px) {
.ais-Hits-list .ais-Hits-item:nth-child(10) {
    display: block;    
}
.pd-algolia-top>.row {
    flex-direction: column;
}
.pd-algolia-top .pd-search-results-stats {
    justify-content: center;
    margin-bottom: 10px;
}    
.ais-Pagination.text-right {
    text-align: center !important;    
}    
.pd-search-results-pagination .pagination {
    justify-content: center;
}
#pd-search-input-mobile {
    height: 37px;    
}  
}
@media only screen and (max-width: 575px) {
.algolia-overlay .container {
    max-width: 100%;
    padding: 0;
}  
.pd-search-results {
    position: relative;
} 
.pd-search-results .npopup-btn-close {
    top: 0;
    right: 0;
}     
}
@media only screen and (max-width: 480px) {
#pd-stats p {
    font-size: 14px;
}     
}