/* epoq search v1.1.1 2018_08_22 */
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);

#epoq_typeaheadbox {
	height: 29px;
	position: relative;
	bottom: unset;
}

#epoq_submit, .epoq_search_button {
	display: inline-block;
}

.epoq_search_button {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 29px;
	border: none;
	background: transparent;
}

input.epoq_search_box {
	height: 100%;
	border: none;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	color: #636363;
	border-bottom: 2px solid #646567;
}

#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: 1px solid #B9B9B9;
	padding: 5px;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
	padding-right: 220px;
	width: 440px !important;
	overflow: hidden;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead:before {
	border: none;
}

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

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

.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;
	display: inline-block;
	width: 100%;
	height: auto;
	line-height: 9px;
}

.epoq_autocomplete .epoq_ta_li:after {
	display: none;
}

.epoq_autocomplete .epoq_ta_a {
	display: inline-block;
	width: 100%;
	color: #636363;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.epoq_autocomplete .epoq_ta_a.ui-state-active {
	background: #b30113;
	color: #fff;
}

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

.epoq_highlight {
	font-weight: 600;
}

/* end autocomplete style */
#epoq_currentSearch {
	width: 100%;
}

#epoq_search {
	width: 100%;
	margin: 0 0 10px;
	font-family: 'PT Sans Narrow';
	font-weight: 500;
	padding: 25px 2% 0;
	display: inline-block;
}

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

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

/* do you mean */
#epoq_doyoumean_inner {
	float: left;
	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 {
	width: 100%;
	position: relative;
}

#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_navigate {
	float: left;
	width: 100%;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 5px;
	height: 39px;
}

.epoq_nav_top {
	display: none;
}

.epoq_navigate .epoq_header {
	display: inline-block;
	padding: 0 10px 0 0;
}

/* epoq sort */
.epoq_sort_wrapper {
	width: 100%;
	padding: 0 10px;
}

.epoq_sort {
	height: 100%;
	text-align: right;
	display: flex;
	border-bottom: 1px solid #B9B9B9;
	position: relative;
}

.epoq_sort .epoq_header {
	width: 100%;
	text-align: left;
}

.epoq_sortlist {
	border: none;
	outline: none;
	color: #636363;
	width: 100%;
	text-align: left;
	font-family: 'PT Sans Narrow';
	font-weight: 500;
	font-size: 1.125rem;
	background: transparent;
	z-index: 1;
}
.epoq_sortlist div {
	text-align: center;
}

.epoq_sortlist div a {
	color: black;
	text-decoration: none;
}

.epoq_sort_icon {
	position: absolute;
	right: 0;
	top: 18px;
	width: 25px;
}

.epoq_sort_down {
	cursor: pointer;
}

.epoq_sort_down.epoq_active {
	cursor: default;
}

.epoq_sort_up {
	cursor: pointer;
}

.epoq_sort_up.epoq_active {
	cursor: default;
}
/* end epoq sort */

/* epoq results per page */
.epoq_resultsize {
	display: inline-block;
	height: 100%;
	width: 40%;
}

.epoq_resultsizes {
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
	height: 100%;
	outline: none;
	color: #636363;
}

.epoq_resultsizes .epoq_limitNo {
	float: left;
	cursor: pointer;
	display: inline-block;
	width: 25px;
	text-align: center;
	padding: 0 0 0 10px;
	color: #636363;
}

.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_navigate.epoq_nav_bottom {
	border: none;
}

.epoq_viewmode {
	display: none;
}
/* epoq changepage */
.epoq_changepage {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 2;
}

.epoq_resultpages .epoq_pageNo {
	display: inline-block;
	float: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background: #f3f3f3;
	text-align: center;
	margin: 0 2px;
}

.epoq_resultpages .epoq_pageNo.epoq_active {
	cursor: default;
	background: #D70117;
}

.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: block;
	width: 100%;
	height: 100%;
}

.epoq_resultpages .epoq_pageNo.epoq_active a {
	color: #fff;
}

