.taxonomy-header {
	margin: 0 auto;
	max-width: 35.313em;
	margin-bottom: 1.4em;
	border-radius: 6px;
	overflow: hidden;
}
.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 {
	background: #d7fff0;
}
.taxonomy-header .taxonomy-title .page-heading {
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	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: 500;
	margin-bottom: 0.5em;
	color: #1cac76;
}
.filters-wrap ul.filters-list {
}
.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: #1cac76 !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;
}
.taxonomy_description a {
    /* color: var(--secondary_col); */
    text-decoration: underline;
}
.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;
}
.taxonomy_sidebar_box {
    max-height: 26rem;
    overflow-y: auto;
    margin-right: -11px;
    padding-right: 11px;
}
.load_more_btn {
	text-align: center;
}
.list-group-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    height: 60px !important;
    background-color: #FFF;
    cursor: pointer;
    min-width: 153px;
}
.list-group-item.active{
    background-color: #380033 !important;
    border: 2px solid #380033;
    font-weight: 700;
}
.about-term-wrapper .acc-head {
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	color: #1cac76;
	line-height: 22px;
}
.about-term-wrapper .acc-head:after {
	content: '\2b';
	font-family: 'FontAwesome';
	position: absolute;
	right: -10px;
}
.filters-wrap .filters-body {
    display: none;
}
.about-term-wrapper.active .acc-head:after {
	content: '\f068';
}
.sidebar_image {
    background: var(--gray);
    height: 120px;
    overflow: hidden;
}
.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-wrap{
    border: 2px solid #E0E0E0;
    min-height: 100px;
}
.discount-amount {
    background-repeat: no-repeat;
    background-size: cover;
    color: #241C17;
    font-weight: 500;
    min-height: 100px;
}
.discount-row{
    height: 100px;
}
.discount-amount p{
    font-weight: 900;
}
.verfied-div{
    background-color: #1EC132;
    width: 124.64px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
}
.verfied-div p{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.card-body {
  padding: 25px;
  transition:0.4s all;
     background:#fff;
}
.subscribe_div{
    background-color: #89FFF5;
    border-radius: 10px;
}
.subscribe_heading{
    color: #380033;
    font-weight: 800;
    font-size: 27px;
}
.btn-primary {
  background-color: #007bff;
  border: none;
}
#subscribeIcon{
   width: 50px;
}
.subscribe_text{
    font-size: 1.1rem;
    font-weight: 300;
}
.subscribe_btnDiv{
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 9;
}
.subscribe_btn, .subscribe_btn:hover{
    background: #008F83;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 14px;
    margin-top: -6px;
}
.input_box{
    height: 57px;
}
.input-feild{
    border-radius: 10px;
}
.form-control {
        font-size: 1rem;
    font-weight: 700;
    color: #888888;
    font-weight: 500;
    border-color: #fff;
    padding-left: 21px;
}
.free-shipping-div{
    background-color: #380033;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px;
    font-weight: 700;
}
.coupon_actions .coupon-btn, .coupon_actions button {
    font-size: 14px;
    cursor: pointer;
}
.coupon_actions .coupon-btn {
    min-width: 134px;
}
.coupon_actions button{
    color: var(--primary_col);
	font-weight: 500;
}
.coupon-details-wrap{
	min-height: 8em;
	overflow: hidden;
	height: 8em;
	background: #fff;
}
.walmart-div{
    background: white;
    padding: 20px;
    border-radius: 19px;
    box-shadow: 0px 1px 2px 0px #00000029;
    overflow: hidden;
}
.related-stores-img{
    background: white;
    padding: 15px;
    border-radius: 11px;
}
.related-stores-img a {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_blog_item a {
    color: #232323;
}
.popular_blog_item .popular_blog_thumbnail {
    height: 10rem;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.popular_blog_item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-update-text{
    color: #380033;
    font-weight: 800;
     text-transform: uppercase;
     font-size: 12px;
}
.coupon-wrap-inner {
    box-shadow: 0px 1.26px 12.59px 0px #0000001A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 12px;
}
.deal-btn{
    background: var(--primary_col);
    color: #fff;
    border-radius: 3px;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    align-items: center;
    gap: 9px;
}
.get-deal-btn{
    background: var(--primary_col);
    color: #fff;
    border-radius: 3px;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.3s;
    /* font-weight: 600; */
}
.coupon_actions a i {
    font-size: 12px;
}
.acc-content h2 {
    font-size: 1.2rem;
}
.acc-content h2,.acc-content h3,.acc-content h4,.acc-content h5,.acc-content h6 {
    margin: 11px 0px;
}
.acc-content h3 {font-size: 1.1rem;}
.acc-content h4 {
    font-size: 1rem;
}
.acc-content > *:first-child {
    margin-top: 0px;
}
.taxonomy_wrap .mobile-banner img {
    width: 100%;
}
.eh-wrap .store-logo {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
}
.entry-content {
    background-color: #F6F6F7;
}
ul.list-group a {
    color: #000;
}
ul.list-group .active a {
    color: #fff;
}
/* width */
.about-term-wrapper .acc-content::-webkit-scrollbar,.filters-wrap ul.filters-list::-webkit-scrollbar {
	width: 4px;
	}
  
  /* Track */
.about-term-wrapper .acc-content::-webkit-scrollbar-track,.filters-wrap ul.filters-list::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  /* Handle */
  .about-term-wrapper .acc-content::-webkit-scrollbar-thumb,.filters-wrap ul.filters-list::-webkit-scrollbar-thumb {
	background: var(--primary_col);
  }
  
  /* Handle on hover */
.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;
}
.about-term-wrapper .acc-content {
    max-height: 400px;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 12px;
}
.discount-amount img {
    mix-blend-mode: darken;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-term-wrapper{
	border-radius: 6px;
}
a.deal-btn:hover {
    background: #008F83;
    border-color: #008F83;
    color: #fff;
}
.popular-stores-wrap .stores-list {
    column-count: 3;
    column-rule: dashed #c5adad;
    column-gap: 4rem;
}

/* Store Subscription CSS */
.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; }

.desk-show.desktop-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 12rem;
}
.desktop-banner-wrapper {
    padding: 0px 10%;
    text-align: center;
}
.banner-mobile-left br {
    display: none;
}

