main.main_archive_post {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    border: none;
    gap: 10px;
}

.nav-links span.page-numbers.current {
    width: 30px;
    height: 30px;
    background: #008f01;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008f01;
}

.nav-links a.page-numbers {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #008f01;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008f01;
}









/* product */


header.woocommerce-products-header {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

h1.woocommerce-products-header__title.page-title {
    color: #3e474b;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0;
}
.term-description {
    margin-top: 20px;
}

/* // */
.box_count_archive {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #ddd;
    padding: 0 3px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/*  */

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    border: none;
    gap: 10px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul span.page-numbers.current {
    width: 30px;
    height: 30px;
    background: #008f01;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008f01;
}

.woocommerce nav.woocommerce-pagination ul a.page-numbers {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #008f01;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008f01;
}

.entry-content.entry-content_archive {
    width: 100%;
    float: left;
}




/* //////////////////////////////////////////// */
h4.archive-heading {
    padding: 0 0 10px;
    margin: 0;
    font-size: 22px;
    color: #3e474b;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.item_post {
    float: left;
    width: 100%;
    border-bottom: 2px solid #008f01;
    padding: 10px 0;
    position: relative;
}

.item_post:hover {
    opacity: 0.8;
}

.item_post:hover {
    opacity: 1;
}

.item_post a {
    text-decoration: none;
}



.item_post_img {
    float: left;
    width: 33%;
    margin-right: 2%;
}

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

.item_post h4 {
    color: #3e474b;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item_post:hover h4 {
    color: #008f01;
}

.item_post_content p {
    font-size: 16px;
    color: #3e474b;
    text-align: justify;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.see {
    background: #3e474b;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.see:hover {
    background: #008f01;
}
.item_post_content {
    float: left;
    width: 65%;
}

.post_date {
    position: absolute;
    background: #008f01;
    color: #fff;
    left: 0;
    top: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 13px;
    align-content: center;
    row-gap: 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.post_date b {
    font-size: 20px;
    line-height: 1;
}

.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;
    }


    .post_excerpt p {
        margin: 0;
    }

}

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

    .post_excerpt {
        display: none;
    }

    .item_post_img {
        width: 48%;
    }
    
    .item_post_content {
        width: 50%;
    }
    
    .see {
        display: none;
    }
    
    .item_post h4 {
        -webkit-line-clamp: 1;
    }
    
    .item_post_content p {
        -webkit-line-clamp: 2;
    }

}