
.tab_mbl {
    border-bottom: none;
}
.tab_mbl li a {
    color: #0c4da2;
    transition: none;
    border: 1px solid #0c4da2 !important;
    border-radius: 4px;
}
.tab_mbl li a.active {
    color: #fff !important;
    background-color: #0c4da2 !important;
}
.branch-map, .branch-list {
  width: 100%;
}
.branch-list {   
   max-height: 544px;
  overflow-y: auto;
}
.branch-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
  background: #f00;
}
.branch-list li {
  border-bottom: 1px solid #ffffff;
  padding: 0;
}
.branch-list li .btn {
  border-radius: 0px;
  text-align: left;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
  /* Track */
  .branch-list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .branch-list::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .branch-list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

#branchmap {
    height: 450px;
    width: 100%;
}

.map-filter-form input {
    height: 46px;
    max-width: 400px;
}
.map-filter-form>*:not(:last-child) {
    margin-right: 8px;
}
@media (min-width: 1024px) {

    .branch-list {
        width: 33.33%;
    }
    .branch-map {
        width: 66.66%;
    }
}
.product-card:hover {
  box-shadow: 2px 2px 4px 2px #b6b6b6;
}
.background-img ul li:before {
  display: none;
}
