@charset "UTF-8";

.ith-filter-box {
    margin-bottom: 15px;
}

.ith-filter-box > h5 {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    margin: 0;
    text-shadow: 0 -1px 1px #397f90;
    line-height: 18px;

    background: #389cb4 url(../bg/svg/grad_blue.svg);
    background: -moz-linear-gradient(#adefff, #389cb4, #18778e);
    background: -ms-linear-gradient(#adefff, #389cb4, #18778e);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #adefff), color-stop(50%, #389cb4), color-stop(100%, #18778e));
    background: -webkit-linear-gradient(#adefff, #389cb4, #18778e);
    background: -o-linear-gradient(#adefff, #389cb4, #18778e);
    background: linear-gradient(#adefff, #389cb4, #18778e);
}

.ith-filter-box > .material, .ith-filter-box .filter, #ith-elastic-price-form > .range, .ith-filter-box .list {
    border: 2px solid #58b3ca;
    border-top: none;
    margin: 0;
    margin-top: -2px;
    text-shadow: 0 1px 1px #fff;
    padding: 15px;
}

.ith-filter-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ith-filter-box ul > li {
    list-style: none;
}

.ith-filter-box a.ith-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ith-filter-box a.ith-flex * {
    cursor: pointer;
}

.ith-filter-box .check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ith-filter-box .check input {
    flex-basis: 25px;
    margin: 0 4px 0 0;
    pointer-events: none;
}

.ith-hover-link {
    display: none !important;
}
.ith-hover-link:hover {
    background-color: inherit !important;
}

.ith-attribute-filters-flow  > li {
    position: relative;
}
.ith-attribute-filters-flow .ith-hover-link {
    /*display: block;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ith-attribute-filters-flow a, .ith-attribute-filters-flow a * {
    cursor: pointer;
}
.ith-attribute-filters-flow .check {
    position: relative;
}

.ith-attribute-filters-flow .check input ~ label {
    position: relative;
    left: -25px;
    padding-left: 25px;
    margin-right: -25px;
}

#ith-elastic-price-form span.label {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

#ith-elastic-price-form input {
    width: 60%;
    padding: 2px 5px;
}

#ith-elastic-price-form button {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    padding: 0 10px 1px 10px;
    height: 19px;
    line-height: 18px;
    cursor: pointer;
    overflow: visible;
    font-weight: bold;
    color: white;
    background: #5fb7cc url(../bg/svg/grad_blue-dark.svg);
    background: -moz-linear-gradient(#5fb7cc, #1a7990);
    background: -ms-linear-gradient(#5fb7cc, #1a7990);
    background: -webkit-gradient(linear, left top, left bottom, from(#5fb7cc), to(#1a7990));
    background: -webkit-linear-gradient(#5fb7cc, #1a7990);
    background: -o-linear-gradient(#5fb7cc, #1a7990);
    background: linear-gradient(#5fb7cc, #1a7990);
}

.ith-filter-box a.remove {
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

.ith-filter-box ul.active-filter a {
    position: relative;
    display: block;
    text-decoration: none;
}

.ith-filter-box ul.active-filter span {
    color: white;
    background: #5fb7cc url(../bg/svg/grad_blue-dark.svg);
    background: -moz-linear-gradient(#5fb7cc, #1a7990);
    background: -ms-linear-gradient(#5fb7cc, #1a7990);
    background: -webkit-gradient(linear, left top, left bottom, from(#5fb7cc), to(#1a7990));
    background: -webkit-linear-gradient(#5fb7cc, #1a7990);
    background: -o-linear-gradient(#5fb7cc, #1a7990);
    background: linear-gradient(#5fb7cc, #1a7990);

    text-shadow: 0 -1px 0 #000;
    padding: 0 5px;
}

.ith-filter-box ul.active-filter i {
    position: absolute;
    right: -8px;
    color: #5fb7cc;
    opacity: 0;
    transition: opacity 200ms ease;
}

.ith-filter-box ul.active-filter i:after {
    content: "❌";
}

.ith-filter-box ul.active-filter a:hover {
    text-decoration: none;
    color: #5fb7cc;
}

.ith-filter-box ul.active-filter a:hover i {
    opacity: 1;
    transition: opacity 400ms ease;
}

.ith-filter-box ul.ith-attribute-filters li:not(.ith-display) {
    display: none;
}

.ith-filter-box .material > h6 {
    cursor: default;
    position: relative;
}

.ith-filter-box .material > h6:after {
    content: "▼";
    color: #5fb7cc;
    position: absolute;
    right: 0;
    line-height: 15px;
    font-size: 10px;
    transition: transform 400ms ease;
}

.ith-filter-box .material > h6:hover:after {
    content: "▽";
    color: #000;
}

.ith-filter-box .material > h6.open:after {
    transform: scale(-1);
    line-height: 12px;
    transition: transform 400ms ease;
}

.ith-filter-box .material > h6 + ul.ith-attribute-filters {
    display: none;
}

.ith-filter-box .material > h6.open + ul.ith-attribute-filters {
    display: block;
}

#searchParam + span[role="status"],
.form.search > .input-group > span[role="status"]{
    display: none;
}

#elastic-suggester {
    position: absolute;
    width: 200%;
    z-index: 9999;
    top: 100%;
    left: -50%;
    display: block;

    /*background: white;
    box-shadow: 0 5px 8px 2px gray;*/
}

#elastic-suggester.open > ul {
    box-shadow: 0 5px 8px 2px gray;
}

#elastic-suggester > ul {
    width: 100% !important;
    padding: 0;
    left: 0 !important;
    display: flex;
    margin-bottom: 0 !important;
    top: 0 !important;
    margin-top: 20px;
    background: white;
    border-bottom: 5px solid #E2001A;
}

#elastic-suggester li[data-type] {

    padding: 1px 5px;
}

#elastic-suggester li.ui-autocomplete-category {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

#elastic-suggester li a {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 3px;
}

