.jet-woo-quantity-button-added {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.jet-woo-quantity-button-added.position-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.jet-woo-quantity-button-added.position-horizontal {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jet-woo-quantity-button-added.position-vertical .jet-woo-qty-control, .jet-woo-quantity-button-added.position-horizontal .jet-woo-qty-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jet-woo-quantity-button-added.position-top, .jet-woo-quantity-button-added.position-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jet-woo-quantity-button-added.position-top .jet-woo-qty-controls-holder, .jet-woo-quantity-button-added.position-bottom .jet-woo-qty-controls-holder {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.jet-woo-quantity-button-added.position-top .jet-woo-qty-controls-holder .jet-woo-qty-control, .jet-woo-quantity-button-added.position-bottom .jet-woo-qty-controls-holder .jet-woo-qty-control {
	max-width: 50%;
}

.jet-woo-quantity-button-added.position-start, .jet-woo-quantity-button-added.position-end {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jet-woo-quantity-button-added.position-start .jet-woo-qty-controls-holder, .jet-woo-quantity-button-added.position-end .jet-woo-qty-controls-holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jet-woo-quantity-button-added.position-start .jet-woo-qty-controls-holder .jet-woo-qty-control, .jet-woo-quantity-button-added.position-end .jet-woo-qty-controls-holder .jet-woo-qty-control {
	max-width: 100%;
}

.jet-woo-quantity-button-added .jet-woo-qty-controls-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jet-woo-quantity-button-added .jet-woo-qty-controls-holder .jet-woo-qty-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.jet-woo-quantity-button-added input.qty::-webkit-outer-spin-button, .jet-woo-quantity-button-added input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.jet-woo-quantity-button-added input[type=number].qty {
	-moz-appearance: textfield;
}