/*
Theme Name: Bathrooms Child
Theme URI: http://themes.webdevia.com/bathrooms-wordpress-theme/
Description: Bathrooms Child Theme
Author: Mymoun
Author URI: http://www.webdevia.com/
Version: 2.0
Template: bathrooms
License: ---
License URI: ----
Tags: two-columns, custom-background, threaded-comments, translation-ready, custom-menu
Text Domain:  bathrooms
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

a:focus {
  text-decoration: none !important;
}

/* Range Slider*/
.range-slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: #000000;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 11px;
  top: -30px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: -2px;
}
.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #000000;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #000000;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}
.range-price {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.range-price label {
  margin-right: -7px;
}
.range-price input {
  height: 30px;
  width: 65px;
  padding: 0px 8px !important;
}
.range-price input:first-of-type {
  margin-right: 15px;
}

.price-filter-button {
  display: grid;
}

#apply-range-filter {
  background-color: #545454; /* WordPress blue */
  color: #fff;
  padding: 9px 10px;
  font-size: 12px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#apply-range-filter:hover {
  background-color: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Range Slider-end*/

/* Landing Page */
.custom-heading {
  opacity: 1 !important;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5),
    -3px -3px 5px rgba(255, 255, 255, 0.2) !important;
  transition: transform 0.6s ease-in-out, text-shadow 0.7s ease-in-out;
}

.custom-heading:hover {
  transform: translate(-1%, -1%) scale(1.1) !important;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8), 0px 0px 25px rgba(0, 0, 0, 0.6) !important;
  cursor: pointer !important;
}

.lifestyle-custom-heading {
  opacity: 1 !important;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7),
    -3px -3px 5px rgba(255, 255, 255, 0.2) !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    text-shadow 0.6s ease-in-out !important;
}

.lifestyle-custom-heading:hover {
  transform: translate(-1%, -1%) scale(1.1) !important;
  text-shadow: 0px 0px 15px rgb(88 194 251 / 80%),
    0px 0px 25px rgb(79 174 255 / 60%) !important;
  cursor: pointer !important;
}

.enter-button-column {
  width: 15%;
  bottom: 650px;
  left: 43%;
  /* margin-bottom: -51px !important; */
}

.enter-button-column a {
  border-radius: 25px;
}

.wpc-filter-label-wrapper {
  color: black;
}

/* Collection Page */

.custom-category-list {
  display: flex;
  flex-direction: column;
}

.category-item {
  display: flex;
  justify-content: space-between;
  gap: 0;
  align-items: flex-end;
  padding-bottom: 0px;
}
.category-item .category-image {
  flex: 1;
}
.category-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 1105px;
}
.category-item .category-title {
  max-width: 400px;
  width: 100%;
  height: auto;
  padding-block: 40px;
  text-align: left;
}
.category-title {
  background: #f2efea;
  padding: 30px;
  text-align: center;
}

.category-title h2 {
  font-size: 30px;
  /* font-family: "Poppins", serif; */
  font-weight: 600;
  letter-spacing: 0px;
  line-height: normal;
  margin: 0;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
}
.category-item .category-title a {
  font-size: 15px;
  /* font-family: "Poppins", sans-serif; */
  border-bottom: 2px solid #c9ab34;
  padding: 0 0 0px 0;
  display: inline-block;
  /* color: #d9a200; */
  color: #c9ab34;
  letter-spacing: 0.5px;
}
.category-title a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.toggle-buttons {
  display: flex;
  gap: 15px;
}
.toggle-buttons button {
  background: white;
  /* border: 2px solid black; */
  padding: 10px;
  cursor: pointer;
  color: lightgrey;
  margin-bottom: auto;
  font-size: 30px;
}
.toggle-buttons button.active {
  /* background: black; */
  color: black;
}

button#grid-view {
  margin-top: -4px;
  font-size: 11px !important;
}

.custom-category-container {
  padding-top: 150px;
  display: block;
}

.small-grid-container {
  display: none;
}

.small-grid-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
  max-width: 1600px;
  margin-inline: auto;
  width: calc(100% - 32px);
}
.small-category-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.small-category-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.small-category-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.small-category-item:hover img {
  transform: scale(1.1);
}
.small-category-item:hover span {
  opacity: 1;
}

.button-icon-container div {
  display: flex;
}

.custom-header-logo-title {
  margin-left: -250px !important;
  margin-top: -60px !important;
}

.custom-header-logo {
  max-height: 200px !important;
}

/* Category Header */
.woocommerce-category-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.woocommerce-category-header img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

/* Category Title */
.category-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #333;
}

/* Subcategories Grid */
.woocommerce-categories {
  max-width: 1200px; /* Adjust width as needed */
  margin: 0 auto; /* Center align */
}

.woocommerce-categories .subcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Evenly distribute */
  padding: 0;
  list-style: none;
}

.woocommerce-categories .subcategory {
  width: 23%; /* Ensures 4 items per row */
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}

.woocommerce-categories .subcategory h3 {
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: black;
  padding: 15px 15px;
  font-size: 20px;
  background-color: white;
  border-radius: 4px 4px 10px 10px;
}

.categories-content {
  padding-bottom: 400px;
  padding-top: 50px;
  background: #f4f4f4;
}

.woocommerce-category-description {
  padding: 0px 200px 50px 200px;
}

.woocommerce-categories .subcategory img:hover {
  transform: scale(1.05);
}

.subcategory img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 10px 10px 4px 4px;
  transition: transform 0.3s ease-in-out;
}

.woocommerce-category-products {
  padding: 100px 20px;
}

.woocommerce-category-products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  /*  padding-top: 120px;*/
}