#elastic-suggester li[data-type="manufacturer"] a,
#elastic-suggester li[data-type="category"] a,
#elastic-suggester li[data-type="product"] a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    cursor: pointer;
}

#elastic-suggester li[data-type="category"] a {
    color: #005AA9 !important;
    font-size: 14px !important;
    height: auto;
    font-weight: bold;
}

#elastic-suggester li[data-type="product"] {
    border-bottom: 1px solid #e9e9e9;
}

#elastic-suggester li.ith-selected {
    /*background: #ec6105 url("../bg/svg/grad_orange.svg");*/
    /*background: -moz-linear-gradient(#ff8604, #ec6105);*/
    /*background: -ms-linear-gradient(#ff8604, #ec6105);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#ec6105));*/
    /*background: -webkit-linear-gradient(#ff8604, #ec6105);*/
    /*background: -o-linear-gradient(#ff8604, #ec6105);*/
    /*background: linear-gradient(#ff8604, #ec6105);*/
    /*color: white;*/
    color: inherit !important;
    text-decoration: underline;
}
#elastic-suggester li.ith-selected * {
    color: inherit !important;
}


#elastic-suggester li.ith-selected * {
    color: white;
}

#elastic-suggester li[data-type] .icon-holder {
    width: 80px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#elastic-suggester li[data-type="category"] .icon-holder {
    display: none;
}

#elastic-suggester li[data-type] img {
    max-width: 80px;
    max-height: 80px;
    margin: auto;
}

#elastic-suggester, #elastic-suggester * {
    box-sizing: border-box;
}
#elastic-suggester .ith-suggest-list > li {
    padding: 2px 10px;
}

#elastic-suggester .ith-suggest-top-arrow {
    position: absolute;
    width: 100%;
    height: 20px;
    display: block;
    top: -20px;
    border-bottom: 5px solid #005AA9;
}

#elastic-suggester .ith-suggest-top-arrow:before {
    content: " ";
    display: block;
    left: calc(50% - 4px);
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    border-bottom: 8px solid #005AA9;
}

#elastic-suggester .ith-suggest-header {
    border-bottom: 1px solid #cecece;
    margin-bottom: 8px;
}

#elastic-suggester .ith-suggest-list {
    display: block !important;
    list-style: none;
    padding: 0;
}



#elastic-suggester .ith-suggest-item {
    padding: 8px 12px;
}

#elastic-suggester .ith-suggest-left-item {
    background: #efefef;
    flex-grow: 0.5;
}

#elastic-suggester .ith-suggest-right-item {
    margin-left: 15px;
    flex-grow: 1;
}

#elastic-suggester mark {
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: bold;
}

#elastic-suggester .ith-selected {
    background: transparent !important;
}

body > .container form.search .ui-helper-hidden-accessible {
    display: none;
}

body > .container #elastic-suggester > ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

/*body > .container #elastic-suggester > ul > li {*/
/*padding-left: 10px;*/
/*padding-right: 10px;*/
/*}*/

@media screen and (max-width: 991px) {
    #elastic-suggester {
        width: 100%;
        left: 0;
    }
    #elastic-suggester > ul {
        flex-direction: column;
    }
}


