.sectionHeadings h3 {
    color: #443f4d;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.sectionHeadings h2 {
    color: #484489;
    letter-spacing: 1px !important;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.popular_store_wrap {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    border-radius: 17px;
}
.popular_store_wrap img {height: 50px;object-fit: contain;width: 60%;}
ul.alphabets li a {
    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';
    font-size: 1.2rem;
    color: #484489;
    padding-bottom: .5rem;
}
ul.alphabets {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.9em;
  flex-wrap: wrap;
  /* background: #7474d6; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, .25); */
  /* border-radius: 17px 17px 0 0; */
  padding: 0;
  margin: 0;
}
.store-name a {
    color: #000;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-family: 'Causten Semi';
    text-decoration: none;
    font-size: 1.25rem;
}
.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 0.7rem;
}
@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 {
  border-bottom: 3px solid #484489;!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: 0.8em;
  /* text-align: center; */
  font-weight: 700;
  color: #484489;
  font-size: 2rem;
  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;
}
.all-categories .cat-icon {
    width: 40px;
    height: 32px;
}
.all-categories .cat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.all-categories .cat-name {
    color: #000;
    font-size: 1.1rem;
    font-family: var(--font-bold);
}
a.sitemap-item span {
    font-size: 1.1rem;
    font-family: var(--font-bold);
    color: #000;
}

a.sitemap-item {
    text-decoration: none;
}

a.sitemap-item img {
    width: 37px;
    display: inline-block;
    margin-right: 18px;
}
