/* epoq Search v1.0.7 2017_03_14 */

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

#epoq_submit:hover {
    background-color: #fff;
    color: #000;
}

#epoq_typeaheadbox {
    width: 100% !important;
}

#epoq_searchresult, #epoq_filterresult, #epoq_contentresult, #epoq_currentSearch, #epoq_bannerresult, ul.ui-autocomplete, #epoq_typeaheadbox  {
    font-family: "Gotham SSm A","Gotham SSm B",arial,sans-serif !important;
    letter-spacing: -0.5px;
    font-size: 14px;
    box-sizing: border-box;
}

#epoq_typeaheadbox {
    float: left;
    border: 0 none;
    box-shadow: none;
    color: #000;
    height: 100%;
    padding: 10px 0 10px 10px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

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

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

ul.ui-autocomplete.epoq_productTypeahead {
    padding-left: 231px;
    width: 471px !important;
}

ul.ui-autocomplete.epoq_404_autocomplete.epoq_productTypeahead_404 {
    padding-right: 231px;
}

ul.ui-autocomplete.epoq_404_autocomplete.epoq_productTypeahead_404 .epoq_products_menu {
    position: absolute;
    left: auto;
    right: 0;
    border-left: 1px solid #ccc;
    border-right: 0;
}

.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: 5000 !important;
    background: #fff;
}

.epoq_ac_close:HOVER {
    cursor: pointer;
}

.epoq_ta_li {
    font-size: 11px;
}
/* end autocomplete style */

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

#epoq_search {
    /* float: left; */
    width: 100%;
    background-color: #fff;
    border-color: #c8aa5a;
    color: #c8aa5a;
    border: 1px solid;
    margin-bottom: 16px;
    padding: 15px;
    line-height: 1.2;
    /* display: none; */
}

.col-main {
    margin-left: -13px;
    margin-right: -13px;
    padding: 0 !important;
}
/* query and number of results */
.epoq_search_term {
    display: inline;
}

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

/* do you mean */
#epoq_doYouMean {
    float: left;
    display: none;
}

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

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

/* end epoq current search */

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

.epoq_sortlist,#epoq_resultrows_footer .epoq_sortlist
{
    float: right;
    list-style-type: none;
    width: 158px;
    height: 37px;
    margin-bottom: 14px;
    color: #7f7f7f;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: none;
    background-color: #fff;
}

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

#epoq_resultrows_header .epoq_header,#epoq_resultrows_footer .epoq_header
{
    float: right;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 25px;
    margin-top: 12px;
}

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

.epoq_nav_bottom {
    margin-top: 15px;
}

.epoq_navigate .epoq_header {
    float: left;
    display: none;
}

.epoq_resultsize .epoq_header {
    display: block !important;
    float: right;
    margin-right: 13px;
    margin-left: 13px;
    padding-top: 10px;
    width: 50%;
    text-align: right


}
/* epoq sort */
.epoq_sort {
    float: right;
    width: 60%;
    height: 38px;
    padding-right: 14px;
}

.epoq_sort .epoq_header {
    float: right;
    line-height: 38px;
    padding-right: 13px;
}

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

#epoq_showHideFilter {
    height: 38px;
    width: 40%;
    float: left;
    color: #7f7f7f;
    /* margin-bottom: 16px; */
    cursor: pointer;
    padding-left: 13px;
}
.epoq_filterHeader {
    display: none;
}
.epoq_filterbutton {
    border: 1px solid #888;
    font-size: 14px;
    padding: 10px 13px;
    width: 92px;
}
.epoq_filterbutton:hover {
    color: #000;
}

/* end epoq sort */

/* epoq results per page */
.epoq_resultsize {
    width: 50%;
    float: right;
}
/*.epoq_resultsizes {
    float: right;
    width: 68px;
    height: 38px;
    color: #7f7f7f;
    margin-left: 13px;
    margin-right: 13px;
}*/

.epoq_resultsizes {
    float: right;
    width: 59px;
    height: 37px;
    color: #7f7f7f;
    padding-left: 14px;
    padding-right: 8px;
    padding-top: 9px;
    padding-bottom: 8px;
    position: relative;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}
