/* add in shop css */
#search {
	position: relative;
}

/* epoq autocomplete */
.ui-widget.ui-widget-content.epoq_autocomplete {
	background: #fff;
	border: 1px solid #D2D2D2;
	display: none;
	padding: 0 50% 61px 16px;
	position: absolute;
	height: auto;
	z-index: 999;
	font-family: 'OpenSans', sans-serif;
	z-index: 999;
}

.epoq_products_menu {
	display: none;
	position: absolute;
	width: 50%;
	right: 0;
	border-left: 1px solid #D2D2D2;
	padding: 0 20px 61px 20px;
}

.epoq_ta_separator {
	display: block;
	width: 100%;
	padding: 20px 20px 12px 0;
}

.epoq_ta_li.ui-menu-item {
	display: inline-block;
	width: 100%;
}

.epoq_ta_a.ui-menu-item-wrapper {
	display: block;
	width: 100%;
	color: #2A3355;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
	line-height: 30px;
	padding: 0 20px 0 0;
}

.epoq_ta_a.ui-menu-item-wrapper.ui-state-active {
	background: #fff;
	border: none;
	text-decoration: underline;
	margin: 0;
	font-family: OpenSans-Semibold, sans-serif, 'Adobe Blank';
	color: #2A3355;
}

.epoq_ta_li_product {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	border-bottom: 1px solid #D2D2D2;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: .6px;
}

.epoq_sug_item_wrapper .epoq_sug_item_show_last {
	border: none;
}

.epoq_ta_li_product a {
	display: block;
	height: 120px;
	width: 100%;
	padding: 10px 0;
}

.epoq_sug_image {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	display: inline-block;
}

.epoq_sug_image img {
	max-width: 100%;
	max-height: 100%;
}

.epoq_sug_prod_infos {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 100px;
}

.epoq_sug_title {
	display: inline-block;
	width: 100%;
	height: auto;
	max-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.epoq_price_box {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.epoq_suggest_trigger {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	background: #2241A8;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.epoq_suggest_trigger:hover {
	background: #2A3355;
}
/* epoq do you mean */
#epoq_doyoumean_inner {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.epoq_doYouMeanLabel, .epoq_doyoumean_text {
	display: inline;
}

.epoq_doyoumean_text {
	cursor: pointer;
}

.epoq_doyoumean_text:last-child:after {
	content: '';
}

.epoq_doyoumean_text:after {
	content: ', ';
}
/* epoq category filter */
#epoq_filters_category .epoq_filterresult {
	position: relative;
	width: 100%;
}

#epoq_filters_category a {
	width: 100%;
}

#epoq_filters_category .epoq_filterresult a:hover {
	background: #DFE2E9;
}

#epoq_filters_category .epoq_filterresult.active a {
	text-decoration: underline;
	font-family: OpenSans-Semibold, sans-serif, 'Adobe Blank';
}

#epoq_filters_category .epoq_level2 a {
	padding-left: 40px;
}

#epoq_filters_category .epoq_filterresult.active .epoq_count_stat {
	display: none;
}

#epoq_filters_category .epoq_filter_value {
	display: inline;
}

#epoq_filters_category .epoq_count_stat {
	display: inline;
	padding-left: 5px;
}

#epoq_filters_category .epoq_filterSearch {
	width: 100%;
	padding: 0 20px;
}

#epoq_filters_category input {
	width: 100%;
	padding: 2px 10px;
}
/* epoq filters */
.epoq_filterSearch {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

#epoq_activefilters .epoq_header {
	display: none;
}

.epoq_filterList.value-wrapper {
	display: block;
}

.closed .epoq_filterList.value-wrapper {
	display: none;
}

#epoq_filters input {
	width: 100%;
	padding: 2px 10px 2px 25px;
	border: 1px solid #E4E4E4;
	font-size: 12px;
	outline: none;
}

#epoq_filters .epoq_sliderFilter input {
	width: 46%;
	padding: 0 10px;
}

