/*
Theme Name: Gualti
Theme URI: 
Author: frafish
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gualti
Tags: 
*/

a {
    color: black;
}

.single-product h1 {
    text-transform: uppercase;
}
/*
.single-product h1:after,
.single-product h1:before {
    content: '“';
    font-size: 120%;
}
.single-product h1:after {
    content: '”';
}
*/

@media screen and (max-width: 768px) {
header img.wp-image-14 {
	width: 100px !important;
}
}

.page-id-223 .wp-block-query {
	overflow: hidden;
}

.products .wp-block-post {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.d-none {
    display: none !important;
}

.m-5 {
	margin: 3rem;
}

@media screen and (min-width: 768px) {
.float-right {
	float: right;
}
}
.float-right {
    text-align: right;
}


nav.is-responsive .wp-block-navigation__responsive-container-open {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.archive .wp-block-wizard-blocks-price b {
	font-weight: normal;
}