/* CSS Document */

.mazar-menu {
	position: relative;
}
.mazar-menu ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.mazar-menu li {
	line-height: 150%;
	margin: 0;
	min-height: 2em;
	padding: 5px 0 3px;
	transition: 0.3s height ease-in-out 0s, 0.5s transform ease-in-out 0.2s, 0.3s min-height ease-in-out 0s, 0.3s color ease-in-out 0s, 0.3s background-color ease-in-out 0s, 0.2s box-shadow ease-in-out 0s;
	overflow: hidden;
}
.mazar-menu li.food:hover,
.mazar-menu li.food-option:hover {
	box-shadow: 0 0 0 5px rgba(173, 195, 175, .1);
	background-color: rgba(173, 195, 175, .1);
}
.mazar-menu li > *,
.mazar-menu li span {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
}
.mazar-menu li > div {
	clear: both;
}
.mazar-menu li.food-option {
	padding: 1px 0 2px;
	min-height: 1.5em;
}
.mazar-menu h2,
.mazar-menu h3,
.mazar-menu h4,
.mazar-menu h5,
.mazar-menu p {
	margin: 0 0 0.4em;
	clear: both;
}
.mazar-menu h3 {
	margin: 0.8em 0 0.5em;
}
.mazar-menu h4 {
	margin: 0.6em 0 0.2em;
}
.mazar-menu h5 {
	margin: 0;
}
.mazar-menu h4 strong {
	font-weight: inherit;
	text-decoration-line: underline;
	text-decoration-color: #8C0B0E;
}
.mazar-menu .filter-box {
	position: relative;
	transition: 0.3s top ease-in-out, 0.3s transform ease-in-out;
}
.mazar-menu .filter-box input {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.mazar-menu .filter-box.fixed {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
}
.mazar-menu input[type="search"]
.mazar-menu input[type="search"]::-webkit-search-cancel-button,
.mazar-menu input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	position: relative;
	right: 20px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	color: #970305;
}
.mazar-menu p {
	margin: 0 0 0.2em;
}
.mazar-menu .toggle,
.mazar-menu .more-less {
	cursor: pointer;
}
.mazar-menu li .action {
	font-size: 15px;
	width: 30px;
	height: 30px;
	position: relative;
	padding: 0;
	float: right;
	margin: 0 0 -30px -30px;
	z-index: 100;
	bottom: 45px;
	text-align: right;
}
.mazar-menu li .action .more-less {
	padding: 2px 2px 0 1px;
	border: 1px solid rgba(0 ,0, 0, 0.5);
	transform: none;
	transition: 0.3s transform ease-in-out 0.05s, 0.3s opacity ease-in-out 0.05s;
	background-color: #ffffff;
	color: rgba(0 ,0, 0, 0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin: 7px 0 0 0;
	width: 1em;
	height: 1em;
	line-height: 100%;
	text-align: center;
}
.mazar-menu li .action .more-less.hide {
	visibility: hidden;
	opacity: 0;
}
.mazar-menu li .action .more-less .plus,
.mazar-menu li .action .more-less .minus {
	transition: 0.3s transform ease-in-out 0.05s, 0.3s opacity ease-in-out 0.05s;
	font-size: inherit;
	color: inherit;
	width: 1em;
	height: 1em;
	position: absolute;
	display: block;
	margin: -0.5em 0 0 -0.15em;
}
.mazar-menu li .action .more-less.more .minus,
.mazar-menu li .action .more-less.less .plus {
	opacity: 0;
	transform: rotate(90deg), scale(1, 0.1);
}
.mazar-menu li .action .more-less:hover {
	color: rgba(0, 0, 0, 0.9);
	border: 1px solid rgba(0 ,0, 0, 0.9);
}
.mazar-menu li:first-child h2,
.mazar-menu li:first-child h3,
.mazar-menu li:first-child h4 {
	margin-top: 0;
}
.mazar-menu .units .name,
.mazar-menu .food .price,
.mazar-menu .food-option .price {
	text-align: right;
}
.mazar-menu .description {
	font-size: 0.95em;
}
.mazar-menu .no-name .name,
.mazar-menu .no-prices .prices,
.mazar-menu .no-description .description {
	display: none;
}
.mazar-menu .allergies,
.mazar-menu .units {
	font-size: 0.85em;
}
.mazar-menu .allergies {
	display: inline;
}
.mazar-menu .name,
.mazar-menu .prices-2 .name,
.mazar-menu .prices-3 .name,
.mazar-menu .prices-4 .name,
.mazar-menu .no-name .description {
	clear: left;
	float: left;
}
.mazar-menu .no-prices .name,
.mazar-menu .no-prices.no-name .description, {
	clear: none;
}
.mazar-menu .units .name {
	width: auto;
	float: none;
}
.mazar-menu .units .name .none,
.mazar-menu .price .none {
	opacity: 0.7;
}
.mazar-menu .prices-2 .name {
	width: calc(100% - 150px);
	float: left;
}
.mazar-menu .prices-3 .name {
	width: calc(100% - 220px);
	float: left;
}
.mazar-menu .prices-4 .name {
	width: calc(100% - 280px);
	float: left;
}
.mazar-menu .no-prices .name {
	width: auto;
	float: none;
}
.mazar-menu .food-option .description,
.mazar-menu .no-name .description {
	float: left;
	margin-left: 3em;
}
.mazar-menu .food-option .description,
.mazar-menu .no-name .description {
	width: calc(100% - 80px - 3em);
}
.mazar-menu .prices-2.food-option .description,
.mazar-menu .prices-2.no-name .description {
	width: calc(100% - 150px - 3em);
}
.mazar-menu .prices-3.food-option .description,
.mazar-menu .prices-3.no-name .description {
	width: calc(100% - 220px - 3em);
}
.mazar-menu .prices-4.food-option .description,
.mazar-menu .prices-4.no-name .description {
	width: calc(100% - 280px - 3em);
}
.mazar-menu .no-prices.food-option .description,
.mazar-menu .no-prices.no-name .description {
	width: auto;
}
.mazar-menu .price {
	clear: right;
	float: right;
}
.mazar-menu .price {
	width: 80px;
}
.mazar-menu .prices-2 .price {
	width: 150px;
}
.mazar-menu .prices-3 .price {
	width: 220px;
}
.mazar-menu .prices-4 .price {
	width: 280px;
}
.mazar-menu .prices-2 .price span {
	display: inline-block;
	width: 50%;
	float: left;
}
.mazar-menu .prices-3 .price span {
	display: inline-block;
	width: 33.33%;
	float: left;
}
.mazar-menu .prices-4 .price span {
	display: inline-block;
	width: 25%;
	float: left;
}
.mazar-menu .count-2 .name span,
.mazar-menu .count-3 .name span,
.mazar-menu .count-4 .name span {
	display: inline-block;
	float: left;
}
.mazar-menu .count-2 .name span {
	width: 75px;
}
.mazar-menu .count-3 .name span {
	width: 74px;
}
.mazar-menu .count-4 .name span {
	width: 70px;
}
.mazar-menu .count-2 .name span:first-child {
	width: calc(100% - 75px);
}
.mazar-menu .count-3 .name span:first-child {
	width: calc(100% - 148px);
}
.mazar-menu .count-4 .name span:first-child {
	width: calc(100% - 210px);
}
.mazar-menu li .allergies .box {
	box-shadow: none;
	background-color: #030303;
	width: auto;
	line-height: 100%;
	height: auto;
	text-align: center;
	font-weight: 700;
	font-size: 0.9em;
	padding: 0 3px;
	border-radius: 4px;
	bottom: 2px;
	transition: 0.2s background-color linear 0.05s;
	position: relative;
}
.mazar-menu li .allergies .box.option::after {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	content: '✶';
	color: #EF2020;
	line-height: 100%;
	text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.8);
	margin: -6px 0 0 -3px;
	position: absolute;
	z-index: 400;
}
.mazar-menu li .allergies .box:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
.mazar-menu .allergies .allergy-name {
	position: absolute;
	transition: 0.3s transform ease-in-out 0.1s, 0.3s opacity linear 0.1s, 0.3s color linear 0.1s, 0.3s background-color linear 0.1s;
	opacity: 1;
	padding: 0 3px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	font-size: 0.8em;
	transform-origin: 0 0;
	display: inline-block;
	z-index: 410;
	box-shadow: 0 0 0 1px #000, 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: 400;
	min-width: 1.5em;
	transform: scale(1,1) rotate(-12deg) translate(-5px, -11px);
}
.mazar-menu .allergies .allergy-name.hide {
	opacity: 0.01;
	background-color: rgba(255, 255, 255, 0.3);
	transform: scale(0,0.8) rotate(-8deg) translate(-8px, -12px);
}
.mazar-menu .allergies .box {
	box-shadow: 0 0 0 1px #DDDDDD inset;
}
.mazar-menu .allergies .vegetarian {
	color: #5FB93F;
}
.mazar-menu .allergies .vegan {
	color: #9DDB10;
}
.mazar-menu .allergies .celery {
	color: #ACE7A7;
}
.mazar-menu .allergies .gluten {
	color: #DDDDDD;
}
.mazar-menu .allergies .gluten_free {
	color: #DDDDDD;
}
.mazar-menu .allergies .crustaceans {
	color: #FFCDA7;
}
.mazar-menu .allergies .eggs {
	color: #DDDDDD;
}
.mazar-menu .allergies .fish {
	color: #59A4FF;
}
.mazar-menu .allergies .lupin {
	color: #DDDDDD;
}
.mazar-menu .allergies .milk {
	color: #D8CDA5;
}
.mazar-menu .allergies .molluscs {
	color: #DDDDDD;
}
.mazar-menu .allergies .nuts {
	color: #C98047;
}
.mazar-menu .allergies .peanuts {
	color: #DDDDDD;
}
.mazar-menu .allergies .sesame {
	color: #DDDDDD;
}
.mazar-menu .allergies .soya {
	color: #DDDDDD;
}
.mazar-menu .allergies .sulphites {
	color: #DDDDDD;
}
.mazar-menu .allergies .spicy {
	color: #E72629;
}

.google-business-reviews-rating.center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5em;
}
.google-business-reviews-rating.center > p {
	flex: 1 0 53%;
	text-align: left;
	margin: 0 0.5%;
}
.google-business-reviews-rating.center > .rating {
	text-align: right;
}
.google-business-reviews-rating.center > .attribution {
	flex: 1 0 46%;
	text-align: left;
}
.google-business-reviews-rating.center .powered-by-google {
	display: block;
	position: relative;
	top: 2px;
}