.frm-hide {
	display: none !important;
}
.frm-flavor-replace-wrapper {
	z-index: 10;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 100% !important;
}
.frm-flavor-replace-popup {
	z-index: 11;
	margin: 40px auto;
	position: relative;
	outline: 10px;
	max-width: 450px;
	max-height: auto;
	background-color: white;
	padding: 20px;
	width: 80%;
	min-height: 350px;
}
.frm-flavor-cancel {
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}
.frm-flavor-cancel-button {
	font-size: large;
	cursor: pointer;
}
.frm-flavor-line {
	display: flex;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
}
.frm-flavor-image {
	max-width: 100px;
}
.frm-flavor-name {
	font-size: larger;
	padding-left: 20px;
}
.frm-flavor-selected {
	border: 1px solid #33879E;
}