.epoq_resultpages .epoq_header {
	display: none;
}
/* end epoq changepage */
.epoq_count {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.epoq_viewmode {
	float: right;
}

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

.epoq_grid_button {
	/*background-image: url("images/grid.png");*/
	
}

.epoq_list_button {
	/*background-image: url("images/list.png");*/
	
}

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

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

.epoq_resultrow {
	width: 33.33%;
	display: inline-block;
	padding: 0 8px 36px;
	background: #FFF;
	padding: 5px 8px 32px;
	margin: 0 0 32px;
	border-bottom: 1px solid #B9B9B9;
}

.epoq_no_result .epoq_resultrow {
	width: 100%;
}

/* .epoq_resultrow:hover {
	border: 1px solid #b9b9b9;
	padding: 4px 7px 32px;
	box-shadow: 0 0 5px #b9b9b9;
	z-index: 5;
} */
.epoq_resultrow.epoq_list {
	width: 100%;
}

.epoq_resultpic {
	cursor: pointer;
	width: 100%;
	height: 260px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.product-image {
	display: block;
	width: 100%;
	height: 100%;
}

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

.epoq_title {
	font-weight: 600;
	text-align: left;
	padding: 16px 0 8px;
	color: #636363;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	line-height: 1.3;
	height: 60px;
}

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

.epoq_infoBox {
	width: 100%;
	height: auto;
}

.epoq_toArticle {
	display: inline-block;
	width: 50%;
	text-align: center;
}

.epoq_detail, .epoq_detail:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #054f24;
	color: #fff;
	padding: 8px 0;
	transition: all 200ms ease-in;
}

.epoq_detail:hover {
	background: #b30113;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.epoq_priceBox {
	width: 50%;
	display: inline-block;
	text-align: right;
}

.epoq_price {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.0625rem;
	color: #e01d28;
}

.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 {
	width: 100%;
	position: relative;
}

#epoq_filterHeader {
	width: 100%;
}

#epoq_filterHeaderLabel {
	width: 50%;
	margin: 10px auto;
	border: 1px solid #B9B9B9;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	margin: 10px auto;
	border: 1px solid #B9B9B9;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

.epoq_filters_wrapper {
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	display: none;
	transition: all ease 500ms;
	overflow: hidden;
	background: #fff;
	border: 1px solid #646567;
	z-index: 10;
	width: 96%;
	box-sizing: border-box;
	font-family: 'PT Sans Narrow';
}

.epoq_filters_wrapper.active {
	height: auto;
	transition: all ease 500ms;
	display: block;
}

#epoq_filters {
	width: 100%;
	padding: 0 10px;
}

.epoq_filterRow {
	width: 100%;
}

.epoq_singlefilter {
	width: 100%;
	border-bottom: 1px solid #B9B9B9;
}

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

.epoq_singlefilter .epoq_header, #epoq_activefilters .epoq_header, .epoq_sort .epoq_header {
	cursor: pointer;;
	width: 100%;
	font-family: 'PT Sans Narrow';
	font-weight: 500;
	font-size: 1.125rem;
	display: flex;
	padding: 15px 0;
}

.epoq_filter_label {
	width: 100%;
}

.epoq_filter_icon {
	width: 100%;
	text-align: right;
	font-size: 10px;
}

.epoq_icon_plus {
	display: none;
}

.epoq_icon_minus {
	display: inline-block;
	margin: 4px 0 0;
}

.epoq_filter_closed .epoq_icon_plus {
	display: inline-block;
	margin: 4px 0 0;
}

.epoq_filter_closed .epoq_icon_minus {
	display: none;
}

#epoq_activefilters .epoq_header {
	padding: 25px 2% 5px;
}

.epoq_ta_separator {
	float: left;
	cursor: default;
	width: 100%;
	font-weight: bold;
	font-family: 'PT Sans Narrow';
	font-weight: 500;
	font-size: 1.125rem;
	padding: 5px;
	display: inline-block;
}

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

.epoq_filterstat {
	width: 100%;
}

.epoq_filterstat .epoq_reset {
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 7px;
}

