.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;
  border-radius: 6px;
  overflow: hidden;
}
.taxonomy-header .col-lg-6 {
  margin: 0;
}
.taxonomy-header .header-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
}
.taxonomy-header .header-img {
  background: #f5f3f7;
}
.taxonomy-header .header-img .img-wrap {
  width: 90%;
  height: 4.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .entry-content img.attachment-full {
  height: 85% !important;
  object-fit: contain;
  max-width: unset !important;
}
.taxonomy-header .taxonomy-title {
  background: var(--primary_col);
}
.taxonomy-header .taxonomy-title .page-heading {
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
body #primary .entry-header {
  margin-bottom: 0px;
}
.filters-wrap {
  border-radius: 3px;
  padding: 0;
  margin-bottom: 15px;
}
.filters-wrap .filter-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters-wrap .filter-btn a {
  padding: 0.4em 1.5em;
}
.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;
  font-size: 0.85em;
}
.filters-wrap .discount-counts > * {
  margin-right: 1.6em;
  border-bottom: 2px solid;
  padding-bottom: 0.3em;
  font-weight: 700;
  color: var(--primary_col);
}
.filters-wrap .discount-counts > *:last-child {
  margin-right: 0;
}
.filters-wrap .filters-body {
  padding-top: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 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: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}
.category-coupons .coupon-box:nth-child(4n) {
  padding-right: 0;
}
.category-coupons .coupon-box:nth-child(4n-3) {
  padding-left: 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;
}
.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: 52%;
  margin: 0 auto;
}
.category-coupons .coupon-head .coupon-discount {
  text-align: center;
}
.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.expire-date {
  color: #e90000;
  font-size: 0.7em;
  display: block;
  margin-bottom: 0.2em;
  margin-top: -1.9em;
}
.category-coupons .coupon-head .coupon-discount span.discount-amount {
  font-size: 1.686em;
  line-height: 1.3;
  font-weight: 900;
  color: var(--primary_col);
}
.top-deals .coupon-wrap {
  background: #6418ff;
}
.top-deals .coupon-body .discount-description,
.top-deals .coupon-body .discount-details {
  color: #fff;
}
.top-deals .coupon-body .coupon-link-btn a {
  background: #fff;
  color: var(--primary_col);
  padding: 0.5em 1em;
}
.top-deals .coupon-body .used-count {
  color: #fff;
}
.top-deals .coupon-body .detail-toggle-btn {
  color: #fff !important;
}
.coupon-wrap {
  border: 1px solid var(--primary_col);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  height: 100%;
  background: var(--primary_col) !important;
}
.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 {
  height: 2.6em;
  overflow: hidden;
}
.coupon-body .discount-description,
.coupon-body .discount-details {
  line-height: 1.25;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
.coupon-body .coupon-link-btn a {
  margin-top: 0.5em;
  font-size: 14px;
  background: #fff;
  color: var(--primary_col);
}
.coupon-body .coupon_footer {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 5px;
}
.coupon-body .coupon-footer {
  align-items: center;
  margin-top: 0.5em;
}
.coupon-body .used-count {
  color: #fff;
  font-size: 11px;
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: -9px;
  top: 8px;
}
.coupon-body .used-count .count {
  font-weight: 700;
}
.coupon-body .detail-toggle-btn {
  background: transparent !important;
  color: #6418ff !important;
  padding: 0;
  border: 0;
  font-size: 0.75em;
  border-bottom: 1px solid;
  font-weight: 500;
  outline: 0;
  line-height: normal;
  display: block;
  margin-left: auto;
}
.load_more_btn {
  text-align: center;
}
.load_more_btn #load-more {
  background: var(--primary_col);
  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 #00000014;
  margin-top: 4em;
}
.about-term-wrapper .acc-head {
  padding: 1em 1.5em;
  font-size: 1.25em;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: var(--primary_col);
}
.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 .acc-content > * {
  margin-bottom: 1em;
}
.about-term-wrapper.active .acc-head:after {
  content: "\f068";
}
.store_subscription {
  background: var(--secondary_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;
}
.subs_form {
  margin: 0 auto;
  max-width: 50%;
}
.email_input {
  width: 100%;
}
.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(--primary_col) !important;
  transition: all 0.3s;
  color: #fff !important;
  outline: unset !important;
}
.submit_input input:hover {
  background: var(--primary_col);
  color: #fff;
}
.newsletter_success {
    margin-top: 1em;
    background: #FDCD00;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    font-weight: 700;
    border-radius: 5px;
    padding: 0.3em;
    position: relative;
}
.newsletter_error {
    margin-top: 1em;
    background: #ff3333ad;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    font-weight: 700;
    border-radius: 5px;
    padding: 0.3em;
    position: relative;
}
.newsletter_success .btn-close,
.newsletter_error .btn-close {
  background: transparent !important;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  color: #000 !important;
  margin-right: 0.4em;
}
.about-term-wrapper h2 {
    font-size: 1.8rem;
}
.about-term-wrapper h3 {
    font-size: 1.5rem;
}
.about-term-wrapper h4{
    font-size: 1.2rem;
}
.about-term-wrapper h2,.about-term-wrapper h3,.about-term-wrapper h4{
    margin-bottom: 1rem !important;
}
.about-term-wrapper p {
    font-size: 1rem;
}
@media (max-width: 767px) {
  .filters-wrap ul.filters-list {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 10px;
    overflow-x: hidden;
  }
  .filters-wrap ul.filters-list li {
    max-width: 100%;
    flex: 100%;
  }
  .filters-wrap ul.filters-list .filter-upper > div {
    width: 100%;
  }
  .top-deals-sec {
    margin-top: 14px;
  }
  .category-coupons .coupon-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .taxonomy-header .header-img {
    margin-bottom: 0;
  }
  .filters-wrap .filter-upper {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
  }
  .filters-wrap .filter-btn {
    margin-bottom: 0px;
  }
  .subs_form {
    max-width: 100%;
  }
}
