/* versionMarker: epoq Search v1.0.8 2017-06-08 */

/* epoq searchinput & typeahead */
#epoq_submit {
    float: left;
}

#epoq_typeaheadbox2 {
    float: left !important;
    width: 85%;
}
#epoq_submit2 {
    float: right !important;
    width: 15%;
}

#epoq_typeaheadbox {
    float: left;
    margin-left: -1px;
}
.no_result .search-box.store-search-box {
    border: 3px solid #93c34b;
    height: 42px;
    margin-top: 30px;
}

/* ATTENTION it is not an epoq class */
.search-box.epoq_taOpen {
    border-radius:  17px 17px 0 0;
    box-shadow: none;
    border-color: #ddd;
}

#epoq_typeaheadbox:focus {
    outline: none;
}
/* end epoq search input */

/* autocomplete style */

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.epoq_productTypeahead {
    padding: 4px 314px 4px 4px;
    /* width: 629px !important; */
    border-top: 0 none;
    border-color: #ddd;
    z-index: 1006 !important;
    position: absolute;
    box-sizing: border-box;
    /* display: block !important; */
}

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

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

#epoq_suggbox {
    z-index: 1;
}

.epoq_field_match {
    float: right;
}

.epoq_sugg_label2 {
    float: right;
}

.ui-autocomplete.ui-menu {
    z-index: 1000 !important;
    background: #fff;
}

.epoq_ac_close:HOVER {
    cursor: pointer;
}
/* end autocomplete style */

/* end epoq searchinput & typeahead */
/* epoq current search */
#epoq_currentSearch {
    float: left;
    width: 100%;
}
#epoq_currentSearch.noResult {
    display: none;
}
#epoq_search {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.epoq_noResultHeader {
    float: left;
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}

.epoq_noResultText {
    font-size: 15px;
    margin-bottom: 22px;
}
.epoq_clearFilters {
    margin-top: 10px;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.epoq_clearFilters:hover {
    color: #78b41e;
}
.epoq_resultrow.no_result lu {
    list-style: none;
    font-size: 15px;
}
.epoq_resultrow.no_result li:before {
    content: "-";
    padding-right: 8px;
}
.epoq_resultrow.no_result li {
    margin-bottom: 5px;
}
/* query and number of results */
.epoq_search_term {
    display: inline;
    font-weight: bold;
    font-size: 18px !important;
}

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

/* do you mean */
#epoq_doYouMean {
    float: left;
    margin-bottom: 10px;
}

#epoq_doYouMean a {
    font-weight: 300 !important;
    margin-right: 5px;
    width: auto;
}
/*.epoq_stoerer_new img {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1000;
}
.epoq_stoerer_action img {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1000;
}*/
.epoq_doYouMeanLabel {
    float: left;
    font-weight: 300 !important;
    margin-right: 5px;
    width: auto;
}

#epoq_doYouMean a {
    cursor: pointer;
}
/* end do you mean */

/* end epoq current search */

/* result page style */
#epoq_searchresult {
    float: left;
    width: 100%;

}

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

/* selectmenu */
.epoq_sort {
    float: left;
    width: 258px;
    height: 32px;
    margin-right: 10px;

}
.epoq_sort .epoq_header {
    width: 68px;
    height: 32px;
    float: left;
    font-size: 10.4px;
    /* font-family: 	"Formata",​arial,​sans-serif; */
    font-family: 'Dosis', arial, sans-serif;
    color: #555;
}

.ui-icon {
    display: none;
}
.ui-selectmenu-menu {
    width: 160px !important;
    z-index: 3000;
    background-color: #fff;
}
#epoq_sortlist1-button {
    background: #f1f1f1;
    width: 180px !important;
    height: 32px;
    float: left;
    margin-left: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("https://www.yardobio.ch/Themes/Native/Content/img/arrow_black_big.png");
    position: relative;
    border-radius: 0px !important;
    border: none !important;
    cursor: pointer;
}

/*#epoq_sortlist1-button .ui-icon {
    background-image: url("https://www.yardobio.ch/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Native/Content/images/arrow_black.png");
    background-position: right center;
    width: 10px;
    height: 100%;
    top: 0;
    right: 10px;
    margin: 0;
}*/
.ui-selectmenu-text {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 13px;
    /*     font-family: 	"Formata",​arial,​sans-serif; */
    font-family: 'Dosis', arial, sans-serif;
    color: #555;
    padding: 0px 0px !important;
}
#epoq_sortlist1-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0 none;
    padding: 0;
    width: 180px !important
}

