@media only screen and (max-width: 1100px) {

    .iner_content_archive {
        flex-wrap: wrap;
    }
    .right_content_archive {
        border-left: none!important;
    }
}

@media only screen and (max-width: 900px) {

    
    
}

@media only screen and (max-width: 768px) {
    .tab_archive {
        width: 50%!important;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .woocommerce ul.products li.type-product, .woocommerce-page ul.products li.type-product {
        width: 50% !important;
        margin: 0 !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
        border-right: none;
    }
    
}


@media only screen and (max-width: 500px) {

    .woocommerce ul.products li.type-product, .woocommerce-page ul.products li.type-product {
        width: 100% !important;
        margin: 0 !important;
        border-right: none;
    }
    header.woocommerce-products-header {
        display: grid!important;
        gap: 10px;
    }
    .tab_archive {
        width: 100%!important;
    }
    
}



h4.archive-heading {
    padding: 0;
    margin: 10px 0;
    font-size: 23px;
    color: #04760c;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/* .item_post {float: left;width: 100%;margin-top: 10px;border-bottom: 2px solid #018791;padding-bottom: 10px;opacity: 0.8;} */

.item_post:hover {opacity: 1;}

.item_post a {text-decoration: none;}

.item_post:hover h4 {text-decoration: underline;}

/* .item_post_img {float: left;width: 20%;margin-right: 2%;} */

/* .item_post_img img {width: 100%;height: auto;} */

/* .item_post h4 {color: #018791;margin: 0;text-transform: uppercase;font-size: 16px;} */

/* .item_post_content {float: left;width: 78%;} */

/* .post_date {font-size: 13px;margin-top: 5px;color: #000;} */

/* .post_excerpt p {margin: 0;margin-top: 10px;color: #000;} */

nav.navigation.pagination {float: left;width: 100%;margin-top: 10px;text-align: center;}

nav.navigation.pagination a.page-numbers {padding: 5px;text-decoration: none;}

nav.navigation.pagination a.page-numbers:hover {text-decoration: underline;}

/* single */

.single-post h2 {font-size: 16px;}

/* page */

.page-heading {text-align: center;color: #018791;font-size: 21px;text-transform: uppercase;margin: 0;margin-bottom: 5px;}

@media only screen and (max-width: 768px) {

.post_excerpt {font-size: 11px;}

.item_post h4 {font-size: 13px;}

.post_date {font-size: 10px;margin-top: 0px;}

.post_excerpt p {margin: 0;}

}

@media only screen and (max-width: 500px) {

.post_excerpt {display: none;}

}

/* archive */

.item_post {
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 30px;
    display: flex;
    border: 1px #c7d8c5 solid;
    border-radius: 10px;
    overflow: hidden;
}
.item_post>a {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.item_post_img {
    float: left;
    width: 33%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 33%;
}
.item_post_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.item_post_content {
    float: left;
    width: 65%;
    padding: 15px;
}
.item_post h4 {
    color: #04760c;
    margin: 0;
    font-size: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.post_date {
    margin-top: 5px;
    color: #000;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
    line-height: 26px;
    border-radius: 13px;
    top: 30px;
    right: -35px;
    background: #FFF;
    white-space: nowrap;
    padding: 0 15px;
}
.post_excerpt p {
    margin: 0;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
span.xem_archive {
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.post_excerpt {
    margin-bottom: 80px;
}

.list_bar_con {
    display: none;
    list-style: none;
    padding-left: 20px;
}
.bor_link_icon {
    cursor: pointer;
    width: 100%;
    position: relative;
}
.right_archive_post {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px #c7d8c5 solid;
}
.content_bar_products {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.text_cate_post {
    font-size: 20px;
    margin-bottom: 10px;
    color: #04760c;
    width: 100%;
    font-weight: bold;
    float: left;
}
ul.list_item_bar {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.8;
}
.bor_link_icon>i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #929292;
}

a.link_item_bar {
    font-size: 15px;
    color: #000;
}
a.link_item_bar_con {
    font-size: 15px;
    color: #000;
}
.list_post_bar {
    width: 100%;
    float: left;
    margin: 30px 0 10px;
}

.post {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.post-thumbnail {
    width: 100%;
    max-width: 60px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.post-thumbnail a {
    display: block;
}

.right_bar_ar {
    width: 100%;
}

.right_bar_ar h2 {
    margin: 0;
    font-size: 14px;
}

.right_bar_ar a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list_post_tag {
    width: 100%;
    float: left;
    margin: 10px 0;
}

ul.list_tag_post {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
}

ul.list_tag_post li a {color: #000;}
ul.list_tag_post li a::before {
    content: '•';
    color: #04760c;
    margin-right: 10px;
}

/* product /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

h2.archive_tab_r_xem {
    margin: 0;
    font-size: 30px;
    color: #04760c;
}

.archive_xem_pro {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.iner_tab_archive {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C7D8C5;
    border-left: 1px solid #C7D8C5;
    border-radius: 10px;
    overflow: hidden;
}

.tab_archive {
    width: 25%;
    background: #fff;
}
.full-row.full-archive-product>.full_yoast {
    margin-bottom: 0;
}
.full_list_cate {
    width: 100%;
    float: left;
    padding: 0 0 30px;
    background: #fff;
}

.title_cate {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 32px;
    color: #04760c;
    margin-bottom: 30px;
    font-weight: bold;
}
.container_list_cate {
    width: 100%;
    float: left;
    position: relative;
}

.mySwiper_cate {
    position: relative;
    overflow: hidden;
}
.thumnail_cate_pro {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
}

img.img_cate {
    position: absolute;
    width: 100%;
}

.title_cate_pro {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    margin: 10px 0 0;
}
.swiper-button-next.swiper-button-next_cate {
    background:#fff url(images/icon_right_cate.svg) center no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateX(80px);
}
.swiper-button-prev.swiper-button-prev_cate {
    background:#fff url(images/icon_left_cate.svg) center no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateX(-80px);
}

/* main sidebar ///////////////////////////////////////////////////////////////////////////////////// */

.content-archive {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.iner_content_archive {
    border: 1px solid #C7D8C5;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
}
.left_content_archive {
    width: 100%;
    max-width: 250px;
    padding: 0 10px;
}

.right_content_archive {
    width: 100%;
    border-left: 1px solid #C7D8C5;
}

header.woocommerce-products-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #C7D8C5;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_sx {
    display: flex;
    align-items: center;
    height: 100%;
}

form.woocommerce-ordering {
    margin: 0 !important;
    line-height: normal;
}
h1.woocommerce-products-header__title.page-title {
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
select.orderby.seclect_archive {
    padding: 2px 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
}
.list_pro_archive {
    width: 100%;
    float: left;
}
.woocommerce_description_pro_cate {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}
.text_ordering {
    margin-right: 5px;
}

nav.woocommerce-pagination {
    width: 100%;
    float: left;
    margin: 20px 0;
}
ul.page-numbers {
    border: none !important;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}
span.page-numbers.current {
    width: 44px;
    height: 44px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #04760c !important;
    color: #fff!important;
    border: 1px solid #04760c;
}

a.page-numbers {
    width: 44px;
    height: 44px;
    border: 1px solid;
    color: #000;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
p.text_pt_archive {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0 10px;
    height: 25px;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}
.page_archive .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

