.gspc__submit--hidden,
/* Hide the submit/next button on the last page of multi-page forms with page conditional logic */
.gspc__form-wrapper .gspc--is-last-page .gform_next_button {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.gspc__form-wrapper .gform_page_footer input[name="quantity"] {
	width: 5rem;
}

.gspc__form-wrapper .gform_footer .gform_save_link {
	margin-bottom: 0.875rem !important;
}

.gspc__form-wrapper .gform_page_footer {
	display: flex;
}

.gspc__form-wrapper .gform_page_footer div.quantity {
	margin-left: auto;
}

/* Hide the quantity field and add to cart button on the first page of multi-page forms */
.gspc__form-wrapper.gspc__form-wrapper--has-pages div.quantity,
.gspc__form-wrapper.gspc__form-wrapper--has-pages input[name="quantity"],
.gspc__form-wrapper.gspc__form-wrapper--has-pages [name="add-to-cart"],
.gspc__form-wrapper.gspc__form-wrapper--has-pages .single_add_to_cart_button {
	display: none !important;
}

.gspc__form-wrapper.gspc__form-wrapper--has-pages .gspc--is-last-page div.quantity,
.gspc__form-wrapper.gspc__form-wrapper--has-pages .gspc--is-last-page input[name="quantity"],
.gspc__form-wrapper.gspc__form-wrapper--has-pages .gspc--is-last-page [name="add-to-cart"],
.gspc__form-wrapper.gspc__form-wrapper--has-pages .gspc--is-last-page .single_add_to_cart_button {
	/*
	 * I'd like to do something more elegant here than just inline-block, but it starts requiring things like :not()
	 * and getting into other fancy CSS features that are only supported in !93% of browsers.
	 */
	display: inline-block !important;
}

.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden div.gform_body div.quantity,
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden div.gform_body input[name="quantity"],
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden div.gform_body [name="add-to-cart"],
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden div.gform_body .single_add_to_cart_button,
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden div.quantity,
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden input[name="quantity"],
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden [name="add-to-cart"],
.gspc__form-wrapper form.gspc__form--submit-conditionally-hidden .single_add_to_cart_button {
	display: none !important;
}


/*# sourceMappingURL=gs-product-configurator.css.map*/