/* epoq search v1.1.2 2018_11_30 */
body.show_mobile_filters {
	overflow: hidden !important;
	position: initial !important;
	overscroll-behavior-x: none;
}

#epoq_typeaheadbox:focus, .epoq_search_box:focus {
	outline: none;
}

/* input warning */
.epoq_warning_wrapper {
	position: absolute;
	top: 35px;
	left: 40%;
	margin-left: -100px;
	width: 200px;
}

.epoq-arrow-up {
	margin-left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	z-index: 1;
	position: absolute;
}

.epoq_warning_text {
	margin-top: -1px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	padding: 5px;
	position: absolute;
	top: 10px;
	height: 50px;
}

.epoq_highlight_input {
	border: 1px solid #ff0000 !important;
}

.epoq_highlight_input_no {
	-webkit-transition: border-color 1s ease;
	-moz-transition: border-color 1s ease;
	-ms-transition: border-color 1s ease;
	-o-transition: border-color 1s ease;
	transition: border-color 1s ease;
}

/* autocomplete style */
ul.epoq_autocomplete.ui-autocomplete {
	z-index: 1000 !important;
	position: absolute;
	border: none;
	padding: 2rem;
	background: #fff;
	box-sizing: border-box;
	transition: .3s ease;
	box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	overflow: hidden;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
	padding-right: 274px;
	width: 500px !important;
}

.epoq_autocomplete.ui-autocomplete .ui-state-hover {
	cursor: pointer;
}

.epoq_autocomplete.ui-autocomplete .ui-state-focus {
	margin: 0;
	background: #EEE;
}

.epoq_field_match {
	float: right;
}

.epoq_sugg_label2 {
	float: right;
}

.epoq_ac_close:HOVER {
	cursor: pointer;
}

.epoq_autocomplete .epoq_ta_li {
	list-style: none;
	padding: 0;
}

.epoq_autocomplete .epoq_ta_a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	transition: .3s all ease;
	color: rgb(154, 154, 154);
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 10px 5px 0;
}

.epoq_autocomplete .epoq_ta_a.ui-state-active, .epoq_autocomplete .epoq_ta_a.ui-state-focus {
	color: #0a2554;
	background: #fff;
}

.epoq_autocomplete .epoq_ta_li a.ui-state-hover .epoq_highlight {
	color: #FFFFFF;
}

.epoq_ta_separator {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: rgb(10, 36, 84);
	margin: 0 0 10px;
	padding: 1.5rem 0 .25rem;
	margin: 1rem 0 0;
	border-top: 1px solid #eae9e9;
	font-family: HelveticaNeueLT-Medium, Arial, Helvetica, sans-serif;
}

.epoq_ta_separator.headline_0 {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

/* end autocomplete style */

/* query and number of results */
.epoq_search_term {
	font-weight: bold;
}

.epoq_search_hits {
	display: none;
}
/* end query and number of results */

/* do you mean */
#epoq_doyoumean {
	display: none;
}

#epoq_doyoumean_inner {
	float: left;
}

.epoq_doYouMeanLabel {
	display: inline;
	cursor: default;
}

.epoq_doyoumean_text {
	cursor: pointer;
	padding-left: 10px;
	text-decoration: underline;
}
/* end do you mean */

/* result page style */
#epoq_searchresult {
	float: left;
	width: 100%;
	position: relative;
	height: 3000px;
}

#epoq_resultrows_header .epoq_sortlist, #epoq_resultrows_footer .epoq_sortlist {
	float: right;
	list-style-type: none;
}

#epoq_resultrows_header .epoq_sortlist div, #epoq_resultrows_footer .epoq_sortlist div {
	float: left;
}

#epoq_resultrows_header .epoq_header, #epoq_resultrows_footer .epoq_header {
	float: left;
}

.epoq_navigationWrapper {
	width: 100%;
	margin: 0 0 4rem;
}

.epoq_navigate {
	width: 100%;
	padding: 0;
	margin: 0 0 1rem;
}

.epoq_navigate .epoq_header {
	display: inline-block;
}

/* epoq sort */
.epoq_sort {
	color: rgb(10, 36, 84);
	float: left;
}

.epoq_sort .epoq_header {
	padding: 12px 0;
}