#epoq_sortlist1-menu .ui-menu-item {
    border-bottom: 1px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 0;
    padding: 5px 10px;

}
#epoq_sortlist1-menu .ui-menu-item.ui-state-focus {
    margin: 0;
    padding: 5px 10px;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

#epoq_resultrows_header .epoq_header,#epoq_resultrows_footer .epoq_header
{
    float: left;
    line-height: 30px;
}

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

.epoq_navigate .epoq_header {
    float: left;
}

.epoq_sortlist div {
    text-align: center;
}

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

.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 {
    float: left;
    width: 25%;
    display: block;
}
.epoq_navigate .epoq_resultsize {
    width: 50%;
}
.epoq_navigate.epoq_nav_top .epoq_resultsize {
    width: 110px;
}
.epoq_navigate.epoq_nav_top .epoq_resultsize .product-selectors {
    width: 100%;
}
.epoq_resultsizes {
    float: left;
}

.epoq_resultsizes .epoq_limitNo {
    float: left;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 8px 8px;
    text-align: center;
    background: #f1f1f1 none repeat scroll 0 0;
    margin: 0 0 0 10px;
    margin-top: -8px;
}
.epoq_resultsizes .epoq_limitNo:hover {
    background: #78b41e none repeat scroll 0 0;
}
.epoq_resultsizes .epoq_limitNo.epoq_active {
    cursor: default;
    background: #78b41e none repeat scroll 0 0;
}


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

/* epoq changepage */
.epoq_changepage {
    float: right;
    width: auto;
    text-align: right;
    height: 32px;
}
.epoq_changepage .epoq_resultpages {
    margin: 0px 0px;
}


.epoq_resultpages .epoq_pageNo {
    display: inline-block;
    float: none;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 10px;
    padding-left: 0;
}

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

.epoq_pageNo.epoq_active a {
    background: #78b41e;
}

.epoq_resultpages .epoq_pageNo.more {
    cursor: default;
}
.epoq_resultpages .epoq_pageNo.more a {
    cursor: default;
}
.epoq_resultpages .epoq_pageNo.more:hover a {
    background-color: #F1F1F1;
    color: #000;
}
.epoq_resultpages .epoq_pageNo:hover a {
    color: #000 !important;
}
.epoq_resultpages .epoq_pageNo.epoq_page_left {
    /*    background-repeat: no-repeat !important;
        background-position: left !important;
        background-image: url("../images/back.png") !important;*/
    text-decoration: none;
}

.epoq_resultpages .epoq_pageNo.epoq_page_right {
    /*    background-repeat: no-repeat !important;
        background-position: right !important;
        background-image: url("../images/forward.png") !important;*/
    text-decoration: none;
}

.epoq_resultpages .epoq_pageNo a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
/* end epoq changepage */

.epoq_count {
    float: left;
    width: 25%;
}

#epoq_resultrows_header {
    float: left;
    width: auto;
}

#epoq_resultrows_footer {
    float: left;
}

#epoq_resultrows {
    float: left;
    width: 100%;
    margin: 0 -15px;
}

#epoq_resultrows.noResult {
    width: 100%;
    margin: 0 0;
}

.epoq_resultrow {
    width: 25% !important;
    float: left;
    height: auto;
    margin-bottom: 30px !important;
}

.epoq_resultrow.no_result {
    width: 100% !important;
    height: 200px;
}

.epoq_hoverInfo {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    position: relative;
}

