.lc-branch-select__today-hours,
.lc-branch-select__branch {
  display: none;
}

.active-branch {
  display: block;
}

.lc-branch-select__wrapper--tabs {
  position: relative;
}

.lc-branch-select__wrapper--tabs .lc-branch-select__header {
  border-bottom: 2px solid #efefef;
}

@media (min-width: 64em) {
  .lc-branch-select__wrapper--tabs .lc-branch-select__content {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    z-index: 999;
    border: 1px solid #efefef;
    background: #fff;
  }
}
