.sec_three{
    border: 2px solid #380033;
    border-radius: 10px;
    height: 135px;
    background-color: #EBFFFD;
}
.samsung_div{
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
}
.banner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec_three_seccol{
    background-repeat: no-repeat;
    margin-top: -2px;
}
.som_heading{
    color: #380033;
    font-weight: 700;
    margin-left: 25px;
    letter-spacing: 1px;
}
.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps-text{
    color: #380033;
    font-weight: 700;
    margin-left: 10px;

}
.sumsung_card{
    background: white;
    margin-left: -104px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    border: 2px solid #034EA2;
    border-radius: 15px;
    height: 100%;
}

.entry-header .main-banner {
  text-align: center;
}
.featured-items {
  display: flex;
  flex-wrap: wrap;
}
.featured-items .featured-item {
  width: calc(20% - 0.69em);
  margin-inline: 0.4em;
  margin-bottom: 2.2em;
}
@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 {
    width: calc(50% - 0.49em);
  }
  .featured-items .featured-item:nth-child(odd) {
    margin-left: 0;
  }
  .featured-items .featured-item:nth-child(even) {
    margin-right: 0;
  }
  .sec_three .som_heading {
        text-align: center;
        font-size: 17px;
    }
    .sec_three .som_heading br {
        display: none;
    }
    .sumsung_card {
        padding: 0rem 1rem;
        margin: 0 auto;
        width: 100%;
        height: 75px;
    }
    .sec_three {
        padding: 2rem;
        height: auto;
    }
}
.featured-items .featured-item > a {
  padding: 0.5em;
  display: block;
}
.featured-items .featured-item .img-wrap {
  width: 75%;
  height: 6.64em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-item-wrap.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
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;
  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 {
  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;
  }
}