.entry-header {
	background: #F5F9FF;
}
.eh-wrap .store-logo {
    aspect-ratio: 1;
    position: absolute;
}
.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; */
}
.section-content a{
    color: var(--primary_col);
}
.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.45rem;
}

.offer-label {
    font-size: 0.7rem;
}
.rel_Stores_icon .rel_store_img {
    aspect-ratio: 1;
}

/* Stars Rating */
:root {
  --star-size: 60px;
  --star-color: #ada5a5;
  --star-background: #F9453F;
}
.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;
}

.faqs-section button.accordion-button {
    background: #DCE9FF;
    border-bottom: 1px solid #000;
}

.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(--primary_col);
	text-decoration: none
}
.promo_banner a img {
    display: block;
    width: 100%;
}

@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%;
	}
	/* .available_today {
		width: 100%;
	}
	.store-logo img {
		width: 200px;
	}
	.category-coupons .discount-amount {
	    font-size: 1.025rem;
	}
	.category-coupons .discount-description {
	    -webkit-line-clamp: 2;
	    height: 2.3em;
	}
	.category-coupons .coupon-details-wrap {
		min-height: 143px;
	}
	.store_subscription input.newsletter_email {
	    width: 9.3em;
	}
	.popular-stores-wrap .stores-list {
		display: none;
		column-count: unset;
		max-height: 16em;
		overflow: scroll;
		margin-top: 1.5em;
	}
	.popular-stores-wrap:before {
	    content: '\f067';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 0.6rem;
	    font-size: 1.2rem;
	    color: var(--primary_col);
	    transition: all 0.3s;
	}
	.popular-stores-wrap.active:before {
		content: '\f068';
	}
	.category-coupons .saved-coupon button {
		width: 25px;
		height: 25px;
	} */
}