/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==========================================================================
   PKLV: enquiry-only checkout
   Bookings are enquiries, not sales. Strip shop and payment language.
   ========================================================================== */

/* Order review: hide quantity, the Subtotal column and the totals rows */
.woocommerce-checkout-review-order-table .product-quantity {
	display: none !important;
}

.woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce-checkout-review-order-table tbody td.product-total {
	display: none !important;
}

.woocommerce-checkout-review-order-table tfoot {
	display: none !important;
}

.woocommerce-checkout-review-order-table thead th.product-name,
.woocommerce-checkout-review-order-table tbody td.product-name {
	width: 100%;
}

/* Payment section: Astra heading and the single Request For Quote gateway box.
   Safe only while exactly one gateway is enabled. The radio stays in the DOM
   and stays checked, so payment_method still posts. */
.ast-payment-option-heading {
	display: none !important;
}

#payment ul.wc_payment_methods {
	display: none !important;
}

/* Remove and Change dates controls in the order review */
.woocommerce-checkout-review-order-table .pklv-item-actions {
	flex: 0 0 100%;
	display: block;
	margin-top: 8px;
	font-size: 0.85em;
}

.woocommerce-checkout-review-order-table .pklv-item-actions a {
	margin-right: 16px;
	text-decoration: underline;
}

.woocommerce-checkout-review-order-table .pklv-remove-item {
	color: #a33333;
}

/* Order received page and My Account > view order.
   Same enquiry-only treatment. The Note row in tfoot has no product-total
   class, so scoping to thead and tbody leaves it intact. */
.woocommerce-table--order-details .product-quantity {
	display: none !important;
}

.woocommerce-table--order-details thead th.product-total,
.woocommerce-table--order-details tbody td.product-total {
	display: none !important;
}

.woocommerce-table--order-details tfoot td {
	text-align: right;
}
