/* WooCommerce Quote Request System - frontend */
.wqrs-quote-mode .price,
.wqrs-quote-mode .woocommerce-Price-amount,
.wqrs-quote-mode .wc-block-components-product-price,
.wqrs-quote-mode .wc-block-components-product-badge,
.wqrs-quote-mode .woocommerce-mini-cart__total,
.wqrs-quote-mode .widget_shopping_cart_content .total,
.wqrs-quote-mode .cart_totals > h2,
.wqrs-quote-mode .cart_totals .shop_table,
.wqrs-quote-mode .woocommerce-cart-form th.product-price,
.wqrs-quote-mode .woocommerce-cart-form td.product-price,
.wqrs-quote-mode .woocommerce-cart-form th.product-subtotal,
.wqrs-quote-mode .woocommerce-cart-form td.product-subtotal,
.wqrs-quote-mode .woocommerce-checkout-review-order-table th.product-total,
.wqrs-quote-mode .woocommerce-checkout-review-order-table td.product-total,
.wqrs-quote-mode .woocommerce-checkout-review-order-table tfoot,
.wqrs-quote-mode .woocommerce-order-details th.woocommerce-table__product-table.product-total,
.wqrs-quote-mode .woocommerce-order-details td.woocommerce-table__product-total.product-total,
.wqrs-quote-mode #payment .wc_payment_methods,
.wqrs-quote-mode #payment .payment_box,
.wqrs-quote-mode #ship-to-different-address,
.wqrs-quote-mode .woocommerce-shipping-fields,
.wqrs-quote-mode .woocommerce-additional-fields,
.wqrs-quote-mode .woocommerce-form-coupon-toggle,
.wqrs-quote-mode .checkout_coupon {
	display: none !important;
}

.wqrs-quote-mode .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	text-align: right;
}

.wqrs-quote-mode .wc-proceed-to-checkout {
	padding-top: 1rem;
}

.wqrs-quote-mode .wc-proceed-to-checkout .checkout-button,
.wqrs-quote-mode #place_order,
.wqrs-quote-mode .single_add_to_cart_button,
.wqrs-quote-mode .add_to_cart_button {
	cursor: pointer;
}

.wqrs-quote-mode form.checkout_coupon,
.wqrs-quote-mode .coupon {
	display: none !important;
}

.wqrs-requirements-field {
	clear: both;
	margin-top: 1rem;
}

.wqrs-requirements-field textarea {
	min-height: 120px;
}

.wqrs-no-payment-note {
	margin: 0 0 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.025);
}

.wqrs-thankyou-summary {
	margin-top: 1.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
}

.wqrs-thankyou-reference {
	font-size: 1.05em;
	margin-bottom: 0.75rem;
}

.wqrs-product-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wqrs-product-list li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wqrs-quote-mode .woocommerce-order-overview__total,
.wqrs-quote-mode .woocommerce-order-overview__payment-method {
	display: none !important;
}

@media (max-width: 768px) {
	.wqrs-quote-mode .woocommerce-cart-form__cart-item .product-price,
	.wqrs-quote-mode .woocommerce-cart-form__cart-item .product-subtotal {
		display: none !important;
	}
}
