/* -------------------------------------------------------------- Filter Sidebar -------------------------------------------------------------- */
.filter-sidebar { margin-bottom: 25px }
.filter-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.filter-sidebar ul li {
    position: relative;
    margin-top: 6px;
    margin-bottom: 3px
}

.cat-parent a{
    font-weight: bold;
}

.cat-parent a:hover{
   text-decoration: none
}

.cat-parent a .fa,
.cat-general .fa,
.cat-child-level1,
.cat-child-level2{
    margin-right: 10px;
}

.cat-general{
    margin-right: 10px;
}
/* kategória gyermek elemei összes */
.cat-children{
    margin-left: 5px !important;
}

.cat-child-level1{
    margin-left: 10px !important;
}

.cat-child-level1{
    margin-left: 15px !important;
}

.filter-sidebar ul li a.remove-filter {
    position: absolute;
    top:0;
    right: 0
}
.price-range {
    overflow: hidden;
    margin-top: 5px;
    padding: 3px 0
}
.noUi-horizontal { height: 11px }
.noUi-horizontal .noUi-handle {
    top: -3px;
    left: -9px;
    width: 17px;
    height: 17px
}
.noUi-background {
    background: #dbdbdb;
    -webkit-box-shadow: none;
            box-shadow: none
}
.noUi-connect {
    -webkit-box-shadow: none;
            box-shadow: none
}
.noUi-origin { border-radius: 0 }
.noUi-target {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none
}
.noUi-handle {
    cursor: default;
    border: 0;
    border-radius: 0;
    background: #797979;
    -webkit-box-shadow: none;
            box-shadow: none
}
.noUi-active {
    -webkit-box-shadow: none;
            box-shadow: none
}
.noUi-handle:before,
.noUi-handle:after { content: none }
/* -------------------------------------------------------------- End of Filter Sidebar -------------------------------------------------------------- */

/* -------------------------------------------------------------- Product Sorting Bar -------------------------------------------------------------- */
.product-sorting-bar {
    font-family: Arial;
    display: inline-block;
    width: 100%;
}

/*.product-sorting-bar { border: 1px solid #e5e5e5 }*/
.product-sorting-bar .checkbox {
    margin:0;
    margin-left: 20px;
}
.product-sorting-bar select {
    min-width: 60px;
    height: 60px
}
.filter-input{
    border: 1px solid #ccc;
    display: inline !important;
}
.product-sorting-bar > div,
.product-sorting-bar-form >div
{
    float: left;
    padding-right: 15px !important;
}

.product-sorting-bar .select2-container .select2-selection--single { height: 30px }
.product-sorting-bar .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 28px }
.product-sorting-bar .select2-container--default .select2-selection--single .select2-selection__arrow { height: 28px }
/* -------------------------------------------------------------- End of Product Sorting Bar -------------------------------------------------------------- */

i.green{
    color: red !important;
}

