.fdm-menu-sidebar-div {
	position: relative;
	float: left;
	width: 300px !important;
	margin: 48px 60px 0 0;
}
.fdm-sidebar {
	position: relative;
	float: left;
	width: 100%;
}
.fdm-menu-sidebar-section {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.fdm-menu-sidebar-section-title {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 32px;
	color: #444;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.fdm-menu-sidebar-section-title-selected {
	color: #9B1230;
	font-size: 34px;
}
.fdm-menu-sidebar-section-description {
	position: relative;
	float: left;
	width: 100%;
	color: #777;
	font-size: 17px;
	line-height: 1.5;
	margin-top: -16px;
	margin-bottom: 32px;
}

/* HIDDEN/EXPANDABLE MOBILE SIDEBAR */
.fdm-sidebar-mobile-expand-area {
	display: none;
	width: 100%;
}
.fdm-sidebar-mobile-expand-button {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 180px;
	padding: 8px;
	margin: 0 calc(50% - 90px);
	background: #9B1230;
	color: #fff;
	transition: background .35s;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.fdm-sidebar-mobile-expand-button:hover {
	background: #BF1B3F;
}
.fdm-sidebar-mobile-expand-button:after {
	font-size: .8em;
	content: "\00a0\00a0\00a0▼";
}
.fdm-sidebar-mobile-expand-button.open:after {
	font-size: .8em;
	content: "\00a0\00a0\00a0▲";
}

/* ORDERING AND LUXE STYLE SIDEBAR */

.fdm-sidebar-menu-style-ordering,
.fdm-sidebar-menu-style-ordering *,
.fdm-sidebar-menu-style-luxe,
.fdm-sidebar-menu-style-luxe * {
	box-sizing: border-box;
	float: none;
}
.fdm-sidebar-menu-style-ordering,
.fdm-sidebar-menu-style-luxe {
	display: flex;
	flex-direction: column;
	margin: 0 0 48px 0;
}
.fdm-sidebar-menu-style-ordering .fdm-sidebar,
.fdm-sidebar-menu-style-luxe .fdm-sidebar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.fdm-sidebar-menu-style-ordering .fdm-menu-sidebar-section-title,
.fdm-sidebar-menu-style-luxe .fdm-menu-sidebar-section-title {
	width: auto;
	margin: 0 0 11px;
	color: #000;
	font-size: 17px;
	font-weight: normal;
	text-transform: none; 
	line-height: 26px;
}
.fdm-sidebar-menu-style-ordering .fdm-menu-sidebar-section-title:nth-of-type(n+2),
.fdm-sidebar-menu-style-luxe .fdm-menu-sidebar-section-title:nth-of-type(n+2) {
	margin: 6px 0 11px;
}
.fdm-sidebar-menu-style-ordering .fdm-menu-sidebar-section-title-selected,
.fdm-sidebar-menu-style-luxe .fdm-menu-sidebar-section-title-selected {
	color: #000;
	font-size: 17px;
	border-bottom: 2px solid #000;
}
.fdm-sidebar-menu-style-ordering .fdm-menu-sidebar-section-description {
	color: #777;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 12px;
}
.fdm-sidebar-menu-style-luxe .fdm-menu-sidebar-section-description {
	color: #999;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 12px;
}

@media screen and (max-width: 1024px) {
	.fdm-menu-sidebar-div {
		width: 200px !important;
	}
}
@media screen and (max-width: 768px) {
	.fdm-sidebar-menu-style-ordering,
	.fdm-sidebar-menu-style-luxe {
		width: 100% !important;
		margin-right: 0;
	}
	.fdm-sidebar-menu-style-ordering.fdm-sidebar-mobile-expand-1 .fdm-sidebar,
	.fdm-sidebar-menu-style-luxe.fdm-sidebar-mobile-expand-1 .fdm-sidebar {
		display: none;
		margin-top: 32px;
	}
	.fdm-sidebar-menu-style-ordering.fdm-sidebar-mobile-expand-1 .fdm-sidebar-mobile-expand-area,
	.fdm-sidebar-menu-style-luxe.fdm-sidebar-mobile-expand-1 .fdm-sidebar-mobile-expand-area {
		display: block;
	}
}
@media screen and (max-width: 568px) {
	.fdm-menu-sidebar-div {
		width: 100% !important;
		margin-right: 0;
	}
	.fdm-sidebar-mobile-expand-1 .fdm-sidebar {
		display: none;
		margin-top: 32px;
	}
	.fdm-sidebar-mobile-expand-1 .fdm-sidebar-mobile-expand-area {
		display: block;
	}
}

/* GLOBAL */

.fdm-hidden {
	display: none;
}
.fdm-clear {
	clear: both;
}

