@media (max-width: 1600.98px){
    .cm-head-filter-block{
        grid-gap: 25px;
    }
}

@media (max-width: 1499.98px){
    .bhf-icon {
        width: 40px;
        height: 40px;
        padding: 12px;
    }
    .btn-lg-filter .bhf-icon {
        padding: 1px;
    }    
}

@media (max-width: 1399.98px){
    .bhf-title,
    .tmpv-title{
        font-size: 11px;
    }
    .tmpv-like {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 1199.98px){
    .bhf-icon {
        width: 45px;
        height: 45px;
        padding: 13px;
    }
    .cm-pen-slider .owl-next, .cm-pen-slider .owl-prev{
        width: 40px;
        height: 40px;
    }
    .cm-pen-slider .owl-next:before, .cm-pen-slider .owl-prev:before{
        width: 12px;
        height: 10px;
    }
    .ai-tmp-badge{
        font-size: 9px;
        line-height: 22px;
        padding-inline: 12px;
    }
    .tmpv-like {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 1080.98px){
    .tmpv-img-block{
        border-radius: 12px;
    }
}

@media (max-width: 575.98px){
    .cm-head-filter-block {
        grid-gap: 10px;
        width: 100%;
        padding: 0 25px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .bhf-icon {
        width: 41px;
        height: 40px;
        padding: 12px;
    }
    .btn-head-filter .bhf-icon {
        background-color: transparent !important;  
    }
}