.epoq_hoverInfo:hover {
    /*border: 2px dotted #014998;
    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 {
    cursor: pointer;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
    min-height: 185px;
}

.epoq_prodimg {
    max-width: 100%;
    max-height: 100%;
}

.epoq_prodAttributes {
    float: left;
    padding: 10px;
}

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

.freeDelivery {
    width: 85px;
    height: 85px;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 300;
}
.freeDelivery img {
    width: 100%;
    height: 100%;
}

.epoq_title {
    float: left;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    /* padding: 10px 10px 0; */
    padding: 0px 10px 0;
    line-height: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.epoq_title a {
    font-size: 13px;
    max-height: 5em;
}

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

.epoq_search_price {
    float: right;
    cursor: pointer;
    margin: 5px 0 0;
    font-size: 17px;
    width: 100%;
}

.epoq_sale {
    float: left;
    /*     margin-top: 3px; */
    margin-top: 0px;
    color: #cdcdcd;
    font-size: 13px;
    text-decoration: line-through;
    width: 100%;
}
.epoq_rating {
    float: left;
}

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

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

.epoq_debug {
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    opacity: 0.8;
    font-size: 11px;
    width: 100%;
}

.epoq_bottomLine {
    float: left;
    height: auto;
    /* bottom: 10px; */
    width: 70%;
    /*     padding: 0 0 10px 10px; */
    padding: 0 0 3px 10px;
    vertical-align: bottom;
}

.epoq_rating {
    float: left;
}

.epoq_cart_bg {
    background-color: #78b41e;
    bottom: 10px;
    color: #ddffab;
    height: 40px;
    position: absolute;
    right: 10px;
    width: 40px;
}

.epoq_cart_icon {
    background-image: url("https://www.yardobio.ch/Themes/Native/Content/img/buy-button-back.png");
    background-position: -33px 3px;
    cursor: pointer;
    height: 40px;
    padding: 0 !important;
    width: 40px;
}

.epoq_cartButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* end result page style */

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

.epoq_filterresult.epoq_level2 {
    padding: 5px 0 5px 10px;
}

.epoq_filterresult.epoq_level3 {
    padding: 5px 0 5px 20px;
}

.epoq_filterresult.epoq_level4 {
    padding: 5px 0 5px 30px;
}

#epoq_filterHeader {
    float: left;
    display: none;
}

#epoq_filterHeaderLabel {
    float: left;
    cursor: pointer;
}

#epoq_filterHeaderLabel.epoq_open {
    /*background-image: url("../images/drivein.png");*/
}

.epoq_filterHeadline.ui-accordion-header {
    cursor: pointer;
    font-size: 18px;
    padding: 10px 0 !important;
    margin: 0px 0px !important
        position: relative;
    text-align: left;
    z-index: 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none !important;
}
.ui-accordion-content {
    border: none !important;
}
.ui-accordion-header-icon.ui-icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 13px !important;
    height: 13px !important;
    float: left;
    background-repeat: no-repeat;
    margin-top: 6px !important;
    margin-right: 10px !important;
    left: 0em !important;
    background-position: 0 0 !important;
    position: relative !important;
    display: block !important;
    background-image: url('data:image/png;base64,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');
}
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.acc_filter.ui-accordion {
    float: left;
    width: 100%;
}
.epoq_mobile .acc_filter.ui-accordion {
    border: 1px solid #ddd;
    margin-top: -1px;
}
#epoq_filters {
    float: left;
    width: 100%;
    margin-top: 8px;
}
#epoq_sort {
    float: left;
    width: 50%;
    margin-top: 8px;
}
.epoq_mobile {
    width: 50% !important;
}
.epoq_filterRow {
    float: left;
    width: 100%;
    height: auto;
}

.epoq_mobileFilters {
    height: 35px;
    width: 100px;
    float: left;
    overflow: hidden;
}
.epoq_mobileFiltersHeader {
    width: 100px;
    height: 35px;
    background-color: #78B41E;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.epoq_mobileSort {
    height: 37px;
    width: 100px;
    float: right;
    overflow: hidden;
}


.epoq_mobileSortHeader {
    width: 100px;
    height: 35px;
    background-color: #78B41E;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    float: right;
}
.epoq_mobileFilters .acc_filter {
    padding-left: 20px;
}
.epoq_mobileFilters .epoq_filterHeadline.ui-accordion-header {
    border-bottom: none;
}
.epoq_mobileFilters .epoq_count_stat {
    margin-right: 20px;
}
#epoq_sort .epoq_navigate {
    margin: 0px 0px !important;
    float: right;
    width: 200%;
    display: none;
    margin-top: -3px !important;
    border: 1px solid #ddd;
}
.epoq_singlefilter {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}

.epoq_singlefilter.epoq_individualFilter {
    margin: 0;
    padding: 0;
}

.epoq_singlefilter.epoq_first_filter .epoq_header {
    margin: 0 0 10px;
}

.epoq_slider_price-stat {
    display: block;
    position: relative;
    border-radius: 0;
}

.epoq_singlefilter.epoq_sliderFilter .epoq_filterList {
    margin: 0;
    padding: 10px 5px;
    min-height: 75px;
}

