
.archive.tax-product_cat.term-tra-sua .site-content {
    padding-top: 0px;
}
/*  */
.taxonomy-layout1 .banner-cat .slick-slider .slick-dots {
    opacity: 0 !important;
}
/* .taxonomy-layout1 .slick-slide {
    padding-left: 0;
    padding-right: 0;
} */
.taxonomy-layout1 .banner-cat .slick-slide {
    padding: 0 !important;
}
.taxonomy-layout1 .slick-dotted.slick-slider {
    padding: 0 !important;
    margin: 0 !important;
}
.landing-layout1 ul.nav-tabs {
    justify-content: center;
    border: none;
    margin: 30px 0;
    background: #990000;
    padding: 5px;
    border-radius: 15px;  
}
.landing-layout1 ul.nav-tabs li {
    padding: 0 8px;
}
.landing-layout1 ul.nav-tabs li button.nav-link {
    color: #ffffcc;
    border: none;
    text-transform: uppercase;
}
.landing-layout1 ul.nav-tabs li button.nav-link:hover {
    background: #ffffcc;
    color: #990000;
    border: none;
    border-radius: 10px;
}
.landing-layout1 ul.nav-tabs li button.nav-link.active {
    transform: scale(1.8);
    border: 2px solid;
    font-size: 10px;
    color: #990000;
    background: #ffffcc;
    border-radius: 35px;
    font-weight: 600;
    margin: 0 30px;
}
.load-more-prd {
    text-align: center;
    margin-bottom: 30px;
}
button.load-more-product {
    background: transparent;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #990000;
    border: 2px solid #990000;
}
button.load-more-product:hover {
    background: #990000;
    color: #ffffcc;
}

/* Product- customer */
.custom-box-product {
    background-image: url('../../assets/img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.product-customer-item {
    text-align: center;
    margin-bottom: 30px;
}

.product-customer-item .box-title {
    max-width: 65%;
    margin: 0 auto;
}
.product-customer-item .box-title .image img {
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}
.product-customer-item .box-title .title {   
    color: #990000;
    height: 60px;
}
.product-customer-item .box-title .title h3 {
    font-size: 20px;
    font-family: auto !important;
    font-weight: 600;
}
.product-customer-item .box-data {
    max-width: 75%;
    margin: 0 auto;
    background: #990000;
    padding: 20px;
    border-radius: 100px;
    margin-top: 30px;
}
.product-customer-item .box-data .heading {
    margin: 0;
    padding: 5px 0;
    font-size: 42px;
}
.product-customer-item .box-data .description {
    padding: 5px 30px;
    color: #ffffcc;
    font-size: 18px;
}

.taxonomy-layout1 .taxonomy-cate {
    padding: 30px 0;
    position: relative;
}
.taxonomy-layout1 .taxonomy-cate::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%); */
}
.taxonomy-layout1 .taxonomy-cate .landing-layout1 {
    position: relative;
    z-index: 9;
}
.taxonomy-layout1 .taxonomy-cate .landing-layout1 h2.heading {
    font-family: 'Daybreaker' !important;
    font-size: 68px !important;
    text-transform: uppercase;
    text-align: center;
    color: #006633 !important;
    margin-bottom: 30px;
    -webkit-text-fill-color: unset;
    font-weight: 500;
}
div#product-list-wrap .pagination-wrap {
    text-align: center;
}
div#product-list-wrap .pagination-wrap .page-numbers {
    border: 1px solid #990000;
    color: #990000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin: 0 3px;
}
div#product-list-wrap .pagination-wrap span.page-numbers.current {
    color: #ffffcc;
    background: #990000;
}

/* Map */
.store-container { 
    display: flex; 
    gap: 15px; 
    margin-top: 20px;
}
.store-list { 
    width: 35%;
    max-height: 500px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 4px #ddd;
}
.store-list .head {
    padding: 10px;
    background: #990000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 20px 20px 0 0;
}
.store-item { 
    padding: 10px 20px; 
    cursor: pointer; 
    color: #006633;
    font-size: 14px;
}
.store-list .store-item:nth-child(2n+1) {
    background-color: rgba(255, 255, 204, 0.6);
}
.store-item b {
    font-size: 15px;
}
.store-item:hover { 
    background-color: #f7f7f7; 
}
.store-item.active {
    background: #e3f2fd;
    border-left: 3px solid #990000;
}
#reset-filter {
    border: none;
    background: #990000;
    color: #ffffcc;
    text-transform: uppercase;
    padding: 8px 30px;
    position: absolute;
    right: -130px;
    border-radius: 25px;  
}
#store-map { 
    flex: 1; 
    width: 100%;
    height: 500px;
    background: #f0f0f0;
}

