.d_none{display: none;}

.list_scroll {
    overflow-y: auto;
    height: calc(100vh - 158px);
}

/* BANNER */
.banner_title {
    font-weight: 600;
}

.bg-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 360px) {
    .category {
      height: 230px;
    }
  }
  
  @media (min-width: 768px) {
    .category {
      height: 330px;
    }
  }

.text_shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.leftbar_filter {
    overflow-y: auto;
    max-height: calc(100vh - 8rem);
}

.search_top_bar{
    position: relative;
    padding-left: 80px;
}
.btn_filter_show_hide{
    position: absolute;
    top:15px;
    left:15px;
}
.search_main{margin-top: 15px;}

.carousel_object_gallery{
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.searchMap{
    width:100%;
    height:100%;
    min-height:350px;
}

/* ============ SCROLLBAR ============ */
.leftbar_filter::-webkit-scrollbar {width: 1px; height: 1px;}
.leftbar_filter::-webkit-scrollbar-button {background-color: #afafaf; width:0px; height: 0px;}
.leftbar_filter::-webkit-scrollbar-track {background-color:transparent;}
.leftbar_filter::-webkit-scrollbar-track-piece {background: transparent;}
.leftbar_filter::-webkit-scrollbar-thumb {height: 0px; background-color: #dc3545;}
.leftbar_filter::-webkit-scrollbar-thumb:hover {background-color: black;}
.leftbar_filter::-webkit-scrollbar-corner {background-color: #dc3545;}
.leftbar_filter::-webkit-resizer {background-color: #dc3545;}



@media (max-width: 768px){
    .search_list_scroll{
        order:2;
        margin-top:15px;
    }
    .search_main{
        margin-top:0;
    }
    .searchMap{
        max-height:350px;
    }
}

@media (min-width: 360px) {
    .padding_mobile {
      padding-bottom: 55px;
    }
  }
  
  @media (min-width: 768px) {
    .padding_mobile {
      padding-bottom: 0;
    }
  }