.epoq_resultsizes.active {
    color: #000;
    border: 1px solid #000;
}
.epoq_resultsizes:hover {
    color: #000;
}
.epoq_resultsizes .fa-angle-down {
    padding-top: 2px;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.epoq_resultsizes.active .fa-angle-down {
    transform: rotate(-180deg);
    transition: all 0.3s ease 0s;
    padding-bottom: 2px;
}
.epoq_resultsizeelements {
    position: absolute;
    width: 59px;
    height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #bfbfbf;
    left: -1px;
    top: 43px;
    display: none;
    z-index: 9999;
    background-color: #fff;
}

.epoq_resultsizeelement {
    padding: 9px 15px;
    width: 57px;
    height: 35px;
}
.epoq_resultsizeelement:hover {
    color: #7f7f7f;
}
.epoq_resultsizeelement.epoq_active {
    color: #7f7f7f;
}

/* end epoq results per page */

/* epoq div sortlist */
.epoq_divsortlist {
    width: 205px;
    height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 9px;
    padding-bottom: 8px;
    border: 1px solid #bfbfbf;
    float: right;
    position: relative;
    color: #7f7f7f;
    cursor: pointer;
}
.epoq_divsortlist.active {
    color: #000;
    border: 1px solid #000;
}

.epoq_divsortlistelements {
    position: absolute;
    top: 41px;
    left: -1px;
    border: 1px solid #bfbfbf;
    width: 205px;
    height: 174px;
    background-color: #fff;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.epoq_divsortlistelement {
    width: 197px;
    height: 35px;
    padding: 9px 15px;
}

.epoq_divsortlistelement:hover {
    color: #7f7f7f;
}
.epoq_divsortlistelement.epoq_active {
    color: #7f7f7f;
}

.epoq_divsortlist .fa-angle-down {
    padding-top: 2px;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.epoq_divsortlist.active .fa-angle-down {
    transform: rotate(-180deg);
    transition: all 0.3s ease 0s;
    padding-bottom: 2px;
}
/* epoq changepage */
.epoq_changepage {
    float: left;
    width: 50%;
}


.epoq_resultpages .epoq_pageNo {
    display: inline-block;
    float: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid transparent;
    padding-left: 1px;
    padding-right: 1px;
}

.epoq_resultpages .epoq_pageNo.epoq_active {
    border: 1px solid #000;
    color: #000;
}
.epoq_resultpages .epoq_pageNo.epoq_active a {
    color: #000;
}

.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 {
    background-color: #fff;
    color: #7f7f7f;
    float: left;
    line-height: 1.2;
    margin-left: -1px;
    position: relative;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.epoq_resultpages .epoq_pageNo:hover {
    border: 1px solid #7f7f7f;
}
/* end epoq changepage */

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

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

#epoq_resultrows_footer {
    float: left;
}

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

.epoq_resultrow {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3333%;
    height: auto;
    float: left;
    /*margin-bottom: 50px;*/
    position: relative;
    box-sizing: border-box;
}


.epoq_hoverInfo {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
}

.epoq_resultrow:hover .epoq_hoverInfo {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    z-index: 1001;
}

.epoq_hoverWrapper {
}

.epoq_navigate.epoq_nav_top {
    display: none;
}
.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%;
    height: 424px;
}

#epoq_f1_container {
    position: relative;
    /* margin: 10px auto; */
    width: 100%;
    height: 100%;
}
#epoq_f1_card {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

.epoq_face.epoq_back {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.epoq_face {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    /*align: center;*/
    vertical-align: middle;
}

.epoq_resultrow:hover .epoq_front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.epoq_resultrow:hover .epoq_back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.epoq_prodimg {
    /*margin-left: 10%;*/
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.epoq_front .epoq_prodimg {
}
.epoq_front {
    overflow: hidden;
}

.epoq_prodAttributes {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 7px;
}

.epoq_prodAttributes div {
}

.epoq_title {
    float: left;
    cursor: pointer;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

.epoq_title a {
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 300;
    line-height: 1.2;
    list-style: outside none none;
    color: #000 !important;
    text-decoration: none;
}

.epoq_price {
    width: 40%;
    height: auto;
    line-height: 18px;
    text-align: right;
    float: right;
    margin-top: 5px;
}

.epoq_price small {
    color: #7f7f7f;
    display: inline-block;
}
.epoq_price.sale {
    /*width: 100px !important;*/
}
.epoq_salewasprice {
    color: #7f7f7f;
    text-decoration: line-through;
    font-size: 85%;
    letter-spacing: normal;
}
.epoq_saleprice {
    color: #d0021b;
}
.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%;
    margin-bottom: 20px;
}

#epoq_filterHeader {
    float: left;
}

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

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

#epoq_filters {
    float: left;
    width: 100%;
    /* position: relative; */
    /* margin-left: -13px; */
    /* margin-right: -13px; */
}

.epoq_filterRow {
    float: left;
    width: 33.3%;
    margin-top: 20px;
}

.epoq_button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    display: block;
    font-size: 14px;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 40px;
    color: #000;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 15px;
    z-index: 1002;
}