.woocommerce-category-products ul.products li.product {
  /*  width: 25%;*/
  margin-bottom: 25px;
  text-align: justify;
  padding: 25px;
  background-color: white !important;
  /* border: solid 2px;
  border-radius: 8px; */
}

.custom-grid-product-summary {
  color: black;

}

.page-numbers {
  color: black;
}


.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before {
  display: none;
}

.woocommerce-category-products ul.products li.product a.button {
  display: none;
}

.last-text-about-us h4 {
  font-size: 20px !important;
  margin: 3px !important;
}

/* 01-04-2025 Css */
/* .vc_custom_1742997867353 {
  padding: 0 !important;
}
.vc_custom_1742997881914 {
  padding: 0 !important;
}
.vc_section.wpb_animate_when_almost_visible {
  min-height: unset !important;
  height: auto;
  left: 0 !important;
  width: 100% !important;
  padding-inline: 0 !important;
  max-width: 100% !important;
  margin-inline: 0;
}
.vc_section.wpb_animate_when_almost_visible .vc_row.wpb_row {
  min-height: unset !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.vc_section.wpb_animate_when_almost_visible .vc_row.wpb_row .bath-column {
  padding: 0 !important;
}
.vc_section.wpb_animate_when_almost_visible .vc_row.wpb_row .lifestyle-column {
  padding: 0 !important;
} */

