/* epoq search v1.1.0 2017_10_30 */

/* 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_taContainer {
	width: 100%;
}

.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: 1px solid #c8c8c8;
	padding: 0;
	padding-right: 50%;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
	box-sizing: border-box;
}

.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 !important;
	border-bottom: 1px solid #DDD;
	background: #fff;
	text-align: left;
	height: 40px;
}

.epoq_autocomplete .epoq_ta_li:last-child {
	border-bottom: 0 none;
}

.epoq_autocomplete .epoq_ta_a {
	display: inline-block;
	width: 100%;
	padding: 8px 11px;
	color: #202020;
	font-size: 17px;
	font-size: 1.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.epoq_autocomplete .epoq_ta_a.ui-state-active {
	background: #CCCCCC;
}

.epoq_autocomplete .epoq_highlight {
	font-weight: bold;
}

.ui-menu .ui-menu-item.epoq_ta_separator, .ui-menu .epoq_ta_separator {
	background: #f2f2f2;
	display: inline-block;
	width: 100%;
	padding: 8px 11px;
	color: #202020;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
	height: 40px;
}
/* end autocomplete style */
#epoq_currentSearch {
	float: left;
	width: 100%;
}

#epoq_search {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
	padding: 24px 0 0;
	line-height: 1.20588235em;
	letter-spacing: -.03rem;
	font-weight: 300;
}

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

.epoq_search_hits {
	display: inline;
	font-weight: 300;
}
/* end query and number of results */

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

.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;
}

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

#epoq_resultrows_header .epoq_header, #epoq_resultrows_footer .epoq_header {
	display: none;
}

.epoq_navigate {
	/* display: none; */
	
}

.epoq_navigate .epoq_header {
	float: left;
}

/* epoq results per page */
.epoq_resultsize {
	display: none;
}

.epoq_resultsizes {
	float: left;
}

.epoq_resultsizes .epoq_limitNo {
	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 sort */

/* end epoq sort */
.epoq_sortContainer {
	position: relative;
	min-width: 260px;
}

/* epoq changepage */
.epoq_navigate.epoq_nav_top {
	display: none;
}

#epoq_resultrows .o-productlistfooter {
	display: none;
}

.epoq_change_page_field {
	margin: 0;
}

/* #epoq_searchresult .glyphicon-chevron-left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
} */
.active.epoq_sortHeader label.current span:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.epoq_sortlist {
	display: block;
	opacity: 1;
	padding: 7px 4px;
	top: 54px;
	text-align: center;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);
	position: absolute;
	left: -1px;
	border: 1px solid #e4e4e4;
	background: #fff;
}

.epoq_sortlist.is--collapsed {
	display: none;
}

.epoq_sortlist li {
	padding: 0 10px;
}

.epoq_sortlist a {
	display: inline-block;
	text-decoration: none;
	padding: 8px 16px;
}

.epoq_sortlist a:hover {
	background: #555;
	color: #fff;
}

.epoq_sortlist li a span {
	display: block;
	padding: 0 20px;
	position: relative;
	text-align: center;
	font-weight: 700;
	letter-spacing: .04rem;
	text-transform: uppercase;
}

.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%;
}

.epoq_pagination_button {
	margin: 0;
}

.epoq_pagination_button a {
	display: block;
	padding: 0 5px;
	height: 100%;
	width: 100%;
}

.epoq_pagination_button span {
	display: inline-block;
}

#epoq_searchresult .epoq_resultpages.pagination li.pagination-prev:after, #epoq_searchresult .epoq_resultpages.pagination li.pagination-next:after {
	/* override manor css rule */
	content: "" !important;
}

#epoq_searchresult .glyphicon-chevron-left:after, #epoq_searchresult .glyphicon-chevron-right:after {
	font-family: Icons;
	speak: none;
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\e917';
	font-size: 12px;
	color: #202020;
	line-height: 1;
}

#epoq_searchresult .glyphicon-chevron-left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#epoq_searchresult li.pagination-prev.disabled, #epoq_searchresult li.pagination-next.disabled {
	padding: 0 5px;
}

/* end epoq changepage */
.epoq_count {
	display: none;
}

#epoq_resultrows {
	display: inline-block;
	width: 100%;
}

#epoq_resultrows_header {
	height: 90px;
}

#epoq_resultrows_footer {
	float: left;
	width: 100%;
}

.epoq_resultrow {
	margin-bottom: 40px;
}

.epoq_hoverInfo:hover {
	z-index: 1;
}

.epoq_hoverInfo .epoq_nonhoverText, .epoq_hoverInfo:hover .epoq_hoverText {
	display: block;
}

