.ais-ClearRefinements {
    margin: 1em 0;
}

.ais-SearchBox {
    margin: 1em 0;
}

.ais-Pagination {
    margin-top: 1em;
}

.left-panel {
    float: left;
    width: 250px;
}

.right-panel {
    margin-left: 260px;
}

.ais-InstantSearch {
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

.ais-Hits-item {
    margin-bottom: 1em;
    width: calc(50% - 1rem);
}

.ais-Hits-item img {
    margin-right: 1em;
}

.hit-name {
    margin-bottom: 0.5em;
}

.hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em;
}

.ais-RangeSlider .rheostat-progress {
    background-color: #c9b18b !important;
}

#priceSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #c9b18b;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#priceSlider:hover {
    opacity: 1;
}

#priceSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 20px;
    background: #737373;
    cursor: pointer;
}

#priceSlider::-moz-range-thumb {
    width: 5px;
    height: 20px;
    background: #737373;
    cursor: pointer;
}