.epoq_singlefilter .epoq_header {
    border-bottom: 1px solid #ddd;
    cursor: default;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    z-index: 0;
    margin: 20px 0 10px;
    float: left;
    width: 100%;
}

.epoq_individualFilter.epoq_singlefilter .epoq_header.hideHeader {
    display: none;
}

.epoq_reset {
    display: none;
}

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

.epoq_filterInput {
    border: 1px solid #dddddd;
    cursor: text;
    font-size: 12px;
    height: 36px;
    text-align: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 5px 0;
    font-style: italic;
}
input.epoq_filterInput {
    font-family: Dosis, sans-serif;
    font-size: 12px;
}
.Kategorie .epoq_filterInput {
    display: none;
}

.epoq_filterFail {
    margin: 5px 0 0;
    font-style: italic;
}

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

.epoq_filterresult {
    float: left;
    line-height: 20px;
    width: 100%;
    padding: 5px 0;
    margin: 5px 0 0;
}

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

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

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

.epoq_select {
    border: 1px solid #ddd;
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
}

.epoq_filter_value {
    float: left;
    cursor: pointer;
    width: 180px;
}

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

.epoq_count_stat {
    cursor: default;
    float: right;
    display: block;
    color: #bbb;
}

.epoq_extend {
    cursor: pointer;
}

.epoq_collapse {
    cursor: pointer;
}

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

.selected .epoq_select,.active .epoq_select,.newActive .epoq_select {
    background: url(https://www.yardobio.ch/Themes/Native/Content/img/selected.png) no-repeat scroll center center / 80% 80%;

}

/* end filter hierarchy */

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

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

.epoq_sliderInfo {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

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

.epoq_sliderContainerRight {
    text-align: right;
}

.epoq_sliderMiddle {
    float: left;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    width: 20%;
}

.epoq_sliderRight {
    text-align: right;
}

.epoq_sliderInputContainer input {
    cursor: pointer;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    width: 80px;
    height: 36px;
    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_priceSlider {
    float: left;
}

.ui-slider {
    background: #ccc;
    height: 8px;
    margin: 0 8px;
}

.ui-slider .ui-slider-range {
    background: #999;
    border-radius: 0;
}

.ui-slider .ui-slider-handle {
    float: left;
    z-index: 2;
    background: #fff;
    border: 1px solid #666;
    width: 8px;
    height: 12px;
    top: -3px;
    margin-left: -8px;
    position: absolute;
    border-radius: 0;
}

.ui-slider .ui-slider-handle.epoq_right_slider {
    margin-left: 0;
}

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

.epoq_activefilters .epoq_header {
    display: inline;
    float: left;
    cursor: default;
}
#epoq_activefilters .epoq_header {
    float: left;
    width: auto;
    font-weight: 300 !important;
    margin-right: 5px;
}
.epoq_activeFilterList {
    list-style-type: none;
    float: left;
    width: 84%;
    display: none;
}

.epoq_activeFilter {
    display: inline;
    float: left;
    width: auto;
    font-weight: 300 !important;
    margin-right: 5px;
}
.epoq_activeFilter .epoq_activeFilterHeader {
    font-weight: bold !important;
}
.epoq_activeFilter .epoq_activeValue {
    font-weight: 300 !important;
}

.epoq_activeFilterHeader {
    float: left;
}

.epoq_activeValue {
    display: inline;
    cursor: pointer;
    float: left;
}

.spacer {
    display: inline;
}

#epoq_removeAllFilters {
    display: inline;
    float: right;
    text-decoration: underline;
}

#epoq_removeAllFilters:HOVER {
    cursor: pointer;
}
/* end active filters style */

.ui-accordion .ui-accordion-content {
    padding: 0;
}

/*Colors*/
.epoq_filterresult.epoq_color {
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-right: 9px;
    font-size: 11px;
    color: #696969;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 1px;
    -moz-border-radius: 2px;
}

.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*/

/* CONTENT-SEARCH */
#epoq_contentresult {
    float: left;
    width: 100%;
}
#epoq_contentresult .epoq_content_header {
    font-size: 18px;
    margin: 10px;
    margin-left: 0px;
}

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 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 50px;
    color: white;
    float: left;
    text-align: center;
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center 50px;
    z-index: 100;
}