#epoq_filters .epoq_header {
	cursor: pointer;
}

.epoq_no_result #filter-nav {
	margin-top: 0;
}

#epoq_filters .epoq_filterresult {
	clear: both;
	position: relative;
}

#epoq_filters .epoq_filterresult a {
	color: black;
	display: block;
	line-height: 30px;
	min-height: 30px;
	overflow-x: hidden;
	padding: 0 0 0 25px;
	position: relative;
	-ms-text-overflow: ellipsis;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 100%;
	z-index: 1;
}

#epoq_filters .epoq_filterresult a:before {
	background: #FFF;
	border: 1px solid #E4E4E4;
	content: " ";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 18px;
}

#epoq_filters .epoq_filterresult.active a:before {
	background:
		url(/sites/megabad/public/_dev_/images/Icons/checkbox-checked.png)
		no-repeat center;
}

#epoq_filters .epoq_header a.epoq_close {
	background: #F4F4F4
		url(/sites/megabad/public/_dev_/images/Icons/close.svg)
		no-repeat scroll center;
	background-size: 11px;
	cursor: pointer;
	height: 28px;
	margin-left: 10px;
	min-height: 0;
	opacity: 1;
	padding: 0;
	width: 18px;
}

#epoq_filters .epoq_filter_value.default {
	display: inline-block;
	width: 160px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

#epoq_filters .epoq_count_stat {
	color: #888;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

#epoq_filters .epoq_count_stat {
	display: inline-block;
	float: right;
}

.epoq_hide {
	display: none;
}
/* epoq sorting block */
.epoq_count_sort {
	margin: 20px 0;
}

.epoq_sortlist a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
}

.epoq_sortlist a:hover {
	text-decoration: none;
}

/* change view */
.epoq_grid_button, .epoq_list_button {
	display: inline-block;
	cursor: pointer;
}

.epoq_grid_button.active, .epoq_list_button.active {
	cursor: default;
}
/* search results */
.epoq_tag_wrapper {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	vertical-align: text-top;
}

.epoq_eek_wrapper {
	vertical-align: text-bottom;
}

/* searchresults */
.epoq_price-old {
	text-decoration: none;
}

.epoq_price-old-value {
	display: inline;
	text-decoration: line-through;
}

.epoq_price-old-currency {
	display: inline;
}

.epoq_specialText {
	text-decoration: none;
	color: #888;
	font-family: OpenSans-Semibold,sans-serif,'Adobe Blank';
}

/* hide filters */
.epoq_singlefilter.delivery_time, .epoq_singlefilter.is_topseller {
	display: none;
}

/* mobile settings */
@media ( min-width : 768px) {
	.epoq_products_menu {
		display: block;
	}
}

@media ( max-width : 991px) and (min-width: 768px) {
	.ui-widget.ui-widget-content.epoq_autocomplete {
		width: calc(100% - 32px) !important;
		left: 0 !important;
		margin: 0 16px;
	}
}

@media ( max-width : 1199px) and (min-width: 992px) {
	.ui-widget.ui-widget-content.epoq_autocomplete {
		width: 623px !important;
		padding: 0 310px 61px 16px;
	}
	.epoq_products_menu {
		width: 310px;
	}
}

@media ( min-width : 1200px) {
	.ui-widget.ui-widget-content.epoq_autocomplete {
		width: 750px !important;
		padding: 0 310px 61px 16px;
	}
	.epoq_products_menu {
		width: 310px;
	}
}

@media ( max-width : 767px) {
	.ui-widget.ui-widget-content.epoq_autocomplete {
		width: calc(100% - 30px) !important;
		padding: 0 16px 61px 16px;
	}
}

@media ( max-width : 1199px) {
	#epoq_filters .epoq_filterresult {
		font-size: 14px;
		min-height: 48px;
		line-height: 28px;
		padding: 10px 0;
	}
}