body, html {
    overflow-x: unset;
}
.store-logo img {
	width: 120px;
}
.promo_counts span.label {
    font-size: 1.125em;
}
.promo_counts span.count {
	/* border: 1px solid; */
	/* min-width: 1.5rem; */
	/* height: 1.5rem; */
	/* padding: 0; */
}
.promos_counts {
    border-bottom: 2px solid var(--primary_col);
    /* padding-bottom: 0.3rem; */
}
.promos_counts > span.label {
    border-right: 2px solid var(--primary_col);
}
.section-content a{
    color: var(--primary_col);
}
.promos_counts > span.label > img {
	margin-right: 0.15rem;
}

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

/* Coupon Box */
.category-coupons .discount-amount {
    font-size: 3rem;
}
.category-coupons .discount-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 4em;
}
.category-coupons .coupon-details-wrap {
	/* border: 1px dashed var(--primary_col); */
	background: #FFF;
	min-height: 168px;
}
.verified_coupon .category-coupons .coupon-details-wrap {
	border: 1px dashed var(--primary_col);
	background: #F6F0FF;
	min-height: 168px;
}
.coupon-box-wrap .coupon-verified-meta {
    z-index: 999;
}
.seasonal-image {
    max-width: 182px;
}
.category-coupons .coupon_details_meta {
    font-size: 0.95rem;
}
.category-coupons .verified-coupon {
	color: #1EC132;
}
.category-coupons .verified-coupon i {
	font-size: 1.1rem;
}
.category-coupons .saved-coupon button {
	width: 30px;
	height: 30px;
	outline: 0;
	border: 0;
	border-radius: 4px;
}
/* Newsletter Section */
.store_subscription .subscription-wrap {
    background: #DABEFF;
    border: 3px dashed var(--primary_col);
}
.store_subscription input.newsletter_email {
    width: 23em;
}
.newsletter-head {
	color: #474747;
}
.rel_Stores_icon .store-btn {
    height: 120px;
}
.popular-stores-wrap .stores-list {
    column-count: 3;
    column-rule: dashed #c5adad;
    column-gap: 4rem;
}
.newsletter-sec .newsletter-head {
  color: #474747;
}
.newsletter-sec .newsletter-img {
    top: -20%;
    right: 2%;
    /* width: 23%; */
}
.offer-label {
    font-size: 0.7rem;
}
.filters-body {
    max-height: 450px;
    overflow: auto;
}

