/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

:root {
	--mdl_bs: 1.7px 1.7px 2.2px rgba(0, 0, 0, 0.02),
		4.2px 4.2px 5.3px rgba(0, 0, 0, 0.028),
		7.9px 7.9px 10px rgba(0, 0, 0, 0.035),
		14.1px 14.1px 17.9px rgba(0, 0, 0, 0.042),
		26.3px 26.3px 33.4px rgba(0, 0, 0, 0.05),
		63px 63px 80px rgba(0, 0, 0, 0.07);
	--mdl_br: 15px;
	--duration: .4s;
	--ease: ease-in-out;
	--line: 30px;
	--blue: var(--bricks-color-wxuqgz);
}

.woocommerce-shipping-methods li {
    margin-bottom: 0 !important;
}

body:not(.logged-in) .mdl-invisible {
	display: none !important;
}

h2:has(.sku:empty) {
    display: none !important;
}

.single-post main h2, 
.single-post main h3 {
    font-size: 1.8em;
}