.filter-element {
    cursor: pointer;
}

.filter-element:hover {
    background: #efefef;
    cursor: pointer;
}

.filter-box-name, .filter-box-cat-name {
    padding: 10px;
}

.filter-box-name {
    font-weight: bold;
    font-size: 16px;
    background: #ccc;
}

.filter-box-cat-name {
    font-weight: bold;
    font-size: 14px;
    background: rgb(235,235,235);
    border-bottom: solid 1px #ccc;
}

.filter-box-cat-name i {
    color: purple;
}

.filter-element.active {
    background: #efefef;
}
.filter-element.active:hover {
    cursor: default;
}

.filter-element.inactive:hover {
    background: none;
    cursor: default;
}

.filter-element.inactive label {
    color: #ccc !important;
}

.filter-element.inactive.grayed {
    color: grey;
}

.filter-element label .group {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-delete {
    margin: 1rem 0;
    font-weight: bold;
}

.filter-delete i, .fwd_FilterHistory ul li i {
    color: red;
}

.cat-accordion {
    margin-bottom: 20px !important;
}

.fwd-left-filter-box, .cat-accordion {
    border: solid 1px #d8d8d8;
}

.accordion dd a.button {
    text-align: left !important;
    font-weight: bold;
}

dl.cat-accordion {
    /* margin-top: 70px; */
}
dl.accordion.cat-accordion dd a:focus,
dl.accordion dd.accordion-navigation .filter-box-name:focus {
    color: #000 !important;
}




.fwd-left-box {
    margin-bottom: 20px !important;
}
.fwd-left-box.service {
    background-image: url(../images/fwd/shop/prod_overview_Teaser_left_new.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.fwd-left-box.info .fi-check {
    color: #009900;
}

.fwd_FilterHistory .row {
    padding-left: 10px;
}

.fwd_FilterHistory ul li {
    float: left;
    /* padding: 3px; */
    margin-right: 5px;
    /* margin-bottom: 5px;
    font-size: 12px;
    border: solid 1px #eee; */
}






#left-top-cat ul {
    list-style-type: none;
    margin: 0;
}
#left-top-cat ul li {
    padding: .5rem .2rem .5rem 1rem;
}

#left-top-cat ul li:last-child {
    border-right: none;
}

#left-top-cat ul li:hover {
    cursor: pointer;
}

#left-top-cat ul li:hover {
    background: rgba(52,172,229,0.5);
}

.inactive{
   pointer-events: none;
   cursor: default;
}
#left-top-cat ul li.active {
    cursor: default;
}

#left-top-cat ul li.inactive {
    color: #ccc;
    cursor: default;
}

#left-top-cat ul li.inactive:hover {
    color: #ccc;
    cursor: default;
    background: none;
}

#left-top-cat ul li {
    border-right: none;
}

#left-top-cat ul li.active {
    background: rgba(52,172,229,0.5);
}

#left-top-cat ul li.active .style1 {
    float: right;
    color: green;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}



@media only screen and (min-width: 0px) and (max-width: 640px){
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
}

@media only screen and (min-width: 1025px) and (max-width: 1440px){
}



/* Override standard behavior from foundation. */

/* The accordion is closed */
.accordion .accordion-navigation .fa.accordion-icon {
    font-family: 'FontAwesome';
    width: .9rem;
    height: .9rem;
}

.accordion .accordion-navigation.active .fa.accordion-icon:before {
    content: "\f078";
}

/* The accordion is open */
.accordion .accordion-navigation .fa.accordion-icon:before {
    content: "\f054";
 }
 
.accordion .accordion-navigation>a, .accordion dd>a {
    padding: .8rem;
    display: block;
    font-size: .95rem !important;
    text-align: left;
}

/* End of overriding output */

.accordion .accordion-navigation>.content, .accordion dd>.content {
  padding: 0 !important;
}


/* Checkbox formatting */
    input[type=checkbox],
    input[type=radio]{
        margin: 5px 0 5px 10px;
        opacity: 0;
        position: absolute;
        width: 1.45rem;
        height: 1.45rem;
    }
    
    input[type=checkbox] + label,
    input[type=radio] + label{
        margin: 10px 0 10px 10px;
        font-size: 1rem;
    }
    
    input[type=checkbox] + label span {
        color: #636363;
        font-size: .8rem;
    }
    
    input[type=checkbox]:checked + label:before,
    input[type=radio]:checked + label:before{
        background: #34ace5;
        color: white;
    }

    input[type=checkbox] + label:before,
    input[type=radio] + label:before{
        display: inline-block;
        text-align: center;
        margin-right: .5rem;
        color: #D1D3D4;
        background: #D1D3D4;
        margin-left: 0;
    }
    
    input[type=checkbox] + label:before {
        content: "\2715";
        border-radius: 0.125rem;
    }
    
    input[type=radio] + label:before {
        content: "\2713";
        border-radius: 50%;
    }
/* Checkbox formatting */