/* noUIslider */
body {

	#priceSlider {
		padding: 0 0 0 8px;
		margin-bottom: 1.5rem;
	}

	.priceRangeLabel {
		font-size: 13px;
		font-family: "poppins", sans-serif;
	}

	.noUi-horizontal {
		height: 4px;
	}

	.noUi-horizontal .noUi-handle {
		width: 12px;
		height: 12px;
		right: -4px;
		top: -4px
	}

	.noUi-connect {
		background: var(--e-global-color-accent);
	}

	.noUi-handle {
		border-color: var(--e-global-color-accent);
		border-radius: 100%;
		background: var(--e-global-color-accent);
		cursor: default;
		box-shadow: none;
	}

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

	.noUi-target {
		background: var(--e-global-color-551a419);
		border-radius: 4px;
		border: 0 none;
		box-shadow: none;
	}

}