.featured-items .featured-item {
  width: calc(20% - 0.69em);
  margin-bottom: 2.5em;
  position: relative;
}
.featured-items .featured-item:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: var(--secondary_col);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.alphabets a,.store-name a{
    color:#000;
}
@media (min-width: 768px) {
  .featured-items .featured-item:nth-child(5n + 1) {
    padding-left: 0;
  }
  .featured-items .featured-item:nth-child(5n + 5) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .featured-items .featured-item {
    width: calc(50% - 0.49em);
  }
  .featured-items .featured-item:nth-child(odd) {
    padding-left: 0;
  }
  .featured-items .featured-item:nth-child(even) {
    padding-right: 0;
  }
}
.featured-items .featured-item > a {
  display: block;
  padding-inline: 0.4em;
}
.featured-items .featured-item .img-wrap {
  height: 6.64em;
}
ul.alphabets {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.9em;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  ul.alphabets {
    justify-content: space-between;
  }
}
ul.alphabets li {
  text-align: center;
  padding-inline: 0.2em;
  padding-bottom: 0.3rem;
  cursor: pointer;
  /* transition: all 0.3s; */
  border-bottom: 4px solid transparent;
}
@media (min-width: 768px) {
  ul.alphabets li {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  ul.alphabets li {
    padding-inline: 0.7em;
  }
}
ul.alphabets li:hover {
  font-weight: 900;
  border-color: var(--primary_col);
}
ul.alphabets li.selected {
  font-weight: 900;
  border-color: var(--body_col);
}
.all-stores-wrap {
  padding-top: 2.5em;
}
.stores-listing .browse-text {
  font-size: 1.25em;
  font-weight: 500;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
.stores-listing .browse-text span {
  text-transform: uppercase;
}
.stores-listing .store-item:nth-child(3n + 1) {
  padding-left: 0;
}
.stores-listing .store-item:nth-child(3n + 3) {
  padding-right: 0;
}
.stores-listing .store-name {
  font-weight: 500;
}
.stores-listing .no-post-found {
  font-weight: 500;
  font-size: 1.2em;
}
/*# sourceMappingURL=all-stores.css.map */

@media (max-width: 500px) {
  .featured-items .featured-item {
    margin-bottom: 0.8em;
  }
}