.store-logo {
    aspect-ratio: 1;
    max-width: 147px;
}
.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; */
}
.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;
}

/* 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;
}

.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: #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(--secondary_col);
	text-decoration: none
}

@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;
	} */
}