/* ==========================================================================
   Woo Quantity Buttons — estilo del selector de cantidad
   ========================================================================== */

.quantity {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	border-radius: 6px;
	overflow: hidden;
	margin: 0;
	flex: 1 1 300px;
}

.quantity .qty {
	width: 48px;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 18px;
	height: 48px;
	-moz-appearance: textfield;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Botones +/- generados por wqb.js */
.quantity .wqb-qty-btn {
	border: none;
	background: transparent;
	width: 40px;
	height: 48px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #111;
	flex-shrink: 0;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
}

.quantity .wqb-qty-btn:hover {
	color: #000;
}

.quantity .wqb-qty-btn:active {
	background: #e5e5e5;
}
button.single_add_to_cart_button.button.alt, 
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    flex: 1 1 300px;
}