/*
Theme Name: Dandy Crafts
Theme URI: 
Author: Dan / Dandy Crafts
Author URI: 
Description: Theme for Dandy Crafts.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dandy-crafts
Tags: 
*/

body {
	font-family: Arvo, sans-serif;
}

/*
body * {
	padding: 5px;
}

h1, .wp-block-query-title, .wp-block-heading {
	font-size: 3rem !important;
}

h2 {
	font-size: 1.25rem ! important;
} */

.woocommerce-loop-category__title {
/* 	font-size: 1.25rem !important; */
	text-align: center;
/* 	line-height: normal; */
	padding: 0 !important;
	font-size: var(--wp--preset--font-size--medium) !important;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
	display: none !important;
}

.stock.out-of-stock{
	color: red;
	font-weight: bold;
}

select {
	font-family: inherit;
	font-size: inherit;
	padding: 0.5em;
	margin-top: 0.5em;
}

#FooterGroup {
	background-color: black;
	color: white;
}

.SearchBar{
	width: 100%;
}

@media (max-width: 953.75px){
	.CentreOnMobile{
		justify-content: center !important;
		justify-items: center !important;
		justify-self: center !important;
	}
}

.product-category .count {
display: none !important;
visibility: hidden !important;
}

.wc-block-components-address-form__hostinger-reach-newsletter-optin{
	display: none;
}

button.wc-block-product-filters__open-overlay{
	font-size: 1em !important;
	border: solid !important;
	padding: 5px !important;
}