div#search_top {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: center;
    color: #514f64;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 9px 0;
    background-color: #ffe9ea;
}

div#search_top h1 {
	font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: center;
    color: #514f64;
}

div#search_top h2 {
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: center;
    color: #514f64;
	margin:0;
}

#search_options label {
	cursor:pointer;
}

#search_con {
	display:flex;
	padding-top:20px;
	align-items: flex-start;
}

#search_bar {
	width: 270px;
	max-width:100%;
	padding-bottom: 50px;
}

#search_bar > * {
	position:relative;
}

#search_bar h3 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.34;
	letter-spacing: normal;
	text-align: right;
	color: #2a2a2a;
	display:inline-block;
	display:inline-block;
	margin-bottom:0;
}

#search_filter_tags {
	font-size: 0;
	margin:20px 0 10px;
}

#search_bar .search_filter {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.34px;
	text-align: right;
	color: #ff444f;
	border-radius: 3px;
	background-color: #f7f7f7;
	display:inline-block;
	margin-left: 8px;
	padding: 6px 7px 6px 8px;
	margin-bottom: 8px;
	cursor:pointer;
}

#search_bar .search_filter:before {
    content: "";
    height: 11px;
    width: 11px;
    margin-left: 6px;
    background-image: url(/images/icons/x2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

a#clear_all_filters, a#clear_all_filters:hover, a#clear_all_filters:focus {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.34px;
    line-height: 15px;
    text-align: right;
    color: #514f64;
    border-bottom: 1px solid #514f64;
    float:left;
	margin-top:5px;
}

#search_options {
    border-radius: 6px;
    background-color: #f7f7f7;
	margin-top: 17px;
}

#search_options>div:last-child {
    padding-bottom: 100px;
}

#search_options > div {
	padding: 17px 10px;
}

#search_options > div:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

#search_options input[type=checkbox] + label,
#search_options input[type=radio] + label {
	margin-top:0;
	margin-bottom: 10px;
}

#search_options input[type=checkbox] + label:before,
#search_options input[type=radio] + label:before {
	width:20px;
	height: 20px;
}

#search_main input[type=text] {
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    margin-bottom: 7px;
    font-size: 16px;
    height: 43px;
    padding-top: 14px;
}

#search_main input[type="text"][name=freetext] {
    background-image: url(/images/icons/search2.svg);
    background-repeat: no-repeat;
    background-position: left 11px center;
    background-size: auto 20px;
    padding-left: 40px;
	padding-right: 11px;
}

input[type="text"][name=city_area],
input[type="text"][name=city_area]:focus {
    background-image: url(/images/icons/location.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    padding-right: 40px;
    background-size: auto 21px;
}

input[type="text"][name=date],
input[type="text"][name=date]:focus {
    background-image: url(/images/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    padding-right: 40px;
    background-size: auto 16px;
}

span.input_placeholder {
    position: absolute !important;
    top: 13px;
    right: 40px;
	font-size: 15px;
	transition:.3s;
}

#search_main input[type="text"][name=freetext] ~ span.input_placeholder {
	right: 11px;
}

#search_main input[type="text"]:focus ~ span.input_placeholder, #search_main input[type="text"]:valid ~ span.input_placeholder {
	font-size: 12px;
	top:5px;
	color: #92929d;
}

.search_main_item {
	position:relative;
}

.search_main_item .ui-widget.ui-widget-content {
	top: 53px !important;
}

div#search_categories_con {
    display: flex;
    flex-flow: row wrap;
    max-height: 220px;
    overflow: hidden;
}

div#search_categories .search_category_item {
	height: 48px;
	width: calc(50% - 4px);
	border-radius: 3px;
	border: solid 1px #e4e4e4;
	box-sizing:border-box;
	margin-bottom:8px;
	line-height: 40px;
	padding:3px 10px 5px;
	cursor:pointer;
}

div#search_categories .search_category_item:nth-child(odd) {
	margin-left: 8px;
}

div#search_categories .search_category_item.active {
	border-color: #ff444f;
}

div#search_categories .search_category_item > span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.34px;
	text-align: right;
	color: #514f64;
	
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

div#search_categories .search_category_item.active > span {
	color: #ff444f;
}

