@charset "utf-8";
/* CSS Document */


#wpforms-255-field_12-container{margin-left: 20px;}   







.page-7851 .map_container{
    width: 100%;
}
.page-7851 #map{
    width: calc(100% - 430px);float: right;
    height: 85vh;
}
/*cate*/
.page-7851 .fl-cate-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
    flex-flow: wrap;
}
.page-7851 .fl-cate-item{
    position: relative;
    margin: 15px 0px;
    min-width: 250px;
}
.page-7851 .fl-cate-name{
    display: flex;
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    color: #000;
}
.page-7851 .fl-cate-name:hover{
    color: #a6c939;
}
.page-7851 .fl-cate-item:hover .fl-cate-desc{
    display: block;
}
.page-7851 .fl-cate-name img{
    width: 33px;
    height: 33px;
    margin-right: 15px;
}
.page-7851 .fl-cate-desc{
    position: absolute;
    top: 25px;
    left: 0px;
    font-size: 16px;
    background: #fff;
    z-index: 2;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.page-7851 .fl-cate-desc:hover{color: #000;}
.page-7851 .filter-cate-item:hover .fl-cate-desc{
    display: block;
}

.page-7851 .fl-markers{
    position: relative;
    height: 85vh;
    width: 400px;float: left;
}
.page-7851 .fl-markers-son{
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.page-7851 .marker-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 0;
    cursor: pointer;
    border-top: 1px solid #dadada;
    width: 92%;
}
.page-7851 .markers-list{
    overflow-y: auto;
    flex: 1;
}
.page-7851 .markers-list::-webkit-scrollbar {
    width: 6px;
}

.page-7851 .markers-list::-webkit-scrollbar-track {
    background: #dadada;
    border-radius: 5px;
}

.page-7851 .markers-list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #a6c939, #a0b605);
    border-radius: 8px;
    cursor: pointer;
}

.page-7851 .markers-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #a0b605, #a6c939);
}
.page-7851 .mi-tit{
    font-size: 16px;
    color: #212529;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.page-7851 .fl-cate-icon{
    display: flex;
    gap: 10px;
}
.page-7851 .fl-cate-icon img{
    width: 24px;
    height: 24px;
}
.page-7851 .mi-address{
    font-size: 15px;
    display: flex;
    line-height: 19px; 
    word-wrap: break-word; 
    word-break: break-all; 
    white-space: normal;
}
.page-7851 .mi-address img{
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.page-7851 .mi-link_us{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.page-7851 .mi-link_us img{
    width: 24px;
}

.page-7851 .marker-search{
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
    padding-bottom: 30px;
}
.page-7851 .search-input-container{
    font-weight: 600;
    width: 100%;
}
.page-7851 #postCode {
    width: 100% !important;
}
/*.page-7851 .search-btns{
    display: flex;
    padding: 15px;
    justify-content: flex-start;
    gap: 30px;
    flex-flow: wrap;
    align-items: center;
}*/
.page-7851 .btn1{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #000000;
    color: #fff;
    border-radius: 500px;
    padding: 0px 30px;
    font-weight: 500;
    border: none;
}
.page-7851 .filter-cate-list{
    background: #ececec;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 0px;
    height: 0px;
    transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
    overflow: hidden;
}
.page-7851 .filter-cate-item{
    display: flex;
    line-height: 24px;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.page-7851 .filter-cate-item:last-child{margin-bottom: 0;}
.page-7851 .filter-cate-item:hover{color: #000;}
.page-7851 .filter-cate-item img{
    width: 24px;
    height: 24px;
    margin: 0px 10px;
}

.page-7851 .info_window_2601{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.page-7851 .info_window_2601 .mi-tit{
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: start;
    margin-bottom: 10px;
}
.page-7851 .info_window_2601 .mi-link_us2{
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.page-7851 .info_window_2601 .mi-link_us2 img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.page-7851 .filter-cate-list2{
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    display: grid;grid-template-columns: repeat(1, 1fr);gap: 15px;
}
.page-7851 .product-comparison-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative
}
.page-7851 .product-comparison-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.page-7851 .product-comparison-input:checked + .product-comparison-custom::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.page-7851 .product-comparison-input:checked + .product-comparison-custom::after {
    /*content: "✓";*/
    font-size: 11px;
    color: #fff;
}
.page-7851 .product-comparison-input:checked + .product-comparison-custom {
    background: #a6c939;
    border-color: #a6c939;
}
.page-7851 .mi-tit-son{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 20px;
    font-weight: 600;
}

.page-7851 .marker-item:hover .mi-tit-son,.page-7851 .filter-cate-title:hover{color: #a6c939;}
.page-7851 .map-search-input{/*margin-top: 10px;*/border-radius: 500px;border: 1px solid #000;padding: 0 20px;font-size: 15px;height: 40px;line-height: 40px;}
.page-7851 .btn3{border-bottom: 1px solid #dadada;height: 22px;font-weight: 500;font-size: 15px;}
.page-7851 .btn1::before{background: #a6c939;}
.page-7851 .filter-cate-title{font-weight: 600;line-height: 20px;}
.page-7851 .plz{font-weight: 600;margin-bottom: 10px;margin-bottom: 8px;}
.page-7851 .search-btns{margin-left: 10px;}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.page-7851 .marker-item:hover .fl-cate-icon img:nth-child(1) {
    animation: bounce 0.3s ease-in-out 0s;
}

.page-7851 .marker-item:hover .fl-cate-icon img:nth-child(2) {
    animation: bounce 0.3s ease-in-out 0.1s;
}

.page-7851 .marker-item:hover .fl-cate-icon img:nth-child(3) {
    animation: bounce 0.3s ease-in-out 0.2s;
}
.page-7851 .distance{width: 100px;text-align: right;margin-left: 15px;}

.page-7851 #showMore{text-align: center;/*margin-top: 20px;*/}

@media (max-width: 1600px){
    .page-7851 .fl-markers,.page-7851 .fl-cate-desc{width: 350px;}
    .page-7851 #map{width: calc(100% - 380px);}
    .page-7851 .filter-cate-list2{grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 1400px){
    .page-7851 .fl-markers,.page-7851 .fl-cate-desc{width: 300px;}
    .page-7851 #map{width: calc(100% - 330px);}
}
@media (max-width: 768px){
    .page-7851 .fl-markers,.page-7851 .fl-cate-desc,.page-7851 #map{width: 100%;}
    .page-7851 .fl-markers{height: 70vh;}
    .page-7851 #map{height: 40vh;margin-top: 20px;}
    .page-7851 .fl-markers{height: auto;}
    .page-7851 #showMore{margin-top: 0;}
    .page-7851 #map{margin-top: 30px;}
    .page-7851 .filter-cate-item{width: 100%;}
}
@media (max-width: 576px){
    .page-7851 .filter-cate-list2{padding-bottom: 30px;gap: 15px;justify-items: start;/*width: fit-content;*/width: auto;margin: 0 auto;}
    .page-7851 .search-input-container{font-size: 17px;}
    /*.page-7851 .map-search-input{margin-top: 5px;}*/
    .page-7851 .filter-cate-item{font-size: 16px;}
    .page-7851 .btn1{font-size: 15px;}
    /*.page-7851 .search-btns{padding: 10px;}*/
    .page-7851 .filter-cate-title{font-size: 17px;}
    .page-7851 .marker-item{width: 100%;}
    .page-7851 .markers-list{max-height: 400px;}
}
