.store-fmq svg {
  width: 24px;
  margin-left: 10px;
}

.store-hours ul {
  flex-grow: 1;
}

.store-hours ul,
.store-hours ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-hours .st-time {
  float: right;
}

.gm-style-cc {
  display: none;
}

/* Store Tabs */
#store-tabs {
  margin: 0;
  padding: 0;
  border: 0;
}

#store-tabs .nav-item {
  margin: 0 1.98rem 0 0;
}

#store-tabs .nav-link {
  color: #888;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
  border: 0;
}

#store-tabs .nav-link.active {
  color: rgba(35, 31, 32, 1);
  border-bottom: 2px solid rgba(0, 95, 170, 1);
}

#store-tabs .nav-link:hover {
  text-decoration: none !important;
}

/* Store Tabs - switch to accordion on mobile */
.nav-tabs {
  display: none;
}

#store-content .card {
  border: 0;
}

#store-content .card:first-of-type .card-header {
  border-top: 1px solid rgba(136, 136, 136, 1);
}

#store-content .card-header {
  background: none;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(136, 136, 136, 1);
  border-style: solid;
  padding: 0;
}

#store-content .card-header h5 {
  font-weight: 600;
  font-size: 14px;
}

#store-content .card-header a {
  display: block;
  color: rgba(89, 89, 89, 1);
  padding: 15px;
  color: #fff;
  background: rgba(0, 95, 170, 1);
}

#store-content .card-header i {
  float: right;
  font-size: 24px;
  color: #fff;
}

#store-content .card-header .collapsed {
  background: #fff;
}

#store-content .card-header .collapsed,
#store-content .card-header .collapsed i {
  color: rgba(89, 89, 89, 1);
}

.tab-pane .card-header .collapsed .fa-angle-up,
.tab-pane .card-header .fa-angle-down {
  display: none;
}

.tab-pane .card-header .collapsed .fa-angle-down {
  display: inline-block;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }  
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }

  #store-content .collapse {
    border-bottom: 1px solid rgba(136, 136, 136, 1);
  }
    #store-content .card{
        visibility:visible!important;
        position: relative;
        overflow-y: visible;
        height: 100%;
        opacity: 1;
    }
}

/* the slides */
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.store.swiper-button-next.swiper-button-disabled,
.store.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.store.swiper-button-prev,
.store.swiper-button-next {
    height: 100%;
    width: 50%;
    top: 0;
    margin: 0;
    padding: 0 25px;
    z-index: 9;
}

.store.swiper-button-prev {
  left: 0;
  justify-content: start;
}

.store.swiper-button-next {
  right: 0;
  justify-content: end;
}