.store-filter { 
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: #990000;
    width: max-content;
    padding: 5px 25px;
    border-radius: 15px;
    color: #ffffcc;
    position: relative;
}
.store-filter .head {
    font-style: italic;
    margin-right: 20px;
}
.store-filter select,
.store-filter input {
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    min-width: 150px;
    outline: unset;
    background: #ffffcc;
    font-size: 15px;
}
.autocomplete { 
    position: relative; 
    flex: 1; 
    /* min-width: 200px; */
}
.autocomplete-items {
    /* position: absolute; 
    top: 100%; 
    left: 0; 
    right: 0;
    border: 1px solid #ddd; 
    background: #fff; 
    z-index: 1000;
    max-height: 200px; 
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); */

    width: 0;
}
.autocomplete-items div { 
    padding: 8px; 
    cursor: pointer; 
    border-bottom: 1px solid #eee;
}
.autocomplete-items div:hover { 
    background: #f0f0f0; 
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #990000 !important;
}
.leaflet-popup-content b {
    color: #990000;
    font-size: 14px;
}
@media(max-width:768px){
    .store-container { 
        flex-direction: column-reverse; 
    }
    .store-list { 
        width: 100%; 
        order: 2; 
        max-height: 400px;
    }
    #store-map { 
        order: 1; 
        height: 400px;
    }
    .leaflet-container {
        width: 100% !important;
        height: 100% !important;
        min-height: 300px; 
    }
    
}

/* New layout */
ul.row.list-products.custom-product-list.grid {
    margin: 0;
    padding: 0;
}
ul.row.list-products.custom-product-list.grid li {
    list-style: none;
}
.custom-product-item {
    overflow: hidden;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
}

.custom-product-item:hover {
    transform: translateY(-5px);
}
.custom-product-item .product-thumb {
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.custom-product-item .product-thumb img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.custom-product-item:hover .product-thumb img {
    transform: scale(1.1);
}
.custom-product-item .product-info {
    padding: 10px 0 0;
}

.custom-product-item .product-title {
    color: #990000;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 3px;
    text-transform: uppercase;
}

.custom-product-item .product-subtitle {
    color: #006633;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
    line-height: normal;
}

.custom-product-item .product-prices {
    color: #990000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}


.map-location-store, .social-connect {
    /* padding: 50px 0;
    background-image: url('../../assets/img/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; */
}
.map-location-store h2.title {
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #990000;
    margin: 25px 0;
}

.blog-related-cate {
    padding: 50px 0;
    background: #990000;
}
.blog-related-cate h2.heading {
    text-align: center;
}
.post-tabs-section.container ul#postTabs {
    justify-content: center;
    border: none;
    padding: 5px 0;
    max-width: 70%;
    margin: 0 auto 35px;
    background: #ffffcc;
    border-radius: 10px;
}
.post-tabs-section.container ul#postTabs li.nav-item {
    margin: 0 10px;
    border-right: 2px solid #990000;
    padding-right: 30px;
}
.post-tabs-section.container ul#postTabs li.nav-item:last-child {
    border: none;
    padding-right: 0;
}
.post-tabs-section.container ul#postTabs li.nav-item .nav-link {
    box-shadow: unset;
    border: none;
    color: #990000;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid transparent;
}
.post-tabs-section.container ul#postTabs li.nav-item .nav-link.active {
    border-radius: 10px;
    border: 1px solid #990000;
    padding: 4px 20px;    
    font-weight: 600;
}
.post-tabs-section.container ul#postTabs li.nav-item .nav-link:hover {
    background: #fff;  
}
.post-tabs-section.container .post-item {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    margin: 5px;
}
.post-tabs-section.container .post-item .post-thumb a {
    display: block;
    overflow: hidden;
}
.post-tabs-section.container .post-item .post-thumb a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s;
}
.post-tabs-section.container .post-item:hover .post-thumb a img {
    transform: scale(1.1);
}
.post-tabs-section.container .post-item .post-content {
    padding: 10px 15px 30px;
    background: #ffffcc;
}
.post-tabs-section.container .post-item .date {
    color: #006633;
    font-size: 14px;
    font-style: italic;
}

