<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* content */

.filter-options {
    width: 260px;
}

.filter-options .options-wrapper {
    top: 64px;
    height: calc(100vh - 70px);
    min-height: 600px;
    overflow-y: auto;
}

.filter-options .options-wrapper::after {
    content: "";
    display: block;
    height: 50px;
}

.col-right {
    width: calc(100% - 260px);
}

.filter-options .attr .title {
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: .98rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

.filter-options .attr .icons-wrapper:active svg {
    color: var(--pmry);
    fill: var(--pmry);
}

.filter-options .btn-see svg.chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-options .attr .opts-list {
    font-size: .9rem;
    max-height: calc(5 * 1.7rem);
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}

.filter-options .attr .opts-list.overflow-y-auto {
    max-height: calc(8 * 1.7rem);
    overflow-y: auto !important;
}

.filter-options .attr .opts-list.expanded {
    max-height: initial;
}

.filter-options .active {
    font-size: .87rem;
}

.filter-options .opts-list .option {
    min-height: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
}

.filter-options .opts-list label:hover::before,
.sf-option label:hover::before {
    border-color: var(--pmry);
}

.filter-options .attr.price .price-input {
    width: 37%;
    height: 33px;
    line-height: 33px;
    font-size: .8rem;
}

.filter-options .attr.price .price-input:focus {
    border-color: #1585ff !important;
}

.filter-options .attr.price .price-input.border-pmry:focus {
    border-color: var(--pmry) !important;
}

.filter-options .attr.price button.apply {
    width: 37px;
    line-height: 30px;
    font-size: .9rem;
}

.filter-options .attr.price button.apply:hover {
    background-color: var(--accent);
}

.attr.price .noUi-connects,
.attr.price .noUi-base,
.attr.price .noUi-target {
    background-color: var(--pmry) !important;
    height: 3px !important;
    box-shadow: none !important;
}

.attr.price .noUi-handle {
    top: -8.5px;
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background: var(--pmry) !important;
    border: 1px solid var(--pmry) !important;
    box-shadow: none !important;
}

.attr.price .noUi-handle::before,
.attr.price .noUi-handle::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    visibility: hidden !important;
}

.col-right .nav-row {
    font-size: .9rem;
}

.col-right .nav-row a:hover,
.sort-filter-menu .option:hover {
    color: var(--pmry) !important;
}

.sort-filter-menu {
    height: 45px;
}

.sort-filter-menu .sf-option,
.sort-filter-menu .sort-options {
    font-size: .9rem;
    line-height: 1.5rem;
}

.sort-options .dropdown-toggle::after {
    vertical-align: middle;
}

.sort-filter-menu .option:active {
    background-color: unset;
}

.pagination .page-link {
    color: #212529;
    font-size: .9rem;
    padding: .4rem .65rem;
    height: 2.1rem;
    border-radius: 0 !important;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background-color: var(--pmry);
    border-color: var(--pmry);
}

.goto input.goto-page {
    width: 50px;
}

.goto button.go {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: none;
}

.goto button.go:active {
    color: var(--pmry);
}

@media (max-width: 1199.98px) {
    .goto {
        font-size: .8rem;
    }
}


/* custom checkbox */

.filter-options .custom-control-label::before,
.filter-options .custom-control-label::after {
    width: 1.22rem;
    height: 1.22rem;
}

.custom-control-label::before,
.custom-control-label::after {
    border-radius: 1px !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border-color: #adb5bd;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #adb5bd;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--pmry);
    background-color: var(--pmry);
}</pre></body></html>