/* reset */
ul.ft-menu,
ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
	font: 10px 'Spinnaker', sans-serif; text-transform: uppercase; letter-spacing: .2em;
}


ul.ft-menu { 
	list-style: none;
}

ul.ft-menu > li.ft-field { 
	display: block; 
	*zoom: 1;
	position: relative;
	text-align: left;
	font: 10px 'Spinnaker', sans-serif; text-transform: uppercase; letter-spacing: .2em;
	padding: 10px 0;
	vertical-align: middle;
	cursor: pointer;
}
	#shop-info ul.ft-menu > li.ft-field {
		font: 18px 'Crimson Text', serif; text-transform: lowercase; letter-spacing: .1em; font-style: italic;
		padding: 0;
	}

ul.ft-menu > li.ft-field:last-of-type {margin-right: 0;}

ul.ft-menu > li.ft-field > span.ft-label { 
    cursor: pointer; 
	font: 10px 'Spinnaker', sans-serif; text-transform: uppercase; letter-spacing: .2em;
}
	#shop-info ul.ft-menu > li.ft-field > span.ft-label {font: 18px 'Crimson Text', serif; text-transform: lowercase; letter-spacing: .1em; font-style: italic; margin-bottom: 10px; display: block;}
ul.ft-menu > li.ft-field > span.ft-label:before { 
    content: '\f0da'; 
	font-family: FontAwesome;
	font-size: 15px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-right: 5px;
}
	#shop-info ul.ft-menu > li.ft-field > span.ft-label:before {display: none;}
ul.ft-menu > li.ft-field > span.ft-label.ft-opened:before { 
    content: '\f0d7'; 
	font-family: FontAwesome;
	font-size: 15px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-right: 5px;
}
	#shop-info ul.ft-menu > li.ft-field > span.ft-label.ft-opened:before {display: none;}


ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	margin: 0; padding: 5px 0 0 14px; list-style: none;
}
	#shop-info ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
		padding: 0 0 10px 0;
	}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:before {
	content: '\f05d';
	font-size: 15px;
	vertical-align: middle;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-right: 5px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected:hover > li:before {
	content: '\f05c';
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	display: none;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
	font: 10px 'Spinnaker', sans-serif; text-transform: uppercase; letter-spacing: .2em;
	text-align: left;
	display: block;
	padding: 5px 0 0 14px;
	cursor: pointer;
	vertical-align: middle;
}
	#shop-info ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {padding: 0 0 10px 0;}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:before { 
	content: '\f10c';
	font-family: FontAwesome;
	font-size: 15px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-right: 5px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:before { 
	content: '\f05d';
	font-family: FontAwesome;
	font-size: 15px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-right: 5px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:before:active {
	content: '\f05d';
	font-family: FontAwesome;
	font-size: 15px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-right: 5px;
}


/* REQUIRED! */
.ft-hidden { display: none !important; }
	#shop-info .ft-panel.ft-hidden {display: block !important;}

