

/*  */
.taxonomy-layout1 .slick-slider .slick-dots {
}
.taxonomy-layout1 .slick-slide {
    padding-left: 0;
    padding-right: 0;
}
.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: 8px;
    border-radius: 10px;  
}
.landing-layout1 ul.nav-tabs li {
    padding: 0 8px;
}
.landing-layout1 ul.nav-tabs li button.nav-link {
    color: #ffffcc;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
}
.landing-layout1 ul.nav-tabs li button.nav-link.active,
.landing-layout1 ul.nav-tabs li button.nav-link:hover {
    background: #ffffcc;
    color: #990000;
    border: none;
    border-radius: 10px;
}
.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;
}

.taxonomy-layout1 .taxonomy-cate {
    position: relative;
    padding: 50px 0;
    background-image: url('/wp-content/uploads/2025/09/unnamed.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.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 h2.title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #990000;
    margin-bottom: 30px;
}

/* Map */
.store-container { 
    display: flex; 
    gap: 15px; 
    margin-top: 20px;
}
.store-list { 
    width: 35%; 
    max-height: 600px; 
    overflow-y: auto; 
    padding: 10px;
    background: #fff;
}
.store-item { 
    padding: 10px; 
    border-bottom: 1px solid #eee; 
    cursor: pointer; 
}
.store-item b {
    color: #990000;
}
.store-item:hover { 
    background: #f7f7f7; 
}
.store-item.active {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
}
#reset-filter {
    border: none;
    background: #990000;
    color: #fff;
    border-radius: 3px;
    padding: 0 20px;    
}
#store-map { 
    flex: 1; 
    width: 100%;
    height: 600px;
    background: #f0f0f0;
}

.store-filter { 
    margin: 15px 0; 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
}
.store-filter select,
.store-filter input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 150px;
    outline: unset;
}
.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);
}
.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; 
    }
    
}

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

.blog-related-cate {
    padding: 50px 0;
}
.blog-related-cate .list-new .item {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(153 0 0 / 20%);
    margin-bottom: 5px;
}
.blog-related-cate .list-new .thumbnail a {
    display: block;
    overflow: hidden;
}
.blog-related-cate .list-new .thumbnail a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s;
}
.blog-related-cate .list-new .thumbnail:hover a img {
    transform: scale(1.1);
}
.blog-related-cate .list-new .item .content {
    padding: 10px 15px;
}
.blog-related-cate .list-new .item .date {
    color: #555;
    font-size: 14px;
}
.blog-related-cate .list-new .item .date i {
    color: #990000;
}
.blog-related-cate .list-new .item h3.title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.blog-related-cate .list-new .item .description {
    font-size: 14px;
    color: #555;
}
.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%;
}
.blog-related-cate .list-new .item .view-more {
    font-size: 15px;
    font-weight: 600;
}

.customer-review {
    margin-bottom: 50px;
}
.customer-review .list-review .item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}
.customer-review .list-review .item .thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.customer-review .list-review .item .thumb img {
    width: 100%;
    height: 350px;
    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: 13px;
    max-height: 200px;
    overflow-y: auto;
}
.customer-review .list-review .item .name {
    font-size: 16px;
    font-weight: 600;
}
.customer-review .list-review .item .exp {
    position: absolute;
    left: 0;
    bottom: 0%;
    margin: 0 20px;
    padding: 15px;
    background: rgb(0 0 0 / 35%);
    color: #fff;
    transition: all 0.8s;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
}
.customer-review .list-review .item:hover .exp {
    bottom: 50%;
    transform: translateY(50%);
    opacity: 1;
    z-index: 1;
}

.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%;
    height: 600px;
    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;
}
.social-connect .social-items:hover .button-link a {
    background: #990000;
    color: #ffffcc;
}




/* ==== Responsive ==== */
@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 {
        height: 400px;
    }
    .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;
    }

}
