/* Minification failed. Returning unminified contents.
(13,28): run-time error CSS1039: Token not allowed after unary operator: '-color-2'
 */
#FilterBar_1 > nav {
    background-color: transparent !important;

}

    #FilterBar_1 > nav > .navbar-toggler {
        /*color: #ff8ba7 !important;*/
        color: #3656a1 !important;
        border-color: transparent !important;
    }

#FilterBar_1 > #navbarToggleExternalContent_1 > div {
    background-color: var(--color-2) !important;
}


/*---------------------------------------------------------------*/
.SubLevelFilter {
    /*margin: 3px 0px;*/
    /*border: 1px solid #faeee7;*/

    color:black;
    /*border-radius: 5px;*/
}
#FilterBar_1 > .row{
    margin-top:10px;
}
/*---------------------------------------------------------------*/
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
        background: white;
        border-color:transparent;
    }

.slow .toggle-group {
    transition: left 0.7s;
    -webkit-transition: left 0.7s;
}

.btn-MyProductExistenceON {
    color: white;
    font-weight: bold;
    background: #00CD00;
}

.btn-MyProductExistenceOff {
    color: white;
    font-weight: bold;
    background: #FFD700;
}


.btn-MyGenderON {
    color: white;
    font-weight:bold;
    background: #ff8ba7;
}

.btn-MyGrnderOff {
    color: white;
    font-weight: bold;
    background: #94c7eb;
}
/*---------------------------------------------------------------*/
#CategoryTree  {
   text-align:right;
}
#CategoryTree li {
    background-color:transparent !important;
}
#CategoryTree li span{

   font-size:12px !important;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: #ff8ba7;
}

#BrandTree {
    text-align: right;
}
#BrandTree li {
    background-color: transparent !important;
}

#BrandTree li span {
    font-size: 12px !important;
}

