
#ProductFilter-Container {
    position: relative;
}

.filterloading #ProductFilter-Container {
    opacity: 0.3;
    pointer-events: none;
}
.filterloading .action-sheet-footer {
    position: relative;
}
.filterloading .action-sheet-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    z-index: 3;
    background-image: url("/images/skins/2026/images/loader.gif");
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 50% 50%;
    pointer-events: none;
}

.product-filter-headertext-container {
    display: none;
}
   
    
.product-filter-clear-all {
    display: none;
}
.product-filter-container {
    border-bottom: solid 1px var(--light);
}
.product-filter-body-container {
    border: solid 1px var(--light);
    border-radius: var(--rounded);
    margin: 0 0 20px;
    display: none;
}
.open .product-filter-body-container {
    display: block;
}
.product-filter-body-container.product-filter-body-container-price {
    padding: 40px 15px 13px;
}

.product-filter-checkbox-container {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
}
.product-filter-checkbox-container:not(:empty):not(:last-of-type) {
    border-bottom: solid 1px var(--light);
}
.product-filter-checkbox-container > label {
    flex: auto;
    padding: 0 15px;
    white-space: nowrap;
    cursor: pointer;
}
.product-filter-count-container {
    background-color: rgba(235, 235, 235, .50);
    border-radius: 3px;
    min-width: 25px;
    text-align: center;
    font-size: 12px;
    padding: 4px 5px;
}
.product-filter-count-container:empty {
    display: none;
}

.product-filter-checkbox-container.disabled:not(.filtercolor) {
	opacity: .3;
}
.product-filter-checkbox-container.disabled:not(.filtercolor),
.product-filter-checkbox-container.disabled:not(.filtercolor) * {
    cursor: not-allowed !important;
}

.colorgroup {
    display: flex;
    flex-wrap: wrap;
}
.product-filter-body-container > div > div.filtercolor {
    flex: none;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 7px;
    padding: 4px 10px;
    width: calc(25% - 8px);
    min-width: 50px;
}
.product-filter-body-container > div > div.filtercolor.border {
    border: solid 1px rgba(234,234,234,1.00);
}
.product-filter-body-container > div > div.filtercolor.dark {
    color: rgba(255,255,255,1.00);
}
.product-filter-body-container > div > div.filtercolor .filtercolor input[type="checkbox"] {
    flex: none;
}
.product-filter-body-container > div > div.filtercolor > label {
    cursor: pointer;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px 5px 7px;
}
/*
.product-filter-body-container > div > div.filtercolor.active:before {
    outline: solid 3px #fff;
    position: absolute;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    box-shadow: 3px 5px 0 rgba(0,0,0,.2);
}
*/
.product-filter-body-container > div > div.filtercolor.disabled,
.product-filter-body-container > div > div.filtercolor.disabled * {
    cursor: not-allowed;
}
.product-filter-body-container > div > div.filtercolor.disabled {
    opacity: 0.2;
    filter: grayscale(1);
}
.filtercolor .product-filter-count-container {
    display: none;
}
.colorgroup {
    padding: 15px;
    gap: 10px;
}
.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}
.value-slider-wrapper-input {
	display: none;
}


#ProductFilter-Container [class*="product-filter-column-container-"] > div {
    width: 100% !important;
}

.product-filter-header-text {
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    font-weight: bold;
}
.product-filter-header-text:after {
    content: "";
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    flex: none;
    border-radius: 50%;
    border: solid 1px var(--light);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMCI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSIgLz4KPC9zdmc+");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    transition: all 0.3s ease;
}
.open .product-filter-header-text:after {
    transform: rotate(180deg);
}

/*
.product-filter-header-text .count {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
}
*/







.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-base {
    top: -6px;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
    top: 6px;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 4px;
    width: calc(100% - 30px);
    left: 16px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: rgba(178,178,178,.30);
  margin: 0 0 20px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: rgba(0, 0, 0, 1.00);
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border-radius: 3px;
	background:rgba(0,0,0,1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
	font-size: 70%;
	line-height: normal;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0,0,0,1.00);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}