@charset "UTF-8";

.main-label {
    background-color: #fff;
    margin-left: 6px;
    border: 1px solid #199bd7;
    width: 95%;
}

.child-label {
    margin-left: 20px !important;
}

.range-slider-box {
    margin: 20px 17px 4px
}



.range-slider-box .slider-input-value {
    opacity: .1;
    margin-top: 10px;
}


.noUi-target {
    height: 3px;
    border: 0;
    background: #ECE8E8;
}

.noUi-target .noUi-connect {
    background: #1a9cd8;
}

.noUi-target .noUi-handle {
    height: 18px;
    width: 18px;
    top: -7px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
}

.noUi-target .noUi-handle::before,
.noUi-target .noUi-handle::after {
    display: none;
}

.noUi-tooltip {
    border: none;
    border-radius: 13px;
    background: #1a9cd8;
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
}

#filterbar {
    overflow-x: auto;

}

#filterbar .dropdown-menu {
    max-width: 250px;
}

.dropdown-menu {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .05);
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .01);
}

.list-search-container {}

.list-search-items {
    margin-top: .5rem;
    min-height: 210px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 200px;
}

#pricemenu-list .close-btn-box,
#pricemenu-list .see-result-btn-box {
    display: none;
}

#pricemenu-list .dropdown-menu {
    max-width: 400px !important;
}

@media only screen and (max-width: 768px) {
    #filterbar .dropdown-menu {
        max-width: 100%;
        width: 100%;
    }

    #pricemenu-list {
        position: static !important;
    }

    #pricemenu-list .close-btn-box,
    #pricemenu-list .see-result-btn-box {
        display: block;
    }


    #pricemenu-list .dropdown-menu {
        transform: none !important;
        max-width: 100% !important;
    }

    #pricemenu-list .list-search-items {
        height: 100vh !important;
        max-height: unset;
    }
}

.backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

#home-search-box.active {
    position: relative;
    z-index: 1000;
}

#selected_filters .label_counts {
    display: none;
}

#home-search-btn .btn {
    height: 54px;
    width: 54px;
}

@media only screen and (max-width: 768px) {
    #home-search-btn .btn {
        height: 37px;
        width: 37px;
    }

    #home-search-btn .search-icon {
        height: 13px !important;
        margin-left: -3px;
    }
}

.filter-selected-btn svg {
    fill: rgba(0, 0, 0, .5);
}

.filter-selected-btn:hover svg {
    fill: rgba(255, 255, 255, 1)
}

@media only screen and (max-width: 768px) {
    #home-search-box #search::placeholder {
        font-size: .8rem;
    }
}

.alpha-search-btn {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .5);
}

.btn-check:checked+.alpha-search-btn,
.alpha-search-btn:hover {
    background: rgb(var(--bs-primary-rgb));
    border: 1px solid rgb(var(--bs-primary-rgb));
    color: #FFF
}

.header-search-box ul {
    text-align: left;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    overflow: auto;
    max-height: 400px;
    display: flex;
    flex-direction: column;

    border-radius: 10px;

    padding: 0;
    margin: 4px 0 0 0;
}

.header-search-box ul li {
    list-style-type: none;
    border-bottom: 1px solid #f5f7f9;
    cursor: pointer;
    padding: calc(7px + .6vw);
}

.header-search-box ul li:hover {
    background-color: #f5f7f9;
}


.header-search-box ul .keyword-matched-text {
    font-weight: 500;
    text-decoration: underline;
}

.header-search-box ul .search-img {
    border-radius: 5px;
    width: 60px;
    height: 50px;
    object-fit: contain;
}

.blur_th {
    filter: blur(2px);
}

#search-row>div>div.border {
    height: 100%;
}