/* epoq search v1.1.0 2017_09_26 */

#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: 1001 !important;
    position: absolute;
    border: 1px solid black;
    padding: 5px;
    background: #fff;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
    padding: 15px 15px 15px 320px;
    width: 600px;
    z-index: 9999;
}

.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%;
    padding: 5px;
    color: #2c1f16;
    text-transform: uppercase;
    cursor: pointer;
}

.epoq_autocomplete .epoq_ta_a.ui-state-focus {
    background: #fff;
    color: #c2c90a;
}

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

.epoq_ta_separator {
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #2c1f16;
    margin: 0 0 5px;
    
}
/* end autocomplete style */

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

#epoq_search {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 36px;
    text-align: center;
}

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

.epoq_search_hits {
    display: inline;
    font-size: 18px;
    font-weight: normal;
}
/* end query and number of results */

/* do you mean */
#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;
}

#epoq_resultrows_header .epoq_sortlist,#epoq_resultrows_footer .epoq_sortlist
{
    display: inline-block;
    list-style-type: none;
    border-color: #e3e3e3;
    background: #fff;
    text-transform: uppercase;
    padding: 5px;
}

#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 {
   	width: 100%;
   	display: inline-block;
}

.epoq_nav_bottom {
	text-align: center;
	border-top: 1px solid #E7E7E7;
}

.epoq_nav_top {
	border-bottom: 1px solid #E7E7E7;
}


#epoq_doyoumean {
	display: none;
}


.epoq_col {
	line-height: 48px;
}

.epoq_dropdown {
	padding: 14px 12px;
}

.epoq_menu {
	width: 100%;
	margin: 0;
}


/* epoq changepage */

.epoq_resultpages {
	display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    margin: 0;
    border-radius: 0;
}

.epoq_resultpages .epoq_pageNo {
    display: inline-block;
}

.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;
    text-transform: uppercase;
}

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

.epoq_resultpages .epoq_pageNo.epoq_page_right .fa, .epoq_resultpages .epoq_pageNo.epoq_page_left .fa {
	font-size: 18px;
	font-weight: bold;
	padding: 0 8px;
	vertical-align: text-bottom;
}

.epoq_resultpages .epoq_pageNo a {
    color: #2c1f16;
    background-color: transparent;
    padding: 14px 12px;
    border: none;
}

.epoq_pageNo.more span, .epoq_pageNo.more:hover span {
	background-color: transparent;
    padding: 14px 2px;
    border: none;
}

.epoq_resultpages .epoq_pageNo a:hover, .epoq_resultpages .epoq_pageNo.epoq_active a {
	background: transparent;
	color: #f08415;
} 
/* end epoq changepage */



/* epoq resultsize */
.epoq_resultsize {
	text-align: center;
}
/* end epoq resultsize */

/* epoq sort */
.epoq_sort {
	text-align: right;
}

.epoq_sort .fa-angle-down, .epoq_resultsize .fa-angle-down {
	padding-left: 10px;
	font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}
/* end epoq sort */

.epoq_count {
    margin: 0;
    text-align: left;
    line-height: 48px;
}

#epoq_resultrows_header {
    width: 100%;
    text-align: right;
    display: inline-block;
}

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

.epoq_resultrow {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

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

.epoq_prodimg {
    max-width: 100%;
}

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

.epoq_buttonlink:focus, .epoq_buttonlink:active, .epoq_buttonlink:hover {
	background: #2c1f16 !important;
	border: 1px solid #2c1f16 !important;
}

.epoq_flag {
	position: absolute;
    bottom: 0;
    right: 28px;
    color: #f08415;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 502;
}

.epoq_flag.sale {
	color: #f08415;
}

.epoq_flag.new {
	color: #c2c90a;
}

.epoq_title {
    overflow: hidden;
    height: 20px;
}

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

.epoq_price_box {
	margin: 0 0 10px;
}

.epoq_price.reduced {
    color: #f08415;
}

.epoq_wasPrice {
	color: #777;
}


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

#epoq_filterHeader {
    display: none;
}

