.cust-store-list .store-name a {
    border: 1px solid #8080803d;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    transition: all .5s;
    margin-right: 12px;
}
.cust-store-list .store-name a:hover {
    background-color: var(--cust2);
    color: var(--cust3);
}
.featured-items .featured-item {
  position: relative;
}
.featured-items .featured-item > a {
  background-color: var(--custbg2);
  display: block;
  padding: 20px;
  padding-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D2ECFE;
}
.featured-items .featured-item .img-wrap {
  height: 6.64em;
}
ul.alphabets {
     display: flex;
    list-style: none;
    border-bottom: 1px solid #8080803d;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 1.8em !important;
}
@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;
  background: #eee;
  min-width: 70px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  border-start-end-radius: 7px;
  border-start-start-radius: 7px;
}
@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(--cust2);
}
ul.alphabets li a:hover{
    color: var(--cust2);
}
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-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 */


.cust-store-list {
    row-gap: 12px;
}
.entry-header {
	background: var(--custbg2);
}

@media only screen and (min-width: 100px) and (max-width: 575px){

    .featured-items .featured-item > a {
        padding: 20px 0px;
    }
    
    
}