.epoq_sortlist {
	display: inline-block;
	background: transparent;
	width: 200px;
	position: relative;
	margin: 0 0 0 5px;
	padding: 12px 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.epoq_sort_container.mobile {
	display: none;
}

.epoq_current_sorting {
	cursor: pointer;
}

.epoq_sorting_list {
	transition: all ease 300ms;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.09);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	padding: 0 25px;
	text-align: left;
	background: #f6f6f6;
	position: absolute;
	top: 15px;
	left: -25px;
	height: auto;
	width: 125%;
	visibility: hidden;
	opacity: 0;
}

.epoq_sort_container.active .epoq_sorting_list {
	padding: 15px 25px;
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

.epoq_sort_down {
	cursor: pointer;
}

.epoq_sort_down.epoq_active {
	cursor: default;
}

.epoq_sort_up {
	cursor: pointer;
}

.epoq_sort_up.epoq_active {
	cursor: default;
}

.epoq_sorting_list a {
	display: block;
	width: 100%;
	padding: 5px 0;
	transition: all ease .3s;
}

.epoq_sorting_list a:hover {
	color: rgb(10, 36, 84);
}
/* end epoq sort */

/* epoq results per page */
.epoq_resultsize {
	float: left;
	width: 25%;
}

.epoq_resultsizes {
	float: left;
}

.epoq_resultsizes .epoq_limitNo {
	float: left;
	cursor: pointer;
	display: inline-block;
	width: 25px;
	text-align: center;
}

.epoq_resultsizes .epoq_limitNo.epoq_active {
	cursor: default;
}

.epoq_resultsizes .epoq_limitNo:HOVER {
	text-decoration: none;
}

.epoq_resultsizes .epoq_limitNo a {
	color: black;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
/* end epoq results per page */

/* epoq changepage */
.epoq_changepage {
	float: left;
	width: 50%;
	text-align: right;
}

.epoq_resultpages .epoq_pageNo {
	display: inline-block;
	float: none;
	cursor: pointer;
	width: 25px;
	text-align: center;
}

.epoq_resultpages .epoq_pageNo.epoq_active {
	cursor: default;
}

.epoq_resultpages .epoq_pageNo.more {
	cursor: default;
}

.epoq_resultpages .epoq_pageNo.epoq_page_left {
	text-decoration: none;
}

.epoq_resultpages .epoq_pageNo.epoq_page_right {
	text-decoration: none;
}

.epoq_resultpages .epoq_pageNo a {
	text-decoration: none;
	color: black;
	display: inline-block;
	width: 100%;
}
/* end epoq changepage */
.epoq_count {
	float: right;
	text-align: right;
	color: rgb(10, 36, 84);
	padding: 12px 0;
}

.epoq_viewmode {
	float: right;
}

.epoq_viewmode span {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/* #epoq_resultrows {
	width: 100%;
} */
.epoq_no_result .epoq_resultrow {
	padding: 25px;
	width: 100%;
}

.epoq_resultpic {
	width: 470px;
}

.epoq_prodimg {
	max-width: 100%;
}

.epoq_grid.epoq_tilebanner .epoq_tilebannerpic, .epoq_grid.epoq_tilebanner .epoq_tilebannerpic img {
	width: 100%;
	position: relative;
}

.epoq_list.epoq_tilebanner .epoq_tilebannerpic, .epoq_list.epoq_tilebanner .epoq_tilebannerpic img {
	height: 100%;
}

.product-item .awAddToLinks.epoq_add_wishlist, .page-products .epoq_resultrow .awListBatches {
	z-index: 1;
}

.products-grid .epoq_resultrow .product-image-wrapper {
	z-index: 0;
}

.epoq_debug {
	position: absolute;
	top: 0;
	right: 0;
	background: #ccc;
	opacity: 0.8;
	font-size: 12px;
}
/* end result page style */

/* statistics style */
.epoq_filter_button_mobile {
	display: none;
}

.epoq_filter_button {
	border: 1px solid rgb(10, 36, 84);
	color: rgb(10, 36, 84);
	float: left;
	background: #FFF;
	padding: 11px 20px 12px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	font-family: HelveticaNeueLT-Medium, Arial, Helvetica, sans-serif;
	margin-right: 25px;
	transition: all ease .3s;
}

.epoq_filter_button:after {
	font-family: "Linearicons";
	content: "\e93a";
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
}

.epoq_filter_button:hover {
	color: #fff;
	background: rgb(10, 36, 84);
}

.epoq_filter_button span {
	vertical-align: unset;
}

.epoq_filter_layer {
	height: auto;
	overflow: visible;
	left: -350px;
	width: 350px;
	position: absolute;
	top: 100px;
	background: #fff;
	z-index: 10;
	transition: all 0.3s ease;
}

.epoq_filter_layer.active {
	left: 0;
	box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
}

.epoq_sidebar {
	padding: 25px 40px 50px 50px;
	font-size: 13px;
}

.epoq_filter_layer .epoq_close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #9a9a9a;
}

.epoq_filter_title span.epoq_close:after {
	font-family: "Linearicons";
	content: "\e935";
	font-size: 14px;
	padding-left: 10px;
	margin-top: -2px;
}

.epoq_filter_title {
	margin: 0 0 25px;
	position: relative;
}

.epoq_filter_title span {
	display: inline-block;
	font-size: 16px;
	color: #0a2454;
	font-weight: 400;
	text-transform: uppercase;
	font-family: HelveticaNeueLT-Medium, Arial, Helvetica, sans-serif;
}

#epoq_filters.filter-content {
	padding: 0;
}

.epoq_filterRow {
	width: 100%;
}

.epoq_singlefilter {
	margin-bottom: 2rem;
	width: 100%;
	display: inline-block;
}

.epoq_singlefilter[data-field='e:navi_category'].epoq_hideFilter {
	display: none;
}

.epoq_singlefilter.epoq_sliderFilter {
	margin-bottom: 3rem;
}

.epoq_filter_closed .epoq_singlefilter {
	margin-bottom: .75rem;
}

.catalog-category-view .epoq_singlefilter[data-field="g:product_type"] {
	display: none;
}

.catalogsearch-result-index .epoq_singlefilter[data-field="e:navi_category"] {
	display: none;
}

.epoq_singlefilter.epoq_sliderFilter .epoq_filterList {
	margin: 5px 0 0 0;
}

.epoq_singlefilter .epoq_header {
	cursor: default;
	width: 100%;
	text-transform: uppercase;
	color: rgb(10, 36, 84);
	font-weight: 400;
	margin: 0 0 .75rem;
	cursor: pointer;
	position: relative;
}

.epoq_singlefilter .epoq_header span {
	font-family: 'HelveticaNeueLT-Medium', Arial, Helvetica, sans-serif;
}

.epoq_toggle_filter {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #9a9a9a;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
}

.epoq_toggle_filter:before {
	font-family: "Linearicons";
	content: "\e93a";
	padding: .25rem 0;
	display: block;
	transform: rotate(180deg);
	transition: all ease 300ms;
}

.epoq_filter_closed .epoq_toggle_filter:before {
	transform: rotate(0);
}

.epoq_sub_header {
	float: left;
	font-style: italic;
}

.epoq_filterstat {
	width: 100%;
}

.epoq_filterstat .epoq_reset {
	position: absolute;
	right: 0;
	display: none;
}

.epoq_filterInput {
	margin: .25rem 0 1rem;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eae9e9;
	background: #fff;
	padding: .5rem 0;
	color: rgb(154, 154, 154);
	text-transform: uppercase;
	outline: none;
}

.epoq_filterList {
	width: 100%;
}

.epoq_filter_closed .epoq_filterList {
	display: none;
}

.epoq_colorFilter .epoq_filterList {
	padding: 0 40px 0 0;
}

.epoq_filterresult {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 20px;
	width: 100%;
}

.epoq_filterresult.epoq_level2 {
	padding-left: 10px;
}

.epoq_filterresult.epoq_level3 {
	padding-left: 20px;
}

.epoq_filterresult.epoq_level4 {
	padding-left: 30px;
}

.epoq_filterresult.epoq_level5 {
	padding-left: 40px;
}

.epoq_singlefilter[data-field="e:navi_category"] .epoq_level2 {
	padding-left: 0;
}

.epoq_singlefilter[data-field="e:navi_category"] .epoq_level3 {
	padding-left: 10px;
}

.epoq_singlefilter[data-field="e:navi_category"] .epoq_level4 {
	padding-left: 20px;
}

.epoq_filterresult.epoq_size {
	width: auto;
	height: 30px;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.epoq_filterresult a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.epoq_filterresult.active .epoq_filter_value {
	color: rgb(10, 36, 84);
	font-family: HelveticaNeueLT-Medium, Arial, Helvetica, sans-serif;
}

.epoq_activeFilter[data-stat-name="Einzelpreis"] .epoq_activeValue div:after {
	content: ' €';
}

.epoq_activeFilter[data-stat-name="Nutzinhalt"] .epoq_activeValue div:after {
	content: ' ml';
}

.epoq_activeFilter[data-stat-name="Höhe"] .epoq_activeValue div:after {
	content: ' cm';
}

.epoq_select {
	display: none;
}

.epoq_filter_value {
	cursor: pointer;
	display: inline-block;
	color: rgb(154, 154, 154);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.epoq_filterresult:hover .epoq_filter_value, .epoq_filterresult:hover .epoq_count_stat, .epoq_extend:hover {
	color: #0a2554;
}

.epoq_root .epoq_filter_value, .epoq_sliderreset.epoq_root {
	cursor: pointer;
}

.epoq_count_stat {
	display: inline;
	padding: 0 0 0 5px;
	color: rgb(154, 154, 154);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

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

.epoq_extend, .epoq_collapse, .epoq_colorFilter .epoq_filterresult.epoq_extend, .epoq_colorFilter .epoq_filterresult.epoq_collapse {
	cursor: pointer;
	color: rgb(154, 154, 154);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	width: 100%;
	border: none;
}

.epoq_collapse {
	cursor: pointer;
}

/* filter hierarchy */
.selected .epoq_filterchart, .active .epoq_filterchart, .selected .epoq_count_stat {
	display: none;
}

.selected .epoq_select, .active .epoq_select {
	/*background-image: url("images/checkbox_checked.png");*/
	
}
/* end filter hierarchy */

/* sliderfilter price */
.epoq_sliderfilter_price {
	float: left;
}

.epoq_priceSpark {
	position: relative;
	float: left;
}

.epoq_sliderInfo {
	float: left;
	margin-top: 1.5rem;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
}

.epoq_sliderInputContainer {
	float: left;
	width: 40%;
	height: 100%;
}

.epoq_sliderContainerRight {
	text-align: right;
}

.epoq_sliderMiddle {
	float: left;
	width: 20%;
	text-align: center;
}

.epoq_sliderRight {
	text-align: right;
}

.epoq_sliderWrapper {
	height: 100%;
	border: 1px solid #DDDDDD;
	width: 4rem;
	position: relative;
	display: inline-block;
	padding: 0 5px 0 0;
}

.epoq_sliderWrapper:after {
	content: '€';
	position: absolute;
	right: 5px;
	color: #0a2554;
	height: 100%;
}

.epoq_singlefilter[data-filtername="Nutzinhalt"] .epoq_sliderWrapper:after {
	content: 'ml';
}

.epoq_singlefilter[data-filtername="Höhe"] .epoq_sliderWrapper:after {
	content: 'cm';
}

.epoq_sliderWrapper input {
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	font-size: 12px;
	height: 100%;
	text-align: right;
	outline: none;
	width: 100%;
	padding: 0 20px 0 0;
	color: #0a2554;
}

.epoq_singlefilter[data-filtername="Einzelpreis"] .epoq_sliderWrapper input {
	padding-right: 10px;
}

.epoq_singlefilter[data-filtername="Nutzinhalt"] .epoq_sliderWrapper input {
	padding-right: 18px;
}

.epoq_left_slider {
	/*    background-repeat: no-repeat;
        background-image: url("images/sliderhandle-left.png") !important;*/
	
}

.epoq_right_slider {
	/*    background-repeat: no-repeat;
        background-image: url("images/./sliderhandle-right.png") !important;*/
	
}

.epoq_no_result .epoq_navigate, .epoq_no_result #epoq_resultrows_header {
	display: none;
}

#epoq_priceSlider {
	float: left;
}

.epoq_sliderfilter .ui-slider {
	position: relative;
	background: #ccc;
	height: 4px;
	margin-left: 5px;
}

.epoq_sliderfilter .ui-slider .ui-slider-range {
	background: rgb(10, 36, 84);
	position: absolute;
	height: 100%;
}

.epoq_sliderfilter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	background: #fff;
	border: 1px solid #000;
	width: 1rem;
	height: 1rem;
	top: -6px;
	margin-left: -4px;
}

.epoq_sliderfilter .ui-slider .ui-state-hover {
	cursor: w-resize;
}

.epoq_hide {
	display: none;
	float: left;
	clear: right;
}
/* end sliderfilter price */
/* end statistics style */

/* active filters style */
#epoq_activefilters {
	width: 100%;
}