.epoq_hoverInfo .epoq_hoverText, .epoq_hoverInfo:hover .epoq_nonhoverText {
	display: none;
}

.epoq_resultpic {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	height: 200px;
}

.o-producttile__image img.epoq_prodimg {
	max-width: 100%;
}

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

.epoq_prodAttributes div {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.epoq_title_box {
	height: 72px;
}

.epoq_title {
	display: block;
	cursor: pointer;
	position: relative;
	width: 100%;
	margin: 0;
}

.epoq_brand {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	height: 20px;
	font-weight: 600;
}

.epoq_resultrow .js-productprice {
	padding-right: 5px;
}

.epoq_description {
	float: left;
	cursor: pointer;
}

.epoq_typ {
	float: left;
	cursor: pointer;
}

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

/* statistics style */
#epoq_filterresult {
	float: left;
	width: 100%;
	position: relative;
}

#epoq_filterHeader {
	display: none;
}

#epoq_filters {
	width: 100%;
}

#epoq_filters_category {
	width: 100%;
}

.epoq_singlefilter.Kategorie {
	padding-bottom: 10px;
}

.epoq_singlefilter .o-facetsearch__filter__title.epoq_header {
	word-break: normal;
	padding: 12px 50px 12px 25px;
}

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

#epoq_filters .epoq_singlefilter .epoq_filterList ul {
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
}

.epoq_filterstat li.epoq_reset a {
	font-style: italic;
}

.epoq_filterstat li.epoq_reset a:before {
	speak: none;
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\e917';
	font-family: Icons;
	font-size: 10px;
	transform: rotate(180deg);
	vertical-align: top;
	width: 10px;
	margin: 0 6px 0 -16px;
	height: 100%;
}

.epoq_filterstat li.epoq_reset:hover {
	border-color: #fff;
}

.epoq_filterInput {
	border: 1px solid #f2f2f2;
	border-radius: 0;
	padding: 8px 16px;
	font-size: 17px;
	margin: 10px 0;
	width: 100%;
}

.epoq_filterList {
	display: none;
}

.epoq_filterList.epoq_open {
	display: block;
}

.o-facetsearch__categories .epoq_filterList ul li.active {
	font-weight: 600;
	border: 0 none;
}

.o-facetsearch__categories .epoq_filterList ul li.active:hover {
	border-left: 2px solid #ed1c24;
}

.o-facetsearch__categories ul li.epoq_level1 a {
	padding-left: 16px;
}

.o-facetsearch__categories ul li.epoq_level1:hover a {
	padding-left: 14px;
}

.o-facetsearch__categories ul li.epoq_level2 a {
	padding-left: 24px;
}

.o-facetsearch__categories ul li.epoq_level2:hover a {
	padding-left: 22px;
}

.o-facetsearch__categories ul li.epoq_level3 a {
	padding-left: 32px;
}

.o-facetsearch__categories ul li.epoq_level3:hover a {
	padding-left: 30px;
}

.o-facetsearch__categories ul li.epoq_level4 a {
	padding-left: 40px;
}

.o-facetsearch__categories ul li.epoq_level4:hover a {
	padding-left: 38px;
}

.o-facetsearch__categories ul li.epoq_level5 a {
	padding-left: 48px;
}

.o-facetsearch__categories ul li.epoq_level5:hover a {
	padding-left: 46px;
}

.o-facetsearch__categories ul li.epoq_level6 a {
	padding-left: 56px;
}

.o-facetsearch__categories ul li.epoq_level6:hover a {
	padding-left: 54px;
}

.epoq_filterresult a:before {
	margin-right: 8px;
	speak: none;
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\e63f';
	font-size: 17px;
	font-family: Icons;
	color: #555;
	margin-left: 1px;
}

.epoq_filterresult.active a:before, .epoq_filterresult.active:hover a:before {
	margin-right: 8px;
	speak: none;
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\e63e';
	font-size: 17px;
	font-family: Icons;
	color: #ed1c24;
}

.epoq_filterresult a {
	color: #555;
	display: block;
	width: 100%;
	padding: 3px 0;
}

.epoq_filterresult.active a {
	color: #202020;
	font-weight: 600;
}

.epoq_filterresult:hover a, .epoq_filterresult:hover a:before {
	color: #aaa;
}

.epoq_filterresult.epoq_disabled .epoq_filter_value {
	text-decoration: line-through;
}

.epoq_filterFail {
	font-size: 13px;
	font-style: italic;
}

