/**
Theme Name: Azeka's Sauce
Author: SCI Creations
Author URI: https://scicreations.com
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: azekas-sauce
Template: astra
*/

.ast-footer-overlay {
	border-image-width: 0;
	border-color: transparent;
}


/*** Woocommerce ***/

/*.product_cat_sauce-custom-packs .bundle_wrap p.price,*/
.product_cat_sauce-custom-packs #buy-recommended,
.product_cat_sauce-custom-packs .bundle_price .price
/*,
.product_cat_sauce-custom-packs .bundled_product_title_link,
.product_cat_sauce-custom-packs .bundled_products th,
.product_cat_sauce-custom-packs .woocommerce-variation-price,
.product_cat_sauce-custom-packs .single_variation_wrap.bundled_item_wrap,
.product_cat_sauce-custom-packs .bundled_item_qty_head, 
.product_cat_sauce-custom-packs .bundled_item_qty_col*/ {
	display: none;
}

.woocommerce-checkout .product-name {
	min-width: 200px;
}

.woocommerce-checkout form #order_review_heading,
.woocommerce-page.woocommerce-checkout form #order_review,
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100% !important;
}

.woocommerce-page.woocommerce-checkout form #order_review {
	padding: 0 1rem !important;
}

.woocommerce-checkout-review-order-table {
	overflow: hidden;
	box-sizing: border-box;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
  	display: inline-block;
	padding: 0 !important;
}

.woocommerce-checkout-review-order-table thead tr,
.woocommerce-checkout-review-order-table .cart_item,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping,
.woocommerce-checkout-review-order-table .tax-rate,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .cart-subtotal {
	width: 100%;
	display: flex;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping {
	flex-direction: column;
}

.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .cart-subtotal {
	align-items: center;
	border-bottom: 1px solid #ebebeb;
}

.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table .tax-rate th,
.woocommerce-checkout-review-order-table .product-name {
	width: 70%;
}

.woocommerce-checkout-review-order-table thead th:not(:first-of-type),
.woocommerce-checkout-review-order-table .tax-rate td,
.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
	width: 30%;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td{
	width: 50%;
	border: 0 !important;
}


.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .cart-subtotal td {
	text-align: right;
}

.woocommerce-shipping-totals th {
	border: 0 !important;
}

@media all and (min-width: 930px) {
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		width: 55% !important;
	}
	.woocommerce-checkout form #order_review_heading,
	.woocommerce-page.woocommerce-checkout form #order_review {
		width: 40% !important;
	}
}


.astra-shop-summary-wrap .price > * > span:first-of-type:not(:last-of-type),
.ast-woocommerce-container .price > * > span:first-of-type:not(:last-of-type) {
	display: none;
}

.bundled_table_item_price,
.bundled_table_item_subtotal {
	display: none;
}

.summary-shipping {
	display: block;
	margin: -9px 0 0;
}

/* Hide Sale Stickers globally */
.woocommerce .onsale {
	display: none;
}


.single-product p.price {
	display: none;
}

.single-product .bundle_price p.price {
	display: block;
}

/* PayPal Express */

/*.eh_payapal_express_checkout_button > div {
	display: none;
}*/

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: block;
}