.re-fixed-quantity-original {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	pointer-events: none !important;
}

.re-fixed-quantity-container {
	display: inline-flex !important;
	align-items: stretch !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	vertical-align: middle;
}

.re-fixed-quantity-select {
	display: block !important;
	box-sizing: border-box !important;
	width: 100px !important;
	min-width: 100px !important;
	max-width: 100% !important;
	height: 54px !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 0 34px 0 14px !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #333 !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	text-align: center !important;
	text-align-last: center !important;
	text-indent: 0 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
}

.re-fixed-quantity-select:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.re-fixed-quantity-container > .minus,
.re-fixed-quantity-container > .plus,
.re-fixed-quantity-container > .qty_button,
.re-fixed-quantity-container > .quantity-button,
.re-fixed-quantity-container.wc-block-components-quantity-selector > button {
	display: none !important;
}

.re-fixed-quantity-container.wc-block-components-quantity-selector {
	width: auto !important;
	border: 0 !important;
}