.epoq_filterchart {
	float: left;
	cursor: default;
	width: 20px;
	height: 5px;
}

.ui-progressbar-value {
	float: left;
	cursor: default;
}

.epoq_select {
	display: inline-block;
	padding: 0 5px 0 0;
}

.epoq_select:BEFORE {
	speak: none;
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\e63f';
	font-size: inherit;
	font-family: Icons;
	color: inherit;
}

.epoq_filter_value {
	display: inline;
}

.epoq_size .epoq_filter_value {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	padding: 0;
	height: 100%;
	vertical-align: middle;
}

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

.epoq_count_stat {
	cursor: default;
	display: inline-block;
	padding: 0 0 0 5px;
	font-size: 14px;
}

.epoq_extend {
	cursor: pointer;
	padding-left: 16px;
	font-size: 14px;
}

.epoq_collapse {
	cursor: pointer;
	padding-left: 16px;
	font-size: 14px;
}

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

.selected .epoq_select:BEFORE, .active .epoq_select:BEFORE {
	content: '\e63e';
}
/* end filter hierarchy */

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

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

.epoq_sliderInfo {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	height: auto;
	line-height: 25px;
}

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

.epoq_sliderContainerRight {
	text-align: right;
}

.epoq_sliderMiddle {
	display: inline-block;
	font-size: 12px;
	width: 20%;
	text-align: center;
}

.epoq_sliderRight {
	text-align: right;
}

.epoq_sliderInputContainer input {
	cursor: pointer;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	width: 50px;
	height: 25px;
	text-align: center;
	display: inline-block;
}

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

.epoq_nav_bottom.epoq_hide_nav {
	display: none;
}

#epoq_priceSlider {
	float: left;
}

.epoq_sliderfilter .ui-slider {
	position: relative;
	margin-left: 5px;
}

.epoq_sliderfilter .ui-slider .ui-slider-range {
	background: #ed1c24;
	position: absolute;
	height: 1px;
}

.epoq_sliderfilter .ui-slider .ui-slider-handle {
	height: 18px;
	width: 18px;
	border: 1px solid #ababab;
	border-radius: 50%;
	background: #fff;
	top: -8px;
	outline: 0;
}

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

/* end sliderfilter price */
/* end statistics style */

/* active filters style */
#epoq_removeAllFilters {
	width: 100%;
	margin: 0 0 16px;
	text-align: left;
	border: 2px solid #ababab;
	background: #ababab;
}

#epoq_removeAllFilters:HOVER {
	cursor: pointer;
}
/* end active filters style */
.ui-accordion .ui-accordion-content {
	padding: 0;
}

/*Colors*/
.epoq_filterresult.epoq_color {
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin-right: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

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

.epoq_filterresult.epoq_color .epoq_filter_value {
	width: 13px;
	height: 13px;
	border: 1px solid #CCCCCC;
}
/*End of Colors*/

/* standalone divs */
.epoq_standAlone_wrapper {
	padding: 10px 0;
	border-top: 1px solid #f2f2f2;
	width: 100%;
}

#epoq_standalone_filters li {
	list-style-type: none;
}

#epoq_standalone_filters input {
	display: none;
}

#epoq_standalone_filters .epoq_filterresult a:before {
	content: '';
	margin: 0;
}

#epoq_standalone_filters a {
	border: 1px solid #f2f2f2;
	background: #fff;
	text-decoration: none;
	transition: all ease .4s;
	padding: 4px 8px;
	font-size: 1.4rem;
	line-height: 1.41176471em;
	border-radius: 4px;
	cursor: pointer;
}

#epoq_standalone_filters .active a, #epoq_standalone_filters a:hover {
	border-color: #000;
	color: #202020;
	font-weight: 400;
	background: #000;
	color: #fff;
}

#epoq_standalone_filters .epoq_filterresult.active .epoq_filter_value:after {
	content: '';
	margin: 0;
	content: '\e611';
	font-size: .8rem;
	font-family: Icons;
	padding: 0 0 0 5px;
}

#epoq_standalone_filters .epoq_filterresult {
	display: inline-block;
	width: auto;
	margin: 0 10px 10px 0;
}

#epoq_standalone_filters .epoq_filterresult .epoq_count_stat {
	display: none;
}
/* CONTENT-SEARCH */
#epoq_contentresult {
	float: left;
	width: 100%;
}

#epoq_contentresult .epoq_content_header {
	width: 100%;
	margin: 0 0 10px;
	font-weight: 700;
	letter-spacing: .04rem;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	display: none;
}

