aside ul li.widget {
    padding: 0;
    margin-bottom: 0;
}
li.cat-item.current-cat a {
    color: var(--main_txt)!important;
    font-weight: bold!important;
}
.main_sidebar aside {
    background: white;  padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 24px 10px rgb(68 102 242 / 8%);
}
.main_sidebar ul {
    margin-top: 0;
}
.main_sidebar aside .list_sidebar_news {
    margin-top: 30px;
}
.main_sidebar {
    max-width: 22%;
    padding: 0 7px;
    transform: translateY(-100px);
}
.row.sec_pro_ntv .col-9 {
    flex: 0 0 76%;
    max-width: 76%;
    width: 76%;
    background: #fff;
    transform: translateY(-100px);
    margin-left: 10px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 24px 10px rgb(68 102 242 / 8%);
}
aside .widgettitle {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    padding-top: 5px;
    padding-bottom: 7px;
    margin: 0;
    position: relative;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left; 
    font-weight: bold;
}
.widget ul.product-categories li > a {
    color: #515151;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
}
aside .widgettitle:before {
    content: '';
    position: absolute;
    left: 0;
    width: 85px;
    background: var(--main_bgr);
    height: 3px;
    bottom: 0;
}
.widget ul.product-categories li > a:hover {
    color: var(--main_bgr);
    font-weight: bold;
}
.list_sidebar_news .post_nd .excerpt {
	font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list_sidebar_news .post_nd .title {
    font-size: 13px; font-weight: bold
}
.list_sidebar_news .post_nd .title a {color: #000;}
.item {
    display: flex;
    flex-direction: row;
    padding: 10px;
}
.post_date {
    display: flex;
    flex: 0 0 22%;
    max-width: 22%;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #f4f4f4;
    position: relative;
}
.post_nd {
    padding-left: 20px;
}
.post_date:before {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    background: var(--main_bgr);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: -5px;
    z-index: 4;
}
p.ngay {
    font-size: 30px;
    margin-bottom: 0;
}
p.nam {
    color: #757575;
    font-size: 13px;
    margin-bottom: 0;
}
.btn_xthembv {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #757575;
}
.btn_xthembv:hover {
    color: var(--main_txt);
}
.post_nd h2 {
    font-size: 20px;
    color: #000;
}
.post_nd h2:hover {
    color: var(--second_txt);
}
.post_nd p {
    color: #3b3333;
}
aside ul li.widget.WOOF_Widget {
    padding: 0px;
}
/* btn lọc */
.woof_container_inner.woof_container_inner_snphmmusc h4 {
    display: none;
}
.woof_closed_block { display: block!important; }
button.button.woof_reset_search_form {
    margin-left: 5px;
}
aside button.button.woof_submit_search_form {
    padding: 0.618em 1em;
    background-color: var(--main_bgr);
    color: #fff;
    border: none;
}
#open_sidebar, .close-sidebar-btn, #open_sidebar_post, .close-sidebar-post-btn {
    display: none;
}
label.woof_checkbox_label {
    font-size: 15px;
    margin-left: 0;
}

@media (max-width: 1024px){
    .row.sec_pro_ntv {
        margin-right: 10px;
    }
    .row.sec_pro_ntv .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    #open_sidebar, #open_sidebar_post {
        position: fixed; border:none;
        top: 30%;
        left: 0;
        width: 60px;
        height: 50px;
        text-align: center;
        z-index: 350;
        font-size: 1.5em;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-color: unset;
        background-color:#d21211;
        color: white;
        opacity: .9;
        transition: .2s all ease;
        -webkit-transition: .2s all ease;
    }
    #open_sidebar i, #open_sidebar_post i { font-size: 25px; color: #fff }
    .close-sidebar-btn, .close-sidebar-pro-btn, .close-sidebar-post-btn {
        display: block;
        padding-top: 10px;
        text-align: right;
    }
    .close-sidebar-btn span, .close-sidebar-pro-btn span, .close-sidebar-post-btn span {
        color: #fff;
        font-weight: 700;
        background: #000;
        padding: 10px 15px;
    }
    .main_sidebar.show {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition: .6s;
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        overflow-y: scroll;
    }
    .main_sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        transform: translateX(-100%);
        max-height: 100%;
        background: #fff;
        z-index: 999;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
        box-shadow: 2px 1px 4px #00000040;
    }
}

@media (max-width: 768px){
    .sec_pro_ntv .col-9 {
        padding: 0 15px;
    }
    
}

@media (max-width: 640px){
    .main_sidebar {
        width: 85%;
    }
    .row.sec_pro_ntv .col-9 {
        margin-left: 0;
        padding-left: 7px;
        padding-right: 7px;
    }
    .row.sec_pro_ntv {
        margin-left: 10px;
    }

}

@media (max-width: 500px){
    .row.sec_pro_ntv {
        margin-left: 5px;
        margin-right: 5px;
    }
}