#epoq_filters {
    width: 100%;
}

.epoq_filterRow {
    width: 100%;
    margin: 0 0 35px;
}

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

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

.epoq_singlefilter .epoq_header {
    cursor: default;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 25px;
    position: relative;
}

.epoq_activeSingleFilter .epoq_header {
	padding: 0 0 15px;
}

.epoq_singlefilter.reduziert .epoq_header {
	display: none;
}

.epoq_filterstat {
    width: 100%;
}

a.epoq_reset {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    margin: 25px 0 0;
}

.epoq_filterInput {
    margin: 0 0 10px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #eee;
}

.epoq_activeSingleFilter .epoq_filterInput {
	margin: 15px 0 5px;
}

.epoq_filterList {
    width: 100%;
}

.epoq_filterresult {
    width: 100%;
    margin: 0 0 16px;
}

.epoq_filterresult i {
	font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.epoq_filterresult.activeVal i {
	margin-right: 8px;
}

.epoq_filterresult.activeVal i:before {
	content: "\ed42";
}

.epoq_filterresult:HOVER .epoq_filterValue {
	color: #c2c90a;
}

.epoq_filterresult:HOVER .epoq_filterValue {
	color: #c2c90a;
}

.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_colorFlag {
	display: inline-block;
}

.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;
    color: black;
}

.epoq_filterresult a:visited {
	color: #2c1f16;
}

.epoq_filterresult a:active, body .epoq_filterresult a:hover, .epoq_filterresult a:focus {
	color: #c2c90a;
}

.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 {
    float: left;
    width: 12px;
    height: 12px;
    margin: 3px;
}

.epoq_filter_value {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
}

.epoq_individualFilter .epoq_filter_value {
	width: 120px;
}

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

.epoq_count_stat {
    display: none;
}

.epoq_extend, .epoq_collapse {
    cursor: pointer;
    color: #c2c90a;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

/* filter hierarchy */
.selected .epoq_filterchart,.activeVal .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 {
    float: left;
    margin-top: 10px;
    width: 100%;
    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_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: 8px;
    margin-left: 5px;
}

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

.epoq_sliderfilter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid #000;
    width: 8px;
    height: 12px;
    top: -2px;
    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 {
    display: none;
}

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

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

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

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

.epoq_activeFilterHeader {
    float: left;
    display: none;
}

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

#epoq_removeAllFilters {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
}

#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.activeVal {
    border: 1px solid #000000;
}

.epoq_filterresult.epoq_color .epoq_filter_value {
    width: 13px;
    height: 13px;
    border: 1px solid #CCCCCC;
}

.epoq_filterresult .color-square.oliv {
	background-color: olive;
}

.epoq_filterresult .color-square.pink {
	background-color: #F81894;
}

.epoq_filterresult .color-square.rosa {
	background-color: pink;
}
/*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 */


/* 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;
    left: 0;
    padding: 15px;
    list-style-type: none;
    margin: 0;
    width: 300px;
    z-index: 1001;
    border-left: 1px solid #DDDDDD;
    text-transform: uppercase;
}

.epoq_autocomplete .ac_products {
    float: right;
}

.epoq_ta_li_product {
    float: left;
    width: 100%;
    height: 75px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.epoq_ta_li_product a {
    color: #2c1f16;
}

.epoq_ta_li_product a:hover, .epoq_ta_li_product a:focus  {
    color: #c2c90a;
}

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

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

.epoq_sug_prod_infos {
    float: left;
    width: 158px;
}

.epoq_sug_title {
    float: left;
}

.epoq_sug_price {
    position: absolute;
    right:0;
    bottom: 0;
}

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

/* responsive */
/* @media (max-width: 768px) { */
@media (max-width: 992px) {
    .epoq_resultrow {
        width: 50%;
        float: left;
    }
    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) {
}