.archive.tax-product_cat .row.row-full-width,
.archive.post-type-archive-product .row.row-full-width{
    max-width: 100% !important;
}
.single-product .row,
.archive.tax-product_cat .row,
.archive.post-type-archive-product .row{
    max-width: 1300px !important;
}
.archive.tax-product_cat #main,
.archive.post-type-archive-product #main{
    background-image: url(/wp-content/uploads/2025/04/bg-section9-home-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.archive.tax-product_cat .breadcrumbs,
.archive.post-type-archive-product .breadcrumbs{
    display: none;
}
.post-type-archive-product .row-breadcrumb{
    padding-top: 50px;
}
.archive.tax-product_cat h2{
    font-family: 'iCiel Rukola';
    color: #C01415;
    text-align: center;
    padding: 50px;
    font-weight: 400;
    font-size: 46px;
    padding-bottom: 15px;
    padding-top: unset;
}
.archive.post-type-archive-product h2{
    font-family: 'iCiel Rukola';
    color: #C01415;
    text-align: center;
    padding: 50px;
    font-weight: 400;
    font-size: 46px;
    padding-bottom: 15px;
    margin-top: -40px;
    padding-top: unset;
}
.archive.tax-product_cat .product-small a,
.archive.post-type-archive-product .product-small a{
    color: var(--black);
    font-family: 'Google Sans', sans-serif !important;
	font-size: 1rem;
}
.box-text-products{
	padding-bottom: 0 !important;
}
.archive.tax-product_cat .row-breadcrumb .col,
.archive.post-type-archive-product .row-breadcrumb .col {
    margin: 100px 0 0 0 !important;
}
.archive.tax-product_cat{
    font-family: 'Google Sans', sans-serif !important;
}
body.archive.post-type-archive-product{
    font-family: 'Google Sans', sans-serif !important;
}
.term-description{
    display: none;
}
.row.row-category-list-box {
    width: 90% !important;
    max-width: 100% !important;
    margin: auto !important;
	justify-content: center;
}
.box-category{
    position: relative;
    overflow: hidden;
    width: 350px;
    margin: auto;
}
.box-category:hover .overlay-category {
    transform: translateY(0%);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-category:hover .category-description{
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    font-family: 'Google Sans', sans-serif !important;
}
.overlay-category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0 0 20px 20px;
}
.category-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-family: 'Google Sans', sans-serif !important;
}
.category-description{
    display: none;
    opacity: 0;
}
.category-thumbnail {
	height: 480px;
	width: 100%;
}
/* .product-list,
.product-category{
    
} */
.row-tab{
    margin-bottom: 20px;
    padding: 0 5px 0 25px !important;
}
.tab-category-list {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 48px 0px #1018282E;
	flex-wrap: wrap;
}

.tab-category {
    border: 1px solid #3C3C3C;
    padding: 10px;
    border-radius: 15px;
}
.tab-category:hover {
    background-color: #C01415;
    color: var(--white) !important;
}

.tab-category.active{
    background-color: #C01415;
    color: var(--white) !important;
}


.name.product-title{
    font-size: 18px;
    font-weight: 600;
    color: var(--black) !important;
    font-family: 'Google Sans', sans-serif !important;
    padding: 15px;
    margin-top: -15px;
}
.product-main .price .amount{
    font-size: 36px;
    color: var(--red) !important;
    font-style: italic;
    display: none;
}
.price .amount{
    font-size: 20px;
    color: var(--red) !important;
    font-style: italic;
}


.sidebar-inner{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 48px 0px #1018282E;
}
.sidebar-inner .woof_list_label .woof_label_term{
    background-color: unset !important;
    border: unset !important;
}

.irs-grid{
    display: none !important;
}
.irs.irs--round{
    width: 80% !important;
    margin: auto;
}

.irs--round .irs-bar {
    background-color: var(--be) !important;
}
.irs--round .irs-handle {
    border: 4px solid white !important;
    background-color: var(--be) !important;
    box-shadow: 0px 0px 48px 0px #1018282E;
}
.irs-from,
.irs-to{
    background-color: var(--be) !important;
}
.irs-to:before,
.irs-from:before{
    border-top-color: var(--be) !important;
}
.sidebar-inner h4{
    font-size: 20px;
    color: var(--red);
	font-family: 'Google Sans', sans-serif !important;
}
.woof_list_checkbox li{
    display: flex;
    align-items: center;
    gap: 10px;
}


.woof_container label{
    margin: 0 !important;
    font-family: 'Google Sans', sans-serif !important;
}
.woof_list_checkbox input[type=checkbox]{
    border-radius: 5px !important;
    vertical-align: unset;
    margin: 0 0 0 5px;
    appearance: none;
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #9e9e9e;
}
.woof_list_checkbox input[type="checkbox"]:checked{
    background-color: var(--red);
}
.woof_products_top_panel{
    display: none !important;
    visibility: hidden;
}
.woof_reset_search_form{
    background-color: var(--be) !important;
}
.product-small.box {
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1018282E;
    padding: 0px;
}