.epoq_contentsearch_result {
	display: inline-block;
	width: 100%;
	padding: 10px 16px;
	background: #f5f5f5;
	margin: 0 0 10px;
}

.epoq_contentsearch_result a {
	color: #202020;
	text-decoration: none;
}

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

.epoq_contentsearch_row {
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	color: #202020;
}

.epoq_contentsearch_left {
	display: inline-block;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857143em;
	letter-spacing: 0;
}

.epoq_contentsearch_left:before {
	speak: none;
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\e917';
	font-size: 8px;
	font-family: Icons;
	color: inherit;
	padding-right: 5px;
}

.epoq_contentsearch_right {
	display: inline-block;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857143em;
	letter-spacing: 0;
}
/* 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 {
	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;
}

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

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

.epoq_banner_obj {
	float: left;
	width: 100%;
	text-align: center;
}

.epoq_banner_obj img {
	max-width: 100%;
	max-height: 250px;
}

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

.epoq_individualHeadline {
	float: left;
	width: 100%;
	text-align: center;
	margin: 2rem 0 1rem;
	font-size: 2.5rem;
}

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

.epoq_inline_banner {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.epoq_inline_banner .epoq_banner_obj {
	float: none;
	text-align: center;
}

.epoq_inline_banner .epoq_banner_obj a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.epoq_inline_banner img {
	max-height: 500px;
	text-align: center;
}

.epoq_noresultHeadline {
	margin: 3rem 0 2rem;
	width: 100%;
	font-size: 3rem;
}

.epoq_banner_obj img {
	max-height:
}

.epoq_moreContainer {
	text-align: right;
	width: 100%;
	margin: 0 0 2rem;
}

.epoq_moreAlternatives a {
	background: #ed1c24;
	border: 2px solid #ed1c24;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1rem 2rem;
	transition: all ease .4s;
	color: #fff;
	font-weight: 700;
	letter-spacing: .04rem;
	font-size: 16px;
	border-radius: 4px;
}

.epoq_moreAlternatives a:hover {
	background: transparent;
	color: #ed1c24;
}

/* new suggest */
/* product typeahead */
.epoq_autocomplete .epoq_products_menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
	width: 50%;
	width: calc(50% + 1px);
	border-left: 1px solid #ddd;
	background: #fff;
	z-index: 100001;
}

.epoq_autocomplete .ac_products {
	display: inline-block;
	width: 100%;
}

.epoq_ta_li_product {
	width: 100%;
	height: 80px;
	padding: 10px 16px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	background: #fff;
}

.epoq_sug_item_wrapper .epoq_ta_li_product.epoq_sug_item_show {
	border-bottom: 1px solid #DDDDDD !important;
}

.epoq_sug_item_wrapper .epoq_ta_li_product.epoq_sug_item_show.epoq_sug_item_show_last {
	border: 0 !important;
}

.epoq_sug_item_wrapper .epoq_ta_li_product:last-child {
	border: 0 none;
}

.epoq_ta_li_product a {
	color: #333333;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 17px;
	font-size: 1.7rem;
}

.epoq_sug_image {
	display: inline-block;
	height: 100%;
	width: 60px;
	margin-right: 16px;
	vertical-align: middle;
	text-align: center;
}

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

.epoq_sug_prod_infos {
	display: inline-block;
	width: 75%;
	vertical-align: top;
	height: 100%;
	text-align: left;
}

.epoq_sug_title {
	display: inline;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4em;
}

.epoq_sug_price {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.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;
}

/* no result page - recommendation widget */
#epoq_resultrows .epoq-widget-wrapper.o-productcarousel {
	min-height: 0 !important;
}

/* 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_validationError {
	border: 1px solid #ff0000 !important;
}

.epoq_valid_info {
	display: inline-block;
	width: 100%;
	color: #ed1c24;
	font-size: 13px;
	padding: 5px 0 0;
}

/* responsive */
@media ( max-width : 768px) {
	ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
		width: 100% !important;
		padding: 4px;
		left: 0 !important;
		margin: 0;
		border: 1px solid #ccc;
		min-height: 0 !important;
	}
	.epoq_products_menu {
		display: none;
	}
	.epoq_moreContainer {
		text-align: center;
	}
	.epoq_noresultHeadline, .epoq_individualHeadline {
		font-size: 2rem;
	}
}

/*@media ( max-width : 159.9375em) and (min-width: 120em) {
	.epoq_resultrow {
		margin-bottom: 100px;
	}
}*/
@media ( min-width : 1280px) {
	.epoq_products_menu .epoq_sug_prod_infos {
		width: 70%;
	}
}