:root {
	--hcraq-orange: #f47b3a;
	--hcraq-blue: #13b5d1;
	--hcraq-navy: #17385f;
	--hcraq-border: #dfe4e8;
	--hcraq-field: #f1f2f3;
}

.hcraq-quote-only-product form.cart .single_add_to_cart_button {
	display: none !important;
}

.hcraq-add-button,
.woocommerce .hcraq-add-button,
.woocommerce .hcraq-return-shop,
.woocommerce .hcraq-update,
.woocommerce .hcraq-submit,
.woocommerce .hcraq-choose-options {
	background: var(--hcraq-orange) !important;
	border: 2px solid var(--hcraq-blue) !important;
	border-radius: 24px !important;
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 11px 20px !important;
}

.hcraq-add-button:hover,
.woocommerce .hcraq-return-shop:hover,
.woocommerce .hcraq-update:hover,
.woocommerce .hcraq-submit:hover,
.woocommerce .hcraq-choose-options:hover {
	background: var(--hcraq-navy) !important;
	color: #fff !important;
}

.hcraq-button-message {
	display: inline-block;
	font-weight: 700;
	margin-left: 12px;
}

.hcraq-button-message.is-error {
	color: #b42318;
}

.hcraq-submit-message {
	display: inline-block;
	font-weight: 700;
	margin-left: 12px;
}

.hcraq-submit-message.is-error {
	color: #b42318;
}

.hcraq-wrap {
	margin: 20px auto;
	max-width: 1500px;
}

.hcraq-thank-you {
	background: #f7fbfc;
	border: 1px solid var(--hcraq-border);
	border-top: 5px solid var(--hcraq-blue);
	box-sizing: border-box;
	padding: 32px;
}

.hcraq-thank-you h2 {
	color: var(--hcraq-navy);
	margin-top: 0;
}

.hcraq-return-shop {
	display: inline-block;
	margin-bottom: 24px !important;
}

.hcraq-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr);
}

.hcraq-products h2,
.hcraq-request-form h2 {
	color: var(--hcraq-navy);
}

.hcraq-product-list {
	border: 1px solid var(--hcraq-border);
	margin-bottom: 22px;
}

.hcraq-product-item {
	align-items: center;
	border-bottom: 1px solid var(--hcraq-border);
	display: grid;
	gap: 22px;
	grid-template-columns: 150px minmax(0, 1fr) 90px;
	padding: 18px;
}

.hcraq-product-item:last-child {
	border-bottom: 0;
}

.hcraq-product-image img {
	display: block;
	height: auto;
	max-width: 150px;
}

.hcraq-product-details > a {
	color: var(--hcraq-orange);
	font-weight: 700;
}

.hcraq-product-quantity {
	position: relative;
}

.hcraq-product-quantity input {
	max-width: 70px;
	padding: 10px;
}

.hcraq-remove {
	background: transparent;
	border: 0;
	color: #c00;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	padding: 5px;
}

.hcraq-options {
	font-size: 14px;
	margin: 8px 0 0;
}

.hcraq-options div {
	display: flex;
	gap: 5px;
}

.hcraq-options dt {
	font-weight: 700;
}

.hcraq-options dd {
	margin: 0;
}

.hcraq-field {
	margin: 0 0 17px;
}

.hcraq-field > label,
.hcraq-fieldset legend {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.hcraq-field input[type="text"],
.hcraq-field input[type="email"],
.hcraq-field input[type="tel"],
.hcraq-field input[type="file"],
.hcraq-field textarea {
	background: var(--hcraq-field);
	border: 1px solid #d9dde1;
	box-sizing: border-box;
	font-size: 16px;
	padding: 13px;
	width: 100%;
}

.hcraq-checkbox {
	display: block;
	margin: 4px 0 20px;
}

.hcraq-fieldset {
	border: 0;
	margin: 0 0 18px;
	padding: 0;
}

.hcraq-fieldset label {
	display: inline-block;
	margin: 6px 22px 0 0;
}

.hcraq-help {
	color: #555;
	display: block;
	font-size: 13px;
	margin: 4px 0;
}

.hcraq-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.required {
	color: #c00;
}

@media (max-width: 900px) {
	.hcraq-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.hcraq-product-item {
		grid-template-columns: 90px minmax(0, 1fr);
	}

	.hcraq-product-image img {
		max-width: 90px;
	}

	.hcraq-product-quantity {
		grid-column: 2;
	}
}