.pre-footer-product{
    height:600px; 
    align-items: center;
    display: flex;
	background-size: cover;
}
.wood-pre-footer{
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
}
.pre-footer-product-left img{
    width: 600px;
}
.pre-footer-product-right p{
    color: var(--white);
    padding: 0 30px;
    text-align: center;
}
.archive.tax-product_cat .section5-home .certificate img,
.post-type-archive-product .section5-home .certificate img {
    max-width: 200px !important;
}
.single-product .custom-breadcrumb{
    display: none;
}

.archive.post-type-archive-product .slick-track,
.archive.tax-product_cat .slick-track {
	margin: 0 auto !important;
}



@media screen and (max-width:767px) {
    .single-product h1{
        padding-top: 15px;
    }
    .product-small.box {
        margin: 0;
    }
    .row-tab {
        padding: 0 15px!important;
    }
    .tab-category-list {
        flex-direction: column;
        gap: 5px;
    }
    .box-category {
        width: unset;
    }
    .category-card {
        margin: auto !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .category-title {
        font-size: 22px;
    }
    .pre-footer-product-left img{
        height: 220px;
        margin-left: 25px;
    }
    .wood-pre-footer{
        height: 120px;
    }
    .pre-footer-product .row{
        flex-direction: column-reverse;
    }
    .pre-footer-product .certificate{
        padding-bottom: 60px !important;
    }
    .archive.tax-product_cat .section5-home .certificate img,
    .post-type-archive-product .section5-home .certificate img {
        max-width: 170px !important;
    }
    .pre-footer-product {
        height: 850px;
    }
    .box-category:hover .overlay-category{
        padding: 15px;
    }
    /*.wood-pre-footer{*/
    /*    height: 150px;*/
    /*}*/
    /*.pre-footer-product-left img{*/
    /*    margin-top: 100px;*/
    /*    height: 250px;*/
    /*}*/
    .archive.post-type-archive-product.tax-product_cat .row-breadcrumb .col,
    .archive.post-type-archive-product .row-breadcrumb .col{
        margin: 20px 0 20px 0 !important;
        padding-bottom: unset;
    }
    .pre-footer-product-right p{
        padding-top: 80px !important;
    }
    .post-type-archive-product .row-breadcrumb .col{
        bottom: -60px !important;
    }
    .archive.post-type-archive-product h2{
        padding-top: unset;
    }
    .single-product .product-footer{
        padding-bottom: 30px;
    }
	.category-thumbnail {
		height: 430px;
		width: 100%;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .single-product h1{
        padding-top: 15px;
    }
    .product-small.box {
        margin: 0;
    }
    .tab-category-list {
        flex-direction: column;
        gap: 15px;
    }
    .box-category {
        width: unset;
    }
    .row-tab {
        padding: 0 15px!important;
    }
    .category-card {
        margin: auto !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
    .archive.tax-product_cat .section5-home .certificate img,
    .post-type-archive-product .section5-home .certificate img {
        max-width: 130px !important;
    }
    .pre-footer-product.section5-home{
        padding-bottom: 10px !important;
    }
    .wood-pre-footer{
        height: 180px;
    }
    .pre-footer-product-left img {
        height: 75%;
        margin-top: 15%;
    }
    .archive.tax-product_cat .section5-home .certificate img, 
    .post-type-archive-product .section5-home .certificate img{
        max-width: 170px !important;
    }
	.category-thumbnail {
		height: 430px;
		width: 100%;
	}
}


/* Detail */
.page-title{
    display: none;
}

body.single-product{
    font-family: 'Google Sans', sans-serif !important;
	color: var(--black)l
}

.single-product form.cart{
    display: none;
    visibility: hidden;
}

.single-product h1{
    font-size: 30px;
    color: var(--red);
    font-family: 'Huxley ExtraBlack';
}
.single-product h2{
    font-size: 20px;
    color: var(--black);
    font-family: 'Huxley ExtraBlack';
}
.single-product h3{
    font-size: 20px;
    color: var(--black);
    font-family: 'Huxley ExtraBlack';
}
.row-thong-tin{
    border-bottom: 0.5px solid lightgray;
}
.row-thong-tin .col{
    padding-top: 15px !important;
    padding-bottom: 5px !important;
}
.thong-tin-label{
    font-weight: 600;
    color: var(--black);
}
.thong-tin-content{
    color: var(--black);
}
.e-commerce .col{
    text-align: center;
}
.tabs.wc-tabs.product-tabs{
    display: none;
    visibility: hidden;
}
.product-footer .tabbed-content{
    padding: 20px !important;
    border: 1px solid var(--red) !important;
    border-radius: 10px;
}
.woocommerce-product-gallery__image{
    text-align: center  ;
}
/.product-images img{
    width: 650px !important;
    height: 650px !important;
	object-fit: contain;
}/

@media only screen and (max-width: 1024px){
    .row-category-list-box .slick-track{
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .tab-category-list{
        flex-direction: column;
    }
    .tab-category{
        margin: 5px 0;
    }
	.box-category {
        width: 350px;
    }
	.pre-footer-product-left img {
		width: 600px;
		height: 480px;
	}
}
		width: 600px;
		height: 480px;
	}
}