/* 07-04-2025 Collection Page */
.toggle-buttons {
  background-color: rgba(242, 239, 234, 1);
  padding: 15px 15px;
  border-radius: 10px;
  max-width: 1600px;
  margin-inline: auto;
  width: calc(100% - 32px);
}
.toggle-buttons button {
  background: transparent;
  line-height: normal;
  margin: 0 !important;
  font-size: unset !important;
  background-color: #fff;
  padding: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.toggle-buttons button img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(76%) sepia(24%) saturate(0%)
    hue-rotate(225deg) brightness(93%) contrast(86%);
}
.toggle-buttons button.active img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: unset;
}
.template-collection section.wd-title-bar {
  min-height: 240px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(45deg, black, transparent),
    url("https://dev.webgarh.net/waterguruz/wp-content/uploads/2025/03/modern-elegant-apartment-with-bright-clean-bathroom-comfortable-furnishings-generated-by-artificial-intelligence-scaled.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}
.template-collection section.wd-title-bar h2#page-title {
  margin: 0;
  font-size: 45px;
  /* font-family: 'Poppins'; */
  text-transform: capitalize;
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  /* font-family: 'Poppins' !important; */
  font-family: "Poppins", sans-serif !important;
}
.custom-category-container {
  padding-top: 40px;
}
.wd-footer .widget-logo img {
  height: auto;
  width: 100%;
  object-fit: cover;
  padding: 0;
  margin-bottom: 30px;
  max-width: 160px;
}
.wd-footer .widget-logo p {
  /* font-family: "Oswald", sans-serif; */
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #fff;
}
.wd-footer .block h2.block-title {
  margin-top: 0;
  /* font-family: "Oswald", sans-serif; */
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: "Poppins", serif;
}
.wd-footer .block .textwidget .widget-info li {
  /* font-family: "Oswald", sans-serif; */
  letter-spacing: 0.3px;
}

.theme-bathrooms section.wd-title-bar {
  background-color: #f2efea;
  padding: 0;
  margin: 0 0 40px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.theme-bathrooms section.wd-title-bar h2 {
  text-align: center;
  margin: 0;
  font-size: 40px;
  /* font-family: 'Playfair Display'; */
  font-family: "Poppins", serif;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
}
.theme-bathrooms .wpb-content-wrapper .wpb_wrapper > h3,
.theme-bathrooms .wpb-content-wrapper .wpb_wrapper > h4 {
  /* font-family: 'Open Sans'; */
  font-family: "Poppins", serif;
  font-size: 24px;
  font-weight: 700;
}
.theme-bathrooms .wpb-content-wrapper .wpb_wrapper p,
.theme-bathrooms .wpb-content-wrapper .wpb_wrapper ul li {
  font-weight: 500;
  font-size: 16px;
  margin-left: 16px;
}
.theme-bathrooms .wpb-content-wrapper .wpb_wrapper ul li {
  margin-bottom: 7px;
}
.template-collection .wpb-content-wrapper .vc_row.wpb_row {
  padding-bottom: 60px !important;
  padding-inline: 0 !important;
  background-color: rgb(255 247 235 / 65%);
}
.theme-bathrooms .wpb-content-wrapper .vc_row.wpb_row .vc_custom_1743419213354 {
  padding-inline: 0 !important;
}
.template-collection .wpb-content-wrapper .custom-category-list .category-item.even .category-title {
  background-color: rgb(243 237 228);
}
.wd-footer .block .wd-newsletter ul {
  padding-top: 22px;
}
.wd-footer .block .wd-newsletter ul li a {
  margin-right: 15px;
}
.wd-footer .block .wd-newsletter ul li a svg {
  display: none;
}
.wd-footer .block .wd-newsletter ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.wd-footer .block .wd-newsletter input.email-adress {
  width: 100%;
}
.wd-footer .block .wd-newsletter input.newslettersubmit {
  top: 39px;
  right: 0;
  left: auto;
  background: #fff;
  color: #000;
  font-weight: 600;
  padding-inline: 22px;
}

.page-id-8 .wpb_wrapper form.wpcf7-form .columns input.wpcf7-form-control,
.page-id-8 .wpb_wrapper form.wpcf7-form .columns select {
  border-radius: 6px;
  /* font-family: 'Open Sans'; */
  font-size: 15px;
  border: 0px solid #8f8f8f;
  padding: 12px 16px;
  min-height: unset;
  height: auto;
  background-color: #fff;
}
.page-id-8 .wpb_wrapper form.wpcf7-form .columns label {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
  font-family: "Poppins";
}
.page-id-8 .wpb_wrapper form.wpcf7-form .columns textarea {
  border-radius: 6px;
  /* font-family: 'Open Sans'; */
  font-size: 15px;
  border: 0px solid #8f8f8f;
  padding: 12px 16px;
  min-height: unset;
  height: auto;
}
.page-id-8 .wpb_wrapper form.wpcf7-form .columns input.wpcf7-submit {
  display: block;
  width: 100%;
  border: 0;
  background-color: #1d1d1d;
  padding-block: 15px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.page-id-8 .wpb_wrapper form.wpcf7-form {
  max-width: 850px;
  margin-inline: auto;
  box-shadow: none;
  padding: 35px 14px;
  background-color: #f2efea;
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
}
.page-id-8 .wpb_wrapper form.wpcf7-form .cstm-contact-feild {
  float: none;
  width: 100%;
}
.page-id-8 .wpb_wrapper form.wpcf7-form .cstm-contact-feild:nth-child(2),
.page-id-8 .wpb_wrapper form.wpcf7-form .cstm-contact-feild:nth-child(3) {
  width: 50%;
}

.template-collection .custom-category-list .category-item.odd {
  background: #f2efea;
}
.template-collection .custom-category-list .category-item {
  padding-inline: 8%;
}
.template-collection .custom-category-list .category-item.odd .category-title {
  /* background: rgba(250,249,246,1); */
  background: rgb(255 252 246);
  position: relative;
  bottom: 40px;
  right: -80px;
}
.template-collection .custom-category-list .category-item.even .category-title {
  position: relative;
  bottom: 40px;
  left: -180px;
}
.template-collection .wpb-content-wrapper .vc_custom_1743419171756 {
  padding-inline: 0 !important;
}
.template-collection .wpb-content-wrapper .vc_custom_1743419213354 {
  padding-inline: 0 !important;
}
.template-collection .wpb-content-wrapper .custom-category-list .category-item {
  padding-inline: 8%;
}

header.l-header .top-bar-container.contain-to-grid nav.top-bar {
  max-width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  gap: 30px;
  padding-block: 13px;
  width: 100%;
  justify-content: space-between;
}
header.l-header .top-bar-container.contain-to-grid nav.top-bar li.name {
  padding: 0;
  height: auto;
}
header.l-header
  .top-bar-container.contain-to-grid
  nav.top-bar
  a.custom-header-logo-title {
  margin: 0 !important;
  display: inline-block;
  float: none;
  max-width: 140px;
}
header.l-header .top-bar-section {
  float: none !important;
  margin: 0;
  max-width: 100%;
  height: auto;
}
header.l-header .top-bar-container.contain-to-grid nav.top-bar ul.title-area {
  float: none;
  max-height: unset;
}
header.l-header .top-bar-section .menu-header-menu-container {
  display: flex;
}
header.l-header .top-bar-section .menu li a.has-icon {
  font-size: 14px;
  color: #000 !important;
}
header.l-header .top-bar-section .menu li > ul.sub-menu {
  background-color: #2b2b2b;
}

header.l-header .top-bar-section .menu li.active_menu > a.has-icon {
  color: #000;
}
header.l-header .top-bar-section .menu li > ul.sub-menu {
  background-color: #2b2b2b;
}
header.l-header .top-bar-section .menu li .sub-menu li a {
  color: #fff !important;
  background: transparent !important;
}
header.l-header .top-bar-section .menu li .sub-menu li a:hover {
  background-color: #f2efea !important;
  color: #2b2b2b !important;
}
.small-grid-category .small-category-item a img {
  height: 100%;
}
.small-grid-category .small-category-item a span {
  font-family: "Poppins";
  font-size: 18px;
  letter-spacing: 0.5px;
}

.theme-bathrooms .wpb-content-wrapper {
  padding-inline: 16px;
}
.brochure-section .brochure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.brochure-section .brochure-grid .brochure-box {
  width: 100%;
  max-width: 100%;
  border: 0px solid #d5d5d5;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}
.brochure-section .brochure-grid img.brochure-image {
  width: 100% !important;
  object-fit: cover;
  height: 300px !important;
}
.brochure-section .brochure-grid hr {
  display: none;
}
.brochure-section .brochure-grid .brochure-box h3 {
  margin: 0;
  padding: 16px 14px 8px 14px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
}
.brochure-section .brochure-grid .brochure-box a.download-button {
  display: block;
  padding-bottom: 20px;
  padding-inline: 14px;
  font-size: 14px;
  color: #c9ab34;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.brochure-section .brochure-grid .brochure-box a.download-button::after {
  content: "»";
  font-size: 20px;
  margin-left: 5px;
  font-family: "Atlassian Sans";
}
.brochure-section h4.brochure-subtitle {
  font-family: "Poppins";
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.tax-product_cat .woocommerce-category-header {
  margin: 0;
}
.tax-product_cat .woocommerce-category-header h1.category-title {
  margin: 0;
  font-family: "Poppins";
  letter-spacing: 0;
  font-size: 45px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: #fff;
  padding: 0;
}

.tax-product_cat .woocommerce-category-description {
  background: #f2efea;
  padding-bottom: 14px;
  padding-block: 0px;
}
.tax-product_cat .woocommerce-category-description p.category-description {
  margin: 0;
}
.tax-product_cat .woocommerce-category-description p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  padding-top: 45px;
}
.tax-product_cat .categories-content {
  padding-block: 50px;
  background: #f2efea;
}
.woocommerce-categories {
  max-width: 1500px;
  margin: 0 auto;
  width: calc(100% - 32px);
}
.tax-product_cat .categories-content .woocommerce-categories .subcategories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0;
}
.tax-product_cat .categories-content .woocommerce-categories .subcategories .subcategory {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tax-product_cat .categories-content .woocommerce-categories .subcategories .subcategory a {
    display: block;
    height: 100%;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
}
.tax-product_cat .categories-content .woocommerce-categories .subcategories .subcategory h3 {
  font-family: "Poppins";
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 20px 18px;
  margin: 0;
  z-index: 1;
  position: relative;
}
.wd-footer .row.animation-parent {
  margin-top: 0;
}

.template-about-us section.wd-title-bar {
  display: none;
}
.template-about-us main article .vc_row.vc_row-fluid {
  margin: 0 !important;
  /* padding: 0 !important; */
}
.template-about-us main article .vc_row.vc_row-fluid .wd-title-section_c {
  margin: 0;
}

.vc_section.about_banner {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.vc_section.about_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
}
.vc_section.about_banner .wd-heading h2 {
  margin: 0;
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}
.vc_section.about_banner .wpb_text_column .wpb_wrapper p {
  text-align: center;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  margin: 0;
}
.about-image-with-text .vc_row.wpb_row {
  display: flex;
  align-items: center;
  gap: 32px;
}
.about-image-with-text .vc_row.wpb_row::before,
.about-image-with-text .vc_row.wpb_row::after {
  display: none;
}
.about-image-with-text .vc_row.wpb_row .wpb_column {
  float: none;
}
.about-image-with-text .vc_row.wpb_row .wpb_column .vc_single_image-wrapper img.vc_single_image-img {
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  object-position: left;
}
.theme-bathrooms .about-image-with-text .wpb_wrapper p {
  font-size: 16px;
  margin: 15px 0;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0;
}
.vc_section.about-image-with-text {
  padding-block: 60px !important;
}
.tax-product_cat .categories-content .woocommerce-categories .subcategories .subcategory img {
  object-fit: contain;
  background-color: #dbdbdb;
}

section.vc_section.about-bottom-section {
  padding-block: 50px !important;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-bottom-section .about-bottom-sec-colum {
  /* background-color: rgb(43 43 43 / 75%) !important;
  max-width: 900px;
  margin-inline: auto !important;
  display: block !important;
  width: 100%; */
  background-color: transparent !important;
  text-align: center;
}

.about-bottom-sec-colum .wpb_wrapper .wd-heading {
  text-align: left !important;
}
.about-bottom-sec-colum .wpb_wrapper .wd-heading h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 24px !important;
}
.about-bottom-sec-colum .wpb_wrapper .wpb_content_element p {
  margin: 30px 0;
  letter-spacing: 0;
  font-size: 18px;
  color: #ffffff;
}
.vc_section.about_banner .wd-heading h4 {
  margin: 0;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  padding-block: 9px;
}
section.vc_section.about-bottom-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
  width: 100%;
  height: 100%;
}
.about-bottom-section .about-bottom-sec-colum .wd-heading h4 {
  font-size: 40px;
  color: #fff;
  font-family: "Poppins";
  text-transform: capitalize;
  letter-spacing: 0;
  max-width: 650px;
  text-align: center;
  width: 100%;
  margin-bottom: 37px !important;
  font-weight: 500;
}
.about-bottom-section .about-bottom-sec-colum .vc_do_btn {
  margin: 0;
}
.about-bottom-section .about-bottom-sec-colum .vc_do_btn .vc_general {
  background-color: #f2efea !important;
  color: #2b2b2b;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  box-shadow: inset 0 0 0 2px #f2efea;
  transition: 0.25s ease-in-out;
}
.about-bottom-section .about-bottom-sec-colum .vc_do_btn .vc_general:hover {
  background-color: transparent !important;
  color: #f2efea;
}
section.vc_section.about-image-with-text.about-image-with-text-sec {
  padding-top: 0 !important;
}

.tax-product_cat .woocommerce-category-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
}

.template-privacy-terms section.wd-title-bar,
.template-terms-and-conditions section.wd-title-bar {
  min-height: 180px;
}
section.brochure-section {
  padding-bottom: 80px;
}

.template-brochure {
  background: #f2efea;
}
.template-brochure section.wd-title-bar {
  background-image: linear-gradient(45deg, black, transparent),
    url("https://dev.webgarh.net/waterguruz/wp-content/uploads/2025/03/orizzontale_1715770373583.webp");
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
.template-brochure section.wd-title-bar h2#page-title {
  color: #fff;
}

.tax-product_cat .woocommerce-category-header-subcategory {
  background-color: #d0b784;
  padding-block: 30px;
  background-image: url("https://dev.webgarh.net/waterguruz/wp-content/uploads/2025/04/inner-page-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tax-product_cat .woocommerce-category-header-subcategory h1.category-title {
  margin: 0;
  background: transparent;
  max-width: 1500px;
  margin-inline: auto;
  text-align: center;
  padding-inline: 14px;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

.tax-product_cat .woocommerce-category-description p:empty {
  display: none;
}

.template-contact-us section.wd-title-bar {
  background-image: linear-gradient(45deg, black, transparent),
    url("https://dev.webgarh.net/waterguruz/wp-content/uploads/2020/07/WOOD8@2x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.template-contact-us section.wd-title-bar h2 {
  color: #fff;
}

.contact-icon-bxs .wd-heading {
  text-align: left !important;
}
.contact-icon-bxs .wd-heading h3 {
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 38px !important;
  font-size: 32px;
}
.contact-icon-bxs .wd-section-text-icon .wd-text-icon {
  margin: 0;
  display: flex !important;
  align-items: flex-start;
  margin-bottom: 14px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
}
.contact-icon-bxs .wd-section-text-icon .wd-text-icon .box-icon img {
  background: transparent;
  padding: 0;
  width: 36px;
  height: auto;
}
.contact-icon-bxs .wd-section-text-icon .wd-text-icon .box-description h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  font-family: "Poppins";
}
.contact-icon-bxs .wd-section-text-icon .wd-text-icon .box-description p {
  margin: 0;
  font-weight: 400;
  color: #5a5a5a;
  margin-top: 3px;
}
.contact-icon-bxs {
  padding-right: 4%;
}

.single-product {
  background-color: rgb(255 247 235 / 65%);
}
.single-product .site-main .row {
  max-width: 1500px;
}
.single-product .site-main .woocommerce-product-gallery {
  background-color: #f2efea;
  padding: 20px;
  border-radius: 16px;
}
.single-product .site-main .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
  margin: 60px 0;
}
.single-product .site-main .product .woocommerce-product-gallery {
  display: block;
  width: 100% !important;
  float: none !important;
}
.single-product .site-main .product .entry-summary {
  width: 100%;
  float: none;
}
.single-product .site-main .product .custom-product-summary .product-title {
  font-family: "Poppins";
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 24px 0;
}

.single-product .site-main .product .custom-product-summary .product-range,
.single-product .site-main .product .custom-product-summary .product-code,
.single-product .site-main .product .custom-product-summary .product-brand {
  font-family: "Poppins";
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
}
.single-product .site-main .product .custom-product-summary .product-short-description {
  margin-top: 25px;
}
.single-product .site-main .product .custom-product-summary .product-short-description strong {
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
}
.single-product .site-main .product .custom-product-summary .product-short-description .product-infos p {
  font-family: "Open Sans";
  font-size: 16px;
  color: #383838;
  font-weight: 500;
  line-height: 24px;
}
.single-product .site-main .product .custom-product-summary .product-price p.price {
  color: #c9ab34;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1px;
}
.single-product .site-main .product .custom-product-summary .product-finish {
  display: grid;
  grid-template-columns: 180px 1fr;
  font-family: "Poppins";
  font-size: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
}
.single-product .site-main .product .entry-summary .product-full-description strong {
  margin-bottom: 5px;
  display: inline-block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
}
.single-product .site-main .product .entry-summary .product-full-description ul li {
  font-family: "Open Sans";
  font-size: 16px;
  color: #383838;
  font-weight: 500;
  line-height: 24px;
  margin-top: 14px;
}
.single-product .site-main .product .entry-summary .product-custom-tags {
  margin: 0;
}
.single-product .site-main .product .entry-summary .product-custom-tags .product-tags strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
}
.single-product .site-main .product .entry-summary .product-custom-tags .product-tags a {
  display: inline-block;
  background-color: #fff;
  padding: 6px 14px;
  color: #747474;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  margin-right: 8px;
}
.single-product .wd-title-bar {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.single-product .wd-title-bar .row {
  max-width: 1500px;
}
.single-product .wd-title-bar .woocommerce-breadcrumb {
  margin: 0;
  float: none;
  padding-block: 26px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins";
}
.single-product .site-main .product div.images .woocommerce-product-gallery__trigger {
  border: 1px solid #dfdfdf;
}

@media screen and (max-width: 1500px) {
  header.l-header .top-bar-section .menu li a.has-icon {
    padding-inline: 0.8rem 1.8rem !important;
  }
  .template-collection .wpb-content-wrapper .custom-category-list .category-item {
    padding-inline: 5%;
  }
}

@media screen and (max-width: 1366px) {
  .template-collection .wpb-content-wrapper .custom-category-list .category-item {
    padding-inline: 2%;
  }
  header.l-header .top-bar-section .menu li a.has-icon {
    padding-inline: 0.8rem 1.4rem !important;
  }
  header.l-header .top-bar-section .menu li a.has-icon::after {
    right: 0;
    margin-right: 5px;
  }
  header.l-header .top-bar-container.contain-to-grid nav.top-bar a.custom-header-logo-title {
    max-width: 130px;
  }
}

@media screen and (max-width: 1280px) {
  header.l-header .top-bar-container.contain-to-grid nav.top-bar {
    gap: 0;
    padding-block: 15px;
    flex-direction: column;
  }
  header.l-header .top-bar-section {
    margin: 12px 0 0 0;
  }
  .theme-bathrooms section.wd-title-bar h2 {
    font-size: 32px;
  }
  .theme-bathrooms section.wd-title-bar {
    margin: 0 0 40px 0;
    min-height: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .category-item .category-title {
    max-width: 300px;
    width: 100%;
    height: auto;
    padding-block: 22px;
    text-align: left;
  }
  .template-collection .custom-category-list .category-item.even .category-title {
    left: -100px;
  }
  .template-collection .custom-category-list .category-item.odd .category-title {
    right: -40px;
  }
  .category-title h2 {
    font-size: 26px;
  }
  .contact-icon-bxs .wd-heading h3 {
    font-size: 26px;
  }
  .single-product .site-main .product .custom-product-summary .product-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1025px) {
  header.l-header .top-bar-section .menu li a.has-icon {
    font-size: 12px;
  }
  .template-collection .custom-category-list .category-item.even .category-title {
    left: -40px;
  }
  .template-collection .custom-category-list .category-item.odd .category-title {
    right: -20px;
  }
  .tax-product_cat .categories-content .woocommerce-categories .subcategories {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-product .site-main .woocommerce-product-gallery {
    padding: 16px;
  }
  .single-product .site-main .product .custom-product-summary .product-title {
    font-size: 28px;
  }
  .single-product .site-main .product {
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  header.l-header .top-bar-container.contain-to-grid nav.top-bar {
    display: block;
    padding-inline: 16px;
    overflow: unset;
    height: auto !important;
  }
  header.l-header .top-bar-container.contain-to-grid nav.top-bar .creative.top-bar-section {
    position: fixed;
    bottom: 0;
    left: 0 !important;
    background: #fff;
    height: 92vh;
    margin: 0;
    transform: translateX(-100%);
    transition: 0.25s ease-in-out;
    width: 100%;
    overflow-y: auto;
    max-width: 420px;
  }
  .creative-layout .top-bar-section ul li {
    background-color: transparent;
    padding-block: 12px;
    border-bottom: 1px solid rgb(43 43 43 / 30%);
    padding-inline: 16px;
  }
  header.l-header .top-bar-section .menu li a.has-icon {
    font-size: 16px;
    display: block;
    width: 100%;
    position: relative;
  }
  header.l-header .top-bar-container.contain-to-grid nav.top-bar.expanded .creative.top-bar-section {
    transform: translateX(0);
  }
  header.l-header .top-bar-section .menu li a.has-icon::after {
    right: 0;
    margin-right: 16px;
    transform: rotate(-90deg);
    display: inline-block !important;
  }
  header.l-header .top-bar-section .menu li > ul.sub-menu {
    background-color: #2b2b2b;
    position: static !important;
  }
  header.l-header .top-bar-section .menu li > ul.sub-menu {
    background-color: #fff;
    position: fixed !important;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.25s ease-in-out;
    padding-inline: 10px;
  }
  .creative-layout .top-bar-section ul li.moved > ul.sub-menu {
    transform: translateX(0);
  }
  header.l-header .top-bar-section .menu li > ul.sub-menu li {
    padding: 7px 0;
    border: 0;
    border-bottom: 1px solid rgb(43 43 43 / 20%);
  }
  header.l-header .top-bar-section .menu li > ul.sub-menu li:first-child {
    border: 0;
  }
  header.l-header .top-bar-section .menu li .sub-menu li a {
    color: #2b2b2b !important;
    background: transparent !important;
    font-size: 16px !important;
    padding-block: 14px;
    border-radius: 8px !important;
  }
  header.l-header .top-bar-section .menu li > ul.sub-menu li h5 {
    background-color: #f7f7f7;
  }
  header.l-header .top-bar-container.contain-to-grid nav.top-bar.expanded::before {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 90vh;
  }

  .category-title h2 {
    font-size: 22px;
  }
  .category-item .category-title {
    padding-block: 18px;
  }
  .brochure-section .brochure-grid img.brochure-image {
    height: 200px !important;
  }
  section.brochure-section h4.brochure-subtitle {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .tax-product_cat .categories-content .woocommerce-categories .subcategories {
    grid-template-columns: repeat(2, 1fr);
  }

  .vc_section.about_banner .wd-heading h2 {
    font-size: 38px;
  }
  .vc_section.about_banner {
    min-height: 220px;
  }
  .theme-bathrooms .about-image-with-text .wpb_wrapper p {
    font-size: 15px;
    margin: 12px 0;
  }
  .about-image-with-text .vc_row.wpb_row .wpb_column .vc_single_image-wrapper img.vc_single_image-img {
    height: 320px;
    border-radius: 7px;
    object-position: 20% 100%;
  }
  .about-bottom-section .about-bottom-sec-colum .wd-heading h4 {
    font-size: 32px;
    max-width: 550px;
    margin-bottom: 25px !important;
  }
  .about-bottom-section .about-bottom-sec-colum .vc_do_btn .vc_general {
    font-size: 14px;
    padding: 14px 22px;
  }
  section.vc_section.about-bottom-section {
    padding-block: 40px !important;
    min-height: 220px;
  }
  .single-product .site-main .product .custom-product-summary .product-title {
    font-size: 24px;
  }
  .single-product .site-main .product .custom-product-summary .product-price p.price {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .creative-layout .top-bar-section ul li {
    padding-inline: 10px;
  }
  header.l-header .top-bar-container.contain-to-grid nav.top-bar .creative.top-bar-section {
    height: 90vh;
  }
  .template-collection .wpb-content-wrapper .vc_custom_1743419171756 {
    padding-top: 60px !important;
  }
  .template-collection section.wd-title-bar h2#page-title {
    font-size: 35px;
  }
  .template-collection section.wd-title-bar {
    min-height: 180px;
  }
  .template-collection .wpb-content-wrapper .custom-category-list .category-item {
    padding-inline: 2%;
    display: block;
    padding-block: 30px;
  }
  .template-collection .wpb-content-wrapper .custom-category-list .category-item.odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .template-collection .custom-category-list .category-item .category-title {
    position: static !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .custom-category-container {
    padding-top: 10px;
  }
  .toggle-buttons button {
    width: 30px;
    height: 30px;
  }
  .toggle-buttons {
    padding: 10px 13px;
  }
  .wd-footer .block {
    padding-block: 7px;
  }
  header.l-header .top-bar-container.contain-to-grid nav.top-bar a.custom-header-logo-title {
    max-width: 95px;
  }
  .theme-bathrooms section.wd-title-bar h2 {
    font-size: 26px;
  }
  .theme-bathrooms .wpb-content-wrapper {
    padding-inline: 0;
  }
  .theme-bathrooms .wpb-content-wrapper .wpb_wrapper > h3,
  .theme-bathrooms .wpb-content-wrapper .wpb_wrapper > h4 {
    font-size: 18px;
  }
  .page-id-8 .wpb_wrapper form.wpcf7-form .cstm-contact-feild:nth-child(2),
  .page-id-8 .wpb_wrapper form.wpcf7-form .cstm-contact-feild:nth-child(3) {
    width: 100%;
  }
  .page-id-8 .wpb_wrapper form.wpcf7-form {
    padding: 26px 0;
    border-radius: 12px;
  }
  .brochure-section .brochure-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.brochure-section h4.brochure-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .vc_section.about_banner .wd-heading h2 {
    font-size: 30px;
  }
  .vc_section.about_banner .wpb_text_column .wpb_wrapper p {
    font-size: 14px;
  }
  .about-image-with-text .vc_row.wpb_row {
    gap: 15px;
    flex-direction: column;
  }
  section.vc_section.about-image-with-text.about-image-with-text-sec .vc_row.wpb_row {
    flex-direction: column-reverse;
  }
  .about-bottom-section .about-bottom-sec-colum .wd-heading h4 {
    font-size: 25px;
  }
  .about-bottom-section .about-bottom-sec-colum .vc_do_btn .vc_general {
    font-size: 14px;
    padding: 11px 18px;
  }
  .contact-icon-bxs .wd-heading h3 {
    font-size: 22px;
  }
  .contact-icon-bxs {
    padding-right: 0;
  }
  .template-contact-us .wpb-content-wrapper .vc_row.wpb_row {
    padding-inline: 5px;
  }
  .single-product .site-main .product {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .single-product .site-main .product .woocommerce-product-gallery {
    margin-bottom: 10px;
  }
  .single-product .site-main .product .custom-product-summary .product-range,
  .single-product .site-main .product .custom-product-summary .product-code,
  .single-product .site-main .product .custom-product-summary .product-brand {
    grid-template-columns: 125px 1fr;
  }
  .single-product .site-main .product .custom-product-summary .product-short-description .product-infos p {
    font-size: 15px;
    line-height: 20px;
  }
  .single-product .site-main .product .entry-summary .product-full-description ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .single-product .site-main .product .entry-summary .product-custom-tags .product-tags a {
    padding: 6px 10px;
  }
  .single-product .wd-title-bar .woocommerce-breadcrumb {
    padding-block: 16px;
    font-size: 13px;
  }
  .single-product .site-main .woocommerce-product-gallery {
    padding: 12px;
  }
}

@media screen and (max-width: 575px) {
  .brochure-section .brochure-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .tax-product_cat .categories-content .woocommerce-categories .subcategories {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* new css for responsive */

@media screen and (min-width: 576px) and (max-width: 1280px) {
  .woocommerce-category-description {
    padding: 0px 50px 50px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-category-description {
    padding: 0px 20px 50px;
  }
  .tax-product_cat .woocommerce-category-header h1.category-title {
    font-size: 28px;
  }
  .woocommerce-ordering select {
    margin-bottom: 0px;
  }
}

/*Single post*/
.woocommerce-category-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px !important;
  margin: 0 auto;
}
.custom-products-filters {
  width: 25%;
  margin-top: 87px;
  position: sticky;
  top: 140px;
  height: 100% !important;
  background: #fff !important;
  padding: 20px;
}
.woocommerce-custom-products-container {
  width: 74%;
}
.woocommerce-category-products ul.products {
  padding-top: 0px;
}
.woocommerce-category-products ul.products li.product {
  width: 31%;
  margin-bottom: 25px;
  text-align: justify;
  padding: 25px;
  background-color: white !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 20px !important;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.widget-title.wpc-filter-title {
  background: #dddddd;
  padding: 10px;
}
.wpc-filters-section {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 992px) {
  .custom-products-filters {
    width: 100% !important;
    position: static !important;
  }
  .woocommerce-custom-products-container {
    width: 100% !important;
  }
  .woocommerce-category-products {
    padding: 20px;
  }
  .woocommerce-category-products ul.products li.product {
    width: 100%;
  }
  .woocommerce-category-products ul.products li.product {
    width: 45% !important;
  }
}
@media screen and (max-width: 439px) {
  .woocommerce-category-products ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-custom-products-container {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .top-bar .toggle-topbar {
    display: block;
  }
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
    color: rgba(0,0,0,0.75) !important;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover a {
    color: #fff !important;
}


.tax-product_tag .woocommerce-products-header {
  background-color: #d0b784;
  padding-block: 30px;
  background-image: url("https://dev.webgarh.net/waterguruz/wp-content/uploads/2025/04/inner-page-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tax-product_tag .woocommerce-products-header .woocommerce-products-header__title {
  margin: 0;
  background: transparent;
  max-width: 1500px;
  margin-inline: auto;
  text-align: center;
  padding-inline: 14px;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  padding-block: 30px 25px;
}
.tax-product_tag .tag-archive-container {
  padding-block: 50px;
  background: #f2efea;
}
.tax-product_tag .tag-archive-container .tag-archive-products {
  max-width: 1300px;
  margin-inline: auto;
  width: calc(100% - 32px);
}
.tax-product_tag .tag-archive-container .products {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: calc(100% - 32px);
}
.tax-product_tag .tag-archive-container .products li.product {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff !important;
  padding-bottom: 30px;
}
.tax-product_tag .tag-archive-container .products::before,
.tax-product_tag .tag-archive-container .products::after {
  display: none;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail .custom-grid-product-summary {
  padding: 14px;
} 
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail .custom-grid-product-summary h5.product-title {
  color: #000;
  font-family: 'Poppins';
  letter-spacing: 0.2px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail .custom-grid-product-summary .product-code {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins';
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail .custom-grid-product-summary {
  padding: 14px;
  border-top: 1px solid #f1f1f1;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail span.price {
  padding-inline: 14px;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail span.price .amount {
  font-size: 16px;
  border-bottom: 2px solid #c9ab34;
  padding: 0 0 0px 0;
  display: inline-block;
  color: #c9ab34;
  letter-spacing: 0.5px;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: normal;
}

/* .woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail .attachment-woocommerce_thumbnail {
  padding: 10px;
  background-color: #dbdbdb;
} */
.tax-product_tag .tag-archive-container .tag-archive-products p.woocommerce-result-count {
  margin: 0;
  font-family: 'Poppins';
  color: #2b2b2b;
}
.tax-product_tag .tag-archive-container .tag-archive-products .woocommerce-ordering select.orderby {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-family: 'Poppins';
  padding-right: 32px;
  background-color: #fff;
}
.tax-product_tag .tag-archive-container .woocommerce-pagination {
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 55px;
}
.tax-product_tag .tag-archive-container .woocommerce-pagination ul.page-numbers {
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.tax-product_tag .tag-archive-container .woocommerce-pagination ul.page-numbers li {
  border: 0;
}
.tax-product_tag .tag-archive-container .woocommerce-pagination ul.page-numbers li:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.tax-product_tag .tag-archive-container .woocommerce-pagination ul.page-numbers li .page-numbers {
  padding: 10px 16px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
}


.page-id-839 .woocommerce::before, 
.page-id-839 .woocommerce::after {
  display: none;
}
.page-id-839 .woocommerce .woocommerce-MyAccount-content {
  float: none;
  padding-block: 30px 65px;
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
}
.page-id-839.woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.page-id-839 .woocommerce .woocommerce-MyAccount-content div:empty {
  display: none;
}
.page-id-839.woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content p {
  font-family: 'Poppins';
  color: #464646;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  border: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px 25px;
  text-align: center;
  margin: 0;
}
.page-id-839 .woocommerce .woocommerce-MyAccount-content p a {
  display: block;
  text-align: center;
  margin-block: 22px 0;
  color: #fff;
  border-radius: 7px;
  background-color: #2b2b2b;
  font-size: 14px;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  padding: 12px 0;
  width: 100%;
  font-weight: 400;
  text-transform: capitalize;
}


.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content {
  max-width: 700px;
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account label {
  color: #6c6c6c;
  font-family: "Poppins";
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin: 0 0 9px 0;
  z-index: 1;
  position: relative;
  text-transform: capitalize;
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account input {
  font-family: "Poppins";
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
  margin-bottom: 6px;
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account button.show-password-input {
  top: 34%;
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account em {
  font-size: 13px;
  font-family: 'Poppins';
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  border-radius: 10px;
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  padding-inline: 10px;
  text-transform: capitalize;
}
.page-id-839.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
  margin: 0 0 0 0;
  border-radius: 10px;
  background-color: #2b2b2b;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  padding: 18px 0;
  width: 100%;
  font-weight: 400;
}


.error404 {
    background: #f2efea;
}
.error404 .page-404 {
    max-width: 1400px;
    margin-inline: auto;
    width: calc(100% - 32px);
    text-align: center;
    padding-block: 60px;
}
.error404 .page-404 h1 {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: normal;
}
.error404 .page-404 p {
    margin: 32px 0 36px 0;
    font-family: 'Poppins';
    font-size: 18px;
}
.error404 .page-404 a.button {
    margin: 0 0 0 0;
    border-radius: 10px;
    background-color: #2b2b2b;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Poppins';
    letter-spacing: 0.5px;
    padding: 15px 40px;
}




@media screen and (max-width: 768px){
  .tax-product_cat .woocommerce-category-header-subcategory h1.category-title {
    font-size: 30px !important;
  }
}

.auth-tab {
    color: #000;
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
  .custom-products-filters {
    top: 240px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px){
  .custom-products-filters {
    top: 192px !important;
  }
}
.wpc-custom-selected-terms ul.wpc-filter-chips-list {
    scrollbar-width: thin;
}


@media screen and (max-width:1024px) {
  .tax-product_tag .tag-archive-container .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .error404 .page-404 h1 {
    font-size: 35px;
  }
  .error404 .page-404 p {
    margin: 24px 0 32px 0;
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .tax-product_tag .tag-archive-container .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-id-839 .woocommerce .woocommerce-MyAccount-content p {
    font-size: 15px;
    padding: 18px;
  }
  .error404 .page-404 h1 {
    font-size: 30px;
  }
  .error404 .page-404 p {
    margin: 18px 0 30px 0;
    font-size: 16px;
  }
  .error404 .page-404 a.button {
    border-radius: 8px;
    font-size: 14px;
    padding: 12px 28px;
  }
}

@media screen and (max-width:575px) {
  .tax-product_tag .tag-archive-container .products {
    grid-template-columns: repeat(1, 1fr);
  }
  .tax-product_tag .tag-archive-container .tag-archive-products p.woocommerce-result-count {
    margin: 0 0 22px 0;
  }
  .tax-product_tag .tag-archive-container .tag-archive-products .woocommerce-ordering {
    width: 100%;
  }
  .tax-product_tag .tag-archive-container .tag-archive-products .woocommerce-ordering select.orderby {
    padding-block: 14px;
    height: auto;
  }
  .page-id-839 .woocommerce .woocommerce-MyAccount-content {
    grid-template-columns: 1fr;
  }
}