/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/*HEADER*/
.default-logo {
	border-radius: 20px;
}
 #menu-categories-menu img {
	height: 30px;
	margin-right: 5px;
}
/*FINE HEADER*/
/*GALLERY*/
.wp-block-gallery-is-layout-flex img {
	border-radius: 20px;
}
/*WOOCOMMERCE*/
.stock.out-of-stock {
	color: red;
}
/*FOOTER*/
#block-28 .wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown {
	margin-block-start: var(--theme-content-spacing);
}
#footer h3 {
	color: var(--theme-heading-3-color);
}
.cookie-notice-container {
	padding: 35px 40px;
}
.cn-close-icon {
	top: 20px;
}
.cn-close-icon::after, .cn-close-icon::before {
	background-color: #fff;
}
.cn-close-icon {
	opacity: 0.9;
}
.cn-revoke-cookie.cn-button-inline.cn-revoke-inline {
	color: #fff;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 3px;
	border: 1px solid;
}
#cookie-notice {
	min-width: 0;
	left: 10px;
	max-width: 650px;
	border-radius: 20px;
	margin-bottom: 10px;
}
/*whatsapp*/
.pulsante-wa {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pulsante-wa img {
	width: 200px;
	height: auto;
}
.wc-block-product-categories__button {
	border-radius: 200px;
	margin-left: 5px !important;
}
/*FINE FOOTER*/