/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   http://example.com
Template:     generatepress
Version: 3.6.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
Text Domain:  generatepress
*/

/* Woo commerce checkut page */
.wc-block-components-totals-shipping-panel,
.wc-block-components-address-form__state, 
.wc-block-components-address-form__country{
	display: none;
}

/* Woo shop page product price and title */
.woocommerce ul.products li.product .price {
	font-size: 1.2em;
}

/* shop page and product recommend widget title */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-link .wc-block-grid__product-title {
	font-size: 1.5em;
  	font-weight: bold;
}

/* product recommend widget price */
.wc-block-grid__product-price .woocommerce-Price-amount {
	font-size: 1.5em;
	font-weight: 700;
}

/* product recommend widget add to cart btn */
.add_to_cart_button {
	border-radius: 0px;
}

/* top and bottom menu */
.main-navigation a {
	font-weight: bold;
}

/* mushroom quiz */
.mQuiz {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	max-width: 800px;
}
.mQbtn {
	cursor: pointer;
	font-size: 1.6em;
	margin-top: 1.5em;
}
.mQbtnHolder {
	text-align: center;
}
.mQopt {
	padding: 5px 1em;
	background-color: var(--accent);
	margin: 0.5em 0 0 1em;
	cursor: pointer;
}
.mQopt:hover {
	background-color: var(--global-color-9);
}
.mQq {
	display: none;
	padding: 0.5em 0 0 0;
	margin-bottom: 0.5em;
	font-weight:bold;
	font-size:1.2em;
}
.mQcont {
	display: inline-block;
}
.mQFadeOut {
  opacity: 0;
  transition: opacity 0.5s; 
}
.mQFadeIn {
  opacity: 1;
  transition: opacity 0.5s; 
}
.mQresI {
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0.8em 0 0 4em;
	height: 3em;
	width: 100%;
	font-weight: bold;
	background-color: rgba(34, 34, 34, 0.6);;
}