.epoq_activefilters .epoq_header {
	display: inline;
	float: left;
	cursor: default;
}

.epoq_allActiveFilterValues {
	display: inline-block;
	width: 100%;
	margin: 0 0 1rem;
	border-top: 1px solid #eae9e9;
	padding: 1rem 0 0;
}

.epoq_activeFilterList {
	list-style-type: none;
	float: left;
}

.epoq_activeFilter {
	display: inline-block;
	margin: 0 .5rem 0 0;
}

.epoq_activeFilterHeader {
	display: none;
}

#epoq_activefilters .epoq_header {
	font-size: 12px;
	display: none;
}

.epoq_activeValue {
	display: inline;
	cursor: pointer;
	float: left;
	border: 1px solid #eae9e9;
	padding: .5rem .75rem;
	margin: 0 0 .5rem;
	font-size: 12px;
	color: #9a9a9a;
	transition: all, ease, 300ms;
	line-height: 1;
}

.epoq_activeValue div {
	display: inline;
	line-height: 1;
}

.epoq_activeValue:after, .epoq_removeAllFilters:after {
	font-family: "Linearicons";
	content: "\e935";
	font-size: 9px;
	padding-left: 10px;
	display: inline;
	line-height: 1;
	padding: 0 0 0 .5rem;
}