.epoq_filterInput {
	border: none;
	width: 100%;
	margin: 10px 0;
	background: #f3f3f3;
	padding: 0 0 0 16px;
	color: #636363;
	height: 29px;
	outline: none;
}

.epoq_filter_closed .epoq_filterInput {
	display: none;
}

.epoq_filterList {
	width: 100%;
	display: block;
	padding: 0 15px 15px;
	font-family: 'PT Sans Narrow';
	max-height: 200px;
	overflow-y: auto;
}

.epoq_filter_closed .epoq_filterList {
	display: none;
}

.epoq_filterresult {
	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_filterresult.epoq_size {
	width: auto;
	height: 30px;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

body .wrapper .epoq_filterresult a {
	display: block;
	width: 100%;
	height: 100%;
	color: #636363;
	text-decoration: none;
	padding: 5px 0;
	font-family: 'PT Sans Narrow';
}

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

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

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

.epoq_select {
	display: inline-block;
	margin-right: 8px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid #B9B9B9;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.epoq_filter_value {
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	line-height: 14px;
}

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

.epoq_count_stat {
	cursor: default;
	display: inline;
	text-decoration: none;
	padding: 0 0 0 2px;
	vertical-align: middle;
}

.epoq_extend, .epoq_collapse {
	cursor: pointer;
	padding: 5px 0;
}

.epoq_closing_layer {
	filter_width: 100%;
	padding: 10px;
}

.epoq_closing_layer.epoq_top .epoq_close_icon {
	cursor: pointer;
}

.epoq_closing_layer.epoq_bottom .epoq_close_icon {
	background: #054f24;
	margin: 0 auto;
	width: 50%;
	color: #fff;
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.epoq_closing_layer.epoq_top {
	text-align: right;
}
/* filter hierarchy */
.selected .epoq_filterchart, .active .epoq_filterchart, .selected .epoq_count_stat {
	display: none;
}

/* end filter hierarchy */

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

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

.epoq_sliderInfo {
	margin: 20px auto 0;
	width: 50%;
	height: 25px;
	line-height: 25px;
}

.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_sliderInputContainer input {
	cursor: pointer;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	width: 50px;
	height: 100%;
	text-align: center;
}

.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, .epoq_no_result #epoq_filterHeader {
	display: none;
}

#epoq_priceSlider {
	float: left;
}

.epoq_sliderfilter .ui-slider {
	position: relative;
	background: repeating-linear-gradient(90deg, #fff, #fff 10px, #B9B9B9 10px, #B9B9B9 20px);
	height: 2px;
	margin: 10px 15px;
}

.epoq_sliderfilter .ui-slider .ui-slider-range {
	position: absolute;
	height: 100%;
}

.epoq_sliderfilter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	background: #fff;
	border: 1px solid #B9B9B9;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	top: -11px;
	margin-left: -11px;
}

.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%;
	font-family: 'PT Sans Narrow';
}

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

.epoq_allActiveFilterValues {
	width: 100%;
	padding: 0 2%;
}

.epoq_activeFilterList {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

.epoq_activeFilter {
	display: inline;
	margin-right: 10px;
}

.epoq_activeFilterHeader {
	display: none;
}

.epoq_activeValue {
	display: inline-block;;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #f3f3f3;
}

.spacer {
	display: inline;
}

body .wrapper a.epoq_filter_remove {
	color: inherit;
}

.epoq-icon-remove {
	fonnt-size: 11px;
}

#epoq_removeAllFilters {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
}

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

/*Colors*/
.epoq_colorFilter .epoq_filterresult {
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	display: inline-block;
}

body .wrapper .epoq_colorFilter .epoq_filterresult a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px;
}

.epoq_colorFilter .epoq_filter_value {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	border-radius: 16px;
}

.epoq_colorFilter .active .epoq_filter_value {
	border-color: #000;
}

