/* epoq Search v1.0.9 2016_11_30 */

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

#epoq_typeaheadbox, .epoq_search_box {
    float: left;
}

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

/* autocomplete style */
ul.epoq_autocomplete.ui-autocomplete {
    z-index: 1000 !important;
    position: absolute;
    border: 1px solid black;
    padding: 4px;
    background: #fff;
}

.epoq_ta_li {
    list-style-image: none;
    list-style: none;
    padding: 0;
    line-height: 26px;
}

.ui-helper-hidden-accessible {
    display: none;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
    padding-right: 234px;
    width: 494px !important;
    /* display: block !IMPORTANT; */
    font-size: 14px;
}

#epoq_suggbox {
    z-index: 1;
}

.epoq_field_match {
    float: right;
}

.epoq_sugg_label2 {
    float: right;
}

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

/* end epoq searchinput & typeahead */
/* epoq current search */
#epoq_currentSearch {
    float: left;
    width: 100%;
}

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

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

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

/* do you mean */
#epoq_doyoumean_inner {
    float: left;
}

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

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

/* end epoq current search */

/* result page style */
#epoq_searchresult {
    float: left;
    position: relative;
    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;
}

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

.epoq_navigate {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.epoq_nav_bottom {
    margin-top: 10px;
}

.epoq_navigate .epoq_header {
    float: left;
}

/* epoq sort */
.epoq_sort {
    /* 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%; */
}

.epoq_resultsizes {
    /* float: left; */
}

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

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

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

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

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

.epoq_changepage ul {
    margin: 0;
}


.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 {
    /*    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; */
    /* color: black; */
    /* display: inline-block; */
    /* width: 100%; */
}
/* end epoq changepage */

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

.epoq_viewmode {
    /* float: left; */
    display: inline;
}

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

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

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

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

.epoq_resultrow {
    /* width: 25%; */
    /* float: left; */
    /* height: 420px; */
}

.epoq_resultrow.epoq_list {
    /* width: 100%; */
}

.epoq_hoverInfo {
    left: 0;
    position: relative;
    top: 0;
    border: 2px solid #fff;
    background: #fff;
    height: auto;
    width: 94%;
    float: left;
    padding: 3%;
}

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

.epoq_prodimg {
    max-width: 100%;
}

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

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

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

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

.epoq_price {
    float: right;
    cursor: pointer;
}

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

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

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

#epoq_filters {
    /* float: left; */
    width: 100%;
    padding: 15px;
}

.epoq_filterRow {
    /* float: left; */
    width: 100%;
    /* margin-top: 20px; */
}

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

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

.epoq_singlefilter .epoq_header {
    /* float: left; */
    cursor: default;
    width: 100%;
    font-weight: bold;
}

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

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

.epoq_reset {
    display: none;
}

.epoq_filterInput {
    margin-left: -2px;
}

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

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

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

.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;
    background-image: url("../images/checkbox_unchecked.png");
    width: 12px;
    height: 12px;
    margin: 3px;
}

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

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

.epoq_count_stat {
    cursor: default;
    float: right;
}

.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 {
    background-image: url("../images/checkbox_checked.png");
}
/* end filter hierarchy */

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

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

.epoq_sliderInfo {
    position: absolute;
    /* margin-top: 10px; */
    width: 100%;
    top: 0;
}

.epoq_sliderInputContainer {
    position: absolute;
    left: 0;
    top: 0;
}

.epoq_sliderContainerRight {
    right: 0;
    left: auto;
}

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

.epoq_sliderRight {
    text-align: right;
}

.epoq_sliderInputContainer input {
    cursor: pointer;
    border: none;
    font-size: 12px;
    width: 30px;
    /* height: 15px; */
    text-align: center;
    background: none;
    font-weight: 700;
}

.epoq_categoryFilter {
    margin-bottom: 20px;
}

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

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

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

#epoq_priceSlider {
    float: left;
}

.epoq_sliderfilter {
    position: relative;
    float: left;
    width: 100%;
}

.epoq_sliderfilter .ui-slider {
    /* background: #ccc; */
    height: 10px;
    margin: 5px 50px 0;
    z-index: 2;
    position: relative;
    text-align: left;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
}

.epoq_sliderfilter .ui-slider .ui-slider-range {
    /* background: #999; */
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    top: 0;
    height: 100%;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); */
}

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

.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 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

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

.epoq_activeFilterList {
    list-style-type: none;
    /* float: left; */
    /* width: 100%; */
}

.epoq_activeFilter {
    display: inline;
    /* float: left; */
    /* width: 100%; */
}

.epoq_activeFilterHeader {
    /* float: left; */
}

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

.spacer {
    display: inline;
}

