.xoo-filters{
    position: sticky;
    top: 50px;
}

.xoo-filter {
    margin: 20px 0;
}

.xoo-filter-cont .xoo-flt-icon img {
    max-width: 40px;
}

.xoo-products-cont{
    min-height: 500px;
}

.xoo-page-cont {
    background-color: #F3F1EE;
}

.xoo-page-content{
    display: flex;
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px;
}

.xoo-filter-cont {
    max-width: 280px;
    width: 30%;
}

.xoo-products-wrapper {
    flex-grow: 1;
}

span.xoo-fl-head {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3a3a3a;
    display: block;
}

.xoo-filter > span {
    color: #3a3a3a;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.xoo-filter > span > svg {
    position: relative;
    top: 1.2px;
    left: 1px;
    fill: rgb(75, 79, 88);
}

#button_for_verdunklungsgrade, #button_for_aufhaengungen{
    cursor: pointer;
}

.xoo-flt-term {
    display: flex;
   align-items: center;
    padding: 0px 10px;
    cursor: pointer;
    margin-bottom: 3px;
    border: 2px solid transparent;
    user-select: none;
}

.xoo-flt-term label {
    padding-left: 17px;
    cursor: pointer;
}


span.xoo-flti-color {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 3px;
	border: 1px solid #000000;
}


.xoo-filter-color label {
    display: none;
}

.xoo-filter-color .xoo-fl-terms {
    display: flex;
    flex-wrap: wrap;
}

.xoo-filter-color .xoo-flt-term {
    margin-right: 5px;
    padding: 2px;
    margin-top: 0;
}

.xoo-flt-term.xoo-active {
    border: 2px solid;
    background-color: #fff;
	border-radius: 5px;
}

.xoo-product {
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 40px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    display: flex;
	border-radius: 5px;
}

.xoo-prod-left {
    width: 30%;
    padding: 10px;
}

.xoo-prod-right {
    flex-grow: 1;
    padding-left: 20px;
	margin-top: 10px;
}

a.xoo-pr-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.xoo-prtl-colors {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.xoo-product .xoo-prtl-colors img {
    margin: 0 10px 10px 0;
    FONT-VARIANT: JIS04;
    max-width: 20px;
    cursor: pointer;
	border-radius: 3px;
}

.xoo-prod-sd ul, .xoo-prod-ld ul {
    margin: 0;
    list-style-type: none;
    display: block;
    line-height: 25px;
}

.xoo-prod-sd ul {
    list-style-type: square;
    margin-left: 18px;
}

.xoo-prod-ld ul li:before {
    content: url('/wp-content/plugins/upwork-christopher-filter/assets/library/lightslider/img/angle-right-solid.svg');
    margin-right: 10px;
    vertical-align: middle;
}

button.xoo-prod-ld-toggle {
    font-weight: 600;
    fill: #f2c078;
    color: #030301!important;
    background-color: #f2c078;
    border-style: none;
    padding: 5px 12px 5px 10px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

button.xoo-prod-ld-toggle:before {
    content: "+";
    margin-right: 5px;
}

button.xoo-prod-ld-toggle.xoo-active:before {
    content: "-";
}

.xoo-prod-ld li a {
    text-decoration: underline;
    color: inherit;
}

.xoo-prod-ld li{
    display: none;
}
.xoo-prod-ld li.xoo-active{
    display: block;
}

.xoo-prod-ld{
    display: none;
    margin-top: 20px;
}

.xoo-product .lSPager.lSpg > li.active a {
    background-color: #000!important;
}

.xoo-product .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #a9a9a9;
    width: 6px;
    height: 6px;
}

.xoo-product .lSAction > .lSPrev {
    background-image: url(images/arrow-left.png);
    background-position: center center;
    left: 0;
}

.xoo-product .lSAction > .lSNext {
    background-image: url(images/arrow-right.png);
    background-position: center center;
    right: 0;
}

.xoo-product .lSAction a {
    background-size: 50%;
    background-repeat: no-repeat;
    max-width: 22px;
}

body.xoo-active-animating .xoo-product {
    position: static!important;
    
}

.xoo-flt-icon i {
    font-size: 40px;
}

.xoo-flt-icon {
    line-height: normal;
    width: 40px;
    height: 40px;
}

.xoo-filter-color .xoo-flt-icon{
    width: 30px;
    height: 30px;
}


.xoo-pr-top {
    display: flex;
}

.xoo-prtop-left {
    flex-grow: 1;
}

.xoo-pr-suspimgs {
    display: flex;
    padding-left: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 2px;
}

.xoo-pr-suspimgs > * {
    padding: 0 5px;
    font-size: 23px;
    width: 30px;
}

.xoo-prod-ld ul + * {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
	padding-left: 22px;
}


.xoo-prod-images img {
    display: table;
    margin: 0 auto;
	border-radius: 5px!important;
}

.xoo-pr-title, .lSSlideWrapper{
    cursor: pointer;
}

#nothingFound{
    text-align: center;
    font-weight: bold;
}

.xoo-filter-color{
    margin-bottom: 0px;
}

.display-mobile{
    display: none;
}


@media only screen and (max-width: 800px) {
    button.xoo-prod-ld-toggle {
        margin-bottom: 10px;
    }
    .xoo-fl-head {
        cursor: pointer;
    }
    .display-mobile{
        display: unset;
    }

    .xoo-filters{
        position: unset;
        top: 0;
    }
  .xoo-fl-terms {
        display: flex;
        flex-wrap: wrap;
    }

    .xoo-close-filter{
        display: block;
        text-align: center;
        position: relative;
        top: 18px;
        background-color: white;
        width: 117px;
        margin: auto;
        border: 1px solid gray;
        border-top: 1px solid white;
        border-radius: 0px 2px 10px 10px;
        line-height: 10px;
        cursor: pointer;
    }

    .xoo-fl-body{
        display: none;
    }
    
    .xoo-filter-cont {
        width: 100%;
        max-width: 100%;
        top: 0px;
        position: sticky;
        z-index: 100;
        background-color: white;
        padding: 0px 20px;
        border-bottom: 1px solid gray;
    }
    .xoo-close-filter-button{
        width: 100%;
        height: 15px;
        margin-bottom: 0;
        padding: 0;
        margin-bottom: -20px;
    }
    
    .xoo-flt-icon i {
        font-size: 20px;
    }
    
    .xoo-flt-term label {
        padding-left: 8px;
    }
    
    .xoo-flt-term {
        font-size: 14px;
    }
    .xoo-page-content{
        padding: 0px;
    }

    .xoo-page-content, .xoo-product{
        flex-wrap: wrap
    }

    .xoo-prod-left {
        margin: 0 auto;
        width: 100%;
    }
    .xoo-products-wrapper{
        width: 100%;
        padding: 20px;
    }

    

    .xoo-prtop-left {
        width: 100%;
        order: 2;
    }

    .xoo-pr-top {
        flex-wrap: wrap;
    }

    .xoo-pr-suspimgs {
        order: 1;
        padding-left: 0;
        display: none;
    }

    .xoo-prod-left{
        height: 354px;
    }
    

}

@media only screen and (max-width: 550px) {
    .xoo-filter:not(.xoo-filter-color) .xoo-flt-term {
        width: 50%;
    }
    span.xoo-flti-color  {
        width: 25px;
        height: 25px;
    }

    .xoo-filter-color .xoo-flt-icon{
        width: 25px;
        height: 25px;
    }



    .xoo-prod-images img{
        max-width: 250px;
    }
}

@media only screen and (min-width:800px){
    .xoo-flt-term {
        margin-right: 10px;
    }
}