.left_pannel_bar {
    max-height: 100% !important;
    height: fit-content;
    padding-bottom: 20px;
}

.brand-group, .price-group {
    font-size: 22px;
}

.price-filter-input {
    padding-top: 5px;
}
#brand-filter-btn, #price-filter-btn {
    margin-left: 10px;
}
.brand-name {
    background-color: white !important;
    color: #545454 !important;
    height: 18px !important;
}

.category-group:hover {
    text-decoration: none;
}

#sidebar_category {
    position: absolute;
    left: 15px;
    z-index: 1;
}
#btn_filter_pannel {
    display: none;
}

.price-filter .form-group {
    padding-left: 20px;
    margin-bottom: 2px;
    margin-left: 5px;
    padding-right: 1px;
}
@media screen and (max-width:767px) {

    #left_pannel_bar {
        max-height: 100% !important;
        min-height: 100vh !important;
    }
    #btn_filter_pannel {
        display: inline-block;
    }
    .p-0 {
        padding: 0px;
    }

}

.item_description {
    padding-top: 10px !important;
}

.ui-state-active {
    border: 1px solid forestgreen !important;
    background: forestgreen !important;
}

.h1, h1 {
    font-size: 26px;
    text-align: center;
    padding-top: 3px;
}

.ads {
    margin-top: 25px;
}

.p-0 {
    padding: 0px;
}

.pl-1 {
    padding-left: 10px;
}

.brand-label {
    width: 100%;
    margin: 0px;
}

.brand-label:hover {
}
.cb_brand {
    margin: 0px !important;
    vertical-align: middle;
}

#form-left-pannel {
    padding: 10px;
}

@media screen and (max-width:915px) {
    .brand-group, .price-group {
        font-size: medium;
        padding-top: 5px;
    }
}

.price-filter {
    margin: 20px auto;
}

#brand-list-all {
    color: #2e6dd4;
    margin-top: 13px;
    margin-left: 13px;
}

.filer_btn {
    margin: 10px;
}

.filter-title {
    text-align: center;
    border-radius: 9px;
    width: fit-content;
    box-shadow: 0 6px 1px -5px lightgrey;
    font-size: medium;
    font-weight: bolder;
    min-width: 100%;
    line-height: 30px;
}
.brand-label {
    font-size: 13px;
    font-weight: normal;
    padding: 4px 10px;
}

fieldset {
    border: 1px solid #000;
}

.btn-category-title {
    border: none;
    background: none;
}

.clickable {
    cursor: pointer;
    font-size: 13px;
    
}
.review-search {
    height: 14px;
}

.side-category-title button .chevron:after {
    color: forestgreen;
    content: "\f078";
}
.side-category-title button.collapsed .chevron:after {
    color: #333;
    content: "\f054";
} 

.left_pannel_bar li.sub-category:nth-child(n+11){
    display:none;
}

.text-bold {
    font-weight: bold;
}

.rating-label {
    width: 100%;
    padding: 3px 15px;
}
.rating-label img {
    vertical-align: top;
}

.clickable {
    width: fit-content;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 0 !important;
}

.clickable:hover {
    border-bottom: 1px solid #545454 !important;
}

/* Chrome, Safari, Edge, Opera */
.price-filter input::-webkit-outer-spin-button,
.price-filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.price-filter input[type=number] {
  -moz-appearance: textfield;
}

input[type=email], input[type=password], input[type=search], input[type=text] {
    -webkit-appearance: auto;
}

.flex-item.price-box {
    margin: 2px;
}

.brand-pad {
    padding: 0 10px;
}
#mobile-brands, #mobile-filters {
    min-height: 100vh;
}
.rating-label .clickable, .price-filter .clickable {
    margin: 4px 0 0;
}
#form-left-pannel .fas {
    padding-left: 5px;
}

.specs-check-label .rank_text {
    font-size: 14px !important;
}
.slick-next, .slick-prev {
    height: 34px;
}

.clear-filter {
    color:white !important;
    background-color:#bbbbbb !important;
    border: none;
}