.single-product .post-share {
    display: none !important;
}

.single-product .related-posts-section {
    display: none;
}

.single-product .post-header{
    display: none;
}

.single-product .post-text *:is(h2) {
    display: block;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none;
}

.single-product .post-text *:is(h2) {
   
    margin-left: 0;
}
.single-product .post-tags {
    display: none;
}

.single-product .post-content{
    margin: 0;
}
.single-product .post-content-wrapper{
    padding: 0;
}
.single-product .post-text{
    margin-bottom: 0;
}
/* CSS để đưa Related Products ra ngoài container */
.related.products.full-width-wat {
    /* Thoát khỏi container parent */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    
    /* Styling cho full-width section */
    background-color: #F8F5EB;
    padding: 10px 0;
  
}

/* CSS để đưa Related Products ra ngoài container end*/
/* an entry-title cac trang */
.page-id-176 .entry-title {
    display: none;
}

.page-id-142 .entry-title {
    display: none;
}
.page-id-184 .entry-title {
    display: none;
}
.page-id-149 .entry-title {
    display: none;
}
/* an entry-title cac trang end */