.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-style: flat;
	width: 100%;
	will-change: transform;
	z-index: 1
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	height: 28px;
	right: -17px;
	top: -6px;
	width: 34px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	bottom: -17px;
	height: 34px;
	right: -6px;
	width: 28px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3fb8af
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	cursor: default
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	background: #e8e7e6;
	content: "";
	display: block;
	height: 14px;
	left: 14px;
	position: absolute;
	top: 6px;
	width: 1px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	height: 1px;
	left: 6px;
	top: 14px;
	width: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	color: #999;
	position: absolute
}

.noUi-value {
	position: absolute;
	text-align: center;
	white-space: nowrap
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	background: #ccc;
	position: absolute
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa
}

.noUi-pips-horizontal {
	height: 80px;
	left: 0;
	padding: 10px 0;
	top: 100%;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	height: 5px;
	margin-left: -1px;
	width: 2px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	height: 100%;
	left: 100%;
	padding: 0 10px;
	top: 0
}

.noUi-value-vertical {
	padding-left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
	height: 2px;
	margin-top: -1px;
	width: 5px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 5px;
	position: absolute;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	bottom: 120%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.noUi-vertical .noUi-tooltip {
	right: 120%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	bottom: 10px;
	left: auto;
	-webkit-transform: translate(50%);
	transform: translate(50%)
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	right: 28px;
	top: auto;
	-webkit-transform: translateY(-18px);
	transform: translateY(-18px)
}

.offcanvas {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background-clip: padding-box;
	background-color: #fff;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	outline: 0;
	position: fixed;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	visibility: hidden;
	z-index: 1045
}

@media(prefers-reduced-motion:reduce) {
	.offcanvas {
		-webkit-transition: none;
		transition: none
	}
}

.offcanvas-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 16px 32px
}

.offcanvas-header .btn-close {
	margin-bottom: -8px;
	margin-right: -16px;
	margin-top: -8px;
	padding: 8px 16px
}

.offcanvas-title {
	line-height: 1.5;
	margin-bottom: 0
}

.offcanvas-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-y: auto;
	padding: 16px 32px
}

.offcanvas-end {
	border-left: 0 solid rgba(0, 0, 0, .2);
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 490px
}

.offcanvas.show {
	-webkit-transform: none;
	transform: none
}

.offcanvas .btn-close {
	font-size: 15px
}

.offcanvas-header {
	padding: 42px 32px
}

.offcanvas-title {
	font-size: 1.875rem
}

.offcanvas-body::-webkit-scrollbar {
	width: 6px
}

.offcanvas-body::-webkit-scrollbar-track {
	background-color: transparent
}

.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	border-radius: 2px
}

.offcanvas-body .filter {
	border-top: 1px solid #cdcdcd
}

.offcanvas-body .filter:last-of-type {
	border-bottom: 1px solid #cdcdcd
}

.offcanvas-body .filter-label {
	font-weight: 500;
	padding: 24px
}

.offcanvas-footer {
	padding: 16px 32px
}

.filter {
	border-top: 1px solid #cdcdcd;
	position: relative
}

.filter:last-of-type {
	border-bottom: 1px solid #cdcdcd
}

.filter._open .filter-icon:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.filter-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.filter-icon {
	display: block;
	height: 16px;
	position: relative;
	width: 16px
}

.filter-icon:after,
.filter-icon:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out
}

.filter-icon:before {
	border-bottom: 2px solid #e60000;
	top: 7px;
	width: 100%
}

.filter-icon:after {
	border-right: 2px solid #e60000;
	height: 100%;
	left: 7px
}

.filter-switch {
	margin-left: auto
}

.filter-switch_input {
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.filter-switch_input:checked+.filter-switch_point {
	background-color: #e60000
}

.filter-switch_input:checked+.filter-switch_point:after {
	-webkit-transform: translateX(17px);
	transform: translateX(17px)
}

.filter-switch_point {
	background-color: #cdcdcd;
	border-radius: 8px;
	display: block;
	height: 16px;
	position: relative;
	width: 40px
}

.filter-switch_point:after {
	background-color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .25);
	content: "";
	height: 24px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	top: 0;
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	width: 24px
}

.filter-body {
	padding: 0 24px
}

.filter-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	border-top: 1px solid #cdcdcd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .875rem;
	justify-content: space-between;
	padding: 14px 0;
	width: 100%
}

.filter-item .lead {
	font-size: 1.125rem
}

.filter-item>.filter-item {
	border: 0
}

.filter-item>.filter-item .filter-slide {
	margin: 36px 0 10px
}

.filter-item:hover .icon-check {
	opacity: .3
}

.filter-item .icon-check {
	color: #e60000;
	font-size: 17px;
	margin-left: 23px;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.filter-item_label {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.filter-item_check {
	opacity: 0;
	overflow: hidden;
	position: absolute
}

.filter-item_check:checked~.icon-check {
	opacity: 1
}

.filter-slide {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 54px;
	opacity: 0;
	padding: 0 12px;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.overlap-load {
	background: rgba(246, 247, 248, .8);
	bottom: 0;
	left: 0;
	pointer-events: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040
}

.noUi-horizontal {
	height: 8px;
	margin: 64px 0 24px
}

.noUi-horizontal .noUi-handle {
	height: 22px;
	right: -11px;
	top: -6px;
	width: 22px
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	bottom: 13px
}

.noUi-horizontal .noUi-tooltip {
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	/*font-size: .75rem;*/
	left: auto;
	padding: 2px 4px;
	font-size:12px;
	color:#666;
	-webkit-transform: translate(50%);
	transform: translate(50%)
}

.noUi-handle {
	border: 0;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .25);
	cursor: pointer
}

.noUi-handle:after,
.noUi-handle:before {
	content: none
}

.noUi-target {
	background: #f0f0f0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1
}

.noUi-connect {
	background: #e60000
}



