@charset "UTF-8";

/*
#ProductFilter-Container.loaded.filterloading {
    opacity: .3;
}
*/

.product-filter-clear-all {
	display: none;
	justify-content: flex-end;
}
.product-filter-clear-all.active {
    display: flex;
}
.product-filter-clear-all a {
	flex: none;
    padding: 5px 10px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(56,56,56,1.00);
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 15px;
}


#ProductFilter-Container [class*="product-filter-column-container-"] > div.hidden {
    display: none;
}

/*
#ProductFilter-Container [class*="product-filter-column-container-"] > div:not(:last-of-type) {
	margin: 0 0 30px;
}
#ProductFilter-Container [class*="product-filter-column-container-"] > div.product-filter-clear-all {
    margin-bottom: 0;
}

.product-filter-header-text {
	font-weight: bold;
	margin: 0 0 10px;
}
.product-filter-header-text.product-filter-header-text-price {
	margin-bottom: 47px;
}
.product-filter-checkbox-container, .product-filter-search-category > div {
	display: flex;
	align-items: center;
}
.product-filter-search-category > div {
	justify-content: space-between;
	cursor: pointer;
}
.product-filter-search-category > div.product-filter-search-category-link-active {
	color: #c03a2e;
}
.product-filter-body-container > div > div:not(:last-of-type), .product-filter-body-container-category > div {
	margin-bottom: 10px;
}
.product-filter-checkbox-container > *, .product-filter-search-category > div > * {
	flex: none;
}
.product-filter-checkbox-container > label {
	flex: auto;
	padding: 0 15px;
}
*/
.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-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: 25px;
    margin: 0;
    min-width: calc(33.33% - 7px);
    cursor: pointer;
    position: relative;
}
.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 > label {
    padding: 6px 11px;
    text-align: center;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-filter-body-container > div > div.filtercolor.active:before {
    outline: solid 3px var(--primary);
    position: absolute;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}
.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 input,
.filtercolor .product-filter-count-container {
    display: none;
}

.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}
.value-slider-wrapper-input {
	display: none;
}

.productfilter #Productlist_Sort_Select {
    width: 100%;
}



