/* Makes the site name larger and changes the text so it is not in all caps */
h1.site-title a {
	font-size: 52px;
	text-transform: none;
}

/* Sets a custom h2 style to help delineate sectios of text */
.page #content h2 {
	border-bottom: 1px solid black;
	margin-top: 3em;
}

/* Sets all text links to default blue for usability */
#content a:link {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}

/* This erases a weird placeholder at the top of the screen that displays when the site description is empty.  Delete what follows if you need to display the site description */
h2.site-description {
	display: none;
}

/*woocommerce css */
.woocommerce #secondary, .tabs {display:none;}
.woocommerce .site-main {width: 100%;}
.woocommerce {font-size: .8em;}
.woocommerce .variations {font-size: 12px;}
.woocommerce div.product form.cart .variations select {padding-left: 5px; background-color:#fff}
/* Disable mouse hover zoom effect on main product image */
.woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}
.woocommerce-product-gallery__image img {
    pointer-events: none;
}
.woocommerce div.product form.cart .button, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	color:white;
	background-color: green;}
.woocommerce div.product form.cart .button:hover, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	color:white;
	background-color: darkgreen;}
.wp-block-woocommerce-checkout-order-summary-block {background-color: white; font-size: 14px}
.wc-block-checkout__sidebar .wc-block-components-product-name,.wc-block-components-product-name {color: black; font-size: 14px !important; font-weight: 800 !important;}
.wc-block-components-product-details__name {font-weight: 800 !important;}

/*WooCommerce Advanced Product Fields settings */
.wapf {font-weight: bold; font-size: 12px}
.wapf input {background-color: #fff; border: 1px solid black; border-radius: 0px}