.post-tabs-section.container .post-item h3.title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: normal;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; */
}
.post-tabs-section.container .post-item h3.title a {
    color: #990000;
}
.post-tabs-section.container .post-item .description {
    font-size: 14px;
    color: #990000;
    font-style: italic;
    margin: 5px 0 20px;
}
.is-divider {
    order: 3;
    max-width: 100%;
    height: 1px;
    position: relative;
    margin: 15px 0 10px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}
.is-divider::before {
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    background: #990000;
    transition: 0.8s;
}
.blog-related-cate .list-new .item:hover .is-divider::before {
    width: 100%;
}
.post-tabs-section.container .post-item .view-more {
    font-size: 15px;
    text-align: center;
}
.post-tabs-section.container .post-item .view-more a {
    color: #006633;
    border: 1px solid;
    padding: 5px 12px;
    border-radius: 15px;
}
.post-tabs-section.container .post-item .view-more a:hover {
    color: #990000;
    border: 1px solid #990000;
}
.taxonomy-layout1 .post-tabs-section.container .slick-slide {
    padding: 0 5px;
}

/* Review */
.customer-review {
    background-image: url(../../assets/img/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.customer-review h2.heading {
    text-align: center;
    color: #990000;
    -webkit-text-fill-color: unset;
}
.customer-review .list-review .item {
    background: #990000;
    padding: 10px;
    position: relative;
}
.customer-review .list-review .item .thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.customer-review .list-review .item .thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.5s;
}
.customer-review .list-review .item:hover .thumb img {
    transform: scale(1.1);
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
} 
.customer-review .list-review .item .content {
    font-size: 14px;
    height: 70px;
    overflow-y: auto;
    font-style: italic;
    color: #ffffcc;
}
.customer-review .list-review .item .exp {
    padding: 15px 0 20px;
    transition: all 0.8s;
}
.customer-review .slick-slider .slick-dots {
    bottom: -40px;
}

.social-connect {
    padding: 80px 0 30px;
}
.social-connect h2.heading {
    max-width: 65%;
    margin: 0 auto 20px;
    line-height: normal;
}
.social-connect .social-items .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #770000;
}
.social-connect .social-items img {
    width: 100%;
    object-fit: cover;
}
.social-connect .social-items .button-link {
    text-align: center;
    margin-top: 30px;
}
.social-connect .social-items .button-link a {
    border: 1px solid #990000;
    color: #990000;
    padding: 10px 25px;
    border-radius: 35px;
    background: #ffffcc;
    text-transform: uppercase;
}
.social-connect .social-items:hover .button-link a {
    background: #990000;
    color: #ffffcc;
}




/* ==== Responsive ==== */
@media (min-width: 768px) and (max-width: 1024px) {
    body.archive {
        overflow-x: hidden;
    }

    .site-header .header-content .logo img {
        height: 85px;
    }
    body:not(.home) .header-logo-style-2 {
        height: 85px;
    }
    .archive.tax-product_cat.term-tra-sua .site-content {
        padding-top: 70px;
    }
    .category-description .term-description {
        font-size: 18px !important;
        max-width: 90% !important;
        margin: 0 auto 20px !important;
    }
    .product-customer-item .box-title .title {
        height: 80px;
    }
    .product-customer-item .box-title .title h3 {
        font-size: 17px;
    }
    .product-customer-item .box-data {
        max-width: 100%;
        padding: 10px 0;
        border-radius: 20px;
        margin-top: 20px;
    }
    .product-customer-item .box-data .heading {
        font-size: 30px;
    }
    .product-customer-item .box-data .description {
        padding: 5px 20px;
        font-size: 16px;
    }
    .product-customer-item {
        margin-bottom: 10px;
    }
    .custom-product-item .product-title {
        font-size: 16px;
    }
    .map-location-store h2.title {
        font-size: 32px;
        margin: 15px 0;    
    }
    .store-filter {
        margin: 15px 0 60px;
    }
    .blog-related-cate h2.heading,
    .customer-review h2.heading {
        font-size: 36px;
    }
    .blog-related-cate {
        padding: 20px 0 30px;
    }
    .post-tabs-section.container ul#postTabs {
        max-width: 90%;
    }
    .post-tabs-section.container ul#postTabs li.nav-item .nav-link {
        font-size: 16px;
    }
    .post-tabs-section.container .post-item .post-thumb a img {
        height: 200px;
    }
    .post-tabs-section.container .post-item h3.title {
        font-size: 15px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .post-tabs-section.container .post-item .description {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .customer-review .list-review .item .thumb img {
        height: 180px;
    }
    .social-connect h2.heading {
        max-width: 100%;
    }
    .social-connect .social-items .button-link a {
        padding: 8px 20px;
        font-size: 14px;
    }
    #reset-filter {
        padding: 6px 20px;
        right: 0;
        left: 0;
        top: 45px;
        width: fit-content;
        border-radius: 10px;
    }

}