@media (min-width: 1001px) {
    #ProductFilter-Container {
        z-index: 10;
        margin-bottom: 30px;
        position: relative;
    }
    #ProductFilter-Container:not(.loaded) {
        background-image: url("/images/skins/Soveland/images/loader.gif");
        background-size: 32px auto;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        height: 45px;
    }
    [class*="product-filter-column-container-"] {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    [class*="product-filter-column-container-"] > div {
        position: relative;
        width: auto !important;
        min-width: 170px;
    }
    .product-filter-header-text {
        display: flex;
        position: relative;
        align-items: center;
        border: 1px solid #dfdfdf;
        background-color: #FFF;
        padding: 0px 40px 0px 15px;
        height: 45px;
        border-radius:8px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTkuNSA4LjI1bC03LjUgNy41LTcuNS03LjUiIC8+PC9zdmc+");
        background-repeat: no-repeat;
        background-size: 15px auto;
        background-position: calc(100% - 10px) 50%;
        cursor:pointer;
        user-select: none;
        white-space: nowrap;
    }
    .product-filter-header-text .count {
        position: absolute;
        border-radius: 50%;
        top: 0;
        right: 0;
        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;
        transform: translate(40%, -40%);
        
    }
    
    .product-filter-body-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 100%;
        transform: translateX(-50%);
        
    }
    .product-filter-column .product-filter-body-container.show {
        display: block;
    }
    
    /*
    .filterloading:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        cursor: progress;
        background-color: rgba(255,255,255,.70);
        background-image: url("/images/skins/Soveland/images/loader.gif");
        background-size: 35px auto;
        background-position: 50% 30%;
        background-repeat: no-repeat;
    }
    */
    .filterloading .product-filter-header-text {
        opacity: 0.4;
        cursor: progress;
    }
    .filterloading .product-filter-body-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        cursor: progress;
        background-color: rgba(255,255,255,.70);
    }
    /*
    .filterloading .product-filter-body-container:after {
        cursor: progress;
        
    }
    */
    .product-filter-body-container > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 10px 30px rgba(0,0,0,.1);
        padding: 20px;
        border-radius: 5px;
        position: relative;
        margin-top: 15px;
        border: solid 1px rgba(223,223,223,1.00);
    }
    .product-filter-body-container > div:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: inherit;
        transform: translate(-50%,-50%) rotate(45deg);
        border: solid 1px rgba(223,223,223,1.00);
        border-right: none;
        border-bottom: none;
    }
    .product-filter-body-container > div.back {
        display: none;
    }
    .product-filter-tag-checkboxes.colorgroup {
        width: 400px;
        flex-direction: row;
    }
    
    .product-filter-checkbox-container {
        display: flex;
        align-items: center;
    }
    .product-filter-checkbox-container > * {
        flex: none;
    }
    .product-filter-checkbox-container > label {
        flex: auto;
        padding: 0 15px;
        white-space: nowrap;
        cursor: pointer;
    }
    
}
@media (max-width: 1000px) {
    .productfilter {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        z-index: 300;
        background-color: rgba(0, 0, 0, .60);
        line-height: normal;
    }

    .webshop-productlist .productfilter:not(:empty).active {
        display: flex;
    }
    .productfilter > * {
        flex: none;
        background-color: rgba(255, 255, 255, 1.00);
        width: 100%;
    }
    .productfilter > #ProductFilter-Container {
        flex: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
    }
    .product-filter-headertext-container {
        position: sticky;
        top: 0;
        background-color: rgba(255, 255, 255, 1.00);
        z-index: 15;
        border-bottom: solid 1px rgba(232, 232, 232, 1.00);
        display: flex;
        align-items: center;
    }
    #ProductFilter-Container .product-filter-headertext-container {
        display: none;
    }
    .product-filter-headertext-container > span {
        flex: auto;
        padding: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .product-filter-body-container > .back {
        position: sticky;
        padding: 15px 55px;
        cursor: pointer;
        text-align: center;
        top: 0;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 1.00);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNyAxMGEuNzUuNzUgMCAwIDEtLjc1Ljc1SDUuNjEybDQuMTU4IDMuOTZhLjc1Ljc1IDAgMSAxLTEuMDQgMS4wOGwtNS41LTUuMjVhLjc1Ljc1IDAgMCAxIDAtMS4wOGw1LjUtNS4yNWEuNzUuNzUgMCAxIDEgMS4wNCAxLjA4TDUuNjEyIDkuMjVIMTYuMjVBLjc1Ljc1IDAgMCAxIDE3IDEwWiIgY2xpcC1ydWxlPSJldmVub2RkIiAvPgo8L3N2Zz4=);
        background-position: 20px 50%;
        background-repeat: no-repeat;
        background-size: 22px auto;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }
    
    .product-filter-checkbox-container {
        display: flex;
        align-items: center;
        padding: 15px 15px;
        border-bottom: solid 1px rgba(232, 232, 232, 1.00);
    }
    .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;
    }
    .colorgroup {
        padding: 15px;
        gap: 10px;
    }
    .product-filter-body-container > div > div.filtercolor {
        padding: 0;
        width: calc(25% - 8px);
        min-width: 50px;
    }
    .product-filter-body-container > div > div.filtercolor > label {
        padding: 5px;
        text-align: center;
    }
    
    .btnclosefilter {
        font-size: 18px;
        align-self: stretch;
        
        padding: 0 20px;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
    }
    .productfilterbottom {
        display: block;
        padding: 20px;
        border-top: solid 1px rgba(227, 227, 227, 1.00);
    }
    .productfilterbottom .button {
        width: 100%;
    }
    
    #ProductFilter-Container [class*="product-filter-column-container-"] > div {
        width: 100% !important;
    }
    
    .product-filter-header-text {
        padding: 15px 55px 15px 20px;
        border-bottom: solid 1px rgba(232, 232, 232, 1.00);
        text-decoration: none;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zIDEwYS43NS43NSAwIDAgMSAuNzUtLjc1aDEwLjYzOEwxMC4yMyA1LjI5YS43NS43NSAwIDEgMSAxLjA0LTEuMDhsNS41IDUuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wOGwtNS41IDUuMjVhLjc1Ljc1IDAgMSAxLTEuMDQtMS4wOGw0LjE1OC0zLjk2SDMuNzVBLjc1Ljc1IDAgMCAxIDMgMTBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIC8+Cjwvc3ZnPg==);
        background-position: calc(100% - 20px) 50%;
        background-repeat: no-repeat;
        background-size: 22px auto;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
    }
    .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;
    }
    .product-filter-body-container {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: rgba(255, 255, 255, 1);
        width: 100%;
        z-index: 5;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transform: translateX(100%);
        box-shadow: 50px 0 0 0 white;
    }
    .product-filter-body-container.show {
        transform: translateX(0%);
    }

    
    
    .productfilter .sortby {
        margin: 0;
    }
    .btnfilter .count:empty {
        display: none;
    }
    .btnfilter .count {
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        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;
        transform: translate(-30%, -30%);
    }
}



.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;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
    top: -16px;
        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);
}
/* Handles and cursors;
 */
.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%;
}