.sidebar-filters {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .sidebar-filters {
        margin-top: 6px;
    }
}

.currency-filter{
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 12px 0px;
}

.sidebar-filters h3 {
    font-size: 14px;
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-family: Montserrat;
    padding-left: 10px;
}

.show-filters{
    cursor: pointer;
    background: #ffffff;
    padding: 7px 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
    .show-filters{
        padding: 7px 18px;
    }
}

.show-filters.open {
    background: #026092;
}


.show-filters i {
    color: #2d2d2d;
    font-size: 22px;
}

.show-filters.open  i {
    color: #ffffff;
}

/*@media only screen and (min-width: 993px) {
    .show-filters{
        display: none;
    }
}*/

/*#del_filter{
    cursor: pointer;
    background: #01466b;
    padding: 10px 12px;
    position: absolute;
    top: 0;
    right: 0;
}*/

#del_filter {
    cursor: pointer;
    background: #f1f1f1;
    top: 0;
    margin-bottom: -8px;
    display: inline-flex;
    width: 100%;
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 12px 10px;
}

#del_filter h6 {
    font-family: Source Sans Pro;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #353535;
}

#del_filter i {
    color: #2b2b2b;
    text-align: right;
    padding-top: 0px;
    float: right;
    right: 12px;
    position: absolute;
}

@media only screen and (max-width: 768px) {
    #del_filter i {
        right: 19px;
    }
}

.row.align-items-center.reset-filter {
    margin-bottom: 14px;
    margin-top: 11px;
}

@media only screen and (max-width: 768px) {
    .row.align-items-center.reset-filter {
        margin-bottom: 8px;
    }
}

/*@media only screen and (max-width: 993px) {
    #del_filter {
        display: none;
    }
}*/

/*#del_filter i{
    color: #FFF;
}*/

.categories-filters{
    float: left;
    display: none;
}

@media only screen and (max-width: 993px) {
    .categories-filters{
        display:none;
    }
}

li.category{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

li.category i.fa.fa-angle-down.open-group{
    float: right;
    padding: 10px 13px;
    cursor: pointer;
    font-size: 19px;
    border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 993px) {
    li.category i.fa.fa-angle-down.open-group{
       padding: 12px 19px;   
    }
}

/*li.category i.fa.fa-check.select-group{
    float: right;
    padding: 10px;
    cursor: pointer;
}*/

li.category > span{
    float: left;
    padding: 10px;
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: 600;
    background: #fdfdfd;
    cursor: pointer;
    position: relative;
}

span.selected {
    padding-left: 5px;
}

@media only screen and (max-width: 993px) {
    li.category > span{
        font-size: 15px;
    }
}

li.category.selected > span{
    background-color: lime;
}

li.category ul{
    float: left;
    display: none;
}

li.category.open-submenu ul{
    display: block;
}

li.category > span i.open-group {
    position: absolute;
    left: 0;
    top: 0;
    color: #1d1d1d;
    font-size: 22px;
    line-height: 23px;
    padding: 8px 15px;
}

li.category .product-group .active > span i.open-group {
    color: #ffffff;
}

li.category > span i.select-group {
    position: absolute;
    right: 0;
    top: 0;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 23px;
    padding: 8px 15px;
    border-left: 1px solid #e6e6e6;
}

li.category .product-group .active > span i.select-group {
    color: #ffffff;
}

li.category li{
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    float: left;
    width: 100%;
    padding: 7px 10px;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: #f8fafc;
}

@media only screen and (max-width: 993px) {
    li.category li{
        font-size: 13px;
        padding: 10px 24px;
    }
}


.c1-filters li.category > span{
    float: left;
    padding: 10px;
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 600;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    width: 80%;
}

.c1-filters li.category i.fa.fa-angle-down.open-group{
    float: right;
    padding: 18px 13px;
    cursor: pointer;
    font-size: 19px;
    border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 993px) {
    .c1-filters li.category i.fa.fa-angle-down.open-group{
       padding: 12px 19px;   
    }
}


.c1-filters li.category.open-submenu ul{
    display: contents;
}

.c1-filters .show-filters{
    cursor: pointer;
    background: #ffffff;
    padding: 7px 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
    .c1-filters .show-filters{
        padding: 7px 18px;
    }
}

.c1-filters .show-filters i {
    color: #2d2d2d;
    font-size: 22px;
}

@media only screen and (min-width: 993px) {
    .c1-filters .show-filters{
        display: inherit;
    }
}