.epoq_removeAllFilters {
	border: 1px solid rgb(10, 36, 84);
	padding: .5rem .75rem;
	text-align: center;
	display: inline-block;
	margin: 0 0 .5rem;
	font-size: 12px;
	color: rgb(10, 36, 84);
	cursor: pointer;
	text-transform: uppercase;
	transition: all, ease, 300ms;
	line-height: 1;
}

.epoq_removeAllFilters:HOVER, .epoq_activeValue:HOVER {
	cursor: pointer;
	color: #fff;
	background: rgb(10, 36, 84);
	border-color: rgb(10, 36, 84);
}
/* end active filters style */
.ui-accordion .ui-accordion-content {
	padding: 0;
}

/*Colors*/
.epoq_colorFilter .epoq_filterresult {
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	border: 1px solid #eee;
	border-radius: 15px;
}

.epoq_colorFilter .epoq_filterresult.active {
	border: 1px solid #000000;
}

.epoq_colorFilter .epoq_filter_value {
	width: 100%;
	height: 100%;
}

.epoq_colorFilter .epoq_filter_value[data-value="türkis"] {
	background-color: #089F8E;
}

.epoq_colorFilter .epoq_filter_value[data-value="apfelgruen"] {
	background-color: #a6fc4b;
}

.epoq_colorFilter .epoq_filter_value[data-value="lila"] {
	background-color: #520170;
}

