.store-logo {height: 128px;}
.store-logo img {
	width: 75%;
}
.seasonal-deal-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promo_counts span.label {
    font-size: 1.125em;
}
.promo_counts span.count {
	/* border: 1px solid; */
	/* min-width: 1.5rem; */
	/* height: 1.5rem; */
	/* padding: 0.15em; */
}
.drop-shadow{
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.feat_cats .categories-wrap li a {
    color: var(--primary_col);
    background: #EDEDFC;
    border-radius: 30px;
    padding: 0.7em 1.3em;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.feat_cats .categories-wrap li a:hover {
    background: var(--primary_col);
    color: #fff;
}
li.list-group-item.active {
    border: 1px solid #101070;
    background: transparent;
}
li.list-group-item {
    background: transparent;
}
.list-group-item
 {
    border:0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    height: 50px !important;
    background-color: #FFF;
    cursor: pointer;
}
.list-group-horizontal>.list-group-item a {
    text-decoration: none;
    display: block;
}
.promos_counts {
    /* border-bottom: 2px solid var(--primary_col); */
    /* padding-bottom: 0.3rem; */
}
.promos_counts > span.label {
    /* border-right: 2px solid var(--primary_col); */
}
.promos_counts > span.label > img {
	margin-right: 0.15rem;
}
.accordion-item,.accordion-button,.accordion-button:focus{
    color: #101070;
}
/* Pinned Coupon Box */
.pinned_coupon .coupon-box .discount-percentage-head {
    font-size: 2.4em;
    line-height: 1;
}
.pinned_coupon .coupon-box .discount-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 4.6em;
}
.pinned_coupon .coupon-box .coupon-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    border: 1px dashed var(--primary_col);
    margin : auto;
}
.pinned_coupon .coupon-box .coupon-meta {
    font-size: 0.875em;
    color: #525252;
}
.pinned_coupon .coupon-box .coupon-meta .expiration-date .date {
    color: #ff0000;
}
.pinned_coupon .coupon-box .coupon-meta .total_used .total_used_count {
    color: #279700;
}
.pointer-none{
    pointer-events:none;
}

.feat_stores {
    /* background: #F5F7F9; */
}
.feat_stores li a {
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    border-radius: 50%;
    padding: 0.8em;
    border: 1px solid #F5F7F9;
}

.offer-label {
    font-size: 0.7rem;
}
.rel_Stores_icon .rel_store_img {
    aspect-ratio: 1;
}
ul.store_lists.filters-list {
    max-height: 396px;
    overflow-y: auto;
}

/* Stars Rating */
:root {
  --star-size: 60px;
  --star-color: #ada5a5;
  --star-background: #FACC15;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  line-height: 1;
  font-size: 1.9em;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading h3 {
    position: relative;
    padding-bottom: 0.5em;
}
.section-heading h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: var(--green_col);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.faqs-section button.accordion-button,.accordion-button:focus {
    background: #fff;
    font-weight:600;
    box-shadow:unset;
}
.faqs-section .accordion-item.active  button.accordion-button {
    background: #FCFCFC;
    border-bottom: 1px solid #F5F7F9;
}

.rel-blog .view-full-link {
    padding-top: 5rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 0) 100%);
}
.jump-link-sec ul li {
	border-bottom: 1px solid #00000029;
	padding: 0.3em 0;
}
.jump-link-sec ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}
.jump-link-sec ul li a {
	color: var(--secondary_col);
	text-decoration: none
}
.offer-banner p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-group-horizontal {
    background: #F1F6FB;
}

@media (max-width: 991px) {
  .newsletter-sec .newsletter-img {
    width: 30%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .newsletter-sec input.newsletter_email {
    width: 18em;
  }
}

@media (max-width: 768px) {
	.newsletter-section .submit-field button {
		font-size: 1rem;
	}
	.newsletter-section .email-field {
		width: 63%;
	}
	.list-group-item
     {
        min-width: 123px;
    }
    .list-group-horizontal{
        width:100%;
        background: #F1F6FB;
    }
    .list-group-item {
        height: 48px !important;
    }
    .list-group-horizontal>.list-group-item a {
        line-height: 18px;
    }
    .promo_counts span.label {
        font-size: 0.95rem;
    }
	.promo_counts .heading {
	    font-size: 0.95rem !important;
	}
	.promo_counts span.count {
	    font-size: 0.95rem !important;
	}
	.promo_counts .heading {
	    font-size: 0.95rem !important;
	    display: block;
	    width: 100%;
	}
	.coupon-link-btn span {
        color: #fff;
    }
}