body #primary .entry-header {
	 margin-bottom: 0;
}
 .header-wrap {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .header-wrap .filter-btn, .header-wrap .discount-counts {
	 width: 20%;
}
 .header-wrap .seasonal-banner {
	 width: 60%;
}
 .discount-counts {
	 display: flex;
	 font-size: 0.75em;
	 justify-content: flex-end;
}
 .discount-counts > * {
	 margin-right: 1.6em;
	 border-bottom: 2px solid;
	 padding-bottom: 0.3em;
	 font-weight: 700;
	 color: var(--primary_col);
}
 .discount-counts > *:last-child {
	 margin-right: 0;
}
 #filter-toggle span {
	 padding-right: 3em;
}
 #filter-toggle img {
	 transition: all 0.3s;
}
 #filter-toggle:hover img {
	 filter: brightness(0);
}
 .filters-wrap {
	 border-radius: 3px;
	 padding: 0;
	 margin-bottom: 1em;
}
 .filters-wrap .filter-upper {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .filters-wrap .filters-body {
	 padding-top: 1.2em;
	 margin-top: 1.5em;
	 border-top: 0.71px solid #ebebeb;
}
 .filters-wrap .filters-body h3 {
	 font-size: 1em;
	 font-weight: 500;
	 margin-bottom: 0.5em;
	 color: var(--primary_col);
}
 .filters-wrap ul.filters-list {
	 display: flex;
	 flex-wrap: wrap;
}
 .filters-wrap ul.filters-list li {
	 list-style: none;
	 display: flex;
	 align-items: center;
	 max-width: 33%;
     flex: 100%;
}
 .filters-wrap ul.filters-list li input {
	 width: 1.2em;
	 height: 1.2em;
	 border-width: 1px;
	 border-radius: 3px;
	 outline: 0;
}
 .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: #6418ff;
	 border-color: #6418ff;
}
 .filters-wrap ul.filters-list li label {
	 margin-bottom: 0;
	 margin-left: 0.3em;
}
 .filters-wrap .filter-section {
	 margin-bottom: 2em;
}
 .filters-wrap .filter_submit {
	 background: var(--primary_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 .coupon-box {
	 padding-left: 0px;
}
 .category-coupons .coupon-box:nth-child(4n) {
	 padding-right: 0px;
}
 .category-coupons .coupon-head {
	 padding: 0.2em 0.6em;
	 background: #fff;
}
 .category-coupons .coupon-head .coupon-head-top {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 line-height: 1.4;
}
 .category-coupons .coupon-head .verified-tag {
	 color: #1ec132;
	 font-weight: 300;
	 font-size: 0.8em;
}
 .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: 60%;
	 margin: 0 auto;
	 height: 3em;
}
 .category-coupons .coupon-head .img-wrap img {
	 width: 100% !important;
	 height: 100%;
	 object-fit: contain;
}
 .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: #6418ff;
}
 .coupon-wrap {
	 border: 1px solid var(--primary_col);
	 border-radius: 4px;
	 text-align: center;
	 height: 100%;
	 background: var(--primary_col);
	 overflow: hidden;
}
 .coupon-body {
	 padding: 1.4em 1em 0.5em;
	 position: relative;
}
 .coupon-body:before {
	 content: "";
	 width: 100%;
	 height: 18px;
	 background: url(../images/zigzag.webp) no-repeat center -1%;
	 left: 0px;
	 position: absolute;
	 top: -2px;
}
 .coupon-body .show-default {
	 display: block;
}
 .coupon-body .show-details {
	 display: none;
}
 .coupon-body.details-active .show-default {
	 display: none;
}
 .coupon-body.details-active .show-details {
	 display: block;
}
 .coupon-body .discount-percentage {
	 margin-bottom: 0.8em;
	 color: #6418ff;
}
 .coupon-body .discount-description, .coupon-body .discount-details {
	 line-height: 1.5;
	 font-size: 0.9em;
	 font-weight: 700;
}
 .coupon-body .discount-description {
	 height: 2.8em;
	 overflow: hidden;
	 color: #fff;
}
 .coupon-body .coupon-link-btn a {
	 margin-top: 1em;
	 font-size: 0.9em;
	 background: #fff;
	 color: var(--primary_col);
}
 .coupon-body .detail-toggle-btn {
	 background: transparent !important;
	 color: #6418ff !important;
	 padding: 0;
	 border: 0;
	 font-size: 0.8em;
	 border-bottom: 1px solid;
	 font-weight: 600;
	 margin-top: 1em;
	 outline: 0;
}
 .load_more_btn {
	 text-align: center;
}
 .load_more_btn #load-more {
	 background: #6418ff;
	 color: #fff;
	 font-weight: 600;
	 margin-top: 1em;
	 border-radius: 3px;
	 padding: 0.3em 1.9em;
	 transition: all 0.3s;
	 outline: 0;
	 border: 0;
}
 .load_more_btn #load-more:hover {
	 background: #fc0;
	 color: #171717;
}
 .about-term-wrapper {
	 box-shadow: 0px 4px 18px 0px #000 14;
	 margin-top: 4em;
}
 .about-term-wrapper .acc-head {
	 padding: 1em 1.5em;
	 font-size: 1.25em;
	 font-weight: 600;
	 cursor: pointer;
	 position: relative;
	 color: #6418ff;
}
 .about-term-wrapper .acc-head:after {
	 content: '\2b';
	 font-family: 'FontAwesome';
	 position: absolute;
	 right: 1.5em;
}
 .about-term-wrapper .acc-content {
	 font-size: 0.9em;
	 padding: 0 2.1em;
	 padding-bottom: 2em;
}
 .about-term-wrapper.active .acc-head:after {
	 content: '\f068';
}
.desk-show.desktop-banner {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 130px;
    position: relative;
}
.banner-desktop-wrap{
    display: flex;
    justify-content: space-between;
    padding: 4% 9%;
    align-items: center;
    text-align: center;
}
.banner-desktop-left h4 {
    margin-left: 12px;
    margin-top: 11px;
}
.banner-desktop-right h4 {
    font-size: 19px;
}
@media (max-width: 767px) {
	 .filters-wrap .filter-upper {
		 flex-wrap: wrap;
		 justify-content: center;
	}
	.filter-btn {
		 margin-bottom: 1.5em;
	}
	.filters-wrap ul.filters-list li {
	 max-width: 33%;
     flex: 33%;
    }
}
@media (max-width: 500px) {
  .filters-wrap ul.filters-list li {
	 max-width: 100%;
     flex: 100%;
   }
}