.dqdt-sidebar .title-head {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}
.dqdt-sidebar .nav-category ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.dqdt-sidebar .nav-category ul .nav-item .nav-link {
    display: block;
    padding: 8px 0;
    font-size: 15px
}
.dqdt-sidebar .nav-category ul .nav-item .nav-link.pr-5 {
    padding-right: 30px
}
.dqdt-sidebar .nav-category ul .nav-item.active > .nav-link {
    color: #1c5b41
}
.dqdt-sidebar .nav-category ul .menu_down {
    padding-left: 10px !important
}
.dqdt-sidebar .nav-category ul .down_icon {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 0;
    transition: .5s all;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}
.dqdt-sidebar .nav-category ul .down_icon:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #59646a transparent transparent transparent;
    transition: border-color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.dqdt-sidebar .nav-category ul .down_icon.cls_mn {
    transform: rotate(180deg)
}
.opacity_sidebar {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none
}
.opacity_sidebar.openf {
    display: block
}
.title-page {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: none !important
}
#sort-by {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 0;
    display: none
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#sort-by label {
    margin-right: 6px;
    margin-bottom: 0
}
#sort-by .ul_col > li {
    position: relative;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 34px;
    background-image: url(//bizweb.dktcdn.net/100/455/315/themes/868479/assets/ico-select-2.png?1660036732610) !important;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    width: 180px;
    padding: 0 20px
}
#sort-by .ul_col .content_ul {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #fff;
    display: none
}
#sort-by .ul_col .content_ul li {
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    margin-bottom: -1px
}
#sort-by .ul_col:hover .content_ul {
    display: block
}
#sort-by #sortBy {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    width: 180px;
    padding: 0 20px;
    height: 36px;
    outline: none
}
.products-view .item_product_main {
    margin-bottom: 25px
}
@media(max-width:767px) {
    #sort-by {
        position: initial
    }
}
@media(max-width:991px) and (min-width:768px) {
    #sort-by {
        top: -8px
    }
}
@media(min-width:1199px) {
    #sort-by {
        top: -8px
    }
}
@media(max-width:991px) {
    .dqdt-sidebar {
        padding: 0 15px;
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        padding-top: 10px
    }
    .dqdt-sidebar.openf {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    #open-filters {
        display: none;
        color: #fff;
        background: #1c5b41;
        position: fixed;
        right: 0;
        top: 35% !important;
        cursor: pointer;
        z-index: 99;
        font-size: 18px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        background-image: url(//bizweb.dktcdn.net/100/455/315/themes/868479/assets/icon-filter-bg.png?1660036732610);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px
    }
    #open-filters.openf {
        right: 256px;
        background-image: url(//bizweb.dktcdn.net/100/455/315/themes/868479/assets/icon-filter-close-bg.png?1660036732610)
    }
    #open-filters span {
        display: none
    }
}