.mob_coupon_button {
    background: var(--blue-light);
    color: #fff;
    border-radius: 4px;
    padding: 6px 5px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #380033;
}
.upper_box {
    padding: 12px 0px;
}
.mob_deal_btn {
    background: var(--primary_col);
    color: #fff;
}
.jump-links-sec li a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #232323;
}
.coupon_actions {
    gap: 9px;
}
.store_sidebar_section .store_sidebar:not(:last-child) {
    padding-bottom: 1em;
    border-bottom: 1px solid #00000047;
    margin-bottom: 1em;
}
@media (min-width: 992px) {
    .get-deal-btn {
        border: 2px solid var(--primary_col);
        /* min-width: 150px; */
    }
    .deal-btn {
         border: 2px solid var(--primary_col); 
    }
}

@media (min-width: 768px) {
    .deal-btn{
        /* padding: 0.7em 2em; */
    }
}

@media (max-width: 991px) {
	.category-coupons .coupon-body {
		width: 100%;
	}
	.coupon-details-wrap .discount-description {
		font-size: 17px !important;
	}
	.related-stores-img a {
        padding: 1rem 2rem;
    }
    .related-stores-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .popular-stores-wrap .stores-list {
        column-count: 2;
    }
}

@media (max-width: 767px) {
	.taxonomy-header .header-img {
		margin-bottom: 0;
   }
   body .entry-content .category-coupons .deal-btn {
	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;
	}
	.store-heading {
        flex: 1;
    }
    .store-logo {
        width: 120px;
        height: 115px;
    }
    .store-heading h1 {
        font-size: 1.3rem !important;
    }
    .discount-amount {
        border: 1px solid #dee2e6;
    }
    .subscribe_btnDiv {
        position: unset;
        width: 100%;
    }
    .subscribe_btn,.subscribe_btn:hover {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .input_box {
        height: auto;
    }
    .related-stores-img a {
        padding: 0rem;
    }
}

@media (max-width: 500px) {

	aside.sidebar{
		display: flex;
		flex-direction: column;
	}
	.subscribe_text {
        display: none;
    }
	aside.sidebar .filters-wrap{
		order: 1;
	}
	.coupon_details_meta_item small {
		font-size: 12px;
		font-weight: 600;
	}	
	.coupon-details-wrap .discount-description {
		font-size: 16px !important;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		margin-top: 10px;
	}
	.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: 17px !important;
		line-height: 18px !important;
	}
	.top-deals-sec .category-coupons .term_title {
		font-size: 20px !important;
	}
	.taxonomy_wrapper .term_title {
		font-size: 20px !important;
	}
	.blogs_grid article .blog-image {
        height: 280px;
    }
    .store-heading h1 {
        font-size: 1rem !important;
    }
    .verfied-div {
        width: 90px;
        height: 25px;
    }
    .verfied-div p {
        font-size: 10px !important;
    }
    .discount-amount {
        min-height: 80px;
    }
    .free-shipping-div {
        font-size: 10px;
        padding: 6px 3px;
    }
}


@media (max-width: 364px) {
   .free-shipping-div {
        font-size: 9px;
    } 
}
