.entry-header .main-banner {
  text-align: center;
  position: relative;
}
.featured-items {
  display: flex;
  flex-wrap: wrap;
}
.featured-items .featured-item {
  /* width: calc(24% - 0.69em); */
  margin-inline: 0.4em;
  /* margin-bottom: 1.2em; */
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  border-radius: 17px;
}
.featured-items .featured-item:not(:nth-child(5n)):after {
    /* position: absolute; */
    /* content: ""; */
    width: 2px;
    height: 30px;
    background: var(--secondary_col);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
  .featured-items .featured-item:nth-child(5n + 1) {
    /* margin-left: 0; */
  }
  .featured-items .featured-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .featured-items .featured-item:nth-child(odd) {
    margin-left: 0;
  }
  .featured-items .featured-item:nth-child(even) {
    margin-right: 0;
  }
}
.featured-items .featured-item > a {
  padding: 0.5em;
  display: block;
}
.featured-items .featured-item .img-wrap {
  width: 75%;
  height: 5em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.alphabets li a {
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    transition: 0.3s all;
    font-family: 'Causten Semi';
}
ul.alphabets {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.featured-items .featured-item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.store-name a {
    color: #484489;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Causten Semi';
}
.stores-listing {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    border-radius: 0 0 17px 17px;
    min-height: 200px;
    padding: 1.5rem;
}
.all-stores-header {
    border-bottom: 1px solid #9f9f9f;
    background: #7474d6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    border-radius: 17px 17px 0 0;
    padding: 13px 26px;
    position: relative;
}
@media (min-width: 768px) {
  ul.alphabets {
    justify-content: space-between;
  }
}
ul.alphabets li {
  text-align: center;
  padding-inline: 0.2em;
  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(--body_col); */
}
ul.alphabets li.selected a, ul.alphabets li:hover a {
  font-weight: 900;
  background: var(--primary_col);
  color: #fff !important;!i;!;
}
ul.alphabets li:last-child a {
    width: 50px;
    border-radius: 18px;
}
.all-stores-wrap {
  padding-top: 2.5em;
}
.stores-listing .browse-text {
  padding-top: 0.2em;
  padding-bottom: 1.8em;
  text-align: center;
  font-weight: 700;
  color: #2e2d71;
  font-size: 1.3rem;
  font-family: 'Causten Semi';
}
.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 */
.alphabet-selector {
    width: 100px;
    background: #34327c;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 24px;
}

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

@media (max-width: 767px) {
    h1.page-title {
        right: 0;
        top: 15%;
        text-align: center;
        left: 0;
    }
    ul.alphabets {
        background: #fff;
        border-radius: 20px;
        padding: 23px 10px;
        position: absolute;
        top: 61px;
        left: 0;
        width: 93%;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
        justify-content: center;
        display:none;
    }
    ul.alphabets li a {
    background-color: #d9d9d9;
    width: 35px;
    height: 35px;
  }
  .selector-active ul.alphabets {
    display: flex;
   }

}