.store-logo {
    max-width: 100%;
}
.shadow-custom {
    box-shadow: 0px 4px 8px 0px #0A164626;
}
.link_color {
    color:#0000EE;
}
.sidebar__box__styles{
    border-radius:8px;
    box-shadow: 0px 4px 8px 0px #0A164626;
    padding: 1.4rem;
}
.accordion__box .accordion__box__content {
    display: none;
}
.accordion__title {
    cursor: pointer;
    position: relative;
}
.accordion__title:after {
    position: absolute;
    content: "\f078";
    right: 0px;
    font-family: 'Font Awesome 6 Free';
    font-size: 17px;
    top: 0;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    bottom: 0;
}
.accordion__title.active:after {
    transform: rotate(180deg);
}
.stores__subtext{
  color: #596f10;
}
.sidebar {
    top: 90px;
}
.grid__col__wrap {
    box-shadow: 0px 4px 20px 0px #00000014;
    border-radius: 8px;
    overflow: hidden;
}
.filters__list__item a {
    white-space: nowrap;
}
.filters__list__item.active a {
    background: #252525;
    color: var(--primary_col);
    font-weight: 700;
}
.coupon-wrap .divider {
    height: 15px;
}
.coupon-link-btn .btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    min-width: 136px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(10, 22, 70, 0.15);
}
.text-green{
    color:#279700;
}
.store-logo img {
    max-height: 127px;
    object-fit: contain;
}
.fs-15{
    font-size:0.938rem;
}
.about_store .section-content * {
    font-size: 0.875rem;
}
.about_store .section-content p:last-of-type {
    margin-bottom: 0px;
}
.store-logo img {
}
.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;
}

.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(--secondary_col);
	text-decoration: none
}
/* Pinned Coupon Box */
.pinned_coupon .coupon-box .discount-percentage-head {
    font-size: 4.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;
}



@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%;
	}
	.grid__col__wrap {
        box-shadow: unset;
        border-radius: unset;
        overflow: unset;
    }
    .coupon-link-btn .btn {
        padding: 0.5rem 1.5rem;
    }
	/* .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;
	} */
}