@font-face {
	font-family: 'icomoon';
	src:url("");
	src:url("") format('embedded-opentype'),
	url("icomoon.ttf") format('truetype'),
	url("icomoon.woff") format('woff'),
	url("") format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-therose_Icon_flower:before {
	content: "\e90a";
}
.icon-therose_Icon_cart{font-size:25px;vertical-align: -3px;}

.icon-therose_Icon_cart:before {
	content: "\e900";
}
.icon-therose_Icon_cell:before {
	content: "\e901";
}
.icon-therose_Icon_envelope:before {
	content: "\e902";
}
.icon-therose_Icon_events:before {
	content: "\e903";
}
.icon-therose_Icon_facebook:before {
	content: "\e904";
}
.icon-therose_Icon_image:before {
	content: "\e905";
}
.icon-therose_Icon_instagram:before {
	content: "\e906";
}
.icon-therose_Icon_location:before {
	content: "\e907";
}
.icon-therose_Icon_media:before {
	content: "\e908";
}
.icon-therose_Icon_rose:before {
	content: "\e909";
}
.fdm-item-price-wrapper {
    float: right;
    max-width: 5%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#fdm-menu-2 .fdm-item-price:nth-child(1):after {
    display: inline;
    content: ' / ';
    margin: 0 3px;
}
#fdm-menu-2 .fdm-item-price:nth-child(2):after {
    display: inline;
    content: ' / ';
    margin: 0 3px;
}

#fdm-menu-2 .fdm-section li:nth-child(n+10) .fdm-item-price:after {
	display:none
}
#fdm-menu-2 .fdm-section-header{
	display:none
}