/* FILTERS */

@media screen and (max-width: 767px) {
    .ith-oxelastic-flow-toggle {

    }

    .ith-oxelastic-flow-toggle + .pull-left {
        float: right !important;
    }
}

body:not(.ith-filter-visible) .ith-filter-flow {
    display: none;
}

.ith-oxelastic-flow-toggle {
    margin: 0 3px;
}

.ith-oxelastic-flow-toggle button,
.ith-oxelastic-flow-toggle button:active,
.ith-oxelastic-flow-toggle button:focus,
.ith-oxelastic-flow-toggle button:hover {

    /*background: #009EC0 !important;*/
    background: #ec710c !important;
    color: white !important;
}

.ith-filter-flow a:hover,
.ith-active-filter-container a:hover {
    text-decoration: none;
}

#ith-elastic-flow-categories h5,
.ith-filter-flow h6 {
    color: #009EC0;
    font-weight: bold;
    margin: 10px 0;
    cursor: pointer;
}

.ith-filter-flow .dropdown-menu {
    max-width: calc(100vw - 30px);
    min-width: 100%;
}

.ith-filter-flow, .ith-filter-flow * {
    box-sizing: border-box;
}

.ith-filter-flow .dropdown-menu a {
    padding-right: 50px !important;
    overflow-x: hidden;
}

/*#ith-elastic-flow-categories .list {*/
/*list-style: none;*/
/*padding: 0;*/
/*}*/

/*#ith-elastic-flow-categories .list a {*/
/*display: block;*/
/*padding: 5px 10px;*/
/*}*/

.ith-filter-flow .active-filter {
    list-style: none;
    padding: 0 0 0 10px;
}

.ith-filter-flow .active-filter li {
    float: left;
}

.ith-filter-flow .active-filter a {
    display: inline-block;
    padding: 5px;
}

.ith-filter-flow .remove {
    clear: left;
    display: block;
    padding: 5px 15px;
}

.ith-filter-flow button:not(.btn) {
    background: #009EC0;
    border: 0;
    border-radius: 4px;
    color: white;
    padding: 5px 10px;
}

.ith-filter-flow button.btn {
    width: 100%;
}

.ith-attribute-filters-flow {
    list-style: none;
    padding: 0;
}

.ith-attribute-filters-flow a {
    display: block;
    padding: 5px 10px;
}

.ith-attribute-filters-flow a .check {
    float: left;
}

.ith-attribute-filters-flow a span {
    margin-left: 5px;
}

.ith-attribute-filters-flow li {
    clear: left;
}

.ith-filter-flow h6:not(.open) + ul {
    display: none;
}

.ith-filter-flow h6 i {
    margin-left: 10px;
}

.ith-filter-container {
    background: #f2f2f2;
    padding: 10px 0;
}

body:not(.ith-filter-visible) .ith-active-filter-container {
    margin-bottom: 20px;
}

.ith-active-filter-container ul {
    list-style: none;
    padding: 0;

}

.ith-active-filter-container h7 {
    color: #009EC0;
    margin: 0;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}

.ith-active-filter-container li {
    float: left;
}

.ith-active-filter-container a {
    display: inline-block;
    padding: 5px;
}

.ith-active-filter-container li a > span {
    color: #FC6621;
}

.ith-filter-section {
    margin-top: 5px;
    margin-bottom: 5px;
}

#ith-elastic-flow-price-form .label {
    color: black !important;
}

#ith-elastic-flow-price-form .label > span:first-child {
    line-height: 24px;
}

#ith-elastic-flow-price-form input {
    width: 100%;
    padding:5px 10px;
}

#rangebar-submit {
    box-sizing: border-box;
    width: calc(100% - 24px);
    margin: 0 12px 4px 12px;
}



/* CHRISTIANI */
.cl-search .row.refineParams {
	margin-left: -15px;
    margin-right: -15px;
}

.listRefine .pagination-options,
.listRefine .filter-options {
    padding-left: 30px;
    padding-right: 30px;
}

body.ith-filter-visible .listRefine .filter-options {
	border: 1px solid #d7d7d7;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
	.cl-search .row.refineParams {
		margin-left: 0;
		margin-right: 0;
	}
	.refineParams .options .btn-group button,
	.refineParams .options .btn-group {
    	width: 100% !important;
	}
	.listRefine .pagination-options,
	.listRefine .filter-options {
		padding-left: 15px;
		padding-right: 15px;
	}
}