.epoq_colorFilter .epoq_filter_value[data-value="dunkelgrün"] {
	background-color: #07662F;
}

.epoq_colorFilter .epoq_filter_value[data-value="viola"], .epoq_colorFilter .epoq_filter_value[data-value="violett"] {
	background-color: #810055;
}

.epoq_colorFilter .epoq_filter_value[data-value="blau"] {
	background-color: #0000ff;
}

.epoq_colorFilter .epoq_filter_value[data-value="anthrazit"] {
	background-color: #616161;
}

.epoq_colorFilter .epoq_filter_value[data-value="apricot"] {
	background-color: #faa53e;
}

.epoq_colorFilter .epoq_filter_value[data-value="beige"] {
	background-color: rgb(211, 194, 142);
}

.epoq_colorFilter .epoq_filter_value[data-value="hellblau"] {
	background-color: #60a7f6;
}

.epoq_colorFilter .epoq_filter_value[data-value="gelb"] {
	background-color: #ffff00;
}

.epoq_colorFilter .epoq_filter_value[data-value="rot"] {
	background-color: #ff0000;
}

.epoq_colorFilter .epoq_filter_value[data-value="pink"] {
	background-color: #dc016e;
}

.epoq_colorFilter .epoq_filter_value[data-value="amber"] {
	background-color: #c76e2f;
}

.epoq_colorFilter .epoq_filter_value[data-value="dunkelgrau"] {
	background-color: #909090;
}

.epoq_colorFilter .epoq_filter_value[data-value="grau"] {
	background-color: #ccc;
}

.epoq_colorFilter .epoq_filter_value[data-value="petrol"] {
	background-color: #28c6b9;
}