.epoq_colorFilter .epoq_filter_value[data-value="schwarz"], .epoq_colorFilter .epoq_filter_value[data-value="black"] {
	background-image: linear-gradient(45deg, white 0%, #000000 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="creme"], .epoq_colorFilter .epoq_filter_value[data-value="cream"] {
	background: beige;
}

.epoq_colorFilter .epoq_filter_value[data-value="rot"], .epoq_colorFilter .epoq_filter_value[data-value="red"] {
	background: #D70117;
}

.epoq_colorFilter .epoq_filter_value[data-value="lachs"], .epoq_colorFilter .epoq_filter_value[data-value="salmon"] {
	background-image: linear-gradient(45deg, white 0%, #fa8072 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="grün"], .epoq_colorFilter .epoq_filter_value[data-value="green"] {
	background-image: linear-gradient(45deg, white 0%, #3cb371 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="lila"], .epoq_colorFilter .epoq_filter_value[data-value="lilac"] {
	background-image: linear-gradient(45deg, white 0%, #9400d3 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="pink"] {
	background-image: linear-gradient(45deg, white 0%, #ff1493 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="gelb"], .epoq_colorFilter .epoq_filter_value[data-value="yellow"] {
	background-image: linear-gradient(45deg, white 0%, #ffff00 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="blau"], .epoq_colorFilter .epoq_filter_value[data-value="blue"] {
	background-image: linear-gradient(45deg, white 0%, #001AD1 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="rosé"] {
	background-image: linear-gradient(45deg, white 0%, #ffe4e1 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="rosa"], .epoq_colorFilter .epoq_filter_value[data-value="light pink"] {
	background-image: linear-gradient(45deg, white 0%, #ffc0cb 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="weiß"], .epoq_colorFilter .epoq_filter_value[data-value="white"] {
	background-color: #fff;
}

.epoq_colorFilter .epoq_filter_value[data-value="orange"] {
	background-image: linear-gradient(45deg, white 0%, #ffa500 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="bordeaux"], .epoq_colorFilter .epoq_filter_value[data-value="burgundy"] {
	background-image: linear-gradient(45deg, white 0%, #5c0120 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="braun"], .epoq_colorFilter .epoq_filter_value[data-value="brown"] {
	background-image: linear-gradient(45deg, white 0%, #d2691e 50%);
}

.epoq_colorFilter .epoq_filter_value[data-value="bunt"], .epoq_colorFilter .epoq_filter_value[data-value="mixed coloured"] {
	background-image: linear-gradient(90deg, #ffc0cb 0%, #fa8072 20%, #ff1493 60%, #5c0120 80%);
}

/*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 {
	display: none;
	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;
}

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

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

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

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

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

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

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

/* new suggest */
/* product typeahead */
.epoq_autocomplete .epoq_products_menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px;
	list-style-type: none;
	margin: 0;
	width: 220px;
	z-index: 100001;
	border-left: 1px solid #DDDDDD;
	box-sizing: border-box;
	display: none;
}

.epoq_autocomplete .ac_products {
	display: block;
}

.epoq_ta_li_product {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

.epoq_ta_li_product.epoq_lastitem {
	border-bottom: none;
}

.epoq_ta_li_product a {
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}

.epoq_sug_image {
	float: left;
	width: 64px;
	height: 100%;
	margin-right: 10px;
}

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

.epoq_sug_prod_infos {
	float: left;
	width: calc(100% - 74px);
	height: 100%;
}

.epoq_sug_title {
	display: inline-block;
	line-height: 16px;
	width: 100%;
	height: auto;
	max-height: 50px;
	white-space: normal;
}

.epoq_sug_price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 600;
}

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

.epoq_valid_info {
	float: left;
	width: 100%;
	color: #ff0000;
}

.content.search.category {
	margin: 0;
}

/* responsive */
/*@media (max-width: 768px) {
    .epoq_resultrow {
        width: 50%;
    }
    ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
        width: 96% !important;
        padding: 4px;
        left: 0 !important;
        margin: 0 2%;
        border: 1px solid #ccc;
        border-radius: 0.25rem;
    }

    .epoq_products_menu {
        display: none;
    }
}

@media (max-width: 480px) {
}*/