/**
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
*/

.woocommerce ul.products li.product .woocommerce-loop-product__link, 
.woocommerce ul.products li.product .ast-woo-product-category {
	display: none;
}

.woocommerce ul.products li.product {
	text-align: center;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	margin-left: 10px;
}

p.mailchimp-newsletter {
	display: none;
}

#mailchimp-gdpr-fields {
	display: block !important;
}

.twd-wc-wrapper {
  display: flex;  
  flex-flow: row wrap;
}

.twd-wc-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.twd-wc-main {
  text-align: left;
}

.cart_totals #wcc-switcher-style-01 {
	display: inline-block;
}

.twd-wc-switcher {
	display: inline-block;
	float: right;
	margin-bottom: 20px;	
}

.twd-wc-switcher #wcc-switcher-style-01 {
	display: inline-block;
}

.woocommerce ul.products li.product .price:nth-of-type(4), .woocommerce ul.products li.product span.price .subscription-details { 
	display:none;
}

.woocommerce ul.products li.product span.price span.price .subscription-details {
	display: inline !important;
}

.tax-product_cat span.price .subscription-details {
	display: none;
}
.tax-product_cat span.price span.price .subscription-details {
	display: inline !important;
}

.single-product .product-type-variable-subscription .summary p.price span.price {
	display:block;
}

.single-product .product-type-variable-subscription .summary p.price > .subscription-details {
	display:none;
}

.woocommerce-cart .button.wc-forward, .woocommerce-page #content table.cart .button[value="Amend choice"] {
	display: none;
}

.grecaptcha-badge { visibility: hidden; }

.woocommerce a.remove .ahfb-svg-iconset {
	color: red;
	transform: scale(1.5);
}

.woocommerce a.remove {
	opacity: 1;
}

.woocommerce-info::before {
	content: '\e016';
	color: red;
	transform: scale(1.5);
}

.woocommerce a.remove::before {
	border: none;
}

@media all and (max-width: 768px) {
	.woocommerce div.product div.images img {
		width: 30%;
		margin: 0 auto;
	}
}

@media all and (min-width: 769px) {
	.woocommerce #content .ast-woocommerce-container div.product div.images, 
	.woocommerce .ast-woocommerce-container div.product div.images, 
	.woocommerce-page #content .ast-woocommerce-container div.product div.images, 
	.woocommerce-page .ast-woocommerce-container div.product div.images {
		width: 25% !important;
	}

	.woocommerce #content .ast-woocommerce-container div.product div.summary, 
	.woocommerce .ast-woocommerce-container div.product div.summary, 
	.woocommerce-page #content .ast-woocommerce-container div.product div.summary, 
	.woocommerce-page .ast-woocommerce-container div.product div.summary {
		width: 71% !important;
	}
}
@media all and (min-width: 600px) {
  .twd-wc-aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .twd-wc-main    { flex: 3 0px; }
  .twd-wc-aside-2 { order: 2; } 
  .twd-wc-main    { order: 1; }
}