ul.fancytree-container {
    border: none
}

ul.fancytree-container .fancytree-icon,
ul.fancytree-container .fancytree-custom-icon {
    display: none;
}


.seach-list {
    margin-bottom: 15px;
}

#productlistfrm {
    position: relative;
    min-height: 200px
}

.custom-body-filter {
    margin-bottom: 10px;
    box-shadow: 0 4px 30px #edf0f5;
    border-radius: 10px !important;
    background: #f5f5f5;
    border: 1px solid #E9E9E9;
}

.custom-style-filter__title,
.custom-style-search__title {
    padding: 10px 0.7rem;
    color: var(--White);
    /* color: #535353 !important; */
    background-color: #303030;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0.4rem 0.4rem 0 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    
    text-decoration: none !important;

}

.custom-style-btn-category {
    border-radius: 0px;
    margin-bottom: 10px;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    color: var(--White) !important;
}

.category_reonenet_unorder ul li ul li {
    padding: 3px 0;
}

.category_reonenet_unorder ul li ul li span {
    font-size: 13px;
}

.custom-reone-brands {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-style-only-active {
    width: 100%;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    display: block;
}

.custom-style-only-active::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    transition: all .2s;
    border-radius: 0.3rem;
    background: var(--dark);
    top: 0.2rem;
    left: 0;
}

.custom-style-only-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 20px;
    background: var(--White);
    display: inline-block;
    border-radius: 0.3rem;
    transition: all 0.4s;
}

.custom-style-only-dis {
    width: 100%;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    font-weight: normal;
    display: block;
}

.custom-style-only-dis::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    transition: all .2s;
    border-radius: 0.3rem;
    background: var(--dark);
    top: 0.2rem;
    left: 0;
}

.custom-style-only-dis::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 20px;
    background: #fff;
    display: inline-block;
    border-radius: 0.3rem;
    transition: all 0.4s;
}

.holder_sort-by-unorder {
    flex-wrap: wrap;
    margin: 0 !important;
    border: none;
}

.holder_sort-by-unorder>li {
    margin: 5px 3px;
    display: block;
    align-items: center;
}

.holder_sort-by-unorder>li>a {
    transition: all .5s ease-in-out;
    margin: 0;
    border-radius: 15px;
    padding: 5px 0px;
    font-size: 13px;
    color: #0e1935 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.holder_sort-by-unorder>li>a:before {
    content: '';
    background: #D8D8D8;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 2px;
}

.custom-reone-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    background: #fbfbfb;
}

.title-card-reone>h2 {
    margin: 0 !important;
    line-height: 2 !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

span.fancytree-title {
    white-space: break-spaces;
}

span.fancytree-title:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #C59651;
    display: inline-block;
    margin-left: 3px;
    border-radius: 50%
}

.holder-detail-card-reone {
    height: 60px;

    padding: 10px 10px;
}

.holder-box-compare {
    display: flex;

}

.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width:3rem;
    height:3rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.pagination .page-item:hover {background:var(--accent-color)}
.pagination .page-item a,.pagination .page-item span {
    padding:1rem;
}
.pagination .page-item[aria-current=page] {
    background: var(--accent-color);
}

span.fancytree-node {
    display: inherit;
    width: 100%;
    margin-top: 0;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.category_reonenet_unorder .ui-fancytree {
    background: #f5f5f5;
}

.favoriteBtn input[type=checkbox] {
    display: none
}

.icon-box {
    top: 1rem;
    left: 0;
}

.icon-box svg {
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.icon-box .icon,
.icon-box .heart-icon {
    background: rgba(48, 48, 48, 20%);
    border-radius: 0.3rem;
}

.custom-holder-price-reone .price-amount {
    color: var(--CustomColor8);
}

.discount-lable {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}
.btn-top-product svg{
    width: 1.07rem;
    height: 1.07rem;
}
.close-sidebar
,.btn-close-sidebar,.btn-close-search{
    display: none;
}
@media (max-width:430px){
    .search-product-list{
        display: none;
    }

    .sidebar-list-product{
        transform: translateX(100%);
        position: fixed !important;
        right:0;
        top: 0;
        bottom: 0;
        display: flex;
        padding-right:0 !important;
        transition: all 0.5s linear;
        z-index: 999999;
    }
.sidebar-list-product.active{
    opacity: 1;
  
    transform: translateX(0);
}
.BoxShade{
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(48, 48, 48, 0.7);
    opacity: 0;
}
.BoxShade.active{
    z-index: 999;
    opacity: 1;
}
.box-filters-product{
    width:80% !important;
    overflow: auto;
}
.custom-body-filter{
    box-shadow: unset !important;
}
.close-sidebar{
    top:10%;
    border-radius:2rem  0 0 2rem;
}
.inner-close-sidebar{
    transform:rotate(-90deg);
   
}
.close-search,.inner-close-sidebar{
    font-size: 1.07rem;
}
.search-product-list{
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    transform: translateY(100%);
   
    z-index: 99999;
    transition: all 0.5s linear;
    display: flex;
    flex-direction: column;
}
.filter-search-product{
    background-color: var(--White);
    padding:2rem;
}
.search-product-list.active{
    transform: translateY(0);
  
}
.close-search{
    border-radius:1.5rem 1.5rem 0 0;
}
.ProductsSearch{
    background: unset !important;
    border: unset !important;
}
.btn-close-search,.close-sidebar{
    display: flex;
}
.btn-close-sidebar{
    display: block;
}
.btn-top-product {
    flex-grow:1;
    border-radius: 0.5rem;
    }
    
}

.custom-body-filter .bootstrap-tagsinput {
    border:unset;
    box-shadow: unset;
}
.custom-style-filter__title span {
    color: white !important;
}
.custom-style-filter__title div {
    margin-top: 0.5rem;
    
}