.epoq_colorFilter .epoq_filter_value[data-value="orange"] {
	background-color: #f67004;
}

/*End of Colors*/

/* CONTENT-SEARCH */
#epoq_contentresult {
	float: left;
	width: 100%;
}

#epoq_contentresult .epoq_content_header {
	font-size: 18px;
	margin: 10px 10px 10px 0;
}

.epoq_contentsearch_result {
	float: left;
	width: 100%;
}

.epoq_contentsearch_result a {
	color: #404040;
}

.epoq_contentsearch_result a:HOVER {
	text-decoration: none;
}

.epoq_contentsearch_row {
	float: left;
	padding: 5px;
	width: 100%;
}

.epoq_contentsearch_left {
	float: left;
	width: 50%;
}

.epoq_contentsearch_right {
	float: right;
	width: 50%;
}
/* END: CONTENT SEARCH */

/* loading overlay */
.epoq_loading_overlay {
	width: 0;
	height: 0;
	position: absolute;
}

.epoq_loading_overlay.epoq_active {
	width: 100%;
	height: 100%;
	min-height: 150px;
}

.epoq_loading_icon {
	/*background: url("images/ajax-loader.gif") no-repeat 50% 0;*/
	z-index: 999;
	transition: background-position 0.1s ease-in, width 0s ease-in 0.1s, height 0s ease-in 0.1s;
}

.epoq_loading_icon.epoq_active {
	background-position: 50% 200px;
	transition: background-position 0.5s ease-in, width 0s ease-in 0s, height 0s ease-in 0s;
}

.epoq_loading_bg {
	background-color: #fff;
	opacity: 0;
	z-index: 998;
	transition: opacity 0.2s;
}

.epoq_loading_bg.epoq_active {
	opacity: 0.9;
}

.epoq_more_container {
	width: 100%;
	text-align: center;
}

.epoq_more_wrapper {
	width: 100%;
	text-align: center;
}

.epoq_more_progress {
	position: relative;
	width: 18em;
	height: 14px;
	margin: 1.5em auto;
}

.epoq_more_progress_border {
	border: 2px solid rgb(234, 234, 234);
	position: absolute;
	top: 32%;
	width: 100%;
	z-index: -1;
}

.epoq_more_progress_bar {
	height: 12px;
	background-color: rgb(10, 36, 84);
}

.epoq_more_button {
	display: inline-block;
	width: 15.4em;
	background-color: transparent;
	border: 1px solid #0a2454;
	color: rgb(10, 36, 84);
	font-family: HelveticaNeueLT-Roman, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: #fff;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	line-height: 24px;
	transition: .3s all ease;
	cursor: pointer;
}

.epoq_more_button:hover {
	background: #0a2454;
	color: #fff;
}

/* BANNER-SEARCH */
#epoq_bannerresult {
	width: 100%;
}

#epoq_banner_service {
	padding: 0;
	width: 100%;
}

.epoq_banner_obj {
	width: 100%;
}

.epoq_banner_obj img {
	max-width: 100%;
	margin: 0 auto .5rem;
}

.epoq_individualText {
	width: 100%;
}

.epoq_individualHeadline {
	font-family: 'HelveticaNeueLT-Medium', Arial, Helvetica, sans-serif;
	margin: 1rem 0 2rem;
	color: #0a2454;
	font-size: 1.25rem;
}

#epoq_individualResultrows {
	width: 100%;
}

#epoq_individualButtonContainer {
	width: 100%;
	text-align: center;
}

.epoq_moreContainer {
	display: inline-block;
}

.epoq_moreAlternatives a {
	background: #0a2554;
	border: 1px solid #0a2554;
	color: #fff;
	padding: 1rem 2rem;
	transition: all ease .4s;
	text-transform: uppercase;
	display: inline-block;
}

.epoq_moreAlternatives a:hover {
	color: #0a2554;
	background: #fff;
	text-decoration: none;
}

.epoq_noresultHeadline {
	font-family: 'HelveticaNeueLT-Medium', Arial, Helvetica, sans-serif;
	margin: 2rem 0 2rem;
	color: #0a2454;
	font-size: 1.5rem;
}

#epoq_individualResultrows .epoq_resultrow {
	margin-bottom: 0;
}

