/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 16:24:07 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*:focus {
	outline-width: 0 !important;
	outline-style: none !important;
}

h1, h2, p, a {
	color: white;
	font-family: "Poppins", sans-serif;
}

.container-img {
	height: 100px;
	width: 100px;
	background-color: none;
	a {
		svg {
			width: 100px;
			path {
				fill: white;
			}
		}
	}
}
.container-img:hover {
	background-color: rgba(255, 255, 255, 0.5)!important;
	border: rgba(255, 255, 255, 0.5)!important;
	a {
		svg {
			path {
				fill: #8F6950;
			}
		}
	}
}

.brm-heading {
	border-bottom: 0px;
	padding-bottom: 0px;
	h2 {
		margin: 0;
	}
}

.brm-heading.subgroup {
	background: none;
	padding: 20px 0 0!important;
	h2 {
		color: white!important;
		font-size: 34px;
	}
}

.back-button a:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Outline' viewBox='0 0 24 24' width='15' fill='white' %3E%3Cpath d='M19,11H9l3.29-3.29a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0l-4.29,4.3A2,2,0,0,0,6,12H6a2,2,0,0,0,.59,1.4l4.29,4.3a1,1,0,1,0,1.41-1.42L9,13H19a1,1,0,0,0,0-2Z'/%3E%3C/svg%3E%0A");
    margin-right: 10px;
}

.brm-menu-section {
	h1, h2, p, a, .brm-item-name, .brm-item-price, .brm-item-description {
		color: white;
		font-family: "Poppins", sans-serif;
	}
	.brm-item-name {
		border-bottom: 1px dashed white;
	}
	.brm-item-price {
		margin-top: -35px;
	}
}

footer.wp-block-template-part {
	margin: 0;
}

.z-10 {
	z-index: 10;
}