<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.narrowDownByRow td {
    background-color: transparent;
    padding-left: 0.5rem;
    vertical-align: middle;
}

#refinenav a {
    font-weight: bold;
    padding: 0.1875rem;
}
.leftnav-container-sm {
	position: absolute;
    border: solid 2px #efefef;
    top: 0px;
    right: 0px;
    width: 180px;
    z-index: 200;
    background-color: #efefef;
    display: none;
}
.refirement-group .dropdown-menu {
    border-radius: unset;
}
.refirement-group:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.refirement-group {
	border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.refirement-group .dropdown-menu {
    border-radius: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
}
.ref-sort-part {
	font-size: 0.8125rem;
}


@media (min-width: 992px) { /*lg*/
	.refirement-group {
		border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	}
	.refirement-group .dropdown-menu {
	    border-radius: unset;
	    border-top: 1px solid rgba(0, 0, 0, 0.15);
	    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	    border-left: 1px solid rgba(0, 0, 0, 0.15);
	    border-right: 1px solid rgba(0, 0, 0, 0.15);
	}
}</pre></body></html>