/* AddPage Drowdown */
.epoq_resultsize #productsPageSizeDropDown {
    min-width: 55px;
    float: left;
    margin-left: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #555;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    width: 55px;
    height: 32px;
    background-color: #F1F1F1;
    padding: 7px 7px;
    background-image: url("https://www.yardobio.ch/Themes/Native/Content/img/arrow_black_big.png");
}
.epoq_resultsize .sublevel {
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 100%;
    z-index: 100;
    margin-left: -7px;
    margin-top: 2px;
}
.epoq_resultsize .sublevel div {
    border-top: 1px solid #ddd;
    color: #555;
    cursor: pointer;
    margin: 0;
    padding: 7px;
    text-align: left;
    width: 55px;
    height: 32px;
    background-color: #fff;
    position: relative;
}
.epoq_resultsize .sublevel:hover div.epoq_isActive {
    background-color: #fff !important;
}
.epoq_resultsize .sublevel:hover div a {
    color: #555 !important;
}
.epoq_resultsize .sublevel:hover div.epoq_isActive:hover {
    background-color: #F3F3F3 !important;
}
.epoq_resultsize .sublevel div:hover {
    background-color: #F3F3F3 !important;
}
.epoq_resultsize .sublevel div.epoq_isFirst {
    border: none;
}
.epoq_resultsize .sublevel div.epoq_isActive {
    background-color: #F3F3F3;
}
.epoq_resultsize .sublevel a {
    text-decoration: none;
    width: 55px;
    height: 32px;
    padding: 7px;
    position: absolute;
    margin-top: -7px;
    margin-left: -7px;

}
.epoq_resultsize .toplevel {
    margin-top: -10px;
}
/* BANNER-SEARCH */
#epoq_bannerresult {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#epoq_banner_service {
    padding: 0px;
    float: left;
    width: 100%;
}

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

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

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

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

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

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