.epoq_tags {
    float: left;
    width: 60%;
    height: auto;
}

.epoq_tag {
    text-align: center;
    border: 1px solid #000;
    /*display: inline-block;*/
    font-size: 10px;
    letter-spacing: normal;
    padding: 1px 4px 1px 3px;
    text-transform: uppercase;
    line-height: 14px;
    float: left;
    margin: 5px 5px 0 0;
}

.epoq_filterWrapper {
    width: 33.3333%;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 10px;
}

.acc_filter.ui-accordion.ui-widget {
    float: left;
    width: 100%;
    position: relative;
}

.acc_filter.ui-accordion.ui-widget h3 {
    border: 1px solid #bfbfbf;
    padding: 9px 5% 8px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    width: 100%;
    /* height: 20px; */
}

.acc_filter h3.ui-accordion-header.ui-state-active {
    border-color: #000;
    outline: 0;
}

.epoq_select {
    /* display: none; */
}
.acc_filter.ui-accordion.ui-widget h3 a{
    text-decoration: none;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 1.4;
    background-color: #fff;
}
#epoq_filters .ui-accordion-content {
    margin-top: -1px;
    border: 1px solid;
    border-color: #000 #bfbfbf #bfbfbf;
    background-color: #fff;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.epoq_colorFilter .epoq_filterstat {
    margin-top: 10px;
    margin-left: 6%;
    width: 94%;
}

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

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

.epoq_sliderFilter {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.epoq_singlefilter .epoq_header {
    float: left;
    cursor: default;
    width: 100%;
    font-weight: bold;
}

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

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

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

.epoq_filterresult {
    float: left;
    width: 100%;
    padding: 9px 15px;
    white-space: normal;
    color: #000;
    display: block;
    font-weight: 300;
    line-height: 1.2;
}

.epoq_filterresult:hover .epoq_filter_value {
    color: #7f7f7f;
}

.epoq_filterresult.active {
    background-color: #c8aa5a;
    border-color: #c8aa5a;
}

.epoq_filterresult.active a{
    color: #fff;
}

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

.epoq_filterresult.epoq_level2 a .epoq_filter_value{
    margin-left: 30px;
}
.epoq_filterresult.epoq_level3 a .epoq_filter_value{
    margin-left: 45px;
}
.epoq_filterresult.epoq_level4 a .epoq_filter_value{
    margin-left: 60px;
}
.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: 0 4px;
}

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

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

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

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

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

.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%;
    padding: 0 13px;
}

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

.epoq_activeFilterList {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 10px 0;
}

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

.epoq_activeFilter:hover .epoq_activeValue {
    background-color: #000;
    color: #fff;
}

.epoq_activeFilterHeader {
    float: left;
}

.epoq_activeValue {
    display: inline;
    cursor: pointer;
    float: left;
    border: 1px solid #bfbfbf;
    font-size: 10px;
    line-height: 1.2;
    padding: 2px 5px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #000;
}

.spacer {
    display: inline;
}

#epoq_removeAllFilters {
    border-bottom: 1px dotted #000;
    color: #7f7f7f;
    font-size: 10px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    float: left;
    /* width: 61px; */
    margin-top: 2px;
}
#epoq_removeAllFilters:hover {
    color: #000;
}

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

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

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

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

.epoq_filterresult.epoq_color .epoq_filter_value {
    width: 100%;
    height: 100%;
}
/*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;
}

/* BANNER-SEARCH */
#epoq_bannerresult {
    float: left;
    width: 100%;
}
#epoq_banner_service {
    float: left;
    width: 100%;
    padding: 0 13px;
    margin: 0 0 10px;
}

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

.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: 0px;
    list-style-type: none;
    margin: 0;
    width: 231px;
    z-index: 10001;
    padding: 0 5px;
    border-right: 1px solid #ccc;
}

.ac_products {
    float: left;
}