@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) {
	.available_today {
		width: 100%;
	}
	.store-logo img {
		width: 200px;
	}
	.category-coupons .discount-amount {
	    font-size: 1.125rem;
	}
	.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;
	}
}
/* .taxonomy-header .inner-wrap {
	margin-right: 1.2em;
	margin-left: 1.2em;
}
.taxonomy-header .header-col {
	align-items: center;
	justify-content: center;
	padding: 0.7em 1em;
	text-align: center;
}
.taxonomy-header .header-img {
	background: #f5f3f7;
}
.taxonomy-header .header-img .img-wrap {
	width: 50%;
	height: 5.2em;
	padding: 2.4% 0;
}
.taxonomy-header .header-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.taxonomy-header .taxonomy-title .page-heading {
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	line-height: 1.25;
	color: #00504d;
}
.filters-wrap #filter-toggle span {
	padding-right: 3em;
}
.filters-wrap #filter-toggle img {
	transition: all 0.3s;
}
.filters-wrap #filter-toggle:hover img {
	filter: brightness(0);
}
.filters-wrap .discount-counts {
	display: flex;
}
.filters-wrap .discount-counts > * {
	margin-right: 1.6em;
	border-bottom: 2px solid;
	padding-bottom: 0.3em;
	font-weight: 700;
	color: #1cac76;
}
.filters-wrap .discount-counts > *:last-child {
	margin-right: 0;
}
.filters-wrap .filters-body h3 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.filters-wrap ul.filters-list li {
	list-style: none;
}
.filters-wrap ul.filters-list li input {
	width: 1.2em;
	height: 1.2em;
	border-width: 1px;
	border-radius: 3px;
	outline: 0;
	top: 2px;
}
.filters-wrap ul.filters-list li input:after {
	border-color: #fff;
	top: 0;
	transform: rotate(40deg);
}
.filters-wrap ul.filters-list li input:checked {
	background: #1cac76;
	border-color: #1cac76;
}
.filters-wrap ul.filters-list li label {
	margin-bottom: 0;
	margin-left: 0.3em;
}
.filters-wrap .filter_submit {
	background: var(--secondary_col) !important;
	font-size: 1em;
	font-weight: 700;
	border: 0;
	padding: 0.5em 1.2em;
	border-radius: 3px;
	transition: all 0.3s;
	outline: 0;
	color: #fff !important;
}
.category-coupons .verified-tag {
	color: #1ec132;
}
.category-coupons .coupon-head .discount-logo {
	max-width: unset !important;
}
.category-coupons .coupon-head .discount-logo img {
	height: auto !important;
}
.category-coupons .coupon-head .share-btn {
	text-align: right;
}
.category-coupons .coupon-head .img-wrap {
	width: 52%;
	margin: 0 auto;
}
.category-coupons .coupon-head .coupon-discount {
	text-align: center;
	margin-top: -1em;
}
.category-coupons .coupon-head .coupon-discount span {
	display: block;
}
.category-coupons .coupon-head .coupon-discount span.sale {
	font-size: 1.405em;
	font-weight: 900;
	line-height: 1.3;
}
.category-coupons .coupon-head .coupon-discount span.discount-amount {
	font-size: 1.686em;
	line-height: 1.3;
	font-weight: 900;
	color: #00504d;
}
.category-coupons .coupon-body {
    width: 80%;
}
.top-deals .coupon-body .coupon-link-btn a {
	background: #fff;
	color: #00504d;
}
.top-deals .coupon-body .detail-toggle-btn {
	color: #fff !important;
}
.show-details {
	display: none;
}
.details-active .show-details,.coupon-wrap .view-details-btn{
   display: block;
}
.coupon-wrap.details-active .coupon_details,.coupon-wrap.details-active .view-details-btn {
	display: none;
}
.coupon-body .discount-percentage {
	margin-bottom: 0.8em;
	color: #1cac76;
}
.coupon-body .coupon-link-btn a {
	margin-top: 1em;
	font-size: 0.9em;
}
.coupon-body .detail-toggle-btn {
	background: transparent !important;
	color: #1cac76 !important;
	padding: 0;
	border: 0;
	font-size: 1em;
	border-bottom: 1px solid;
	font-weight: 700;
	margin-top: 1em;
	outline: 0;
}
.load_more_btn {
	text-align: center;
}
.about-term-wrapper .acc-head {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 32px;
}

.filters-wrap .filters-body {
    display: none;
}
.sidebar_image {
    height: 205px;
    border: 1px solid var(--secondary_col);
}
.filter-btn a#filter-toggle {
    border-radius: 6px;
	cursor: pointer;
}
.filter-btn a#filter-toggle.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sidebar_image img {
    mix-blend-mode: darken;
}
.coupon_details_meta_item small {
    font-size: 14px;
    font-weight: 500;
}
.discount-amount svg {
    z-index: -1;
}
.discount-amount {
    background-image: url('../images/coupon_frame2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 900;
    color: var(--secondary_col);
    border: 1px solid var(--bs-border-color);
}
.coupon_actions a,.coupon_actions button {
    font-size: 14px;
}
.coupon_actions button{
    color: var(--secondary_col);
    font-weight: 500;
    border-color: var(--secondary_col) !important;
}
.coupon-details-wrap{
	min-height: 8em;
	overflow: hidden;
	height: 8em;
	background: #fff;
}
.acc-content h2,.acc-content h3,.acc-content h4,.acc-content h5,.acc-content h6 {
    margin: 11px 0px;
}
.acc-content h3,.related_stores h3 {font-size: 1.5rem;font-weight: 700;line-height: 32.4px;}
.acc-content h4 {
    font-size: 1rem;
}
.acc-content > *:first-child {
    margin-top: 0px;
}
.taxonomy_wrap .mobile-banner img {
    width: 100%;
}

.about-term-wrapper .acc-content::-webkit-scrollbar,.filters-wrap ul.filters-list::-webkit-scrollbar {
	width: 4px;
	}
  
 
.about-term-wrapper .acc-content::-webkit-scrollbar-track,.filters-wrap ul.filters-list::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  
  .about-term-wrapper .acc-content::-webkit-scrollbar-thumb,.filters-wrap ul.filters-list::-webkit-scrollbar-thumb {
	background: var(--secondary_col);
	}
  
 
.about-term-wrapper .acc-content::-webkit-scrollbar-thumb:hover,.filters-wrap ul.filters-list::-webkit-scrollbar-thumb:hover{
	background: #555;
}
.filters-wrap ul.filters-list {
    max-height: 294px;
    overflow-y: auto;
    padding-right: 12px;
    margin-right: -20px;
}
.discount-amount img {
    mix-blend-mode: darken;
}
.about-term-wrapper{
	border-radius: 6px;
}


.store_subscription {background: var(--primary_col);padding: 3em 0;text-align: center;margin-top: 1.2em;border-radius: 6px;box-shadow: 1px 1px 10px rgba(0,0,0,0.1);}
.store_subscription .subs_title { font-weight: 600; font-size: 1.7em; margin-bottom: 0.8em; }
.form-wrap { display: flex; justify-content: center; }
.email_input { width: 40%; }
.email_input input { height: 100%; width: 100%; border: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.submit_input input {border: 0;padding: 0.6em 1.7em;border-top-right-radius: 5px;border-bottom-right-radius: 5px;background: var(--secondary_col) !important;transition: all 0.3s;color: #fff;}
.submit_input input:hover { background: var(--secondary_col) !important; }
.verified-coupons .coupon-details-wrap {
    border-color: var(--secondary_col) !important;
}
.coupon-box .coupon-wrap:before, .coupon-box .coupon-wrap:after {
    content: "";
    width: 55px;
    height: 55px;
    background: white;
    top: 50%;
    position: absolute;
    border: 1px solid var(--bs-border-color);
    border-radius: 0px 100px 100px 0px;
    transform: translate(0%, -50%);
    bottom: 0;
    left: -25px;
}
.coupon-box .coupon-wrap {
    position: relative;
    overflow: hidden;
}
.coupon-box .coupon-wrap:after {
    left: unset;
    right: -24px;
    border-radius: 100px 0px 0px 100px;
}
.discount-amount {
    padding-left: 38px !important;
}
.verified-coupons .coupon-box .coupon-wrap:before,.verified-coupons .coupon-box .coupon-wrap:after {
    border-color: var(--secondary_col);
}
.verified-coupons .discount-amount {
    border-color: var(--secondary_col);
}
.sidebar_image img {
    width: 65%;
    height: 100%;
    object-fit: contain;
}
.taxonomy-meta .count {
    border: 1px solid #000;
    min-width: 37px;
    display: inline-block;
    min-height: 31px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.acc-content p {
    font-size: 14px;
}
.related_store_item {
    width: 100%;
    height: 100px;
    text-align: center;
}
.related_store_item img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}
.blog-details h4 {
    font-size: 1rem;
    font-weight: 700;
}
.blog-details a {
    text-decoration: none;
}
.blog-wrap .blog-body {
    padding: 17px;
}
span.blog_date.post_date {
    font-family: Satoshi;
    font-size: 13px;
    font-weight: 500;
    line-height: 10.3px;
    text-align: left;
    color: #86909A;
    margin-bottom: 11px;
    display: inline-block;
}

.blog-wrap .blog-body .read_more_btn {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-wrap  .blog-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}
.blog-wrap .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-wrap .blog-image span {
    position: absolute;
    left: 10px;
    top: 9px;
    background: #fff;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
}
@media (max-width: 991px) {
	.category-coupons .coupon-body {
		width: 100%;
	}
	.coupon-details-wrap .discount-description {
		font-size: 17px !important;
	}
}

@media (max-width: 767px) {
	.taxonomy-header .header-img {
		margin-bottom: 0;
   }
   body .entry-content .category-coupons .custom-btn {
	padding: 0px;
	background: unset;
	color: #222;
	text-decoration: underline;
	font-weight: 500;
	}
	.coupon-details-wrap {
		min-height: 9em;
		height: 9em;
	}
	.coupon-details-wrap .discount-description {
	}
	.details-active .show-details, .coupon-wrap .view-details-btn{
		display: none;
	}
}

@media (max-width: 500px) {

	aside.sidebar{
		display: flex;
		flex-direction: column;
	}
	aside.sidebar .filters-wrap{
		order: 1;
	}
	.coupon_details_meta_item small {
		font-size: 12px;
		font-weight: 600;
	}	
	.coupon-details-wrap .discount-description {
		font-size: 14px !important;
		font-weight: 700;
		height: 37px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	.about-term-wrapper {
		border-radius: 0px !important;
		border: 0px !important;
		border-bottom: 1px solid var(--primary_col) !important;
		margin-bottom: 14px;
	}
	.about-term-wrapper .acc-content{display: none;}
	.sidebar_image {
		height: 116px;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		margin-bottom: 13px;
	}
	.coupon-details-wrap {
		min-height: 110px;
		height: auto;
	}
	.discount-amount {
		font-size: 6vw !important;
		line-height: 25px !important;
		padding-left: 16px !important;
	}
	.top-deals-sec .category-coupons .term_title {
		font-size: 20px !important;
	}
	.taxonomy_wrapper .term_title {
		font-size: 20px !important;
	}
} */