.ac_products {
    float: left;
    width: 100%;
    /* padding: 5px; */
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li.epoq_ta_li {
    border: 0 none;
    float: left;
    width: 100%;
    line-height: 24px;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li.epoq_ta_li a {
    padding: 4px 2px;
    margin: 0;
}

.epoq_ta_li a.ui-state-hover {
    background: #CCCCCC;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
}

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

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

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .epoq_ta_li_product a {
    color: #333333;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.epoq_sug_image {
    width: 30%;
    float: left;
    height: 100%;
}

.epoq_sug_prod_infos {
    float: left;
    width: 70%;
    height: 100%;
    position: relative;
}

.epoq_sug_price {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #78b41e;
    position: absolute;
    bottom: 0;
    right: 0;
}

.epoq_sug_title {
    width: 100%;
    text-align: left;
    float: left;
    margin: 5px 0;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .epoq_ta_li_product img {
    float: left;
    max-height: 90%;
    max-width: 90%;
    display: block;
    margin: 0;
}

.epoq_ta_separator {
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    background: #999;
    color: #FFFFFF;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.epoq_ta_sep_header {
    padding: 4px 8px;
    margin: 4px 0;
}

/*
.epoq_stoerer_new {
    background-image: url("../images/RZ_Button_NEU_D_70x70px.png");
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 1;
    margin: 0;
    background-position: -10px -10px;
    background-size: 100px 100px;
}
*/
/*
.epoq_stoerer_sale {
    background-image: url("../images/RZ_Button_AKTION_D_70x70px.png");
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 1;
    margin: 0;
    background-position: -10px -10px;
    background-size: 100px 100px;
}
*/


.epoq_stoerer_new, .epoq_stoerer_sale {
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 1;
    margin: 0;
    background-position: 0px 0px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
}

.yardobio-ch.epoq_stoerer_sale {
    background-image: url("../images/yardo_aktion_ribbon.png");
}
.yardobio-ch.epoq_stoerer_new {
    background-image: url("../images/yardo_neu_ribbon_DE.png");
}
.yardobio-fr.epoq_stoerer_sale {
    background-image: url("../images/yardo_aktion_ribbon_FR.png");
}
.yardobio-fr.epoq_stoerer_new {
    background-image: url("../images/yardo_neu_ribbon_FR.png");
}

.kunzvital-ch.epoq_stoerer_sale {
    background-image: url("../images/button_aktion_kunzvital_DE.png");
}
.kunzvital-ch.epoq_stoerer_new {
    background-image: url("../images/button_neu_KV_DE.png");
}
.kunzvital-fr.epoq_stoerer_sale {
    background-image: url("../images/button_aktion_kunzvital_FR.png");
}
.kunzvital-fr.epoq_stoerer_new {
    background-image: url("../images/button_nouveau_KV_FR.png");
}

.epoq_swissness {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url("../images/swiss_button.png");
    background-size: 100%;
}


/*#ui-id-3 {
        display: block !important;
}*/
.epoq_filterHeadline a {
    text-decoration: none !important;
}

/************ AUTOCOMPLETE ***********/

/*.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1075 !important;
    right: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
    border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
    border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
    display: block;
    padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    display: none;
    margin-right: 5px;
    vertical-align: middle;
}*/

/************ 480 ***********/
/*.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 336px !important; txtfield + button
}*/


@media only screen and (max-width: 1281px) {
    .epoq_nav_top .epoq_changepage.pager {
        width: 100%;
    }
    .epoq_nav_top .epoq_resultpages.pager {
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
    }
    .epoq_nav_top .epoq_resultsize {
        float: right
    }
    .epoq_resultsize .product-page-size span {
        min-width: 36px !important
    }

}

@media only screen and (max-width: 1001px) {
    .epoq_resultsize #productsPageSizeDropDown {
        background: #f1f1f1 url("https://www.yardobio.ch/Themes/Native/Content/img/arrow_black_big.png") no-repeat scroll right center;
    }
    #epoq_resultrows {
        width: 105.5% !important;
    }
    .epoq_resultrow.product-item {
        width: 25% !important;
        overflow: hidden;
    }
    .epoq_resultpic {
        max-width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .epoq_slider_price-stat {
        display: none;
    }
    .epoq_sliderInputContainer input {
        width: 120px;
        height: 50px;
    }
    .epoq_nav_bottom .epoq_resultsize {
        width: 102px;
    }
    .epoq_nav_bottom .product-page-size {
        margin: 0px 0px;
    }
}

@media only screen and (max-width: 781px) {
    .epoq_resultrow.product-item {
        width: 32% !important;
        overflow: hidden;
    }
    .epoq_resultpic {
        max-width: 80%;
    }
    #epoq_currentSearch {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .epoq_activeFilter {
        float: left;
        width: auto;
        margin-right: 10px;
        padding-right: 10px;
        min-height: 40px;
        border: 1px solid #ddd;
        vertical-align: middle;
        margin-bottom: 5px;
    }
    #epoq_removeAllFilters {
        margin-top: 10px;
        padding-top: 10px;
        width: 100%;
        margin-bottom: 10px;
        border-top: 1px solid #ddd;
    }

    #epoq_activefilters .epoq_header{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        font-weight: bold !important;
        border-bottom: 1px solid #ddd;
    }
    .epoq_removeFilterLabel {
        width: 113px;
        margin-left: auto;
        margin-right: auto;
    }
    .epoq_activeFilterHeader {
        margin-top: 10px;
        margin-left: 10px;
    }
    .epoq_activeValue {
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .epoq_resultrow.product-item {
        width: 50% !important;
    }
    .epoq_resultpic {
        max-width: 70%;
    }
    .epoq_nav_bottom .epoq_resultsize {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .epoq_nav_bottom .epoq_changepage {
        width: 100%;
        margin-top: 15px;
        height: auto;
    }
    .epoq_nav_bottom .epoq_resultpages.pager {
        padding-left: 0px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        z-index: 2000 !important;
        padding: 4px;
    }
}

@media only screen and (max-width: 425px) {
    .epoq_pageNo.more {
        display: none;
    }
    .epoq_navigate.epoq_nav_top .epoq_resultsize {
        width: 100%;
    }
    .epoq_navigate.epoq_nav_top .epoq_resultsize .product-page-size {
        width: 102px;
        margin-top: 25px;
    }
    .epoq_sort {
        clear: left !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .epoq_sort .product-sorting {
        width: 258px;
        margin-left: auto;
        margin-right: auto;
    }
    #epoq_resultrows_header {
        width: 100%;
    }
}

@media only screen and (max-width: 390px) {
    .epoq_resultrow.product-item {
        width: 100% !important;
    }
    .epoq_resultpic {
        max-width: 50%;
    }
}

@media only screen and (max-width: 319px) {
    .epoq_filter_value {
        width: 60%;
    }
}