.fdm-menu-title,
.fdm-section-header h3,
.fdm-item-panel .fdm-item-title,
.fdm-src-panel p.src-title {
	font-size: 180%;
	margin-bottom: 0;
}
.fdm-menu-title,
.fdm-section-header h3 {
	font-size: 250%;
}
.fdm-menu-title {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #333;
}
.fdm-item-image {
	border: 2px solid #000;
	padding: 1px;
	background-color: #666;
}
.fdm-menu-footer {
	border-top: 1px solid #333;
	padding-top: 0.5em;
}



.fdm-menu-refined {
	position: relative;
	float: left;
	width: 100% !important;
	margin-top: 24px;
	clear: none !important;
}
.fdm-menu-refined.fdm-menu-sidebar-1 {
	width: calc(100% - 360px) !important;
}

.fdm-columns-1 .fdm-column,
.fdm-columns-2 .fdm-column,
.fdm-columns-2 .fdm-column-last {
	float: left;
	width: 100%;
	margin: 0;
}

.fdm-columns-2 .fdm-column {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.fdm-columns-2 .fdm-column-last {
	float: left;
	width: 47.5%;
	margin: 0;
}
.onlyselected .fdm-columns-2 .fdm-column {
	float: left;
	width: 100%;
	margin-right: 0;
}
.onlyselected .fdm-columns-2 .fdm-column-last {
	float: left;
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 900px) {
	.fdm-columns-2 .fdm-column,
	.fdm-columns-2 .fdm-column-last {
		width: 100%;
		margin: 0;
	}
}

.fdm-menu.fdm-menu-refined .fdm-section.fdm-section-two:not(.fdm-hidden) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 5%;
}
.fdm-menu.fdm-menu-refined .fdm-section.fdm-section-two .fdm-section-header {
	width:  100%;
}
.fdm-menu.fdm-menu-refined .fdm-section.fdm-section-two .fdm-item {
	width:  47.5%;
}
.fdm-menu.fdm-menu-refined .fdm-section.fdm-section-two .fdm-item .fdm-item-price-wrapper {
	white-space:  normal;
}

.fdm-section-header {
	border-bottom: none !important;
}
.fdm-section-header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: auto;
	height: 8px;
	width: 100px;
	border-bottom: 4px solid #9B1230;
}
.fdm-section-header h3 {
	margin-bottom: 16px !important;
}
.fdm-section-header p {
	font-style: italic;
}
.fdm-menu, .fdm-menu>li, .fdm-section, .fdm-section>li {
	list-style: none;
	position: relative;
}
.fdm-item-panel {
	margin-top: 48px;
}
.fdm-item-image {
	display: none;
}
.fdm-item-has-image .fdm-item-panel p {
	padding-left: 0 !important;
}

.fdm-menu-refined .fdm-section-header img {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

.fdm-item-has-image .fdm-item-panel .fdm-menu-item-flags {
	padding-left: 0;
}

@media screen and (max-width: 1024px) {
	.fdm-menu-refined.fdm-menu-sidebar-1 {
		width: calc(100% - 260px) !important
	}
}

@media screen and (max-width: 568px) {
	.fdm-menu-refined.fdm-menu-sidebar-1 {
		width: 100% !important;
	}
}

/**************
BLOCK PATTERNS
**************/
.fdm-pattern-menu-no-sidebar .fdm-menu-refined.fdm-menu-sidebar-1 {
	width: 100% !important;
}
.fdm-pattern-items-just-image.fdm-pattern-items-3 .fdm-item-image {
	display: block;
}

.fdm-hidden {
	display: none;
}