
.filterContainer  {
    border-bottom: 1px var(--gray10) solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    min-height: 100px;
}


.filters {
	color: #595651;
    z-index:90;
	
	
}

.filters li.filterName {
    float: left;
    border-bottom: 1px #46A319 dashed;
    margin-right: 20px;
    cursor: pointer;
}

.filters h3 {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.filters .filter {
    margin-right: 20px;
	width: calc(100% / 6 - 20px / 6 * 5);
	position: relative;	
}

.filters .filter:last-child {
    margin-right: 0;
}


.filters .filterLookup {
    border: 1px solid var(--gray10);
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px 40px 10px 14px;
	position: relative;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

    color: var(--gray60);

    transition: all 0.2s;

    border-radius: 8px;

}

.filters .filterLookup > span {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filters .lookupContainer .sep {
    height: 10px;
    margin-top: 10px;
    border-top: 1px black solid;
}


.filters .whiteBorder {
    height: 3px;
    position: absolute;
    top: -3px;
    background-color: white;
}

.filters .lookupContainer {
    position: absolute;
    z-index: 999;
	margin-top: 10px;
	display: none;

    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;    

}
q {
    border: 1px solid rgba(165, 165, 165, 0.5);
    box-shadow: 0 1px 7px #9A9A9A;
}

.filters #price-slider-range {
    min-width: 300px;
}

.filters #price-slider-amount {
    white-space: nowrap;
}

.filters .fpRow  {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background-color: var(--gray-bg);
    padding: 10px 20px;
}

.filters .fpRow .btn {
    padding: 4px 20px;
    cursor: pointer;
}

.filters .lookupContainer .body {
    margin: 15px;
    float: left;
	display: table;
}

.filters .lookupContainer .body .subcontainer {
    float: left;
}

.filters .lookupContainer .body .subcontainer .allButton {
    cursor: pointer;
}

.filters .lookupContainer .body .subcontainer .selected {
    background-color: gray;
    color: white;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    
}
.filters .lookupContainer .body .excluded {
}

.filters .lookupContainer .body .excluded h4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    border-bottom: 1px dotted #333333;
    color: #333333;
    
}

.filter {
	
}

.filter .label {
	bottom: 0;
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 38px;
}

.filter .label i {
	background-image: url("/interface/2022/arrow_down.svg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
    width: 100%;
	position: absolute;
	top: 0;
}

.filter .filterLookup.filterDropped .label i {
    transform: rotate(180deg);
}


.filter div.selected {
} 

.filter div.selected::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px var(--primary) solid; 
    border-radius: 8px;
}

.filter div.filterDropped {
    background-color: white;
    border: 1px #333333 solid;
} 



.filter ul {
    margin: 0;
	list-style-type: none;
	padding: 0;
	display: table-cell;
	padding-right: 20px;
}

.filter ul li {
    padding-left: 0;
    cursor: pointer;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
	white-space: nowrap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;


}

.filter ul.cGroups {
    padding-right: 0;
}

.filter ul.collectionsForGroup {
    padding-right: 0;
}

.filter ul li.filterItem:hover {
    text-decoration: none;
}

.filter ul li.topItem {
    border: 0;
    font-weight: 700;
    float: none;
    color: var(--secondary);
}

.filter ul li.complect {
    font-weight: 700;
    float: none;
	border-top: 1px black solid;
	padding: 10px 5px;
	margin-top: 10px;
    color: var(--secondary);
}

.filter ul li.disabled {
    color: silver;
    cursor: auto;    
}


.filters .childFilterContainer {
    position: absolute;
    border: 2px gray solid;
    background-color: gray;
    color: white;
    padding: 5px;
    border-radius: 3px;
    border-top-left-radius: 0;
    z-index: 100;
    
}

.filters .childFilterContainer ul li.selected {
    background-color: white;
    color: black;
}


.filters .childFilterContainer h3 {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 0;
}

.filters .childFilterContainer li {
    float: left;
    margin-right: 20px;

}

.filters .lookupContainer .body h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 20px;
}


.filters .lookupContainer .buttons {
    clear: both;
    float: left;
    height: 30px;
    margin-bottom: 10px;
    float: right;
}

.filters .lookupContainer .buttons a {
    float: right;
    margin-right: 10px;
    padding: 5px;
    background-color: gray;
    color: white;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
}


.filters .cleanButton {
    cursor: pointer;
    z-index: 0;
    width: 22px;
	height: 22px;
/*    background: url('/interface/X.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	display: none;
	top: -10px;
	left: -10px;	
	border-radius: 9999px;
	background-color: var(--gray20);
	color: white;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
}

.filters .cleanButton:hover {
	background-color: var(--gray50);
}


.filters  .cleanButton::before { 
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('/interface/close.svg');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
} 




.cbFilter {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}


.cbFilter input {
    margin-right: 5px;
}

.cbFilter ul {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 30px;
}

.cbFilter ul li {
    padding-bottom: 5px;
    padding-top: 4px;
    padding-left: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
    font-size: 12px;
}

.cbFilter ul li.selected {
    background-color: white;
    border-radius: 3px;
    color: #333333;
}

.cbFilter ul li.presence.selected {
    color: #337733;
}

.cbFilter input {
    margin-bottom: 4px;
}

.cbFilter .filterItem {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--primary);
    margin-right: 24px;
}
.cbFilter .clear {
    flex-grow: 1;
    text-align: right;
    position: relative;
    font-size: 14px;
}

.cbFilter .clear a {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    color: var(--gray70);
}

.cbFilter .clear a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url('/interface/close.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;

}


.clearAllFilters {
    margin-bottom: 16px;
    margin-left: 10px;
    margin-top: 6px;
    height: 30px;
}

.clearAllFilters a {
    color: white;
    text-decoration: none;
    padding-left: 10px;
    margin-top: 3px;
    float: left;
    width: 230px;
    font-size: 13px;
    background: url("/interface/button_clear_bw.jpg") no-repeat scroll transparent;
    padding-top: 3px;
    padding-bottom: 6px;
}

.clearAllFilters a:hover {
    color: white;
    background-position: 0 -30px;
}



.cbFilter .filterItem span {
	background-color: #7a2137;
    color: white;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.cbFilter .filterItem.selected span {
    background-color: white;
    color: #7a2137;
}


.filters .row {
    display: flex;
    margin-bottom: 24px;
    transition: all 0.2s;

}

.filters .filterLookup.selected > span {
    font-weight: 600;
    color: var(--primary);
}


.filterPanel.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0;
	  padding-top: 0px;
	padding-top: 10px;
	width: 100%;
    background-color: white;
}


.filterPanel.fixed .filters .filterLookup {
    padding: 5px 40px 3px 14px;
}

.filterPanel.fixed .filters .row {
    margin-bottom: 15px;
    font-size: 15px;
}

.filterPanel.fixed .filters .row:last-child {
    margin-bottom: 10px;
}

.filterPanel.fixed .cbFilter .filterItem {
    font-size: 14px;
}

.filterPanel.fixed .filters .filterLookup {
    font-size: 14px;
}

.filterPanel.fixed .filter ul li {
    font-size: 14px;
}

.filterPanel.fixed .filters .fpRow {
    padding: 4px 20px;
}

.filterPanel.fixed .filters .fpRow .btn {
    padding: 2px 20px;
    cursor: pointer;
    font-size: 12px;
  }

  .filter ul li.filterItem.fSale {
    border-top: 1px #a0a0a0 solid;
    margin-top: 15px;
    padding-top: 15px;
  }
  .filter ul li.filterItem.fSale span {
    font-weight: 400;
  }