/* new suggest */
/* product typeahead */
.epoq_autocomplete .epoq_products_menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
	width: 242px;
	z-index: 100001;
	border-left: 1px solid #eae9e9;
	margin: 2rem 0;
}

.epoq_autocomplete .ac_products {
	float: left;
}

.epoq_ta_li_product {
	float: left;
	width: 100%;
	height: 100px;
	padding: .5rem 1rem;
	position: relative;
}

.epoq_ta_li_product.epoq_firstitem {
	padding-top: 0;
}

.epoq_ta_li_product a {
	color: #9a9a9a;
	width: 100%;
	height: 100%;
	float: left;
	transition: .3s ease;
}

.epoq_ta_li_product a:hover {
	color: #0a2554;
}

.epoq_sug_image {
	width: 40%;
	height: 100%;
	display: inline-block;
}

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

.epoq_sug_prod_infos {
	width: calc(60% - .5rem);
	display: inline-block;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 .5rem;
}

.epoq_sug_title {
	line-height: 20px;
	font-size: 12px;
}

.epoq_sug_price {
	color: rgb(10, 36, 84);
	font-size: 13px;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* suggest banners */
.epoq_autocomplete .epoq_banner_container {
	position: absolute;
	top: 0;
	left: 252px;
	width: 242px;
	height: 80px;
	padding-bottom: 10px;
	z-index: 4000;
	border-bottom: 1px solid #ccc;
}

.epoq_suggest_banner {
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
}

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

.epoq_bannerTypeahead .epoq_products_menu {
	top: 80px;
}

/* feedback widget */
.epoq_form_content {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.epoq_formFields {
	font-size: 14px;
	margin: 10px 0;
}

.epoq_formFields button {
	font-size: 18px;
}

.epoq_form_inner_box {
	border: 1px solid #d7d7d7;
	padding: 5px;
}

.epoq_headline {
	font-size: 18px;
	margin: 0 0 10px;
}

.epoq_question {
	font-size: 14px;
	margin: 0 0 15px;
}

.epoq_buttonLine {
	margin: 10px 0 0;
	display: none;
}

.epoq_info_Text {
	display: none;
	margin: 15px 0;
	width: 100%;
}

.epoq_form_textbox {
	width: 100%;
	margin: 5px 0 0;
}

.epoq_mailBlock {
	width: 100%;
	margin: 5px 0 0;
	display: none;
}

.epoq_mailText {
	width: 100%;
}

.epoq_help {
	font-size: 12px;
	margin: 15px 0 0;
}

.epoq_help a {
	text-decoration: underline;
}

.epoq_selectmenu {
	display: none;
	width: 100%;
	margin: 15px 0;
}

.epoq_valid_info {
	margin: 10px 0 0;
	width: 100%;
	color: #a01228;
	float: left;
}

#epoq_mobileFilterWrapper {
	position: absolute;
}

@media ( max-width : 946px) {
	ul.epoq_autocomplete.ui-autocomplete {
		padding-right: calc(50% + 33px);
	}
	.epoq_autocomplete .epoq_products_menu {
		width: calc(50% + 1px);
		left: unset;
		right: 0;
	}
	.epoq_ta_li_product {
		height: 120px;
	}
	.epoq_sug_image {
		width: 30%;
	}
	.epoq_sug_prod_infos {
		width: calc(70% - .5rem);
	}
}

@media ( min-width : 768px) {
	#epoq_mobileFilterWrapper {
		display: none;
	}
}