div#search_additional_categories {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: right;
    color: #514f64;
    cursor: pointer;
    display: inline-block;
    padding-left: 22px;
    background-image: url(/images/icons/select2.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
    margin-top: 10px;
}

span#clearDate {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 13px;
    width: 13px;
    background-image: url(/images/icons/x2.svg);
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

div#search_results_con {
	width: 896px;
    max-width: 100%;
    margin-right: 35px;
	position:relative;
	align-self: stretch;
}

div#search_cover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(247,247,247,.7);
    z-index: 99;
}

a.caregory_item {
    width: 94.3px;
    display: inline-block;
    margin-left: 26.7px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: 0.34px;
	text-align: center;
	color: #2a2a2a;
	margin-bottom:30px;
	vertical-align:top;
}

.category_item_title {
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: 0.34px;
	text-align: center;
	color: #2a2a2a;
}

.caregory_item img, .caregory_item .confectioner_letters {
    border-radius: 100%;
    margin-bottom: 20px;
    height: 94.3px;
    width: 94.3px;
    line-height: 94.3px;
    object-fit: cover;
    object-position: center;
    background-color: #92929d;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

#search_results_con h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: right;
    color: #2a2a2a;
    margin-bottom: 20px;
}

#search_confections_con, #search_workshops_con {
    display: block;
}

#search_confections_con > a,
#search_workshops_con > a {
	display:inline-block;
	margin-left: 20px;
}

#search_confections_con > a:nth-child(3n),
#search_workshops_con > a:nth-child(3n) {
	margin-left:0;
}

#search_confections_con,
#search_workshops_con,
#search_confectioners_con {
	padding-bottom:35px;
	margin-bottom:35px;
}

.search_results_items:not(.last) {
	border-bottom:1px solid #e4e4e4;
}

.confection_item,
.workshop_item {
	margin-bottom:30px;
}

input.blankButton.setType {
    height: 52px;
    width: 248px;
    margin-top: 20px;
}

div#mobile_open_search {
    width: calc(100% - 30px);
    padding: 0 !important;
    height: 34px;
    margin: 10px auto;
    line-height: 34px !important;
	display:none !important;
}

div#mobile_open_search:before {
    height: 17px;
    width: 18px;
    content: "";
    display: inline-block;
    background-image: url(/images/icons/filter.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 9px;
    background-size: contain;
    vertical-align: middle;
}

img#mobile_close_filters {
    float: left;
    height: 18px;
    top: -25px;
	display:none;
}

input#mobile_close_filters {
    float: left;
    top: -27px;
    padding: 10px 20px;
    line-height: 0px;
    height: 22px;
	display:none;
}

div#search_location_type_con {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.location_type {
    text-align: center;
    height: 48px;
    width: calc(50% - 4px);
    border-radius: 3px;
    border: solid 1px #e4e4e4;
    box-sizing: border-box;
    margin-bottom: 8px;
    line-height: 40px;
    padding: 3px 10px 5px;
    cursor: pointer;
}

.location_type>span {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.34px;
    text-align: right;
    color: #514f64;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.location_type.active {
    border-color: #ff444f;
}

.location_type.active>span {
    color: #ff444f;
}

@media only screen and (max-width: 767px) {
	
	#search_results_con h3 {
		font-size:22px;
	}
	
	div#search_results_con {
		width: 100%;
		padding: 15px;
		margin: 0 auto;
		text-align: center;
		text-align-last: center;
	}
	
	div#search_results_con  a.caregory_item {
   		margin: 0 10px 20px;
	}
	
	#search_confections_con > a, #search_workshops_con > a {
		margin: 0 10px 20px;
	}
	
	#search_con {
		padding:0 !important;
	}
	
	img#mobile_close_filters,
	input#mobile_close_filters {
		display:inline;
	}
	
	div#search_bar {
		position: fixed;
		z-index: 99999;
		width: 100%;
		padding: 20px 15px;
		background-color: white;
		right:-100%;
		transition:right .3s;
		top:0;
		height: 100%;
	}
	#search_bar h3 {
		display:block;
	}
	
	a#clear_all_filters, a#clear_all_filters:hover, a#clear_all_filters:focus {
		float:none;
		margin: 10px 0 0;
		display:inline-block;
	}
	
	div#mobile_open_search {
		display:block !important;
	}
	
	div#search_bar.open {
		right:0%;
	}
}





















