:root {
	--global--color-wqr-primary: #04aa6d;
}

#quantity-based-prices {
	overflow: auto;
	margin-bottom: 2rem;
}

#quantity-based-prices table {
	min-width: 610px;
	margin-bottom: 0;
}

#quantity-based-prices td {
	text-align: center;
	white-space: nowrap;
}

#quantity-based-prices td.active {
	box-shadow: 0 0.3rem 1rem -0.5rem black;
}

#quantity-based-prices .price .woocommerce-Price-amount.amount {
	display: block;
}

.quantity {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 2rem;
	white-space: normal;
	font-size: 1rem !important;
}

.wqr-slider-wrapper {
	width: 100%;
	margin-left: 1rem;
	position: relative;
}

.wqr-slider-wrapper label {
	position: absolute;
	top: -1rem;
	left: 0;
	font-size: 0.8em;
}

.q-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 0.5rem;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
}

.q-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	border: 0.5rem solid var(--global--color-wqr-primary);
	background: black;
	cursor: pointer;
}

.q-slider::-moz-range-thumb {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	border: 0.5rem solid var(--global--color-wqr-primary);
	background: black;
	cursor: pointer;
}

.q-slider-progress {
	width: 0;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--global--color-wqr-primary);
	border-radius: 5px;
}
