@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//parasherbal.webzonetech.in/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.4") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(131,172,43);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://parasherbal.webzonetech.in/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgba(249,249,249,0.7);
	--wd-bordered-bg:rgba(249,249,249,0.7);
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(11,71,40);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(229,234,173);
}

/*Product list with category name*/
.pcl-wrap {
  width: 100%;
}

.pcl-category {
  margin-bottom: 2.5rem;
}

.pcl-cat-title {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ddd;
  box-sizing: border-box;
}

.pcl-grid {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;  padding: 0px 16px;

}

.pcl-column {
  flex: 1 1 0;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pcl-column li {
  padding: 5px 0;
/*   border-bottom: 1px solid #f0f0f0; */
  font-size: 0.9rem;
}

.pcl-column li:last-child {
  border-bottom: none;
}

.pcl-column a {
  text-decoration: none;
  color: #0073aa;
}

.pcl-column a:hover {
  text-decoration: underline;
}


/* Wrapper */
.pcl-wrap {
  width: 100%;
}

/* Each category block */
.pcl-category {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  
}

.pcl-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Category title — dark highlight bar */
.pcl-cat-title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 16px 0;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 4px;
}

/* 2-column grid */
.pcl-grid {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  padding: 0px 16px;
}

/* Each column */
.pcl-column {
  flex: 1 1 0;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Product list items */
.pcl-column li {
  padding: 6px 0;
  font-size: 13.5px;
}

.pcl-column li:last-child {
  border-bottom: none;
}

/* Product links */
.pcl-column a {
  text-decoration: none;
  color: #222222;
  display: inline-block;
  transition: color 0.15s, padding-left 0.15s;
	font-size: 18px;
}

.pcl-column a:hover {
  color: #000000;
  padding-left: 6px;
  font-weight: 500;
}

ul.pcl-column li a:before {
    content: /f50;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}