.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_a .epoq_highlight {
    font-weight: bold;
}
.epoq_filterTitle {
    height: 20px;
}
.epoq_filterTitletext {
    float: left;
}
.epoq_ta_li_product {
    float: left;
    width: 100%;
    height: 86px;
    padding: 5px 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.epoq_ta_li_product.epoq_lastitem {
    /* border-bottom: 0; */
}

.epoq_sug_image {
    float: left;
    width: 70px;
    height: 75px;
    margin-right: 10px;
}

.epoq_sug_image img {
    float: left;
    max-height: 75px;
    max-width: 70px;
}

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

.epoq_sug_title {
    font-size: 11px;
    overflow: hidden;
}

.epoq_sug_price {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
}

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

.epoq_ta_sep_header {
    padding-left: 5px;
}
.epoq_colorstyle_beige {
    background-color: #e3dac7;
}
.epoq_colorstyle_beige-braun, .epoq_colorstyle_beige-brown, .epoq_colorstyle_beige-brun, .epoq_colorstyle_beige-bruine {
    background-color: #e3dac7;
}
.epoq_colorstyle_blau, .epoq_colorstyle_bleu, .epoq_colorstyle_blue, .epoq_colorstyle_blauw {
    background-color: #254d83;
}
.epoq_colorstyle_grau, .epoq_colorstyle_grey, .epoq_colorstyle_gris, .epoq_colorstyle_grijs {
    background-color: #8e93a4;
}
.epoq_colorstyle_gruen, .epoq_colorstyle_green, .epoq_colorstyle_vert, .epoq_colorstyle_groen {
    background-color: #97d1bf;
}
.epoq_colorstyle_lila, .epoq_colorstyle_lilac, .epoq_colorstyle_pourpre, .epoq_colorstyle_purper {
    background-color: #433a6f;
}
.epoq_colorstyle_orange, .epoq_colorstyle_oranje {
    background-color: #b74a51;
}
.epoq_colorstyle_rot, .epoq_colorstyle_red, .epoq_colorstyle_rouge, .epoq_colorstyle_rood {
    background-color: #9b3f51;
}
.epoq_colorstyle_tuerkis, .epoq_colorstyle_turquoise, .epoq_colorstyle_turkoois {
    background-color: #8caae0;
}
.epoq_colorstyle_schwarz, .epoq_colorstyle_black, .epoq_colorstyle_noir, .epoq_colorstyle_zwart {
    background-color: #000;
}
.epoq_colorstyle_weiss, .epoq_colorstyle_white, .epoq_colorstyle_blanc, .epoq_colorstyle_wit {
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    .epoq_filterWrapper {
        width: 100%;
    }
    .acc_filter.ui-accordion.ui-widget h3 {
        padding: 9px 13px 8px;
    }
    .epoq_resultpic {
        height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    ul.ui-autocomplete.epoq_productTypeahead {
        left: 0 !important;
        padding-left: 4px;
        width: 100% !important;
        min-height: 0 !important;
    }

    .epoq_products_menu {
        display: none;
    }

    #AjaxSearch .input-group {
        border: 1px solid #bfbfbf;
        background-color: #fff;
        z-index: 1;
    }
    .epoq_resultrow {
        width: 50%;
    }
    .epoq_resultpic {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .epoq_resultpic {
        height: 250px;
    }

    .epoq_sort .epoq_header {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .epoq_resultrow {
        width: 100%;
    }
    .epoq_resultpic {
        height: 400px;
    }
    #epoq_showHideFilter {
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
    }
    .epoq_filterbutton {
        width: 100%;
    }
    .epoq_sort {
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
        margin-bottom: 10px;
    }
    .epoq_divsortlist {
        width: 100%;
    }
    .epoq_divsortlistelements {
        width: 100%;
    }
}

#epoq_showHideFilter .fa-angle-down {
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}

#epoq_showHideFilter.not-collapsed .fa-angle-down  {
    transform: rotate(-180deg);
    transition: all 0.3s ease 0s;
}

.epoq_filterWrapper .ui-accordion-header-active .fa-angle-down {
    transform: rotate(-180deg);
    transition: all 0.3s ease 0s;
    color: #000;
}
.epoq_filterWrapper .fa-angle-down {
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.epoq_filterWrapper .ui-accordion-header-active .epoq_filterTitletext{
    color: #000;
}
.epoq_resultrow:hover .epoq_sizesInfo {
    display: block;
}
.epoq_filterWrapper:hover .epoq_filterTitletext {
    color: #000;
}
.epoq_filterWrapper:hover .fa.fa-angle-down {
    color: #000;
}
.epoq_sizesInfo {
    display: none;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 9px;
    padding-top: 7px;
}

.epoq_sizeVariant {
    float: left;
    border: 1px solid #7f7f7f;
    padding: 5px;
    margin: 12px 10px 2px 0;
    cursor: pointer;
}
.epoq_sizeVariant:hover {
    border: 1px solid #000;
}
.epoq_sizeVariant a {
    color: #7f7f7f;
}
.epoq_sizeVariant:hover a {
    color: #000;
}

.noResult .epoq_resultrow.no_result {
    display: none;
}

.noResult ol {
    width: 50%;
    margin-left: 25%;
}
.noResult .epoq_header {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    height: 25px;
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 17px;
}