@media (max-width: 767px) {
    .taxonomy-layout1 h2.title {
        font-size: 20px;
    }
    .store-filter select, .store-filter input {
        font-size: 13px;
    }
    .customer-review .list-review .item .thumb img {
        height: 200px;
    }
    .social-connect .social-items .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .social-connect .social-items img {
    }
    .social-connect .social-items .button-link a {
        padding: 8px 15px;
    }
    .social-connect .social-items {
        margin-bottom: 30px;
    }
    .customer-review .list-review .item {
        margin-bottom: 10px;
    }
    .customer-review .list-review .item .exp {
        margin: 0 10px;
        padding: 5px;
    }
    .customer-review .list-review .item .content {
        font-size: 12px;
        max-height: 130px;
    }
    .social-connect .social-items .button-link {
        margin-top: 15px;
    }

    .category-description .term-description {
        font-size: 18px !important;
        max-width: 100% !important;
        margin: 0 auto 30px !important;
    }
    .product-customer-item .item {
        margin-bottom: 40px;
    }
    .product-customer-item .box-data {
        max-width: 90%;
        padding: 10px;
        margin-top: 20px;
    }
    .product-customer-item .box-title .title {
        height: auto;
    }
    .product-customer-item .box-title .image img {
        height: 60px;
        margin-bottom: 5px;
    }
    .product-customer-item .box-data .heading {
        margin: 0 !important;
    }
    .taxonomy-layout1 .taxonomy-cate {
        padding: 0;
    }
    .taxonomy-layout1 .taxonomy-cate .landing-layout1 h2.heading {
        font-size: 56px !important;
        padding: 0;
    }
    .landing-layout1 ul.nav-tabs li {
        padding: 0 5px;
    }
    .landing-layout1 ul.nav-tabs li button.nav-link {
        font-size: 10px;
    }
    .landing-layout1 ul.nav-tabs li button.nav-link.active {
        transform: scale(1.5);
        margin: 0 5px;
        padding: 5px;
    }
    .landing-layout1 ul.nav-tabs {
        padding: 3px 5px;
        margin: 15px 0;
    }
    .custom-product-item .product-title {
        font-size: 16px;
    }
    .custom-product-item .product-subtitle {
        font-size: 14px;
    }
    .store-filter {
        display: block;
    }
    #reset-filter {
        border: none;
        background: #ffffcc;
        color: #990000;
        text-transform: uppercase;
        padding: 5px 25px;
        position: relative;
        right: 0;
        border-radius: 5px;
        font-weight: 600;
        margin-top: 10px;
    }
    .post-tabs-section.container ul#postTabs,
    .social-connect h2.heading {
        max-width: 100%;
    }
    .category-description .term-description {
        font-size: 18px !important;
        max-width: 100% !important;
        margin: 0 auto 20px !important;
    }
    .post-tabs-section.container ul#postTabs li.nav-item .nav-link {
        font-size: 13px;
    }
    .post-tabs-section.container ul#postTabs li.nav-item {
        margin: 0;
        padding-right: 10px;
        border: none;
    }
    .customer-review {
        padding: 50px 0 0;
    }

}
