.noUi-pips {
	color:#000;
}

.noUi-handle {
	cursor: -webkit-grab;
	cursor: grab;
}

.noUi-handle.noUi-active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.noUi-marker {
	background:#000;
}

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

.price-box .from-price {
	display: inline-block;
}

.price-box .to-price {
	display: inline-block;
}

.price-box .from-to-label {
	font-weight: bold;
	padding: 0 0.5rem;
}

.voucher-container input {
	width: auto;
}

.voucher-range .voucher-range-input {
	margin-bottom:20px;
}

.voucher-range .voucher-range-slider {
	margin-bottom:80px;
}

.noUi-connect {
	background:#5AB031;
}

.voucher-amount {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.voucher-amount-button-item {
	margin: 0 1rem 1rem 0;
}

.voucher-amount-button {
	background-color: #ffffff;
	border: 1px solid #5AB031;
	color: #5AB031;
	padding: 1rem;
}

.voucher-amount-button.active {
	background-color: #5AB031;
	color: #ffffff;
}
