* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-tablet {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-on-tablet {
    display: block !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media (min-width: 1px) and (max-width: 767px) {
  .show-on-mobile {
    display: block !important;
  }
}
.fme_container {
  padding-bottom: 20px;
}
.fme_container button {
  color: #64bc2a;
  border: 1px solid #64bc2a;
}
.fme_container button:hover {
  background-color: #64bc2a;
  color: white;
}
.fme_container #list_view, .fme_container #grid_view {
  display: none;
}
.fme_container .container {
  display: none;
}
.fme_container .fme_plp_list_ul li:first-child {
  margin-top: unset !important;
}
.fme_container .wcro-products tr th {
  background-color: #e6e6e6 !important;
  color: #000 !important;
  border: 1px solid #e6e6e6 !important;
  padding: 15px;
}
.woocommerce-info {
  border-top-color: #64bc2a;
}
body > .wcro-products {
  display: none !important;
}
.product_page_footer {
  background-color: #282828;
  background-image: url('/wp-content/themes/hvacfilter/images/product_footer_bg.webp');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
.product_page_footer .product_page_footer_inner_container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.product_page_footer .heading {
  color: #64bc2a;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.product_page_footer .content {
  padding: 20px 10px;
  max-width: 800px;
}
.product_page_footer a.btn {
  border-radius: 3px;
  background: #64bc2a !important;
  color: white;
  display: inline-block;
  padding: 10px 20px;
}
.product_page_footer a.btn:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .product_page_footer .product_page_footer_inner_container {
    padding: 15px;
  }
}
.header-cart-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.header-cart-icons > div {
  display: inline-block;
}
.header-cart-icons .cart-icon-container a {
  position: relative;
}
.header-cart-icons .cart-icon-container a[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: 5px;
  right: -10px;
  background-color: #64bc2a;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.pp_woocommerce_quick_view .flex-viewport {
  border: 1px solid #eee;
}
.pp_woocommerce_quick_view ul.flex-direction-nav {
  display: none;
}
.pp_woocommerce_quick_view .summary h1.product_title {
  margin-bottom: 5px;
}
.pp_woocommerce_quick_view .summary a.view-details {
  color: #64bc2a;
}
.pp_woocommerce_quick_view .summary p.price {
  font-weight: bold !important;
  color: #64bc2a !important;
  font-size: 2.5rem !important;
}
.pp_woocommerce_quick_view .summary .product_meta {
  padding: 20px 0;
}
.pp_woocommerce_quick_view .summary .product_meta span.in_stock {
  color: #64bc2a;
  font-weight: bold;
}
.pp_woocommerce_quick_view .summary .product_meta span.out_of_stock {
  color: red;
  font-weight: bold;
}
.pp_woocommerce_quick_view .summary form.cart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.pp_woocommerce_quick_view .summary form.cart .quantity .qty {
  background: #f8f9fb !important;
  border: none;
  padding-left: 4px;
  border-radius: none;
}
.pp_woocommerce_quick_view .summary form.cart button.single_add_to_cart_button {
  border-radius: unset;
  margin: 0 auto;
  background: #64bc2a !important;
  color: white;
  padding: 13px 35px;
}
.pp_woocommerce_quick_view a.quick-view-detail-button {
  display: none;
}
body.single-product .product_header {
  background-color: #282828;
  background-image: url('/wp-content/themes/hvacfilter/images/heading_bg.webp');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
body.single-product .product_header_inner_container {
  max-width: 1300px;
  margin: 0 auto;
}
body.single-product .template_heading {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 4rem;
  padding: 20px;
}
body.single-product .breacrumb_container {
  font-family: "Poppins", sans-serif;
  background: #F8F9FB;
  padding: 30px 0;
}
body.single-product .breacrumb_inner_container {
  max-width: 1300px;
  margin: 0 auto;
}
body.single-product .category_heading {
  color: #64bc2a;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
body.single-product .woocommerce-breadcrumb {
  font-size: 1.15rem;
  padding: 15px 0;
  font-weight: bold;
  color: #333;
}
body.single-product .woocommerce-breadcrumb .bc_delimiter, body.single-product .woocommerce-breadcrumb a {
  font-weight: normal;
  color: #767676;
}
body.single-product #primary {
  background: white;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
}
body.single-product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #eee;
}
body.single-product .woocommerce-product-gallery .flex-direction-nav {
  display: none;
}
body.single-product .summary p.price {
  font-weight: bold;
  color: #64bc2a;
  font-size: 2.5rem;
}
body.single-product .summary .product_meta {
  padding: 20px 0;
}
body.single-product .summary .product_meta span.request-a-quote, body.single-product .summary .product_meta span.in_stock {
  color: #64bc2a;
  font-weight: bold;
}
body.single-product .summary .product_meta span.out_of_stock {
  color: red;
  font-weight: bold;
}
body.single-product .summary .stock.out-of-stock {
  display: none;
}
body.single-product .summary form.cart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
body.single-product .summary form.cart .quantity .qty {
  background: #f8f9fb !important;
  border: none;
  padding-left: 4px;
  border-radius: none;
}
body.single-product .summary form.cart button.single_add_to_cart_button {
  font-family: "Poppins", sans-serif;
  border-radius: unset;
  margin: 0 auto;
  background: #64bc2a !important;
  color: white;
  padding: 13px 35px;
  font-weight: 400;
  text-transform: capitalize;
}
body.single-product .summary .quote-only-button {
  display: none;
}
body.single-product .summary .add-request-quote-button {
  font-family: "Poppins", sans-serif;
  border-radius: unset;
  margin: 0 auto;
  background: white !important;
  color: black !important;
  padding: 13px 35px;
  border: 1px solid #64bc2a !important;
  font-weight: 400;
  text-transform: capitalize;
}
body.single-product .summary .add-request-quote-button:hover {
  background: #64bc2a !important;
  border: 1px solid #64bc2a !important;
}
body.single-product .summary .yith-ywraq-add-to-quote {
  margin-top: 0 !important;
  padding-left: 30px !important;
}
body.single-product .summary .yith_ywraq_add_item_browse_message a {
  color: #64bc2a !important;
}
body.single-product #content div.product div.images, body.single-product div.product div.images {
  width: 33%;
}
body.single-product #content div.product div.summary, body.single-product div.product div.summary {
  width: 65%;
}
body.single-product div.product .woocommerce-tabs {
  border-top: 1px solid #eee;
  padding-bottom: 30px;
}
body.single-product div.product .woocommerce-tabs h2 {
  display: none;
}
body.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
body.single-product div.product .woocommerce-tabs table.shop_attributes {
  border: 1px solid #eee !important;
}
body.single-product div.product .woocommerce-tabs table th {
  border: 1px solid #eee !important;
}
body.single-product div.product .woocommerce-tabs table.shop_attributes th, body.single-product div.product .woocommerce-tabs table.shop_attributes td {
  padding: 10px;
  border-bottom: 1px solid #eee !important;
}
body.single-product div.product .woocommerce-tabs th.woocommerce-product-attributes-item__label {
  text-align: left;
  color: #767676;
  padding: 20px !important;
}
body.single-product div.product .woocommerce-tabs table.shop_attributes td {
  background: white !important;
}
body.single-product div.product .woocommerce-tabs ul.tabs li a {
  font-size: 1.25rem;
}
body.single-product div.product .woocommerce-tabs ul.tabs li {
  color: #64bc2a;
  background-color: #fff;
  border-radius: 0;
  border: 0;
}
body.single-product div.product .woocommerce-tabs ul.tabs li.active {
  border-radius: 0;
  border-top: 4px solid #64bc2a;
  color: #64bc2a;
}
body.single-product div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
body.single-product div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
body.single-product section.related .price {
  display: none !important;
}
body.single-product section.related .quick-view-button {
  display: none !important;
}
body.single-product section.related .add_to_cart_button {
  display: none !important;
}
body.single-product section.related h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
body.single-product section.related ul.products li.product {
  text-align: center;
  border: 1px solid #eee;
}
body.single-product section.related span.category_name {
  display: inline-block;
  color: #767676;
}
body.single-product section.related .woocommerce-loop-product__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
body.single-product section.related a.button {
  margin: 0 auto;
  background: #64bc2a !important;
  color: white;
  margin-bottom: 20px;
  padding: 13px 35px;
  border-radius: 0;
}
@media (max-width: 1280px) {
  body.single-product .breacrumb_container {
    padding: 15px;
  }
  body.single-product #primary {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  body.single-product div.product div.images {
    width: 50%;
    margin: auto;
  }
  body.single-product div.product div.summary {
    width: 100%;
  }
}
body.post-type-archive-product .product_header, body.tax-product_cat .product_header {
  background-color: #282828;
  background-image: url('/wp-content/themes/hvacfilter/images/heading_bg.webp');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
body.post-type-archive-product .product_header_inner_container, body.tax-product_cat .product_header_inner_container {
  max-width: 1300px;
  margin: 0 auto;
}
body.post-type-archive-product .template_heading, body.tax-product_cat .template_heading {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 4rem;
  padding: 20px;
}
body.post-type-archive-product .breacrumb_container, body.tax-product_cat .breacrumb_container {
  font-family: "Poppins", sans-serif;
  background: #F8F9FB;
  padding: 30px 15px;
}
body.post-type-archive-product .breacrumb_inner_container, body.tax-product_cat .breacrumb_inner_container {
  max-width: 1300px;
  margin: 0 auto;
}
body.post-type-archive-product .category_heading, body.tax-product_cat .category_heading {
  color: #64bc2a;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
body.post-type-archive-product .woocommerce-breadcrumb, body.tax-product_cat .woocommerce-breadcrumb {
  font-size: 1.15rem;
  padding: 15px 0;
  font-weight: bold;
  color: #333;
}
body.post-type-archive-product .woocommerce-breadcrumb .bc_delimiter, body.post-type-archive-product .woocommerce-breadcrumb a, body.tax-product_cat .woocommerce-breadcrumb .bc_delimiter, body.tax-product_cat .woocommerce-breadcrumb a {
  font-weight: normal;
  color: #767676;
}
body.post-type-archive-product #category-top .left .category_thumbnail, body.tax-product_cat #category-top .left .category_thumbnail {
  border: 1px solid #e6e6e6;
  min-width: 350px;
  min-height: 300px;
  display: grid;
  place-items: center;
}
body.post-type-archive-product #category-top .right h1, body.tax-product_cat #category-top .right h1 {
  font-size: 1.5rem;
}
body.post-type-archive-product section.category-sidebar, body.tax-product_cat section.category-sidebar {
  grid-area: sidebar;
}
body.post-type-archive-product section.category-sidebar h2.wp-block-heading, body.tax-product_cat section.category-sidebar h2.wp-block-heading {
  font-size: 1.5rem;
}
body.post-type-archive-product section.category-sidebar ul.wc-block-product-categories-list, body.tax-product_cat section.category-sidebar ul.wc-block-product-categories-list {
  list-style-type: none;
}
body.post-type-archive-product section.category-sidebar ul.wc-block-product-categories-list li a, body.tax-product_cat section.category-sidebar ul.wc-block-product-categories-list li a {
  color: #333;
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
body.post-type-archive-product section.category-sidebar ul.wc-block-product-categories-list li a:hover, body.tax-product_cat section.category-sidebar ul.wc-block-product-categories-list li a:hover {
  text-decoration: underline;
  background: #eee;
}
body.post-type-archive-product section.category-sidebar ul.wc-block-product-categories-list--depth-1 > li > a, body.tax-product_cat section.category-sidebar ul.wc-block-product-categories-list--depth-1 > li > a {
  padding-left: 15px;
}
body.post-type-archive-product section.category-sidebar ul.wc-block-product-categories-list--depth-2 > li > a, body.tax-product_cat section.category-sidebar ul.wc-block-product-categories-list--depth-2 > li > a {
  padding-left: 30px;
}
body.post-type-archive-product section.category, body.tax-product_cat section.category {
  grid-area: products;
}
body.post-type-archive-product #category-container, body.post-type-archive-product #category-top, body.tax-product_cat #category-container, body.tax-product_cat #category-top {
  background: white;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
}
body.post-type-archive-product #category-top, body.tax-product_cat #category-top {
  display: grid;
  grid-template-columns: minmax(250px, 350px) 1fr;
  grid-gap: 20px;
}
body.post-type-archive-product #category-container #main, body.tax-product_cat #category-container #main {
  display: grid;
  grid-template-columns: minmax(250px, 350px) 1fr;
  grid-template-areas: "sidebar products";
  grid-gap: 20px;
}
body.post-type-archive-product form.woocommerce-ordering, body.tax-product_cat form.woocommerce-ordering {
  display: none;
}
body.post-type-archive-product ul.products li.product, body.tax-product_cat ul.products li.product {
  border: 1px solid #e6e6e6;
  padding: 15px;
  text-align: center;
}
body.post-type-archive-product ul.products li.product:hover, body.tax-product_cat ul.products li.product:hover {
  border: 1px solid #64bc2a;
}
body.post-type-archive-product ul.products h2.woocommerce-loop-product__title, body.tax-product_cat ul.products h2.woocommerce-loop-product__title {
  color: black !important;
  font-weight: bold !important;
}
body.post-type-archive-product ul.products span.product_dimensions, body.tax-product_cat ul.products span.product_dimensions {
  color: black !important;
}
body.post-type-archive-product ul.products span.price, body.tax-product_cat ul.products span.price {
  color: #64bc2a !important;
  font-weight: bold !important;
  font-size: 1.35rem !important;
}
body.post-type-archive-product ul.products a.button, body.tax-product_cat ul.products a.button {
  font-size: 0.85rem;
  font-weight: normal;
}
body.post-type-archive-product ul.products a.quick-view-button, body.tax-product_cat ul.products a.quick-view-button {
  border: 1px solid #64bc2a !important;
  border-radius: 0 !important;
  background: white !important;
  color: black !important;
  margin-right: 10px;
}
body.post-type-archive-product ul.products a.quick-view-button span, body.tax-product_cat ul.products a.quick-view-button span {
  display: none;
}
body.post-type-archive-product ul.products a.product_type_simple, body.post-type-archive-product ul.products a.add_to_cart_button, body.tax-product_cat ul.products a.product_type_simple, body.tax-product_cat ul.products a.add_to_cart_button {
  border: 1px solid #64bc2a;
  background: #64bc2a;
  color: white;
  border-radius: 0;
}
body.post-type-archive-product ul.products a.added_to_cart, body.tax-product_cat ul.products a.added_to_cart {
  color: #64bc2a;
}
body.post-type-archive-product nav.woocommerce-pagination ul, body.tax-product_cat nav.woocommerce-pagination ul {
  border: 1px solid #64bc2a;
  border-right: 0;
}
body.post-type-archive-product nav.woocommerce-pagination ul li, body.tax-product_cat nav.woocommerce-pagination ul li {
  border-right: 1px solid #64bc2a;
}
body.post-type-archive-product nav.woocommerce-pagination ul li span.current, body.tax-product_cat nav.woocommerce-pagination ul li span.current {
  background: #edfde2;
  color: #64bc2a;
}
body.post-type-archive-product nav.woocommerce-pagination ul li a, body.tax-product_cat nav.woocommerce-pagination ul li a {
  color: #64bc2a;
}
body.post-type-archive-product nav.woocommerce-pagination ul li a:hover, body.tax-product_cat nav.woocommerce-pagination ul li a:hover {
  background: #edfde2;
  color: #64bc2a;
}
body.post-type-archive-product .pp_woocommerce_quick_view .add-request-quote-button, body.tax-product_cat .pp_woocommerce_quick_view .add-request-quote-button {
  font-family: "Poppins", sans-serif;
  border-radius: unset;
  margin: 0 auto;
  background: white !important;
  color: black !important;
  padding: 13px 35px;
  border: 1px solid #64bc2a !important;
  font-weight: 400;
  text-transform: capitalize;
}
body.post-type-archive-product .pp_woocommerce_quick_view .add-request-quote-button:hover, body.tax-product_cat .pp_woocommerce_quick_view .add-request-quote-button:hover {
  background: #64bc2a !important;
  border: 1px solid #64bc2a !important;
}
body.post-type-archive-product .pp_woocommerce_quick_view .yith-ywraq-add-to-quote, body.tax-product_cat .pp_woocommerce_quick_view .yith-ywraq-add-to-quote {
  margin-top: 0 !important;
  padding-left: 30px !important;
}
body.post-type-archive-product .pp_woocommerce_quick_view .stock_status .request-a-quote, body.tax-product_cat .pp_woocommerce_quick_view .stock_status .request-a-quote {
  color: #64bc2a;
}
body.post-type-archive-product .pp_woocommerce_quick_view .yith_ywraq_add_item_browse_message a, body.tax-product_cat .pp_woocommerce_quick_view .yith_ywraq_add_item_browse_message a {
  color: #64bc2a !important;
}
body.post-type-archive-product .pp_woocommerce_quick_view .stock.out-of-stock, body.tax-product_cat .pp_woocommerce_quick_view .stock.out-of-stock {
  display: none;
}
body.post-type-archive-product .pp_woocommerce_quick_view .quote-only-button a.view-details, body.tax-product_cat .pp_woocommerce_quick_view .quote-only-button a.view-details {
  margin: 0 auto;
  background: #64bc2a;
  color: white;
  margin-bottom: 20px;
  padding: 13px 35px;
  border-radius: 0;
}
@media (max-width: 1280px) {
  body.post-type-archive-product .product_header_inner_container, body.tax-product_cat .product_header_inner_container {
    padding: 15px;
  }
  body.post-type-archive-product .breacrumb_container, body.tax-product_cat .breacrumb_container {
    padding: 15px;
  }
  body.post-type-archive-product #category-top, body.tax-product_cat #category-top {
    margin: 0 15px;
  }
  body.post-type-archive-product #category-container, body.tax-product_cat #category-container {
    padding: 30px 15px;
  }
}
@media (max-width: 1078px) {
  body.post-type-archive-product #category-container #main, body.tax-product_cat #category-container #main {
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 990px) {
  body.post-type-archive-product #category-container #main, body.tax-product_cat #category-container #main {
    grid-template-columns: 1fr;
    grid-template-areas: "products" "sidebar";
    width: 100%;
  }
  body.post-type-archive-product #category-top, body.tax-product_cat #category-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-product div.product div.images, body.tax-product_cat div.product div.images {
    width: 50%;
    margin: auto;
  }
  body.post-type-archive-product div.product div.summary, body.tax-product_cat div.product div.summary {
    width: 100%;
  }
}
body.woocommerce-cart .quantity input.qty {
  width: 4.631em;
}
body.woocommerce-cart input#coupon_code {
  width: 130px;
}
body.woocommerce-cart label[for=coupon_code] {
  display: none;
}
body.woocommerce-cart a.checkout-button {
  border: 1px solid #64bc2a !important;
  background-color: #64bc2a !important;
  color: white;
  border-radius: 0;
}
body.woocommerce-checkout button#place_order {
  border: 1px solid #64bc2a;
  background: #64bc2a;
  color: white;
  border-radius: 0;
}
body.search section.page-header {
  padding-bottom: 70px;
}
body.search section.page-header .container {
  max-height: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
}
body.search section.page-header .container h1 {
  text-transform: uppercase;
  font-size: 3rem;
  padding-bottom: 6px;
  font-weight: 500;
  color: white;
}
body.search > article {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px 70px;
}
body.search .search-box {
  padding-bottom: 30px;
  text-align: center;
}
body.search .search-box input#search {
  padding: 10px 20px;
  border: 2px solid #949494;
  font-size: 1rem;
}
body.search .search-box .btn {
  border: 2px solid var(--tn-blue);
  padding: 10px 20px;
  border-radius: 3px;
  color: white;
  background: var(--tn-blue);
  font-size: 1rem;
  cursor: pointer;
}
body.search .search-results {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
body.search .product {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 30px;
}
body.search .product-thumb img {
  width: 100%;
}
@media (max-width: 480px) {
  body.search .search-box input#search {
    width: 100%;
  }
  body.search .search-box .btn {
    margin-top: 5px;
    width: 100%;
  }
  body.search .product {
    grid-template-columns: 1fr;
  }
}
body.yith-request-a-quote-page .yith-ywraq-before-table-wc-backward {
  color: #64bc2a !important;
}
body.yith-request-a-quote-page td.product-name a {
  color: #64bc2a !important;
}
body.yith-request-a-quote-page .raq-send-request-row input.button, body.yith-request-a-quote-page #yith-ywraq-form input.button {
  font-family: "Poppins", sans-serif;
  border-radius: unset;
  margin: 0 auto;
  background: white !important;
  color: black !important;
  padding: 13px 35px;
  border: 1px solid #64bc2a !important;
  font-weight: 400;
  text-transform: capitalize;
}
body.yith-request-a-quote-page .raq-send-request-row input.button:hover, body.yith-request-a-quote-page #yith-ywraq-form input.button:hover {
  background: #64bc2a !important;
  border: 1px solid #64bc2a !important;
}
body.yith-request-a-quote-page .quantity .qty {
  width: 4.631em !important;
}
/*# sourceMappingURL=./theme.css.map */