
 .byd-din_main-menu-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.byd-din_menu-item-h3 {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 16px;
	margin: 0 0 30px 0;
	font-weight: 600;
	letter-spacing: 2px;
	color: #0d0d0e;
}
h3.byd-din_menu-item-h3:after {
	content: "";
	display: block;
	width: 25%;
	height: 1px;
	margin: 10px auto 0;
	border-bottom: 1px dotted #ccc;
}
.byd-din_menu-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
  margin-bottom: 32px;
}
.byd-din_menu-item-container {
	flex-basis: calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 10px;
}
ul.byd-din_menu-item-list {
	list-style: none !important;
	list-style-position: outside !important;
	padding: 0;
}
.byd-din_menu-item-list li img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1/1 !important;
}
.byd-din_menu-item-list {
	display: flex;
	align-items: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 3%;
}
.byd-din_menu-item-image-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.byd-din_menu-item-details-container {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.byd-din_menu-item-name h4 {
	margin: 0 0 30px 0;
	font-weight: 600;
	letter-spacing: 2px;
	color: #0d0d0e;
}
.byd-din_menu-item-description {
	font-weight: 300;
}
.byd-din_menu-item-price span {
	color: #0d0d0e;
	border: 2px solid;
	border-color: rgba(0,0,0,0.09);
	border-radius: 0px;
	font-size: 20px;
	font-family: 'Baskervville',Georgia,"Times New Roman",serif!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	background-color: #e0bfb8;
	display: inline-block !important;
	padding: 8px 20px;
	margin-top: 20px;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15);
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms;
	line-height: 1.7em;
	transition-property: all!important;
	vertical-align: baseline;
}
.byd-din_menu-item-price span:hover {
	color: #ffffff;
	background-image: initial;
	background-color: #0d0d0e;
}
