/* AKT Quantity Dropdown — deliberately light so themes keep control. */

.aktqd-quantity,
.aktqd-loop-quantity,
.aktqd-checkout-quantity {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
span.product-quantity.aktqd-product-quantity{
	color: black !important;
}
.aktqd-loop-quantity {
	margin: 0 0.5em 0.5em 0;
}

select.aktqd-qty-select {
	display: inline-block;
	width: auto;
	min-width: 4.5em;
	max-width: 100%;
	padding: 0.45em 1.9em 0.45em 0.7em;
	line-height: 1.4;
	font-size: 1em;
	color: inherit;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.6em center;
	background-size: 9px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

select.aktqd-qty-select:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}

.aktqd-quantity--fixed .aktqd-fixed-label {
	display: inline-block;
	padding: 0.45em 0.7em;
	opacity: 0.75;
}

/* Live total on single product pages */
.aktqd-live-total {
	display: block;
	width: 100%;
	margin: 0.75em 0;
	font-size: 1em;
	line-height: 1.4;
}

.aktqd-live-total__label {
	opacity: 0.7;
}

.aktqd-live-total__value {
	font-weight: 600;
}

/* Checkout */
.aktqd-checkout-help {
	margin: 0 0 1em;
	padding: 0.75em 1em;
	font-size: 0.9em;
	line-height: 1.5;
	border-left: 3px solid rgba(0, 0, 0, 0.25);
	background: rgba(0, 0, 0, 0.03);
}

.aktqd-checkout-quantity select.aktqd-qty-select {
	padding: 0.5em 1.5em 0.2em 0.5em !important;
	font-size: 0.9em;
	min-width: 4em;
}

/* Busy state while a quantity change is saving */
.aktqd-busy {
	position: relative;
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width: 480px) {
	.aktqd-loop-quantity,
	.aktqd-loop-quantity select.aktqd-qty-select {
		width: 100%;
	}
}
