.pd-search-results {
    background-color: #fff;
    z-index: 99;
    display: none;
    padding-top: 15px;
}
.algolia-container ul, .algolia-container ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.algolia-container ol.breadcrumb {
    padding: 0.75rem 1rem;
} 
.ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-item a {
    padding-left: 30px !important;
}
.ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-item a {
    padding-left: 40px !important;
}
.ais-ClearRefinements-button {
    margin: 0.75rem 1.25rem;
}
.ais-ClearRefinements-button--disabled, .ais-Pagination-item--disabled {
    display: none;
}
.pd-search-open .algolia-overlay, .footer-overlay {
    background-color: rgba(0,0,0,0.6);
    overflow: auto;
}
.pd-search-open .algolia-overlay * {
    z-index: -1;
}
.pd-search-open .algolia-overlay .wrapper-footer * {
     z-index: 1;
}
.pd-search-open .wrapper-footer {
    position: relative;
    z-index: -1;
}
.pd-search-open #homepage-content a {
    opacity: 0.6;
    pointer-events: none;
}
.algolia-container .npopup-btn-close {
    background-color: transparent;
    border: none;
    right: 0;
    min-height: auto;
}
.algolia-container .savings-container .img-badge {
    margin-right: 5px;
}
.pd-shoe-size .form-control {
    margin: 0 15px;
    width: calc(100% - 30px);
    margin-bottom: 10px;
    margin-top: -10px;
}
#pd-shoe-size a.list-group-item.list-group-item-action, #pd-shoe-size-single a.list-group-item.list-group-item-action {
    border: none !important;
    background-color:  #0E384F;
}
#pd-shoe-size a.list-group-item.list-group-item-action.suspended, #pd-shoe-size-single a.list-group-item.list-group-item-action.suspended {
    border: none !important;
    background-color:  #CC890A;
}

#pd-shoe-size .pd-shoe-size-unsuspend, #pd-shoe-size-single .pd-shoe-size-unsuspend {
    display: none;
    font-size: 18px;
    position: absolute;
    right: 21px;
    top: 8px;
    color: #fff;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

#pd-shoe-size a.list-group-item.list-group-item-action.suspended + .pd-shoe-size-unsuspend, #pd-shoe-size-single a.list-group-item.list-group-item-action.suspended + .pd-shoe-size-unsuspend {
    display: block !important;
}

#pd-shoe-size h3 {
    color: #fff;
}
#pd-shoe-size .ais-Panel--collapsed .list-group-item-action {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#pd-shoe-size-single a.list-group-item.list-group-item-action {
    border: none !important;
    background-color:  #0E384F;
}
#pd-shoe-size-single h3 {
    color: #fff;
}
#pd-shoe-size-single .ais-Panel--collapsed .list-group-item-action {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.pd-search-open #header-cart {
    z-index: 999;
}
/*** 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;
}
/*** 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: 1.2em;
    height: 1.2em;
    cursor: pointer;
    border-radius: 3px;
    top: 50% !important;
    transform: translateY(-50%);
    margin-left: 0 !important;
}
body .rheostat-handle.rheostat-handle-upper {
    margin-left: -15px !important;
}
body .ais-RangeSlider .rheostat-handle:hover {
    border: 1px solid #6c757d !important;
    background: #adb5bd !important;
}
body .rheostat-handle.rheostat-handle-lower .rheostat-tooltip {
    margin-left: 13px !important;
}
body .ais-RangeSlider .rheostat-progress {
	top: 0px !important;
    position: absolute;
    height: 100% !important;
    background: #adb5bd !important;
    border: 0;
    border-radius: 3px;
}
body .ais-RangeSlider .rheostat-marker {
	display: none;
}
body .ais-RangeSlider .rheostat-background {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    height: 0.8em;
}
body .rheostat-tooltip {
    margin-top: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0!important;
}
body .rheostat-handle.rheostat-handle-upper .rheostat-tooltip {
    left: -10px;
}
.rheostat-tooltip span:nth-child(1) {
    display: block;
    font-size: 0.75rem !important;
}
body .ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 12px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
/*** Price Range ***/
@media only screen and (min-width: 768px) {
.algolia-container #pd-filters.collapse:not(.show),
.algolia-container #pd-filters-single.collapse:not(.show) {
    display: block;
}
}
@media only screen and (max-width: 767px) {
#pd-single-search-input {
    height: 44px;
}
}
#pd-single-searchbox .input-group-btn.input-group-append {
    z-index: 0;    
}