#epoq_removeAllFilters {
    display: inline;
}

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

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

/*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 {
    width: 0;
    height: 0;
    position: absolute;
}
.epoq_loading_overlay.epoq_active {
    width: 100%;
    height: 100%;
    min-height: 150px;
}

.epoq_loading_icon {
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 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: 0px;
    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_products_menu {
    position: absolute;
    top: 4px;
    left: 270px;
    list-style-type: none;
    margin: 0;
    width: 220px;
    z-index: 100001;
    /*  */
}

.ac_products {
    float: left;
}

/*.epoq_ta_li a.ui-state-active {
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
}*/

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

.epoq_ta_a {
    padding: 5px;
    cursor: pointer;
    line-height: 16px;
    width: 100%;
    float: left;
}

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

.epoq_ta_li_product a {
    color: #333333;
}

.epoq_sug_image {
    float: left;
    width: 75px;
    height: 100%;
}
.epoq_ta_li_product img {
    float: left;
    max-height: 64px;
    max-width: 70px;
    margin-right: 5px;
}

.epoq_sug_prod_infos {
    float: left;
    width: 145px;
    height: 64px;
    overflow: hidden;
}

.epoq_sug_title {
    float: left;
    height: 60px;
    overflow: hidden;
}

.epoq_sug_price {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-weight: 600;
    display: none;
}

.epoq_ta_li_product div {
    /* float: left; */
    /* font-size: 11px; */
}

.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-left: 5px;
}

/* 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) {
    .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) {
}*/

.epoq_nav_bottom {
    margin-bottom: 20px;
}

.epoq_sort label {
    display: none;
}

@media (max-width: 991px) {
    .epoq_changepage ul {
        margin-top: 10px;
    }

    .epoq_sort label {
        display: block;
    }

    .epoq_singlefilter {
        margin-bottom: 15px;
    }

    .epoq_sliderfilter {
        margin-left: 15px;
    }
}

/* epoq_search_result.css (css from jordan test site) */
#searchfilter label,
#filterOptionsMobile label {
    text-align: left;
}
#searchfilter .slider,
#filterOptionsMobile .slider {
    width: 259px;
}
@media (max-width: 1199px) {
    #searchfilter .slider,
    #filterOptionsMobile .slider {
        width: 100px;
    }
}
@media (max-width: 991px) {
    #searchfilter .slider,
    #filterOptionsMobile .slider {
        width: 300px;
        margin-left: 15px;
        float: left;
    }
}
@media (max-width: 767px) {
    #searchfilter .slider,
    #filterOptionsMobile .slider {
        width: 200px;
        margin-left: 15px;
        display: block;
        float: none;
    }
}
#searchfilter .sliderelement-label,
#filterOptionsMobile .sliderelement-label {
    padding-left: 0;
    margin-top: 10px;
}
@media (max-width: 767px) {
    #searchfilter .sliderelement,
    #filterOptionsMobile .sliderelement {
        padding-left: 0;
    }
}
#searchfilter .slider-handle,
#filterOptionsMobile .slider-handle {
    background: #7d7e7d;/* Old browsers */
    background: -moz-linear-gradient(top, #7c7c7c 0%, #000000 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7c7c7c 0%, #000000 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7c7c7c 0%, #000000 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#000000', GradientType=0);/* IE6-9 */
    outline: none;
    cursor: pointer;
}
#searchfilter .slider-value,
#filterOptionsMobile .slider-value {
    display: inline-block;
    font-size: 12px;
    min-width: 40px;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
}
#searchfilter .slider-value.left,
#filterOptionsMobile .slider-value.left {
    padding-left: 0;
}
#searchfilter .slider-value.right,
#filterOptionsMobile .slider-value.right {
    padding-right: 0;
}
@media (max-width: 767px) {
    #searchfilter .slider-value,
    #filterOptionsMobile .slider-value {
        float: left;
        width: 100px;
        padding: 0;
        margin-left: 15px;
        min-width: 20px;
    }
    #searchfilter .slider-value.right,
    #filterOptionsMobile .slider-value.right {
        text-align: right;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    #searchfilter .slider-value,
    #filterOptionsMobile .slider-value {
        display: inline-block;
        float: left;
        padding: 0;
        margin-left: 15px;
        min-width: 20px;
    }
}
.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}
.list-group.list-group-root .list-group {
    margin-bottom: 0;
}
.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}
.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}
.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}
.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}
.found-in-cat {
    padding-right: 5px;
}
@media (max-width: 991px) {
    .found-in-cat {
        padding-right: 15px;
    }
}
.found-in-cat .btn .badge {
    background-color: #3366cc;
    color: #FFFFFF;
}
.found-in-cat .btn.active .badge {
    background-color: #3366cc;
}
