/**
Theme Name: Ad Group Agency
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: ad-group-agency
Template: astra
*/

/* Product Add-On Group title */
.pewc-group-heading-wrapper h3 {display:none;}



/* Mini-Cart CSS  */

.elementor-menu-cart__product .variation, .elementor-menu-cart__subtotal, .elementor-menu-cart__product-price  {
	display:none;
}



/* 
Main Container Adjustments for Mega Header */

/* main {
	padding: 50px 20px;
} */



.required {
	color:red;
	vertical-align: super;
}


body .pewc-item input[type=text], .pewc-select-wrapper, .pewc-preset-style .pewc-item input[type=number], .pewc-form-field {
	margin-top:8px !important;
}

ul.pewc-checkbox-group-wrapper {
	margin-top:8px !important;
}


p.pewc-description {
    font-size: 12px;
    padding-top: 8px;
    margin-top: 0 !important;
    padding-left: 16px;
}


/* Begin Cart & Checkout Price Hide */
/* table.shop_table thead th.product-subtotal, .woocommerce-cart table.cart td.product-subtotal, 
table.shop_table thead th.product-price, .woocommerce-cart table.cart td.product-price {
	display:none;
}
.woocommerce-cart .cart-collaterals .cart_totals h2, .woocommerce-cart .cart-collaterals .cart_totals .shop_table {
	display:none;
}

.woocommerce-page.woocommerce-checkout form #order_review table tfoot, .woocommerce.woocommerce-checkout form #order_review table tfoot, .woocommerce-page.woocommerce-checkout form #order_review table th.product-total, .woocommerce.woocommerce-checkout form #order_review table th.product-total, .woocommerce-page.woocommerce-checkout form #order_review table td.product-total, .woocommerce.woocommerce-checkout form #order_review table td.product-total {
	display:none;
}

table.pewc-information-fields, table.pewc-information-fields td {
	border: none;
	padding:0;
	margin:0;
}
table.pewc-information-field {
	padding-bottom:1em;
}
.pewc-item-field-wrapper h4 {
	padding-bottom:8px;
}

*/

/* Post Checkout Page */

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th:last-child, .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td:last-child, .woocommerce-table__product-total product-total {
	display:none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
	display:none !important;
}

.woocommerce-order-overview__total {
	display:none;
}

/* Product Image Transitions */

.elementor-products-grid ul.products.elementor-grid li.product {
    top: 0;
    transition: top 0.125s ease-in-out !important;
}

.elementor-products-grid ul.products.elementor-grid li.product:hover {
    top: -4px !important;
}

/* remove the odd borders on some tds */

td.pewc-information-image, td.pewc-information-label, td.pewc-information-data {
border-width: 0 !important;
}

/* Hide Request A Quote On All Pages */

#wcraq_add_to_quote {
/* 	display:none; */
}

/* Hide Pricing Related Elements */

th.product-price, th.product-subtotal, span.woocommerce-Price-amount.amount, tr.cart-subtotal, tr.order-total, th.product-quantity, .cart_totals h2, th.product-total, td.product-total, .product-quantity {
	display:none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
	background-color: #fbfbfb;
}



/* Hide table borders */
.woocommerce-js div.product form.cart table {
    border-width: 0 0 0 0 !important;
	border:none;
}

.woocommerce-billing-fields h3:after {
/* 	content: " - Campus Address Info";
	color:red; */
}




