h1.heading_h1 {
    margin-bottom: 40px;
    text-align: center;
}
.form-group:not(.filter) {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
}
.form-group:not(.filter) input {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    width: 100%;
    color: #999;
    font-size: 16px;
}
.btn_search {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    background-color: #f59421;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    position: relative;
    left: -4px;
    cursor: pointer;
}
.form-group:not(.filter) .btn_search {
    left: unset;
    right: 10px;
    width: auto;
    line-height: 60px;
    font-size: 0;
    position: absolute;
    top: 0;
    padding: 0;
    background: 0 0;
}

 ul.pagination li a {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
}
.file-page ul.pagination, ul.pagination {
    text-align: center;
    margin-top: 60px
}

    .file-page ul.pagination li, ul.pagination li {
        display: inline-block
    }

        .file-page ul.pagination li a, ul.pagination li a {
            width: 40px;
            height: 40px;
            background-color: #f5f5f5;
            border-radius: 50%;
            color: #333;
            font-size: 14px;
            line-height: 40px;
            text-align: center;
            margin: 0 5px;
            display: block;
        }

        .file-page ul.pagination li.active a, ul.pagination li.active a {
            background-color: #024C16;
            color: #fff
        }
        
        
ul.list_page {
    display: inline-flex;
    flex-wrap: wrap;
    float: right;
    display: none
}

    ul.list_page li {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        margin: 0 5px;
        border: 1px solid transparent;
        display: inline-block;
        cursor: pointer
    }

        ul.list_page li.active {
            border: 1px solid #f59421
        }
        
        
.menu_cat_product_tax_page ul {
    margin: 0;
    list-style: none
}

.menu_cat_product_tax_page > ul > li {
    border-bottom: 3px solid #fff
}

.menu_cat_product_tax_page ul li {
    padding: 0 10px;
    background-color: #f0f0f0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin: 0;
    MARGIN-LEFT: 0!important;
    opacity: 1;
}

.menu_cat_product_tax_page ul ul li {
    background-color: #f7f7f7;
    padding: 0 13px;
}

.menu_cat_product_tax_page ul ul a {
    color: #333;
    font-size: 13px;
    font-weight: 400
}

.menu_cat_product_tax_page ul ul li i {
    margin-right: 15px
}

.menu_cat_product_tax_page ul a {
    color: #333;
    font-size: 15px;
    padding: 15px 0;
    transition: .3s;
    POSITION: RELATIVE;
}

    .menu_cat_product_tax_page ul a:hover, .menu_cat_product_tax_page ul a.active {
        color: #df0018;
        transition: .3s;
        font-weight: bold;
    }

.menu_cat_product_tax_page > ul > li > a {
    width: calc(100% - 40px);
    display: inline-block;
}

.menu_cat_product_tax_page .nameContainer {
    display: inline-block;
    float: left
}

.menu_cat_product_tax_page > ul > li > i, .menu_cat_product_tax_page .term_parent > i {
    width: 25px;
    height: 25px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #333;
    cursor: pointer;
    float: right;
    margin: 10px 0
}

.menu_cat_product_tax_page ul ul li a {
    padding: 7px 0
}

.menu_cat_product_tax_page ul ul {
    max-height: 0;
    overflow: hidden;
    transition: .1s;
    width: calc(100% + 20px);
    position: relative;
    left: -9px;
    background-color: #f7f7f7;
    padding: 0
}

.menu_cat_product_tax_page ul li.term_parent.toggle ul {
    max-height: 1000px;
    transition: .1s;
    padding: 15px 0
}

.menu_cat_product_tax_page h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0;
    background: #024C16;
    margin-bottom: 3px
}
.menu_cat_product_tax_page ul>label, .no-result {
    display: none;
}
.menu_cat_product_tax_page a input {
    display: none;
}
.menu_cat_product_tax_page a label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.wp-pagenavi a{
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    font-size: 20px;
    display: block;
    height: 33.6px;
    line-height: 28.6px;
    text-align: center;
    width: auto;
    min-width: 33.6px;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s;
    vertical-align: top;
}

.wp-pagenavi span{
 border-radius: 50%;
 border: 2px solid #000;
 color: #000;
 font-size: 20px;
 /* display: block; */
 height: 33.6px;
 line-height: 26.6px;
 text-align: center;
 width: auto;
 min-width: 33.6px;
 padding: 0 7px;
 font-weight: bolder;
 border-radius: 99px;
 border: 2px solid currentColor;
 transition: all .3s;
 vertical-align: top;
}
.wp-pagenavi span.current{border-color: #df0018;background-color: #df0018;color: #fff;}
.wp-pagenavi a:hover{
border-color: #df0018;background-color: #df0018;color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: unset;
    font-size: 14.96px;
    display: inline-block;
    height: 2.25em;
    line-height: 2em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s;
    vertical-align: top;
    margin: 0px 3px 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
    border-color: #df0018;
    background-color: #df0018;
    color: white;
}
.pages{display:none!important;}

.last{display:none!important;}
.wp-pagenavi .extend{display:none!important;}
@media(max-width:480px){
group:not(.filter) {
    margin-bottom: 0;
}
}