body.single-product .gb-qpm-wrapper {
	display: inline-flex !important;
	align-items: stretch !important;
	gap: 0 !important;
	margin: 0 !important;
	margin-top: 2px !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	vertical-align: top !important;
	white-space: nowrap;
}

body.single-product .gb-qpm-wrapper .quantity {
	display: flex !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.product-template-default.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity {
	margin-right: 0 !important;
}

body.single-product .gb-qpm-wrapper .gb-qpm-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: 41px !important;
	height: 41px !important;
	min-width: 41px !important;
	min-height: 41px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #efefef !important;
	border-radius: 0 !important;
	background: #a19f9f14 !important;
	box-shadow: none !important;
	color: #000 !important;
	cursor: pointer !important;
	font-family: Nunito Sans, Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

body.single-product .gb-qpm-wrapper .gb-qpm-button:hover,
body.single-product .gb-qpm-wrapper .gb-qpm-button:focus {
	border-color: #efefef !important;
	background: #a19f9f14 !important;
	color: #000 !important;
	outline: none !important;
}

body.single-product .gb-qpm-wrapper .gb-qpm-button:focus-visible {
	outline: 2px solid #1f613e !important;
	outline-offset: 2px;
}

body.single-product .gb-qpm-wrapper .quantity input.gb-qpm-input,
body.single-product .qib-button-wrapper .quantity input.input-text.qty.text {
	box-sizing: border-box !important;
	width: 48px !important;
	max-width: 48px !important;
	height: 41px !important;
	min-height: 41px !important;
	margin: 0 !important;
	padding: 6px 6px 8px !important;
	border: 1px solid #d3d3d3 !important;
	border-radius: 5px 5px 5px 5px;
	background: #fff !important;
	box-shadow: none !important;
	color: #000;
	font-family: Nunito Sans, Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	text-align: center;
	appearance: textfield;
	-moz-appearance: textfield;
}

body.single-product .gb-qpm-wrapper .quantity input.gb-qpm-input::-webkit-outer-spin-button,
body.single-product .gb-qpm-wrapper .quantity input.gb-qpm-input::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

body.single-product .gb-qpm-wrapper + .single_add_to_cart_button,
body.single-product .gb-qpm-wrapper + button[type="submit"] {
	margin-left: 0 !important;
	vertical-align: top !important;
}

@media (min-width: 981px) {
	body.single-product .gb-qpm-wrapper {
		margin-right: 6px !important;
	}
}

@media (max-width: 480px) {
	body.single-product .woocommerce-variation-add-to-cart,
	body.single-product form.cart:not(.variations_form) {
		display: flex !important;
		align-items: flex-start !important;
		gap: 10px !important;
		flex-wrap: nowrap !important;
	}

	body.single-product .woocommerce-variation-add-to-cart .gb-qpm-wrapper,
	body.single-product form.cart:not(.variations_form) .gb-qpm-wrapper {
		flex: 0 0 auto;
		margin-right: 0 !important;
	}

	body.single-product .gb-qpm-wrapper .gb-qpm-button {
		width: 38px !important;
		min-width: 38px !important;
		height: 40px !important;
		min-height: 40px !important;
		background: #fff !important;
	}

	body.single-product .gb-qpm-wrapper .gb-qpm-button:hover,
	body.single-product .gb-qpm-wrapper .gb-qpm-button:focus {
		background: #fff !important;
	}

	body.single-product .gb-qpm-wrapper .quantity input.gb-qpm-input,
	body.single-product .qib-button-wrapper .quantity input.input-text.qty.text {
		width: 44px !important;
		max-width: 44px !important;
		height: 40px !important;
		min-height: 40px !important;
		font-size: 19px !important;
	}
}