@media ( max-width : 767px) {
	.epoq_filter_button {
		display: none;
	}
	.epoq_filter_button_mobile {
		display: inline-block;
		border: 1px solid #0a2454;
		padding: 10px 15px 10px 20px;
		line-height: 28px;
		font-size: 14px;
		color: rgb(10, 36, 84);
		font-weight: 600;
		text-transform: uppercase;
		font-family: HelveticaNeueLT-Roman, Arial, Helvetica, sans-serif;
		width: calc(50% - 5px);
		margin-right: 5px;
		float: left;
		text-align: left;
	}
	.epoq_sort {
		width: calc(50% - 5px);
		margin-left: 5px;
		float: left;
	}
	.epoq_sort_container.mobile {
		display: inline-block;
		color: #0a2454;
		width: 100%;
	}
	.epoq_sort_container.desktop {
		display: none;
	}
	.epoq_count {
		display: inline-block;
		width: 100%;
		float: unset;
		text-align: right;
	}
	.epoq_sort_container.mobile select {
		font-size: 14px;
		margin: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #0a2454;
		padding: 10px 10px 10px 20px;
		font-family: HelveticaNeueLT-Roman, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: rgb(10, 36, 84);
		font-weight: 600;
		-webkit-appearance: none;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.epoq_sortlist option {
		text-transform: none;
	}
	#epoq_mobileFilterWrapper {
		background: rgba(255, 255, 255, .65);
		pointer-events: auto;
		bottom: 0;
		position: fixed;
		right: 0;
		top: 0;
		left: auto;
		transition-duration: .3s;
		transition-timing-function: ease-in-out;
		transform: translateX(100%);
		transition-property: transform, visibility;
		outline: none;
		z-index: 1000;
	}
	#epoq_mobileFilterWrapper.active {
		visibility: visible;
		background: rgba(255, 255, 255, .65);
		pointer-events: auto;
		bottom: 0;
		position: fixed;
		right: 0;
		top: 0;
		left: auto;
		transform: translate(0, 0);
		z-index: 1002;
	}
	.epoq_mobileFilterContainer {
		padding: 30px 15px;
		background-color: #fff;
		box-shadow: 0 5px 27px 0 rgba(0, 0, 0, .19);
		opacity: 1;
		height: calc(100% - 100px);
		overflow-y: auto;
		position: static;
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		transition-duration: .3s;
		-webkit-transition-property: -webkit-transform, visibility;
		transition-property: transform, visibility;
		transition-timing-function: ease-in-out;
		width: 310px;
		margin-top: 50px;
	}
	#epoq_mobileFilterWrapper.active .epoq_mobileFilterContainer {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	#epoq_filters_mobile {
		padding: 0 .5rem .5rem;
	}
	#epoq_filters_mobile .epoq_filterresult {
		margin: 0;
	}
	#epoq_filters_mobile .epoq_extend, #epoq_filters_mobile .epoq_collapse {
		margin: .25rem 0 0;
	}
	#epoq_filters_mobile .epoq_filterresult a {
		padding: .25rem 0;
	}
	#epoq_filters_mobile .epoq_colorFilter .epoq_filterresult a {
		padding: 0;
	}
	#epoq_filters_mobile .epoq_colorFilter .epoq_filterresult {
		margin: 0 .5rem .5rem 0;
	}
	#epoq_filters_mobile .epoq_header {
		font-family: 'HelveticaNeueLT-Roman', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 16px;
	}
	.show_mobile_filters .epoq_mobileFilterBlocker {
		height: 100vh;
		left: 0;
		position: fixed;
		top: 0;
		width: 100vw;
		background: rgba(0, 0, 0, .7);
		z-index: 999;
	}
	.epoq_closeMobileFilters {
		position: absolute;
		right: 20px;
		top: 15px;
		overflow: hidden;
		display: none;
		z-index: 1003;
		color: #9a9a9a;
	}
	#epoq_mobileFilterWrapper.active .epoq_closeMobileFilters {
		display: block;
	}
	.epoq_closeMobileFilters:before {
		font-size: 14px;
		font-family: "Linearicons";
		content: "\e935";
	}
	.epoq_mobileFilterHeader {
		height: 50px;
		line-height: 50px;
		position: absolute;
		width: 100%;
		background: #fff;
		color: rgb(10, 36, 84);
		padding: 0 1.5rem;
		z-index: 1003;
		text-transform: uppercase;
		font-family: 'HelveticaNeueLT-Bold', Arial, Helvetica, sans-serif;
		font-size: 16px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	}
	.epoq_applyMobileFilters {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 1003;
		height: 50px;
		line-height: 50px;
		background: #fff;
		text-align: center;
	}
	.epoq_mobile_close_button {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		background-color: #0a2554;
		color: #fff;
		text-transform: uppercase;
	}
	ul.epoq_autocomplete.ui-autocomplete {
		width: 100% !important;
		padding: 2rem;
		left: 0 !important;
		margin: 0;
		border: none;
		border-radius: 0;
		height: auto;
	}
	.epoq_products_menu {
		display: none;
	}
	.epoq_noresultHeadline, .epoq_individualHeadline {
		margin: 1rem 0 1rem;
		font-size: 1rem;
	}
	.epoq_moreAlternatives {
		margin: 1rem 0 0;
	}
	.epoq_moreAlternatives a {
		padding: .5rem 1rem;
	}
}