:root {
	--btraq-gold: #daa520;
	--btraq-lime: #9dc638;
	--btraq-burgundy: #602a2e;
	--btraq-blue: #1f38a5;
	--btraq-border: #e0d5bd;
	--btraq-field: #f4f9e8;
}

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

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

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

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

.btraq-button-message.is-error {
	color: var(--btraq-burgundy);
}

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

.btraq-submit-message.is-error {
	color: var(--btraq-burgundy);
}

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

.btraq-thank-you {
	background: var(--btraq-field);
	border: 1px solid var(--btraq-border);
	border-top: 5px solid var(--btraq-lime);
	box-sizing: border-box;
	padding: 32px;
}

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

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

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

.btraq-products h2,
.btraq-request-form h2 {
	color: var(--btraq-burgundy);
}

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

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

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

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

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

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

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

.btraq-remove {
	background: transparent;
	border: 0;
	color: var(--btraq-burgundy);
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	padding: 5px;
}

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

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

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

.btraq-options dd {
	margin: 0;
}

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

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

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

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

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

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

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

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

.btraq-wrap .required {
	color: var(--btraq-burgundy);
}

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

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

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

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