.banner-cate {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.banner-cate-box{
    padding-block:80px ;
}
.control-bar-ctn{
    display: flex;

}

.control-bar-ctn {
    border-bottom: 2px solid #f4f4f4;
    border-top: 2px solid #f4f4f4;
    overflow: visible;
    transition: background-color .25s ease;
    width: 100% !important;
    z-index: 49;
    position: relative;
}
.control-bar-ctn-wrap{
    align-items: center;
    display: flex
;
    height: 58px;
    margin-top: 0;
    overflow: visible;
    position: relative;
    width: 100%;    justify-content: space-between;
}
.control-bar-ctn button {
    background-position: 0% 40%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
}
.control-bar-ctn button  .show-button{
    display: inline-block !important;
}
.control-bar-ctn button  .hide-button{
    display: none !important;
}
.mobile-menu-close{
    display: none;
}
.sort-options {
    background-color: #f4f4f4;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
    width: 306px;
    z-index: 8;
}
.sort-options .option {
    border-top: 1px dotted #c3c6c8;
    color: #2f3132;
    cursor: pointer;
    font-weight: 400;
    padding: 18px 20px 17px 45px;
    text-transform: uppercase;
}
.wrapp_list_desc{
    display: flex;gap: 20px;
    padding-top: 80px;
}

.fillter .inner{

}
.fillter .inner .wrap{
    
}
.fillter .inner .wrap .filter-wrapper-collection{
    
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group{
    background-repeat: repeat-x;
    position: relative;
    background-position: center bottom;
    border-bottom: 1px solid rgb(225, 226, 227);
    padding: 20px 0px;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .toggle-visibility {
    height: 40px;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 10px;
    width: 40px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    padding: 10px;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .toggle-visibility::after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: '\f068'; /* Mã Unicode cho biểu tượng check */
    font-family: 'FontAwesome'; /* Thử font family này */
    display: inline-block;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-transform: none;
    vertical-align: middle;
    width: 17px;
    text-align: center;
    color: #000;
    font-variant: normal;
    text-decoration: none !important;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .toggle-visibility.active::after{
    content: '\f067'; /* Mã Unicode cho biểu tượng check */
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group h2{
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: var(--p-font-weight-bold);
    line-height: 1.33333;
    margin: 0;
    padding-right: 35px;
    text-transform: uppercase;
    transition: margin-bottom .2s ease;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub{
    
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul{
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
    position: relative;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li{
    cursor: pointer;
    
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li:hover{
    color: var(--primary-cl);
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li.active{
    color: var(--primary-cl);
    font-weight: bold;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li input{
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li label{
    color: #697172;
    display: inline-block;
    font-size: .875em;
    line-height: 1.375;
    padding-bottom: 0;
    padding-right: 3px;
    padding-top: 5px;
    text-transform: none;
    width: 100%;
}

.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li input[type=checkbox]+label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li input[type=checkbox]+label:before {
    border: 1px solid #2f3132;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 6px;
    vertical-align: middle;
    width: 16px;
}
.fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li input[type=checkbox]:checked+label:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c'; /* Mã Unicode cho biểu tượng check */
    font-family: 'FontAwesome'; /* Thử font family này */
    background: #00b8fc;
    color: #fff;
    display: inline-block;
    font-size: inherit;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--p-font-weight-bold);
    line-height: 17px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    vertical-align: top;
    vertical-align: middle;
    width: 1em;
    width: 16px;
}
.wrapp_list_desc .tab-content {
    flex: 1;
}
@media screen and (min-width:768px) {
    .fillter{
        width: calc(37.5% - 24px);
        display: block;
    }
    .fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li, .fillter .inner .wrap .filter-wrapper-collection .filter-group .list_sub ul li label {
        color: #2f3132;
        font-size: 16px;
        padding-top: 4px;
        font-weight: 300;
    }
}
@media screen and (min-width: 1025px) {
    .banner-cate {
        align-items: stretch;
        display: flex
;
        flex-wrap: wrap;
        min-height: 50vh;
        padding-top: 0;
        width: auto;
        justify-content: center;
        align-items: center;
    }
    .fillter{
        width: calc(20% - 24px);
    }
    .fillter .inner .wrap .filter-wrapper-collection .filter-group h2{
       font-size: 20px;
    }
}
@media screen and (min-width: 1490px) {
    .fillter{
        width: calc(22% - 20px);
    }
}
@media screen and (max-width:767.9999px) {
    .wrapp_list_desc{
        position: relative;
        padding-top: 30px;
    }
    .fillter{
        min-width: 260px;
        position: absolute;
        right: 100%;
        width: calc(100% - 64px + 30px * 2);
    }
    .mobile-menu-close{
        border: 0;
        border-radius: 0;
        display: block;
        height: 100%;
        outline: 0;
        position: absolute;
        /* visibility: hidden; */
        width: 64px;
        z-index: 1981;
        background-color: #00b8fc;
        top: 0;
        right: -100%;
        transition: transform 0.3s ease;
    }
    .mobile-menu-close i{
        color: #fff;
    }
    .banner-cate-box h2{
        text-align: center;
    }
}
