MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/bhagyarishisansthan/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/bhagyarishisansthan/product.php
<!DOCTYPE html>
<html lang="en-US" prefix="og: https://ogp.me/ns#">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

<head>
	<meta charset="UTF-8">
	<script>
		if (navigator.userAgent.match(/MSIE|Internet Explorer/i) || navigator.userAgent.match(/Trident\/7\..*?rv:11/i)) {
			var href = document.location.href;
			if (!href.match(/[?&]nowprocket/)) {
				if (href.indexOf("?") == -1) {
					if (href.indexOf("#") == -1) {
						document.location.href = href + "?nowprocket=1"
					} else {
						document.location.href = href.replace("#", "?nowprocket=1#")
					}
				} else {
					if (href.indexOf("#") == -1) {
						document.location.href = href + "&nowprocket=1"
					} else {
						document.location.href = href.replace("#", "&nowprocket=1#")
					}
				}
			}
		}
	</script>
	<script>
		class RocketLazyLoadScripts {
			constructor(e) {
				this.triggerEvents = e, this.eventOptions = {
					passive: !0
				}, this.userEventListener = this.triggerListener.bind(this), this.delayedScripts = {
					normal: [],
					async: [],
					defer: []
				}, this.allJQueries = []
			}
			_addUserInteractionListener(e) {
				this.triggerEvents.forEach((t => window.addEventListener(t, e.userEventListener, e.eventOptions)))
			}
			_removeUserInteractionListener(e) {
				this.triggerEvents.forEach((t => window.removeEventListener(t, e.userEventListener, e.eventOptions)))
			}
			triggerListener() {
				this._removeUserInteractionListener(this), "loading" === document.readyState ? document.addEventListener("DOMContentLoaded", this._loadEverythingNow.bind(this)) : this._loadEverythingNow()
			}
			async _loadEverythingNow() {
				this._delayEventListeners(), this._delayJQueryReady(this), this._handleDocumentWrite(), this._registerAllDelayedScripts(), this._preloadAllScripts(), await this._loadScriptsFromList(this.delayedScripts.normal), await this._loadScriptsFromList(this.delayedScripts.defer), await this._loadScriptsFromList(this.delayedScripts.async), await this._triggerDOMContentLoaded(), await this._triggerWindowLoad(), window.dispatchEvent(new Event("rocket-allScriptsLoaded"))
			}
			_registerAllDelayedScripts() {
				document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e => {
					e.hasAttribute("src") ? e.hasAttribute("async") && !1 !== e.async ? this.delayedScripts.async.push(e) : e.hasAttribute("defer") && !1 !== e.defer || "module" === e.getAttribute("data-rocket-type") ? this.delayedScripts.defer.push(e) : this.delayedScripts.normal.push(e) : this.delayedScripts.normal.push(e)
				}))
			}
			async _transformScript(e) {
				return await this._requestAnimFrame(), new Promise((t => {
					const n = document.createElement("script");
					let r;
					[...e.attributes].forEach((e => {
						let t = e.nodeName;
						"type" !== t && ("data-rocket-type" === t && (t = "type", r = e.nodeValue), n.setAttribute(t, e.nodeValue))
					})), e.hasAttribute("src") ? (n.addEventListener("load", t), n.addEventListener("error", t)) : (n.text = e.text, t()), e.parentNode.replaceChild(n, e)
				}))
			}
			async _loadScriptsFromList(e) {
				const t = e.shift();
				return t ? (await this._transformScript(t), this._loadScriptsFromList(e)) : Promise.resolve()
			}
			_preloadAllScripts() {
				var e = document.createDocumentFragment();
				[...this.delayedScripts.normal, ...this.delayedScripts.defer, ...this.delayedScripts.async].forEach((t => {
					const n = t.getAttribute("src");
					if (n) {
						const t = document.createElement("link");
						t.href = n, t.rel = "preload", t.as = "script", e.appendChild(t)
					}
				})), document.head.appendChild(e)
			}
			_delayEventListeners() {
				let e = {};

				function t(t, n) {
					! function(t) {
						function n(n) {
							return e[t].eventsToRewrite.indexOf(n) >= 0 ? "rocket-" + n : n
						}
						e[t] || (e[t] = {
							originalFunctions: {
								add: t.addEventListener,
								remove: t.removeEventListener
							},
							eventsToRewrite: []
						}, t.addEventListener = function() {
							arguments[0] = n(arguments[0]), e[t].originalFunctions.add.apply(t, arguments)
						}, t.removeEventListener = function() {
							arguments[0] = n(arguments[0]), e[t].originalFunctions.remove.apply(t, arguments)
						})
					}(t), e[t].eventsToRewrite.push(n)
				}

				function n(e, t) {
					let n = e[t];
					Object.defineProperty(e, t, {
						get: () => n || function() {},
						set(r) {
							e["rocket" + t] = n = r
						}
					})
				}
				t(document, "DOMContentLoaded"), t(window, "DOMContentLoaded"), t(window, "load"), t(window, "pageshow"), t(document, "readystatechange"), n(document, "onreadystatechange"), n(window, "onload"), n(window, "onpageshow")
			}
			_delayJQueryReady(e) {
				let t = window.jQuery;
				Object.defineProperty(window, "jQuery", {
					get: () => t,
					set(n) {
						if (n && n.fn && !e.allJQueries.includes(n)) {
							n.fn.ready = n.fn.init.prototype.ready = function(t) {
								e.domReadyFired ? t.bind(document)(n) : document.addEventListener("rocket-DOMContentLoaded", (() => t.bind(document)(n)))
							};
							const t = n.fn.on;
							n.fn.on = n.fn.init.prototype.on = function() {
								if (this[0] === window) {
									function e(e) {
										return e.split(" ").map((e => "load" === e || 0 === e.indexOf("load.") ? "rocket-jquery-load" : e)).join(" ")
									}
									"string" == typeof arguments[0] || arguments[0] instanceof String ? arguments[0] = e(arguments[0]) : "object" == typeof arguments[0] && Object.keys(arguments[0]).forEach((t => {
										delete Object.assign(arguments[0], {
											[e(t)]: arguments[0][t]
										})[t]
									}))
								}
								return t.apply(this, arguments), this
							}, e.allJQueries.push(n)
						}
						t = n
					}
				})
			}
			async _triggerDOMContentLoaded() {
				this.domReadyFired = !0, await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-readystatechange")), await this._requestAnimFrame(), document.rocketonreadystatechange && document.rocketonreadystatechange()
			}
			async _triggerWindowLoad() {
				await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-load")), await this._requestAnimFrame(), window.rocketonload && window.rocketonload(), await this._requestAnimFrame(), this.allJQueries.forEach((e => e(window).trigger("rocket-jquery-load"))), window.dispatchEvent(new Event("rocket-pageshow")), await this._requestAnimFrame(), window.rocketonpageshow && window.rocketonpageshow()
			}
			_handleDocumentWrite() {
				const e = new Map;
				document.write = document.writeln = function(t) {
					const n = document.currentScript,
						r = document.createRange(),
						i = n.parentElement;
					let o = e.get(n);
					void 0 === o && (o = n.nextSibling, e.set(n, o));
					const a = document.createDocumentFragment();
					r.setStart(a, 0), a.appendChild(r.createContextualFragment(t)), i.insertBefore(a, o)
				}
			}
			async _requestAnimFrame() {
				return new Promise((e => requestAnimationFrame(e)))
			}
			static run() {
				const e = new RocketLazyLoadScripts(["keydown", "mousemove", "touchmove", "touchstart", "touchend", "wheel"]);
				e._addUserInteractionListener(e)
			}
		}
		RocketLazyLoadScripts.run();
	</script>
	<script type="rocketlazyloadscript">!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','connect.facebook.net/en_US/fbevents.js');fbq('init','543344766442844');fbq('track','PageView')</script>
	<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=543344766442844&amp;ev=PageView&amp;noscript=1" /></noscript>
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
	<meta name="google-site-verification" content="QCSxpeePoQhK3H7v5NvREDWxQz0x8TLV0B7R9GrFxTg">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<link rel="pingback" href="xmlrpc.html">
	<script type="rocketlazyloadscript">window.MSInputMethodContext&&document.documentMode&&document.write('<script src="https://prabhudarbar.com/wp-content/themes/woodmart/js/libs/ie11CustomProperties.min.js" defer><\/script>')</script>
	<?php include 'includes/title.php'; ?>
	<style id="rocket-critical-css">
		@-ms-viewport {
			width: device-width
		}

		html {
			box-sizing: border-box;
			-ms-overflow-style: scrollbar
		}

		*,
		::after,
		::before {
			box-sizing: inherit
		}

		.container {
			width: 100%;
			padding-right: 15px;
			padding-left: 15px;
			margin-right: auto;
			margin-left: auto
		}

		@media (min-width:576px) {
			.container {
				max-width: 100%
			}
		}

		@media (min-width:769px) {
			.container {
				max-width: 100%
			}
		}

		@media (min-width:1025px) {
			.container {
				max-width: 100%
			}
		}

		@media (min-width:1200px) {
			.container {
				max-width: 1222px
			}
		}

		.row {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-right: -15px;
			margin-left: -15px
		}

		.col-12,
		.col-auto,
		.col-lg-3,
		.col-lg-9,
		.col-md-3,
		.col-md-9 {
			position: relative;
			width: 100%;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px
		}

		.col-auto {
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
		}

		.col-12 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}

		.order-last {
			-ms-flex-order: 13;
			order: 13
		}

		@media (min-width:769px) {
			.col-md-3 {
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
			}

			.col-md-9 {
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
			}
		}

		@media (min-width:1025px) {
			.col-lg-3 {
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				max-width: 25%
			}

			.col-lg-9 {
				-ms-flex: 0 0 75%;
				flex: 0 0 75%;
				max-width: 75%
			}
		}

		.align-items-start {
			-ms-flex-align: start !important;
			align-items: flex-start !important
		}

		:root {
			--wd-form-color: inherit;
			--wd-form-placeholder-color: inherit;
			--wd-form-brd-color: rgba(129, 129, 129, .20);
			--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
			--wd-tags-margin-bottom: 20px
		}

		html,
		body,
		div,
		span,
		h1,
		h4,
		h5,
		p,
		a,
		img,
		strong,
		b,
		i,
		ul,
		li,
		form,
		label,
		article,
		aside,
		header,
		section,
		time {
			margin: 0;
			padding: 0;
			border: 0;
			vertical-align: baseline;
			font: inherit;
			font-size: 100%
		}

		*,
		*:before,
		*:after {
			box-sizing: border-box
		}

		html {
			line-height: 1;
			-ms-text-size-adjust: 100%;
			-webkit-text-size-adjust: 100%;
			font-family: sans-serif
		}

		ul {
			list-style: none;
			margin-bottom: var(--list-mb);
			padding-left: var(--li-pl);
			--list-mb: 20px;
			--li-mb: 10px;
			--li-pl: 17px
		}

		a img {
			border: none
		}

		article,
		aside,
		header,
		section {
			display: block
		}

		a,
		button,
		input {
			touch-action: manipulation
		}

		button,
		input {
			margin: 0;
			color: inherit;
			font: inherit
		}

		button {
			overflow: visible
		}

		button {
			-webkit-appearance: button
		}

		button::-moz-focus-inner,
		input::-moz-focus-inner {
			padding: 0;
			border: 0;
			padding: 0;
			border: 0
		}

		body .fa.fa-envelope-o {
			font-family: "woodmart-font";
			font-weight: 400
		}

		body .fa.fa-envelope-o:before {
			content: "\f132"
		}

		body {
			overflow-x: hidden;
			margin: 0;
			background-color: #FFF;
			color: var(--wd-text-color);
			text-rendering: optimizeLegibility;
			font-weight: var(--wd-text-font-weight);
			font-size: var(--wd-text-font-size);
			font-family: var(--wd-text-font);
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			line-height: 1.6
		}

		p {
			margin-bottom: var(--wd-tags-margin-bottom)
		}

		a {
			color: var(--wd-link-color);
			text-decoration: none
		}

		h4 a,
		h5 a {
			color: inherit
		}

		label {
			display: block;
			margin-bottom: 5px;
			color: var(--wd-title-color);
			vertical-align: middle;
			font-weight: 400
		}

		strong,
		b {
			font-weight: 600
		}

		img {
			max-width: 100%;
			height: auto;
			border: 0;
			vertical-align: middle
		}

		h1 {
			font-size: 28px
		}

		h4 {
			font-size: 18px
		}

		h5 {
			font-size: 16px
		}

		h1,
		h4,
		h5,
		.title {
			display: block;
			margin-bottom: var(--wd-tags-margin-bottom);
			color: var(--wd-title-color);
			text-transform: var(--wd-title-transform);
			font-weight: var(--wd-title-font-weight);
			font-family: var(--wd-title-font);
			line-height: 1.4
		}

		.wd-entities-title {
			display: block;
			color: var(--wd-entities-title-color);
			word-wrap: break-word;
			font-weight: var(--wd-entities-title-font-weight);
			font-family: var(--wd-entities-title-font);
			text-transform: var(--wd-entities-title-transform);
			line-height: 1.4
		}

		ul ul {
			margin-top: var(--li-mb);
			margin-bottom: 0
		}

		li {
			margin-bottom: var(--li-mb)
		}

		li:last-child {
			margin-bottom: 0
		}

		ul {
			list-style: disc
		}

		.wd-sub-menu,
		.textwidget .menu,
		.wd-sub-menu ul,
		.wd-nav {
			list-style: none;
			--li-pl: 0
		}

		.wd-sub-menu,
		.wd-sub-menu ul,
		.wd-nav {
			--list-mb: 0;
			--li-mb: 0
		}

		.text-center {
			text-align: center
		}

		.text-right {
			text-align: right
		}

		.text-left {
			text-align: left
		}

		.wd-fontsize-m {
			font-size: 18px
		}

		[class*="color-scheme-light"] {
			--wd-text-color: rgba(255, 255, 255, .8);
			--wd-title-color: #fff;
			--wd-widget-title-color: var(--wd-title-color);
			--wd-entities-title-color: #fff;
			--wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
			--wd-link-color: rgba(255, 255, 255, 0.9);
			--wd-link-color-hover: #fff;
			--wd-form-brd-color: rgba(255, 255, 255, .2);
			--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
			--wd-form-placeholder-color: rgba(255, 255, 255, .6);
			color: var(--wd-text-color)
		}

		.color-scheme-dark {
			--wd-text-color: #777;
			--wd-title-color: #242424;
			--wd-entities-title-color: #333;
			--wd-entities-title-color-hover: rgba(#333, .65);
			--wd-link-color: #333;
			--wd-link-color-hover: #242424;
			--wd-form-brd-color: rgba(129, 129, 129, .20);
			--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
			--wd-form-placeholder-color: #777;
			color: var(--wd-text-color)
		}

		.set-mb-s {
			--margin-bottom: 10px
		}

		.set-mb-s>* {
			margin-bottom: var(--margin-bottom)
		}

		.set-cont-mb-s {
			--wd-tags-margin-bottom: 10px
		}

		.reset-last-child>*:last-child {
			margin-bottom: 0
		}

		@-webkit-keyframes wd-fadeIn {
			from {
				opacity: 0
			}

			to {
				opacity: 1
			}
		}

		@keyframes wd-fadeIn {
			from {
				opacity: 0
			}

			to {
				opacity: 1
			}
		}

		input[type='text'] {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none
		}

		input[type='text'] {
			padding: 0 15px;
			max-width: 100%;
			width: 100%;
			height: 42px;
			border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
			border-radius: var(--wd-form-brd-radius);
			color: var(--wd-form-color);
			background-color: transparent;
			box-shadow: none;
			vertical-align: middle;
			font-size: 14px
		}

		::-webkit-input-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		::-moz-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		:-moz-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		:-ms-input-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		input:-webkit-autofill {
			border-color: #E6E6E6;
			-webkit-box-shadow: 0 0 0 1000px #FFF inset;
			-webkit-text-fill-color: #777
		}

		button,
		[type="submit"] {
			padding: 12px 20px;
			font-size: 13px;
			line-height: 18px;
			background-color: #F3F3F3;
			color: #3E3E3E;
			position: relative;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			outline: none;
			border-width: 0;
			border-style: solid;
			border-color: transparent;
			border-radius: 0;
			box-shadow: none;
			vertical-align: middle;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			text-shadow: none;
			letter-spacing: .3px;
			font-weight: 600
		}

		.wd-scroll-content {
			overflow: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			max-height: 50vh;
			scrollbar-width: thin
		}

		.wd-dropdown {
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 380;
			margin: 15px 0 0;
			background-color: #FFF;
			background-position: bottom right;
			background-clip: border-box;
			background-repeat: no-repeat;
			box-shadow: 0 0 3px rgba(0, 0, 0, .15);
			text-align: left
		}

		.wd-dropdown:after {
			content: "";
			position: absolute;
			right: 0;
			bottom: 100%;
			left: 0;
			height: 15px
		}

		.wd-dropdown-search-cat {
			right: 0;
			left: auto
		}

		.wd-nav-vertical .wd-dropdown-menu {
			margin: 0;
			top: 0;
			left: 100%
		}

		.wd-nav-vertical .wd-dropdown-menu:after {
			height: auto
		}

		.wd-dropdown-results,
		.wd-dropdown-cats,
		.wd-dropdown-cats .wd-dropdown-menu {
			margin: 0 !important
		}

		.wd-dropdown-results:after,
		.wd-dropdown-cats:after,
		.wd-dropdown-cats .wd-dropdown-menu:after {
			width: auto !important;
			height: auto !important
		}

		.wd-dropdown {
			visibility: hidden;
			opacity: 0;
			-webkit-transform: translateY(15px) translateZ(0);
			transform: translateY(15px) translateZ(0)
		}

		.wd-dropdown-menu.wd-design-default {
			padding: 12px 20px;
			width: 220px
		}

		.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li,
		.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li {
			min-width: 200px;
			margin-bottom: 25px
		}

		.wd-dropdown-menu.wd-design-sized .elementor-element .wd-sub-menu>li,
		.wd-dropdown-menu.wd-design-full-width .elementor-element .wd-sub-menu>li {
			min-width: auto;
			margin-bottom: 0
		}

		.wd-dropdown-menu.wd-design-sized,
		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
			padding: 30px 35px 0 35px
		}

		.wd-dropdown-menu.wd-design-sized>.container,
		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width>.container {
			padding: 0;
			width: auto
		}

		.wd-dropdown-menu.wd-design-full-width {
			padding-top: 30px;
			width: 100vw
		}

		.widget-heading {
			display: flex;
			flex: 0 0 auto;
			align-items: center;
			flex-direction: row;
			justify-content: flex-end;
			padding: 20px 15px;
			border-bottom: 1px solid rgba(119, 119, 119, .2)
		}

		.widget-heading .close-side-widget {
			flex: 0 0 auto;
			text-transform: uppercase
		}

		.widget-heading .close-side-widget>a {
			height: 25px
		}

		.wd-side-hidden {
			position: fixed;
			top: 0;
			bottom: 0;
			z-index: 500;
			overflow: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			width: 340px;
			background-color: #FFF
		}

		.wd-side-hidden.wd-left {
			right: auto;
			left: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0)
		}

		@media (max-width:350px) {
			.wd-side-hidden {
				width: 270px !important
			}
		}

		.wd-sub-menu {
			--sub-menu-color: #848484;
			--sub-menu-color-hover: var(--wd-primary-color)
		}

		.wd-sub-menu li {
			position: relative
		}

		.wd-sub-menu li a {
			position: relative;
			display: flex;
			align-items: center;
			padding-top: 8px;
			padding-bottom: 8px;
			color: var(--sub-menu-color);
			font-size: 14px;
			line-height: 1.3
		}

		.wd-sub-menu li a .menu-label {
			position: relative;
			margin-top: -20px;
			align-self: flex-start
		}

		.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li>a,
		.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a,
		.mega-menu-list>li>a {
			--sub-menu-color: #333;
			--sub-menu-color-hover: var(--wd-primary-color);
			text-transform: uppercase;
			font-weight: 600
		}

		.searchform {
			--wd-submit-color: #777;
			--wd-submit-color-hover: #333;
			--wd-loader-ring-brd-color: #BBB;
			--wd-loader-highlight-brd-color: #000;
			--wd-search-cat-color: #777;
			--wd-search-cat-brd-color: var(--wd-form-brd-color);
			position: relative
		}

		.searchform input[type="text"] {
			padding-right: 50px;
			height: 46px;
			font-size: 15px
		}

		.searchform input[type="text"]::-ms-clear {
			display: none
		}

		.searchform .searchsubmit {
			position: absolute;
			top: 0;
			right: 2px;
			bottom: 0;
			padding: 0;
			width: 50px;
			border: none;
			background-color: transparent;
			box-shadow: none;
			color: var(--wd-submit-color);
			font-weight: 400;
			font-size: 0
		}

		.searchform .searchsubmit:after {
			font-size: 20px;
			content: "\f130";
			font-family: "woodmart-font"
		}

		.searchform .searchsubmit:before {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -9px;
			margin-left: -9px;
			opacity: 0;
			content: "";
			display: inline-block;
			width: 18px;
			height: 18px;
			border: 1px solid var(--wd-loader-ring-brd-color);
			border-left-color: var(--wd-loader-highlight-brd-color);
			border-radius: 50%;
			vertical-align: middle
		}

		.wd-search-cat {
			display: flex;
			align-items: center;
			position: absolute;
			top: var(--wd-form-brd-width);
			right: 52px;
			bottom: var(--wd-form-brd-width)
		}

		.wd-search-cat>a {
			display: flex;
			align-items: center;
			padding-right: 15px;
			padding-left: 15px;
			width: 172px;
			height: 100%;
			border-right: 1px solid var(--wd-search-cat-brd-color);
			border-left: 1px solid var(--wd-search-cat-brd-color);
			color: var(--wd-search-cat-color);
			text-transform: uppercase;
			font-size: 13px
		}

		.wd-search-cat>a>span {
			overflow: hidden;
			width: 100%;
			text-overflow: ellipsis;
			white-space: nowrap
		}

		.wd-search-cat>a:after {
			margin-left: 8px;
			font-weight: 600;
			font-size: 8px;
			content: "\f129";
			font-family: "woodmart-font"
		}

		.wd-dropdown-search-cat {
			margin: var(--wd-form-brd-width) 0 0 !important
		}

		.wd-dropdown-search-cat:after {
			height: var(--wd-form-brd-width) !important
		}

		.wd-dropdown-search-cat.wd-design-default {
			width: 190px
		}

		.whb-color-dark .searchform.wd-style-default {
			--wd-form-brd-color: rgba(129, 129, 129, .20);
			--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
			--wd-form-color: #777;
			--wd-form-placeholder-color: var(--wd-form-color);
			--wd-submit-color: #777;
			--wd-submit-color-hover: #777;
			--wd-loader-ring-brd-color: #BBB;
			--wd-loader-highlight-brd-color: #000;
			--wd-search-cat-color: #777;
			--wd-search-cat-brd-color: var(--wd-form-brd-color)
		}

		.search-results-wrapper {
			position: relative
		}

		.wd-dropdown-results {
			right: calc((var(--wd-form-brd-radius) / 1.5));
			left: calc((var(--wd-form-brd-radius) / 1.5))
		}

		.wd-nav {
			display: inline-flex;
			flex-wrap: wrap;
			margin-right: -10px;
			margin-left: -10px;
			text-align: left
		}

		.wd-nav>li {
			position: relative
		}

		.wd-nav>li>a {
			position: relative;
			display: flex;
			align-items: center;
			flex-direction: row;
			padding-right: 10px;
			padding-left: 10px;
			font-weight: 600;
			font-size: 13px;
			text-transform: uppercase;
			line-height: 1.2
		}

		.wd-nav>li>a .wd-nav-icon {
			margin-right: 7px;
			font-size: 115%
		}

		.wd-nav>li.menu-item-has-children>a:after {
			margin-left: 4px;
			font-weight: 400;
			font-style: normal;
			font-size: 50%;
			content: "\f129";
			font-family: "woodmart-font"
		}

		.wd-nav[class*="wd-style-"] {
			--nav-color: #333;
			--nav-color-hover: rgba(51, 51, 51, 0.7);
			--nav-color-active: rgba(51, 51, 51, 0.7);
			--nav-chevron-color: rgba(82, 82, 82, .45)
		}

		.wd-nav[class*="wd-style-"]>li>a {
			color: var(--nav-color)
		}

		.whb-color-light .wd-nav[class*="wd-style-"] {
			--nav-color: #fff;
			--nav-color-hover: rgba(255, 255, 255, 0.8);
			--nav-color-active: #fff;
			--nav-chevron-color: rgba(255, 255, 255, 0.6)
		}

		.wd-nav.wd-style-bordered>li {
			display: flex;
			flex-direction: row
		}

		.wd-nav.wd-style-bordered>li:not(:last-child):after {
			content: "";
			border-right: 1px solid rgba(129, 129, 129, .2)
		}

		.whb-color-light .wd-nav.wd-style-bordered>li:not(:last-child):after {
			border-color: rgba(255, 255, 255, .25)
		}

		.wd-nav.wd-style-bordered>li {
			align-items: stretch
		}

		.wd-nav.wd-style-underline .nav-link-text {
			line-height: 1.2;
			position: relative;
			display: inline-block;
			padding-top: 1px;
			padding-bottom: 1px
		}

		.wd-nav.wd-style-underline .nav-link-text:after {
			content: '';
			position: absolute;
			top: 100%;
			left: 0;
			width: 0;
			height: 2px;
			background-color: var(--wd-primary-color)
		}

		.menu-label {
			position: absolute;
			bottom: 85%;
			z-index: 1;
			display: inline-block;
			margin-left: -20px;
			padding: 2px 4px;
			color: #FFF;
			vertical-align: middle;
			text-transform: uppercase;
			white-space: nowrap;
			letter-spacing: .3px;
			font-weight: 600;
			font-size: 9px;
			font-family: var(--wd-text-font);
			line-height: 12px
		}

		.menu-label:before {
			content: "";
			position: absolute;
			top: 100%;
			left: 10px;
			border: 4px solid;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
			border-right-width: 7px;
			border-left-width: 0
		}

		.menu-label-black {
			background-color: #000;
			color: #FFF
		}

		.menu-label-black:before {
			border-color: #000
		}

		.menu-label-orange {
			background-color: #FBBC34
		}

		.menu-label-orange:before {
			border-color: #FBBC34
		}

		.menu-label-red {
			background-color: #D41212
		}

		.menu-label-red:before {
			border-color: #D41212
		}

		.wd-nav-vertical {
			display: flex;
			margin-right: 0;
			margin-left: 0;
			position: relative
		}

		.wd-nav-vertical>li {
			flex: 1 1 100%;
			max-width: 100%;
			width: 100%
		}

		.wd-nav-vertical>li:not(:last-child) {
			border-bottom: 1px solid rgba(129, 129, 129, .15)
		}

		.wd-nav-vertical>li>a {
			padding: 12px 18px;
			line-height: 20px;
			color: #333;
			font-size: 14px;
			text-transform: unset
		}

		.wd-nav-vertical>li.menu-mega-dropdown {
			position: static
		}

		.wd-nav-vertical>li.menu-item-has-children>a:after {
			color: rgba(82, 82, 82, .45);
			margin-left: auto;
			font-weight: 600;
			font-size: 60%;
			content: "\f113"
		}

		.wd-nav-vertical .wd-dropdown-menu.wd-design-sized,
		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
			min-height: 100%
		}

		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
			width: 800px
		}

		.wd-close-side {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 400;
			opacity: 0;
			visibility: hidden;
			background-color: rgba(0, 0, 0, .7)
		}

		.breadcrumbs {
			font-size: 0
		}

		.breadcrumbs>span:after,
		.breadcrumbs>a:after {
			content: "/";
			display: inline-block;
			padding: 0 8px
		}

		.breadcrumbs>span:last-child:after {
			content: none
		}

		.breadcrumbs {
			line-height: 16px
		}

		.breadcrumbs>span,
		.breadcrumbs>a {
			display: inline-block
		}

		.breadcrumbs a,
		.breadcrumbs span {
			text-transform: uppercase;
			letter-spacing: .3px;
			font-weight: 600;
			font-size: 11px
		}

		.wd-action-btn {
			display: inline-flex;
			vertical-align: middle;
			--action-btn-color: #333;
			--action-btn-hover-color: rgba(51, 51, 51, 0.6)
		}

		.wd-action-btn>a {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			color: var(--action-btn-color)
		}

		.wd-action-btn>a:before {
			font-family: "woodmart-font"
		}

		.wd-action-btn>a:after {
			opacity: 0;
			content: "";
			display: inline-block;
			width: 14px;
			height: 14px;
			border: 1px solid #BBB;
			border-left-color: #000;
			border-radius: 50%;
			vertical-align: middle
		}

		.wd-action-btn.wd-style-text {
			font-size: 0;
			line-height: 1
		}

		.wd-action-btn.wd-style-text>a {
			position: relative;
			font-weight: 600;
			font-size: 14px;
			line-height: 1
		}

		.wd-action-btn.wd-style-text>a:before {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-right: 5px;
			width: 14px;
			height: 14px;
			font-weight: 400
		}

		.wd-action-btn.wd-style-text>a:after {
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -7px
		}

		.wd-cross-icon>a:before {
			font-size: 10px;
			content: "\f112"
		}

		.wd-cross-icon.wd-style-text>a:before {
			font-weight: 600
		}

		.widget,
		.wd-widget {
			--wd-link-color: #727272;
			--wd-link-color-hover: #333;
			line-height: 1.4
		}

		.widget>ul,
		.wd-widget>ul {
			margin-top: 0
		}

		.widget ul,
		.wd-widget ul {
			--list-mb: 0;
			--li-mb: 15px;
			list-style: none;
			--li-pl: 0
		}

		.widget-title {
			margin-bottom: 20px;
			color: var(--wd-widget-title-color);
			text-transform: var(--wd-widget-title-transform);
			font-weight: var(--wd-widget-title-font-weight);
			font-size: var(--wd-widget-title-font-size);
			font-family: var(--wd-widget-title-font)
		}

		.widget {
			margin-bottom: 30px;
			padding-bottom: 30px;
			border-bottom: 1px solid rgba(119, 119, 119, .2)
		}

		.widget:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none
		}

		.woodmart-recent-posts li {
			display: flex;
			align-items: stretch;
			flex-direction: row;
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid rgba(119, 119, 119, .2)
		}

		.woodmart-recent-posts li:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border: none
		}

		.woodmart-recent-posts .recent-posts-thumbnail {
			flex: 0 0 auto;
			max-width: 50%;
			overflow: hidden;
			margin-right: 15px
		}

		.woodmart-recent-posts .recent-posts-thumbnail img {
			min-width: 60px
		}

		.woodmart-recent-posts .recent-posts-info {
			flex: 1 1 auto
		}

		.woodmart-recent-posts .wd-entities-title {
			margin-bottom: 8px;
			font-size: 14px
		}

		.woodmart-recent-posts .recent-posts-time,
		.woodmart-recent-posts .recent-posts-comment {
			color: #BBB;
			font-size: 12px
		}

		.woodmart-recent-posts .recent-posts-time {
			margin-right: 5px
		}

		.textwidget>*:last-child {
			margin-bottom: 0
		}

		.widget_categories ul li {
			display: block;
			color: #BBB;
			font-size: 14px
		}

		.widget_categories ul li a {
			display: inline-block;
			padding-right: 2px
		}

		.whb-header {
			margin-bottom: 40px
		}

		.whb-flex-row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between
		}

		.whb-column {
			display: flex;
			align-items: center;
			flex-direction: row
		}

		.whb-col-left,
		.whb-mobile-left {
			justify-content: flex-start;
			margin-left: -10px
		}

		.whb-col-right,
		.whb-mobile-right {
			justify-content: flex-end;
			margin-right: -10px
		}

		.whb-col-mobile {
			flex: 1 1 auto;
			justify-content: center;
			margin-right: -10px;
			margin-left: -10px
		}

		.whb-flex-flex-middle .whb-col-center {
			flex: 1 1 0%
		}

		.whb-general-header .whb-mobile-left,
		.whb-general-header .whb-mobile-right {
			flex: 1 1 0%
		}

		.whb-main-header {
			position: relative;
			top: 0;
			right: 0;
			left: 0;
			z-index: 390;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden
		}

		.whb-color-dark:not(.whb-with-bg) {
			background-color: #FFF
		}

		.wd-tools-element {
			--wd-header-el-color: #333;
			--wd-header-el-color-hover: rgba(51, 51, 51, .6);
			position: relative
		}

		.wd-tools-element>a {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 40px;
			color: var(--wd-header-el-color);
			line-height: 1
		}

		.wd-tools-element .wd-tools-icon {
			position: relative;
			font-size: 0
		}

		.wd-tools-element .wd-tools-text {
			margin-left: 8px;
			text-transform: var(--wd-header-el-transform);
			white-space: nowrap;
			font-weight: var(--wd-header-el-font-weight);
			font-size: var(--wd-header-el-font-size);
			font-family: var(--wd-header-el-font)
		}

		.whb-color-light .wd-tools-element {
			--wd-header-el-color: #FFF;
			--wd-header-el-color-hover: rgba(255, 255, 255, .8)
		}

		.wd-tools-element>a,
		.wd-header-nav,
		.site-logo,
		[class*="wd-header-search-form"],
		.whb-column>.info-box-wrapper,
		.wd-header-text,
		.whb-column>.wd-social-icons {
			padding-right: 10px;
			padding-left: 10px
		}

		.wd-header-nav.wd-full-height,
		.wd-header-nav.wd-full-height .wd-nav,
		.wd-header-nav.wd-full-height .wd-nav>li,
		.wd-header-nav.wd-full-height .wd-nav>li>a,
		.site-logo,
		.wd-logo,
		.wd-header-divider.wd-full-height,
		.wd-header-divider.wd-full-height:before,
		.whb-header-bottom .wd-header-cats,
		.whb-header-bottom .menu-opener {
			height: 100%
		}

		.wd-header-nav {
			flex: 1 1 auto
		}

		.wd-nav-main>li>a,
		.wd-nav-secondary>li>a {
			height: 40px;
			font-weight: var(--wd-header-el-font-weight);
			font-size: var(--wd-header-el-font-size);
			font-family: var(--wd-header-el-font);
			text-transform: var(--wd-header-el-transform)
		}

		.whb-top-bar .wd-nav-secondary>li>a {
			font-weight: 400;
			font-size: 12px
		}

		.wd-logo {
			display: inline-flex;
			align-items: center
		}

		.wd-logo img {
			padding-top: 5px;
			padding-bottom: 5px;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			max-height: 100%;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			perspective: 800px;
			-webkit-perspective: 800px
		}

		.wd-switch-logo .wd-sticky-logo {
			display: none;
			-webkit-animation: wd-fadeIn .5s ease;
			animation: wd-fadeIn .5s ease
		}

		[class*="wd-header-search-form"] {
			flex: 1 1 auto
		}

		[class*="wd-header-search-form"] input[type='text'] {
			min-width: 290px
		}

		.wd-header-text {
			flex: 1 1 auto
		}

		.whb-top-bar .wd-header-text {
			font-size: 12px;
			line-height: 1.2
		}

		.whb-color-light .wd-header-text {
			--wd-text-color: rgba(255, 255, 255, .8);
			--wd-title-color: #fff;
			--wd-widget-title-color: var(--wd-title-color);
			--wd-entities-title-color: #fff;
			--wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
			--wd-link-color: rgba(255, 255, 255, 0.9);
			--wd-link-color-hover: #fff;
			--wd-form-brd-color: rgba(255, 255, 255, .2);
			--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
			--wd-form-placeholder-color: rgba(255, 255, 255, .6);
			color: var(--wd-text-color)
		}

		.wd-header-divider:before {
			content: "";
			display: block;
			height: 18px;
			border-right: 1px solid
		}

		.whb-color-light .wd-header-divider:before {
			border-color: rgba(255, 255, 255, .25)
		}

		.whb-col-right .wd-header-divider:last-child {
			padding-right: 10px
		}

		.wd-header-mobile-nav .wd-tools-icon:before {
			font-size: 24px;
			content: "\f15a";
			font-family: "woodmart-font"
		}

		.wd-nav-mobile {
			display: flex;
			display: none;
			margin-right: 0;
			margin-left: 0;
			-webkit-animation: wd-fadeIn 1s ease;
			animation: wd-fadeIn 1s ease;
			--nav-mobile-link-color: #333;
			--nav-mobile-link-color-hover: var(--wd-primary-color);
			--nav-mobile-link-color-current: var(--wd-primary-color);
			--nav-mobile-link-brdcolor: rgba(129, 129, 129, 0.2);
			--nav-mobile-link-bg-active: rgba(0, 0, 0, .04)
		}

		.wd-nav-mobile>li {
			flex: 1 1 100%;
			max-width: 100%;
			width: 100%
		}

		.wd-nav-mobile>li>a {
			color: var(--nav-mobile-link-color)
		}

		.wd-nav-mobile li {
			display: flex;
			flex-wrap: wrap
		}

		.wd-nav-mobile li a {
			flex: 1 1 0%;
			padding: 5px 20px;
			min-height: 50px;
			border-bottom: 1px solid var(--nav-mobile-link-brdcolor)
		}

		.wd-nav-mobile.wd-active {
			display: block
		}

		.wd-header-cats {
			position: relative;
			margin-right: 10px;
			margin-left: 10px
		}

		.menu-opener {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 10px 15px;
			min-width: 270px;
			max-width: 320px;
			height: 50px;
			color: #333;
			text-transform: var(--wd-header-el-transform);
			letter-spacing: .4px;
			font-weight: var(--wd-header-el-font-weight);
			font-size: var(--wd-header-el-font-size);
			font-family: var(--wd-header-el-font);
			line-height: 1
		}

		.menu-opener .menu-opener-icon {
			flex: 0 0 auto;
			margin-right: 10px
		}

		.menu-opener .menu-opener-icon:not(.custom-icon):after {
			font-weight: 400;
			font-style: normal;
			font-size: 22px;
			content: "\f15a";
			font-family: "woodmart-font"
		}

		.menu-opener:after {
			margin-left: auto;
			font-weight: 600;
			font-style: normal;
			font-size: 10px;
			content: "\f129";
			font-family: "woodmart-font"
		}

		.menu-opener.color-scheme-light {
			color: #FFF
		}

		.wd-dropdown-cats {
			right: 0;
			z-index: 299;
			border: 1px solid rgba(129, 129, 129, .15);
			border-top: none;
			box-shadow: none
		}

		.page-title {
			position: relative;
			margin-top: -40px;
			margin-bottom: 40px;
			padding: 15px 0
		}

		.page-title .container {
			position: relative;
			margin-bottom: -10px
		}

		.page-title .container>* {
			margin-bottom: 10px
		}

		.page-title .title {
			font-size: 36px;
			line-height: 1.2
		}

		.title-design-centered {
			text-align: center
		}

		.website-wrapper {
			position: relative;
			overflow: hidden;
			background-color: #FFF
		}

		.main-page-wrapper {
			margin-top: -40px;
			padding-top: 40px;
			min-height: 50vh;
			background-color: #FFF
		}

		.site-content {
			margin-bottom: 40px
		}

		.sidebar-container {
			margin-bottom: 40px
		}

		.sidebar-container .widget-heading {
			display: none
		}

		@media (min-width:769px) {
			.searchform.wd-with-cat input[type="text"] {
				padding-right: 230px
			}
		}

		@media (min-width:1025px) {
			.wd-scroll {
				--scrollbar-track-bg: rgba(0, 0, 0, .05);
				--scrollbar-thumb-bg: rgba(0, 0, 0, 0.12)
			}

			.wd-scroll ::-webkit-scrollbar {
				width: 5px
			}

			.wd-scroll ::-webkit-scrollbar-track {
				background-color: var(--scrollbar-track-bg)
			}

			.wd-scroll ::-webkit-scrollbar-thumb {
				background-color: var(--scrollbar-thumb-bg)
			}

			.whb-hidden-lg,
			.whb-hidden-desktop {
				display: none
			}

			.title-size-default {
				padding: 60px 0
			}

			.title-size-default .title {
				font-size: 68px
			}
		}

		@media (max-width:1024px) {
			.wd-side-hidden {
				width: 300px
			}

			.wd-close-side {
				top: -150px;
				height: calc(100vh + 300px)
			}

			.whb-visible-lg,
			.whb-hidden-mobile {
				display: none
			}
		}

		@media (max-width:768px) {
			.wd-search-cat {
				display: none
			}

			.wd-header-mobile-nav.wd-style-text .wd-tools-text {
				display: none
			}
		}

		:root {
			--wd-form-color: inherit;
			--wd-form-placeholder-color: inherit;
			--wd-form-brd-color: rgba(129, 129, 129, .20);
			--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
			--wd-tags-margin-bottom: 20px
		}

		html,
		body,
		div,
		span,
		h1,
		h4,
		h5,
		p,
		a,
		img,
		strong,
		b,
		i,
		ul,
		li,
		form,
		label,
		article,
		aside,
		header,
		section,
		time {
			margin: 0;
			padding: 0;
			border: 0;
			vertical-align: baseline;
			font: inherit;
			font-size: 100%
		}

		*,
		*:before,
		*:after {
			box-sizing: border-box
		}

		html {
			line-height: 1
		}

		ul {
			list-style: none
		}

		a img {
			border: none
		}

		article,
		aside,
		header,
		section {
			display: block
		}

		a,
		button,
		input {
			touch-action: manipulation
		}

		button,
		input {
			margin: 0;
			color: inherit;
			font: inherit
		}

		button {
			overflow: visible
		}

		button {
			-webkit-appearance: button
		}

		button::-moz-focus-inner,
		input::-moz-focus-inner {
			padding: 0;
			border: 0
		}

		body .fa.fa-envelope-o {
			font-family: "woodmart-font";
			font-weight: 400
		}

		body .fa.fa-envelope-o:before {
			content: "\f132"
		}

		html {
			-ms-text-size-adjust: 100%;
			-webkit-text-size-adjust: 100%;
			font-family: sans-serif
		}

		body {
			overflow-x: hidden;
			margin: 0;
			background-color: #FFF;
			color: var(--wd-text-color);
			text-rendering: optimizeLegibility;
			font-weight: var(--wd-text-font-weight);
			font-size: var(--wd-text-font-size);
			font-family: var(--wd-text-font);
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			line-height: 1.6
		}

		p {
			margin-bottom: var(--wd-tags-margin-bottom)
		}

		a {
			color: var(--wd-link-color);
			text-decoration: none
		}

		h4 a,
		h5 a {
			color: inherit
		}

		label {
			display: block;
			margin-bottom: 5px;
			color: var(--wd-title-color);
			vertical-align: middle;
			font-weight: 400
		}

		strong,
		b {
			font-weight: 600
		}

		img {
			max-width: 100%;
			height: auto;
			border: 0;
			vertical-align: middle
		}

		h1 {
			font-size: 28px
		}

		h4 {
			font-size: 18px
		}

		h5 {
			font-size: 16px
		}

		h1,
		h4,
		h5,
		.title {
			display: block;
			margin-bottom: var(--wd-tags-margin-bottom);
			color: var(--wd-title-color);
			text-transform: var(--wd-title-transform);
			font-weight: var(--wd-title-font-weight);
			font-family: var(--wd-title-font);
			line-height: 1.4
		}

		.wd-entities-title {
			display: block;
			color: var(--wd-entities-title-color);
			word-wrap: break-word;
			font-weight: var(--wd-entities-title-font-weight);
			font-family: var(--wd-entities-title-font);
			text-transform: var(--wd-entities-title-transform);
			line-height: 1.4
		}

		ul {
			margin-bottom: var(--list-mb);
			padding-left: var(--li-pl);
			--list-mb: 20px;
			--li-mb: 10px;
			--li-pl: 17px
		}

		ul ul {
			margin-top: var(--li-mb);
			margin-bottom: 0
		}

		li {
			margin-bottom: var(--li-mb)
		}

		li:last-child {
			margin-bottom: 0
		}

		ul {
			list-style: disc
		}

		.wd-sub-menu,
		.textwidget .menu,
		.wd-sub-menu ul,
		.wd-nav {
			list-style: none;
			--li-pl: 0
		}

		.wd-sub-menu,
		.wd-sub-menu ul,
		.wd-nav {
			--list-mb: 0;
			--li-mb: 0
		}

		.text-center {
			text-align: center
		}

		.text-right {
			text-align: right
		}

		.text-left {
			text-align: left
		}

		.wd-fontsize-m {
			font-size: 18px
		}

		[class*="color-scheme-light"] {
			--wd-text-color: rgba(255, 255, 255, .8);
			--wd-title-color: #fff;
			--wd-widget-title-color: var(--wd-title-color);
			--wd-entities-title-color: #fff;
			--wd-entities-title-color-hover: rgba(255, 255, 255, .8);
			--wd-link-color: rgba(255, 255, 255, .9);
			--wd-link-color-hover: #fff;
			--wd-form-brd-color: rgba(255, 255, 255, .2);
			--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
			--wd-form-placeholder-color: rgba(255, 255, 255, .6);
			color: var(--wd-text-color)
		}

		.color-scheme-dark {
			--wd-text-color: #777;
			--wd-title-color: #242424;
			--wd-entities-title-color: #333;
			--wd-entities-title-color-hover: rgba(#333333, .65);
			--wd-link-color: #333;
			--wd-link-color-hover: #242424;
			--wd-form-brd-color: rgba(129, 129, 129, .20);
			--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
			--wd-form-placeholder-color: #777;
			color: var(--wd-text-color)
		}

		.set-mb-s {
			--margin-bottom: 10px
		}

		.set-mb-s>* {
			margin-bottom: var(--margin-bottom)
		}

		.set-cont-mb-s {
			--wd-tags-margin-bottom: 10px
		}

		.reset-last-child>*:last-child {
			margin-bottom: 0
		}

		@-webkit-keyframes wd-fadeIn {
			from {
				opacity: 0
			}

			to {
				opacity: 1
			}
		}

		@keyframes wd-fadeIn {
			from {
				opacity: 0
			}

			to {
				opacity: 1
			}
		}

		input[type='text'] {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none
		}

		input[type='text'] {
			padding: 0 15px;
			max-width: 100%;
			width: 100%;
			height: 42px;
			border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
			border-radius: var(--wd-form-brd-radius);
			color: var(--wd-form-color);
			background-color: transparent;
			box-shadow: none;
			vertical-align: middle;
			font-size: 14px
		}

		::-webkit-input-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		::-moz-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		:-moz-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		:-ms-input-placeholder {
			color: var(--wd-form-placeholder-color)
		}

		button::-moz-focus-inner,
		input::-moz-focus-inner {
			padding: 0;
			border: 0
		}

		input:-webkit-autofill {
			border-color: #E6E6E6;
			-webkit-box-shadow: 0 0 0 1000px #FFF inset;
			-webkit-text-fill-color: #777
		}

		button,
		[type="submit"] {
			padding: 12px 20px;
			font-size: 13px;
			line-height: 18px;
			background-color: #F3F3F3;
			color: #3E3E3E;
			position: relative;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			outline: none;
			border-width: 0;
			border-style: solid;
			border-color: transparent;
			border-radius: 0;
			box-shadow: none;
			vertical-align: middle;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			text-shadow: none;
			letter-spacing: .3px;
			font-weight: 600
		}

		.wd-scroll-content {
			overflow: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			max-height: 50vh;
			scrollbar-width: thin
		}

		.wd-dropdown {
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 380;
			margin: 15px 0 0;
			background-color: #FFF;
			background-position: bottom right;
			background-clip: border-box;
			background-repeat: no-repeat;
			box-shadow: 0 0 3px rgba(0, 0, 0, .15);
			text-align: left
		}

		.wd-dropdown:after {
			content: "";
			position: absolute;
			right: 0;
			bottom: 100%;
			left: 0;
			height: 15px
		}

		.wd-dropdown-search-cat {
			right: 0;
			left: auto
		}

		.wd-nav-vertical .wd-dropdown-menu {
			margin: 0
		}

		.wd-nav-vertical .wd-dropdown-menu:after {
			height: auto
		}

		.wd-dropdown-results,
		.wd-dropdown-cats,
		.wd-dropdown-cats .wd-dropdown-menu {
			margin: 0 !important
		}

		.wd-dropdown-results:after,
		.wd-dropdown-cats:after,
		.wd-dropdown-cats .wd-dropdown-menu:after {
			width: auto !important;
			height: auto !important
		}

		.wd-dropdown {
			visibility: hidden;
			opacity: 0;
			-webkit-transform: translateY(15px) translateZ(0);
			transform: translateY(15px) translateZ(0)
		}

		.wd-dropdown-menu.wd-design-default {
			padding: 12px 20px;
			width: 220px
		}

		.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li,
		.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li {
			min-width: 200px;
			margin-bottom: 25px
		}

		.wd-dropdown-menu.wd-design-sized,
		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
			padding: 30px 35px 0 35px
		}

		.wd-dropdown-menu.wd-design-sized>.container,
		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width>.container {
			padding: 0;
			width: auto
		}

		.wd-dropdown-menu.wd-design-full-width {
			padding-top: 30px;
			width: 100vw
		}

		.widget-heading {
			display: flex;
			flex: 0 0 auto;
			align-items: center;
			flex-direction: row;
			justify-content: flex-end;
			padding: 20px 15px;
			border-bottom: 1px solid rgba(119, 119, 119, .2)
		}

		.widget-heading .close-side-widget {
			flex: 0 0 auto;
			text-transform: uppercase
		}

		.widget-heading .close-side-widget>a {
			height: 25px
		}

		.wd-side-hidden {
			position: fixed;
			top: 0;
			bottom: 0;
			z-index: 500;
			overflow: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			width: 340px;
			background-color: #FFF
		}

		.wd-side-hidden.wd-left {
			right: auto;
			left: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0)
		}

		@media (max-width:350px) {
			.wd-side-hidden {
				width: 270px !important
			}
		}

		.wd-sub-menu {
			--sub-menu-color: #848484;
			--sub-menu-color-hover: var(--wd-primary-color)
		}

		.wd-sub-menu li {
			position: relative
		}

		.wd-sub-menu li a {
			position: relative;
			display: flex;
			align-items: center;
			padding-top: 8px;
			padding-bottom: 8px;
			color: var(--sub-menu-color);
			font-size: 14px;
			line-height: 1.3
		}

		.wd-sub-menu li a .menu-label {
			position: relative;
			margin-top: -20px;
			align-self: flex-start
		}

		.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li>a,
		.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a,
		.mega-menu-list>li>a {
			--sub-menu-color: #333;
			--sub-menu-color-hover: var(--wd-primary-color);
			text-transform: uppercase;
			font-weight: 600
		}

		.searchform {
			--wd-submit-color: #777;
			--wd-submit-color-hover: #333;
			--wd-loader-ring-brd-color: #BBB;
			--wd-loader-highlight-brd-color: #000;
			--wd-search-cat-color: #777;
			--wd-search-cat-brd-color: var(--wd-form-brd-color);
			position: relative
		}

		.searchform input[type="text"] {
			padding-right: 50px;
			height: 46px;
			font-size: 15px
		}

		.searchform input[type="text"]::-ms-clear {
			display: none
		}

		.searchform .searchsubmit {
			position: absolute;
			top: 0;
			right: 2px;
			bottom: 0;
			padding: 0;
			width: 50px;
			border: none;
			background-color: transparent;
			box-shadow: none;
			color: var(--wd-submit-color);
			font-weight: 400;
			font-size: 0
		}

		.searchform .searchsubmit:after {
			font-size: 20px;
			content: "\f130";
			font-family: "woodmart-font"
		}

		.searchform .searchsubmit:before {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -9px;
			margin-left: -9px;
			opacity: 0;
			content: "";
			display: inline-block;
			width: 18px;
			height: 18px;
			border: 1px solid var(--wd-loader-ring-brd-color);
			border-left-color: var(--wd-loader-highlight-brd-color);
			border-radius: 50%;
			vertical-align: middle
		}

		.wd-search-cat {
			display: flex;
			align-items: center;
			position: absolute;
			top: var(--wd-form-brd-width);
			right: 52px;
			bottom: var(--wd-form-brd-width)
		}

		.wd-search-cat>a {
			display: flex;
			align-items: center;
			padding-right: 15px;
			padding-left: 15px;
			width: 172px;
			height: 100%;
			border-right: 1px solid var(--wd-search-cat-brd-color);
			border-left: 1px solid var(--wd-search-cat-brd-color);
			color: var(--wd-search-cat-color);
			text-transform: uppercase;
			font-size: 13px
		}

		.wd-search-cat>a>span {
			overflow: hidden;
			width: 100%;
			text-overflow: ellipsis;
			white-space: nowrap
		}

		.wd-search-cat>a:after {
			margin-left: 8px;
			font-weight: 600;
			font-size: 8px;
			content: "\f129";
			font-family: "woodmart-font"
		}

		.wd-dropdown-search-cat {
			margin: var(--wd-form-brd-width) 0 0 !important
		}

		.wd-dropdown-search-cat:after {
			height: var(--wd-form-brd-width) !important
		}

		.wd-dropdown-search-cat.wd-design-default {
			width: 190px
		}

		.whb-color-dark .searchform.wd-style-default {
			--wd-form-brd-color: rgba(129, 129, 129, .20);
			--wd-form-brd-color-focus: rgba(129, 129, 129, .30);
			--wd-form-color: #777;
			--wd-form-placeholder-color: var(--wd-form-color);
			--wd-submit-color: #777;
			--wd-submit-color-hover: #777;
			--wd-loader-ring-brd-color: #BBB;
			--wd-loader-highlight-brd-color: #000;
			--wd-search-cat-color: #777;
			--wd-search-cat-brd-color: var(--wd-form-brd-color)
		}

		.search-results-wrapper {
			position: relative
		}

		.wd-dropdown-results {
			right: calc((var(--wd-form-brd-radius) / 1.5));
			left: calc((var(--wd-form-brd-radius) / 1.5))
		}

		.wd-nav {
			display: inline-flex;
			flex-wrap: wrap;
			margin-right: -10px;
			margin-left: -10px;
			text-align: left
		}

		.wd-nav>li {
			position: relative
		}

		.wd-nav>li>a {
			position: relative;
			display: flex;
			align-items: center;
			flex-direction: row;
			padding-right: 10px;
			padding-left: 10px;
			font-weight: 600;
			font-size: 13px;
			text-transform: uppercase;
			line-height: 1.2
		}

		.wd-nav>li>a .wd-nav-icon {
			margin-right: 7px;
			font-size: 115%
		}

		.wd-nav>li.menu-item-has-children>a:after {
			margin-left: 4px;
			font-weight: 400;
			font-style: normal;
			font-size: 50%;
			content: "\f129";
			font-family: "woodmart-font"
		}

		.wd-nav[class*="wd-style-"] {
			--nav-color: #333;
			--nav-color-hover: rgba(51, 51, 51, .7);
			--nav-color-active: rgba(51, 51, 51, .7);
			--nav-chevron-color: rgba(82, 82, 82, .45)
		}

		.wd-nav[class*="wd-style-"]>li>a {
			color: var(--nav-color)
		}

		.whb-color-light .wd-nav[class*="wd-style-"] {
			--nav-color: #fff;
			--nav-color-hover: rgba(255, 255, 255, .8);
			--nav-color-active: #fff;
			--nav-chevron-color: rgba(255, 255, 255, .6)
		}

		.wd-nav.wd-style-bordered>li {
			display: flex;
			flex-direction: row
		}

		.wd-nav.wd-style-bordered>li:not(:last-child):after {
			content: "";
			border-right: 1px solid rgba(129, 129, 129, .2)
		}

		.whb-color-light .wd-nav.wd-style-bordered>li:not(:last-child):after {
			border-color: rgba(255, 255, 255, .25)
		}

		.wd-nav.wd-style-bordered>li {
			align-items: stretch
		}

		.wd-nav.wd-style-underline .nav-link-text {
			line-height: 1.2;
			position: relative;
			display: inline-block;
			padding-top: 1px;
			padding-bottom: 1px
		}

		.wd-nav.wd-style-underline .nav-link-text:after {
			content: '';
			position: absolute;
			top: 100%;
			left: 0;
			width: 0;
			height: 2px;
			background-color: var(--wd-primary-color)
		}

		.menu-label {
			position: absolute;
			bottom: 85%;
			z-index: 1;
			display: inline-block;
			margin-left: -20px;
			padding: 2px 4px;
			color: #FFF;
			vertical-align: middle;
			text-transform: uppercase;
			white-space: nowrap;
			letter-spacing: .3px;
			font-weight: 600;
			font-size: 9px;
			font-family: var(--wd-text-font);
			line-height: 12px
		}

		.menu-label:before {
			content: "";
			position: absolute;
			top: 100%;
			left: 10px;
			border: 4px solid;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
			border-right-width: 7px;
			border-left-width: 0
		}

		.menu-label-black {
			background-color: #000;
			color: #FFF
		}

		.menu-label-black:before {
			border-color: #000
		}

		.menu-label-orange {
			background-color: #FBBC34
		}

		.menu-label-orange:before {
			border-color: #FBBC34
		}

		.menu-label-red {
			background-color: #D41212
		}

		.menu-label-red:before {
			border-color: #D41212
		}

		.wd-nav-vertical {
			display: flex;
			margin-right: 0;
			margin-left: 0;
			position: relative
		}

		.wd-nav-vertical>li {
			flex: 1 1 100%;
			max-width: 100%;
			width: 100%
		}

		.wd-nav-vertical>li:not(:last-child) {
			border-bottom: 1px solid rgba(129, 129, 129, .15)
		}

		.wd-nav-vertical>li>a {
			padding: 12px 18px;
			line-height: 20px;
			color: #333;
			font-size: 14px;
			text-transform: unset
		}

		.wd-nav-vertical>li.menu-mega-dropdown {
			position: static
		}

		.wd-nav-vertical>li.menu-item-has-children>a:after {
			color: rgba(82, 82, 82, .45);
			margin-left: auto;
			font-weight: 600;
			font-size: 60%;
			content: "\f113"
		}

		.wd-nav-vertical .wd-dropdown-menu {
			top: 0;
			left: 100%
		}

		.wd-nav-vertical .wd-dropdown-menu.wd-design-sized,
		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
			min-height: 100%
		}

		.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
			width: 800px
		}

		.wd-close-side {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 400;
			opacity: 0;
			visibility: hidden;
			background-color: rgba(0, 0, 0, .7)
		}

		.breadcrumbs {
			font-size: 0
		}

		.breadcrumbs>span:after,
		.breadcrumbs>a:after {
			content: "/";
			display: inline-block;
			padding: 0 8px
		}

		.breadcrumbs>span:last-child:after {
			content: none
		}

		.breadcrumbs {
			line-height: 16px
		}

		.breadcrumbs>span,
		.breadcrumbs>a {
			display: inline-block
		}

		.breadcrumbs a,
		.breadcrumbs span {
			text-transform: uppercase;
			letter-spacing: .3px;
			font-weight: 600;
			font-size: 11px
		}

		.wd-action-btn {
			display: inline-flex;
			vertical-align: middle;
			--action-btn-color: #333;
			--action-btn-hover-color: rgba(51, 51, 51, .6)
		}

		.wd-action-btn>a {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			color: var(--action-btn-color)
		}

		.wd-action-btn>a:before {
			font-family: "woodmart-font"
		}

		.wd-action-btn>a:after {
			opacity: 0;
			content: "";
			display: inline-block;
			width: 14px;
			height: 14px;
			border: 1px solid #BBB;
			border-left-color: #000;
			border-radius: 50%;
			vertical-align: middle
		}

		.wd-action-btn.wd-style-text {
			font-size: 0;
			line-height: 1
		}

		.wd-action-btn.wd-style-text>a {
			position: relative;
			font-weight: 600;
			font-size: 14px;
			line-height: 1
		}

		.wd-action-btn.wd-style-text>a:before {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-right: 5px;
			width: 14px;
			height: 14px;
			font-weight: 400
		}

		.wd-action-btn.wd-style-text>a:after {
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -7px
		}

		.wd-cross-icon>a:before {
			font-size: 10px;
			content: "\f112"
		}

		.wd-cross-icon.wd-style-text>a:before {
			font-weight: 600
		}

		.widget,
		.wd-widget {
			--wd-link-color: #727272;
			--wd-link-color-hover: #333;
			line-height: 1.4
		}

		.widget>ul,
		.wd-widget>ul {
			margin-top: 0
		}

		.widget ul,
		.wd-widget ul {
			--list-mb: 0;
			--li-mb: 15px;
			list-style: none;
			--li-pl: 0
		}

		.widget-title {
			margin-bottom: 20px;
			color: var(--wd-widget-title-color);
			text-transform: var(--wd-widget-title-transform);
			font-weight: var(--wd-widget-title-font-weight);
			font-size: var(--wd-widget-title-font-size);
			font-family: var(--wd-widget-title-font)
		}

		.widget {
			margin-bottom: 30px;
			padding-bottom: 30px;
			border-bottom: 1px solid rgba(119, 119, 119, .2)
		}

		.widget:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none
		}

		.woodmart-recent-posts li {
			display: flex;
			align-items: stretch;
			flex-direction: row;
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid rgba(119, 119, 119, .2)
		}

		.woodmart-recent-posts li:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border: none
		}

		.woodmart-recent-posts .recent-posts-thumbnail {
			flex: 0 0 auto;
			max-width: 50%;
			overflow: hidden;
			margin-right: 15px
		}

		.woodmart-recent-posts .recent-posts-thumbnail img {
			min-width: 60px
		}

		.woodmart-recent-posts .recent-posts-info {
			flex: 1 1 auto
		}

		.woodmart-recent-posts .wd-entities-title {
			margin-bottom: 8px;
			font-size: 14px
		}

		.woodmart-recent-posts .recent-posts-time,
		.woodmart-recent-posts .recent-posts-comment {
			color: #BBB;
			font-size: 12px
		}

		.woodmart-recent-posts .recent-posts-time {
			margin-right: 5px
		}

		.textwidget>*:last-child {
			margin-bottom: 0
		}

		.widget_categories ul li {
			display: block;
			color: #BBB;
			font-size: 14px
		}

		.widget_categories ul li a {
			display: inline-block;
			padding-right: 2px
		}

		.wd-popup {
			margin: 25px auto;
			padding: 30px;
			width: 100%;
			background-color: #FFF
		}

		.whb-header {
			margin-bottom: 40px
		}

		.whb-flex-row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between
		}

		.whb-column {
			display: flex;
			align-items: center;
			flex-direction: row
		}

		.whb-col-left,
		.whb-mobile-left {
			justify-content: flex-start;
			margin-left: -10px
		}

		.whb-col-right,
		.whb-mobile-right {
			justify-content: flex-end;
			margin-right: -10px
		}

		.whb-col-mobile {
			flex: 1 1 auto;
			justify-content: center;
			margin-right: -10px;
			margin-left: -10px
		}

		.whb-flex-flex-middle .whb-col-center {
			flex: 1 1 0%
		}

		.whb-general-header .whb-mobile-left,
		.whb-general-header .whb-mobile-right {
			flex: 1 1 0%
		}

		.whb-main-header {
			position: relative;
			top: 0;
			right: 0;
			left: 0;
			z-index: 390;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden
		}

		.whb-color-dark:not(.whb-with-bg) {
			background-color: #FFF
		}

		.wd-tools-element {
			--wd-header-el-color: #333;
			--wd-header-el-color-hover: rgba(51, 51, 51, .6);
			position: relative
		}

		.wd-tools-element>a {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 40px;
			color: var(--wd-header-el-color);
			line-height: 1
		}

		.wd-tools-element .wd-tools-icon {
			position: relative;
			font-size: 0
		}

		.wd-tools-element .wd-tools-text {
			margin-left: 8px;
			text-transform: var(--wd-header-el-transform);
			white-space: nowrap;
			font-weight: var(--wd-header-el-font-weight);
			font-size: var(--wd-header-el-font-size);
			font-family: var(--wd-header-el-font)
		}

		.whb-color-light .wd-tools-element {
			--wd-header-el-color: #FFF;
			--wd-header-el-color-hover: rgba(255, 255, 255, .8)
		}

		.wd-tools-element>a,
		.wd-header-nav,
		.site-logo,
		[class*="wd-header-search-form"],
		.whb-column>.info-box-wrapper,
		.wd-header-text,
		.whb-column>.wd-social-icons {
			padding-right: 10px;
			padding-left: 10px
		}

		.wd-header-nav.wd-full-height,
		.wd-header-nav.wd-full-height .wd-nav,
		.wd-header-nav.wd-full-height .wd-nav>li,
		.wd-header-nav.wd-full-height .wd-nav>li>a,
		.site-logo,
		.wd-logo,
		.wd-header-divider.wd-full-height,
		.wd-header-divider.wd-full-height:before,
		.whb-header-bottom .wd-header-cats,
		.whb-header-bottom .menu-opener {
			height: 100%
		}

		.wd-header-nav {
			flex: 1 1 auto
		}

		.wd-nav-main>li>a,
		.wd-nav-secondary>li>a {
			height: 40px;
			font-weight: var(--wd-header-el-font-weight);
			font-size: var(--wd-header-el-font-size);
			font-family: var(--wd-header-el-font);
			text-transform: var(--wd-header-el-transform)
		}

		.whb-top-bar .wd-nav-secondary>li>a {
			font-weight: 400;
			font-size: 12px
		}

		.wd-logo {
			display: inline-flex;
			align-items: center
		}

		.wd-logo img {
			padding-top: 5px;
			padding-bottom: 5px;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			max-height: 100%;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			perspective: 800px;
			-webkit-perspective: 800px
		}

		.wd-switch-logo .wd-sticky-logo {
			display: none;
			-webkit-animation: wd-fadeIn .5s ease;
			animation: wd-fadeIn .5s ease
		}

		[class*="wd-header-search-form"] {
			flex: 1 1 auto
		}

		[class*="wd-header-search-form"] input[type='text'] {
			min-width: 290px
		}

		.wd-header-text {
			flex: 1 1 auto
		}

		.whb-top-bar .wd-header-text {
			font-size: 12px;
			line-height: 1.2
		}

		.whb-color-light .wd-header-text {
			--wd-text-color: rgba(255, 255, 255, .8);
			--wd-title-color: #fff;
			--wd-widget-title-color: var(--wd-title-color);
			--wd-entities-title-color: #fff;
			--wd-entities-title-color-hover: rgba(255, 255, 255, .8);
			--wd-link-color: rgba(255, 255, 255, .9);
			--wd-link-color-hover: #fff;
			--wd-form-brd-color: rgba(255, 255, 255, .2);
			--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
			--wd-form-placeholder-color: rgba(255, 255, 255, .6);
			color: var(--wd-text-color)
		}

		.wd-header-divider:before {
			content: "";
			display: block;
			height: 18px;
			border-right: 1px solid
		}

		.whb-color-light .wd-header-divider:before {
			border-color: rgba(255, 255, 255, .25)
		}

		.whb-col-right .wd-header-divider:last-child {
			padding-right: 10px
		}

		.wd-header-mobile-nav .wd-tools-icon:before {
			font-size: 24px;
			content: "\f15a";
			font-family: "woodmart-font"
		}

		.wd-nav-mobile {
			display: flex;
			display: none;
			margin-right: 0;
			margin-left: 0;
			-webkit-animation: wd-fadeIn 1s ease;
			animation: wd-fadeIn 1s ease;
			--nav-mobile-link-color: #333;
			--nav-mobile-link-color-hover: var(--wd-primary-color);
			--nav-mobile-link-color-current: var(--wd-primary-color);
			--nav-mobile-link-brdcolor: rgba(129, 129, 129, .2);
			--nav-mobile-link-bg-active: rgba(0, 0, 0, .04)
		}

		.wd-nav-mobile>li {
			flex: 1 1 100%;
			max-width: 100%;
			width: 100%
		}

		.wd-nav-mobile>li>a {
			color: var(--nav-mobile-link-color)
		}

		.wd-nav-mobile li {
			display: flex;
			flex-wrap: wrap
		}

		.wd-nav-mobile li a {
			flex: 1 1 0%;
			padding: 5px 20px;
			min-height: 50px;
			border-bottom: 1px solid var(--nav-mobile-link-brdcolor)
		}

		.wd-nav-mobile.wd-active {
			display: block
		}

		.wd-header-cats {
			position: relative;
			margin-right: 10px;
			margin-left: 10px
		}

		.menu-opener {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 10px 15px;
			min-width: 270px;
			max-width: 320px;
			height: 50px;
			color: #333;
			text-transform: var(--wd-header-el-transform);
			letter-spacing: .4px;
			font-weight: var(--wd-header-el-font-weight);
			font-size: var(--wd-header-el-font-size);
			font-family: var(--wd-header-el-font);
			line-height: 1
		}

		.menu-opener .menu-opener-icon {
			flex: 0 0 auto;
			margin-right: 10px
		}

		.menu-opener .menu-opener-icon:not(.custom-icon):after {
			font-weight: 400;
			font-style: normal;
			font-size: 22px;
			content: "\f15a";
			font-family: "woodmart-font"
		}

		.menu-opener:after {
			margin-left: auto;
			font-weight: 600;
			font-style: normal;
			font-size: 10px;
			content: "\f129";
			font-family: "woodmart-font"
		}

		.menu-opener.color-scheme-light {
			color: #FFF
		}

		.wd-dropdown-cats {
			right: 0;
			z-index: 299;
			border: 1px solid rgba(129, 129, 129, .15);
			border-top: none;
			box-shadow: none
		}

		.page-title {
			position: relative;
			margin-top: -40px;
			margin-bottom: 40px;
			padding: 15px 0
		}

		.page-title .container {
			position: relative;
			margin-bottom: -10px
		}

		.page-title .container>* {
			margin-bottom: 10px
		}

		.page-title .title {
			font-size: 36px;
			line-height: 1.2
		}

		.title-design-centered {
			text-align: center
		}

		.website-wrapper {
			position: relative;
			overflow: hidden;
			background-color: #FFF
		}

		.main-page-wrapper {
			margin-top: -40px;
			padding-top: 40px;
			min-height: 50vh;
			background-color: #FFF
		}

		.site-content {
			margin-bottom: 40px
		}

		.sidebar-container {
			margin-bottom: 40px
		}

		.sidebar-container .widget-heading {
			display: none
		}

		.title-wrapper [class*="title"] {
			display: inline-block
		}

		.title-wrapper .title {
			margin-bottom: 0
		}

		.wd-social-icons {
			vertical-align: middle;
			font-size: 0
		}

		.wd-social-icons .wd-social-icon {
			display: inline-block;
			margin: 4px;
			text-align: center;
			font-size: 0
		}

		.wd-social-icons .wd-icon {
			display: inline-block;
			vertical-align: middle;
			font-family: "woodmart-font"
		}

		.social-facebook .wd-icon:before {
			content: "\f180"
		}

		.social-twitter .wd-icon:before {
			content: "\f154"
		}

		.social-pinterest .wd-icon:before {
			content: "\f156"
		}

		.social-linkedin .wd-icon:before {
			content: "\f158"
		}

		.social-tg .wd-icon:before {
			content: "\f179"
		}

		.icons-design-default .wd-social-icon {
			margin: 0 !important;
			padding: 6px;
			width: auto !important;
			height: auto !important;
			color: rgba(0, 0, 0, .6) !important
		}

		.icons-design-default .wd-social-icon .wd-icon {
			line-height: 1 !important
		}

		.icons-design-default.color-scheme-light .wd-social-icon {
			color: #FFF !important
		}

		.icons-size- .wd-social-icon {
			width: 30px;
			height: 30px
		}

		.wd-social-icons.icons-size- .wd-icon {
			font-size: 14px;
			line-height: 30px
		}

		.social-form-circle .wd-social-icon {
			border-radius: 50%
		}

		.wd-info-box {
			display: flex;
			align-items: stretch;
			flex-direction: column
		}

		.wd-info-box .box-icon-wrapper {
			flex: 0 0 auto;
			line-height: 0
		}

		.wd-info-box .info-box-icon {
			display: inline-block
		}

		.wd-info-box .info-box-content {
			position: relative;
			flex: 1 1 auto
		}

		.box-icon-align-right {
			flex-direction: row-reverse
		}

		.box-icon-align-right .box-icon-wrapper {
			margin-left: 20px;
			max-width: 50%
		}

		.box-with-icon .info-box-icon {
			overflow: hidden
		}

		.wd-popup.wd-promo-popup {
			display: none;
			max-width: 800px
		}

		.scrollToTop {
			position: fixed;
			right: 20px;
			bottom: 20px;
			z-index: 350;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			background-color: rgba(255, 255, 255, .9);
			box-shadow: 0 0 5px rgba(0, 0, 0, .17);
			color: #333;
			text-align: center;
			opacity: 0;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-webkit-transform: translateX(100%);
			transform: translateX(100%)
		}

		.scrollToTop:after {
			display: inline-block;
			font-weight: 600;
			font-size: 16px;
			line-height: 50px;
			content: "\f115";
			font-family: "woodmart-font"
		}

		.mc4wp-form label {
			display: none
		}

		@media (min-width:769px) {
			.searchform.wd-with-cat input[type="text"] {
				padding-right: 230px
			}
		}

		@media (min-width:1025px) {
			.wd-scroll {
				--scrollbar-track-bg: rgba(0, 0, 0, .05);
				--scrollbar-thumb-bg: rgba(0, 0, 0, .12)
			}

			.wd-scroll ::-webkit-scrollbar {
				width: 5px
			}

			.wd-scroll ::-webkit-scrollbar-track {
				background-color: var(--scrollbar-track-bg)
			}

			.wd-scroll ::-webkit-scrollbar-thumb {
				background-color: var(--scrollbar-thumb-bg)
			}

			.whb-hidden-lg,
			.whb-hidden-desktop {
				display: none
			}

			.title-size-default {
				padding: 60px 0
			}

			.title-size-default .title {
				font-size: 68px
			}
		}

		@media (max-width:1024px) {
			.wd-side-hidden {
				width: 300px
			}

			.wd-close-side {
				top: -150px;
				height: calc(100vh + 300px)
			}

			.whb-visible-lg,
			.whb-hidden-mobile {
				display: none
			}

			.scrollToTop {
				right: 12px;
				bottom: 12px;
				width: 40px;
				height: 40px
			}

			.scrollToTop:after {
				font-size: 14px;
				line-height: 40px
			}
		}

		@media (max-width:768px) {
			.wd-search-cat {
				display: none
			}

			.wd-header-mobile-nav.wd-style-text .wd-tools-text {
				display: none
			}
		}

		@media (max-width:575px) {
			.title-wrapper .title {
				font-size: 20px
			}
		}

		.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
			padding: 10px
		}

		@media (max-width:767px) {
			.elementor-column {
				width: 100%
			}
		}

		.elementor-screen-only {
			position: absolute;
			top: -10000em;
			width: 1px;
			height: 1px;
			margin: -1px;
			padding: 0;
			overflow: hidden;
			clip: rect(0, 0, 0, 0);
			border: 0
		}

		.elementor-clearfix:after {
			content: "";
			display: block;
			clear: both;
			width: 0;
			height: 0
		}

		.elementor {
			-webkit-hyphens: manual;
			-ms-hyphens: manual;
			hyphens: manual
		}

		.elementor *,
		.elementor :after,
		.elementor :before {
			-webkit-box-sizing: border-box;
			box-sizing: border-box
		}

		.elementor a {
			-webkit-box-shadow: none;
			box-shadow: none;
			text-decoration: none
		}

		.elementor img {
			height: auto;
			max-width: 100%;
			border: none;
			-webkit-border-radius: 0;
			border-radius: 0;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		:root {
			--page-title-display: block
		}

		h1.entry-title {
			display: var(--page-title-display)
		}

		.elementor-section {
			position: relative
		}

		.elementor-section .elementor-container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-right: auto;
			margin-left: auto;
			position: relative
		}

		@media (max-width:1024px) {
			.elementor-section .elementor-container {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
			}
		}

		.elementor-section.elementor-section-boxed>.elementor-container {
			max-width: 1140px
		}

		.elementor-row {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		@media (max-width:1024px) {
			.elementor-row {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
			}
		}

		.elementor-widget-wrap {
			position: relative;
			width: 100%;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-line-pack: start;
			align-content: flex-start
		}

		.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.elementor-widget-wrap>.elementor-element {
			width: 100%
		}

		.elementor-widget {
			position: relative
		}

		.elementor-widget:not(:last-child) {
			margin-bottom: 20px
		}

		.elementor-column {
			min-height: 1px
		}

		.elementor-column,
		.elementor-column-wrap {
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.elementor-column-wrap {
			width: 100%
		}

		@media (min-width:768px) {
			.elementor-column.elementor-col-10 {
				width: 10%
			}

			.elementor-column.elementor-col-16 {
				width: 16.666%
			}

			.elementor-column.elementor-col-25 {
				width: 25%
			}

			.elementor-column.elementor-col-50 {
				width: 50%
			}

			.elementor-column.elementor-col-90 {
				width: 90%
			}

			.elementor-column.elementor-col-100 {
				width: 100%
			}
		}

		@media (max-width:767px) {
			.elementor-column {
				width: 100%
			}
		}

		@media (min-width:1025px) {
			#elementor-device-mode:after {
				content: "desktop"
			}
		}

		@media (min-width:768px) and (max-width:1024px) {
			#elementor-device-mode:after {
				content: "tablet"
			}
		}

		@media (max-width:767px) {
			#elementor-device-mode:after {
				content: "mobile"
			}
		}

		.elementor-icon {
			display: inline-block;
			line-height: 1;
			color: #818a91;
			font-size: 50px;
			text-align: center
		}

		.elementor-icon i {
			width: 1em;
			height: 1em;
			position: relative;
			display: block
		}

		.elementor-icon i:before {
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%)
		}

		.elementor-widget-image {
			text-align: center
		}

		.elementor-widget-image .elementor-image img {
			vertical-align: middle;
			display: inline-block
		}

		.elementor-kit-9057 {
			--e-global-color-primary: #6EC1E4;
			--e-global-color-secondary: #54595F;
			--e-global-color-text: #7A7A7A;
			--e-global-color-accent: #61CE70;
			--e-global-typography-primary-font-family: "Roboto";
			--e-global-typography-primary-font-weight: 600;
			--e-global-typography-secondary-font-family: "Roboto Slab";
			--e-global-typography-secondary-font-weight: 400;
			--e-global-typography-text-font-family: "Roboto";
			--e-global-typography-text-font-weight: 400;
			--e-global-typography-accent-font-family: "Roboto";
			--e-global-typography-accent-font-weight: 500
		}

		.elementor-section.elementor-section-boxed>.elementor-container {
			max-width: 1140px
		}

		.elementor-widget:not(:last-child) {
			margin-bottom: 20px
		}

		h1.entry-title {
			display: var(--page-title-display)
		}

		@media (max-width:1024px) {
			.elementor-section.elementor-section-boxed>.elementor-container {
				max-width: 1025px
			}
		}

		@media (max-width:767px) {
			.elementor-section.elementor-section-boxed>.elementor-container {
				max-width: 768px
			}
		}

		.elementor-section.wd-negative-gap>.elementor-column-gap-default {
			margin-right: -10px;
			margin-left: -10px
		}

		.elementor-section-boxed.wd-negative-gap>.elementor-container {
			max-width: none
		}

		[class*="wd-section-stretch"] {
			position: relative;
			width: 100vw;
			left: calc(50% - 50vw)
		}

		[class*="wd-section-stretch"].wd-negative-gap {
			padding-right: 15px;
			padding-left: 15px
		}

		.elementor-text-editor {
			display: inline-block;
			width: 100%
		}

		.elementor-text-editor>*:last-child {
			margin-bottom: 0
		}

		.page-title-default {
			background-color: rgb(237, 129, 58);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center
		}

		:root {
			--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
			--wd-text-font-weight: 400;
			--wd-text-color: #777777;
			--wd-text-font-size: 14px
		}

		:root {
			--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
			--wd-title-font-weight: 600;
			--wd-title-color: #242424
		}

		:root {
			--wd-entities-title-font: "Poppins", 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%)
		}

		:root {
			--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif
		}

		:root {
			--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
			--wd-widget-title-font-weight: 600;
			--wd-widget-title-transform: uppercase;
			--wd-widget-title-color: red;
			--wd-widget-title-font-size: 16px
		}

		:root {
			--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: 14px
		}

		.wd-nav.wd-nav-main>li>a {
			color: #1e73be
		}

		:root {
			--wd-primary-color: #124fde
		}

		:root {
			--wd-alternative-color: red
		}

		:root {
			--wd-link-color: #333333;
			--wd-link-color-hover: #242424
		}

		:root {
			--btn-default-bgcolor: #f7f7f7
		}

		:root {
			--btn-default-bgcolor-hover: #efefef
		}

		:root {
			--btn-shop-bgcolor: red
		}

		:root {
			--btn-shop-bgcolor-hover: #1e73be
		}

		:root {
			--btn-accent-bgcolor: red
		}

		:root {
			--btn-accent-bgcolor-hover: red
		}

		:root {
			--notices-success-bg: #459647
		}

		:root {
			--notices-success-color: #fff
		}

		:root {
			--notices-warning-bg: #E0B252
		}

		:root {
			--notices-warning-color: #fff
		}

		.wd-popup.wd-promo-popup {
			background-color: #fff;
			background-repeat: no-repeat;
			background-size: contain;
			background-position: left center
		}

		@font-face {
			font-display: swap;
			font-weight: 400;
			font-style: normal;
			font-family: "woodmart-font";
			src: url("wp-content/themes/woodmart/fonts/woodmart-font.woff#1634534865") format("woff"), url("wp-content/themes/woodmart/fonts/woodmart-font.woff2#1634534865") format("woff2")
		}

		:root {
			--wd-form-brd-radius: 0;
			--wd-form-brd-width: 2px;
			--btn-default-color: #333;
			--btn-default-color-hover: #333;
			--btn-shop-color: #fff;
			--btn-shop-color-hover: #fff;
			--btn-accent-color: #fff;
			--btn-accent-color-hover: #fff;
			--btn-default-brd-radius: 0;
			--btn-default-box-shadow: none;
			--btn-default-box-shadow-hover: none;
			--btn-default-box-shadow-active: none;
			--btn-default-bottom: 0;
			--btn-accent-brd-radius: 0;
			--btn-accent-box-shadow: none;
			--btn-accent-box-shadow-hover: none;
			--btn-accent-box-shadow-active: none;
			--btn-accent-bottom: 0;
			--btn-shop-bottom-active: -1px;
			--btn-shop-brd-radius: 0;
			--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
			--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15)
		}

		.container {
			max-width: 1222px
		}

		.elementor-section.wd-section-stretch>.elementor-column-gap-default {
			max-width: 1212px
		}

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

		div.wd-popup.wd-promo-popup {
			max-width: 600px
		}

		.wd-social-icons {
			vertical-align: middle;
			font-size: 0
		}

		.wd-social-icons .wd-social-icon {
			display: inline-block;
			margin: 4px;
			text-align: center;
			font-size: 0
		}

		.wd-social-icons .wd-icon {
			display: inline-block;
			vertical-align: middle;
			font-family: "woodmart-font"
		}

		.social-facebook .wd-icon:before {
			content: "\f180"
		}

		.social-twitter .wd-icon:before {
			content: "\f154"
		}

		.social-pinterest .wd-icon:before {
			content: "\f156"
		}

		.social-linkedin .wd-icon:before {
			content: "\f158"
		}

		.social-tg .wd-icon:before {
			content: "\f179"
		}

		.icons-design-default .wd-social-icon {
			margin: 0 !important;
			padding: 6px;
			width: auto !important;
			height: auto !important;
			color: rgba(0, 0, 0, 0.6) !important
		}

		.icons-design-default .wd-social-icon .wd-icon {
			line-height: 1 !important
		}

		.icons-design-default.color-scheme-light .wd-social-icon {
			color: #fff !important
		}

		.icons-size- .wd-social-icon {
			width: 30px;
			height: 30px
		}

		.wd-social-icons.icons-size- .wd-icon {
			font-size: 14px;
			line-height: 30px
		}

		.social-form-circle .wd-social-icon {
			border-radius: 50%
		}

		.wd-info-box {
			display: flex;
			align-items: stretch;
			flex-direction: column
		}

		.wd-info-box .box-icon-wrapper {
			flex: 0 0 auto;
			line-height: 0
		}

		.wd-info-box .info-box-icon {
			display: inline-block
		}

		.wd-info-box .info-box-content {
			position: relative;
			flex: 1 1 auto
		}

		.box-icon-align-right {
			flex-direction: row-reverse
		}

		.box-icon-align-right .box-icon-wrapper {
			margin-left: 20px;
			max-width: 50%
		}

		.box-with-icon .info-box-icon {
			overflow: hidden
		}

		.title-wrapper [class*="title"] {
			display: inline-block
		}

		.title-wrapper .title {
			margin-bottom: 0
		}

		@media (max-width:575px) {
			.title-wrapper .title {
				font-size: 20px
			}
		}

		.scrollToTop {
			position: fixed;
			right: 20px;
			bottom: 20px;
			z-index: 350;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			background-color: rgba(255, 255, 255, 0.9);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
			color: #333;
			text-align: center;
			opacity: 0;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-webkit-transform: translateX(100%);
			transform: translateX(100%)
		}

		.scrollToTop:after {
			display: inline-block;
			font-weight: 600;
			font-size: 16px;
			line-height: 50px;
			content: "\f115";
			font-family: "woodmart-font"
		}

		@media (max-width:1024px) {
			.scrollToTop {
				right: 12px;
				bottom: 12px;
				width: 40px;
				height: 40px
			}

			.scrollToTop:after {
				font-size: 14px;
				line-height: 40px
			}
		}

		.wd-popup.wd-promo-popup {
			display: none;
			max-width: 800px
		}

		.wd-popup {
			margin: 25px auto;
			padding: 30px;
			width: 100%;
			background-color: #FFF
		}

		.fa,
		.fas {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1
		}

		.fa-info-circle:before {
			content: "\f05a"
		}

		@font-face {
			font-family: "Font Awesome 5 Free";
			font-style: normal;
			font-weight: 900;
			font-display: swap;
			src: url(wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
			src: url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-solid-900.eot#1634534865) format("embedded-opentype"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-solid-900.woff2) format("woff2"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-solid-900.woff) format("woff"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-solid-900.ttf) format("truetype"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-solid-900.svg#fontawesome) format("svg")
		}

		.fa,
		.fas {
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		@font-face {
			font-family: "Font Awesome 5 Free";
			font-style: normal;
			font-weight: 400;
			font-display: swap;
			src: url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-regular-400.eot);
			src: url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-regular-400.eot#1634534865) format("embedded-opentype"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-regular-400.woff2) format("woff2"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-regular-400.woff) format("woff"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-regular-400.ttf) format("truetype"), url(https://prabhudarbar.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/webfonts/fa-regular-400.svg#fontawesome) format("svg")
		}
	</style>
	<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A400&amp;display=swap" />
	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A400&amp;display=swap" media="print" onload="this.media='all'" /><noscript>
		<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto%3A400&amp;display=swap" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" />
	</noscript>
	<meta name="description" content="Buy Puja Samagri Online at Best Price. We offer Pure and Natural Puja Samagiri like Lalvat Tel, Hawan samagri, Ek mukhi Rudraksh, Ganga Jal. ORDER NOW!!" />
	<meta name="robots" content="max-image-preview:large" />
	<link rel="canonical" href="index.html" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:site_name" content="Prabhudarbar - Bhakti Gyan Aur Sewa Ka Marg" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Buy Shuddh Puja Samagri Online | Parbhu Darbar" />
	<meta property="og:description" content="Buy Puja Samagri Online at Best Price. We offer Pure and Natural Puja Samagiri like Lalvat Tel, Hawan samagri, Ek mukhi Rudraksh, Ganga Jal. ORDER NOW!!" />
	<meta property="og:url" content="index.html" />
	<meta property="article:published_time" content="2021-03-31T11:47:35+00:00" />
	<meta property="article:modified_time" content="2021-11-01T10:40:58+00:00" />
	<meta name="twitter:card" content="summary" />
	<meta name="twitter:domain" content="prabhudarbar.com" />
	<meta name="twitter:title" content="Buy Shuddh Puja Samagri Online | Parbhu Darbar" />
	<meta name="twitter:description" content="Buy Puja Samagri Online at Best Price. We offer Pure and Natural Puja Samagiri like Lalvat Tel, Hawan samagri, Ek mukhi Rudraksh, Ganga Jal. ORDER NOW!!" />
	<script type="application/ld+json" class="aioseo-schema">
		{
			"@context": "https:\/\/schema.org",
			"@graph": [{
				"@type": "WebSite",
				"@id": "https:\/\/prabhudarbar.com\/#website",
				"url": "https:\/\/prabhudarbar.com\/",
				"name": "Prabhudarbar",
				"description": "Bhakti Gyan Aur Sewa Ka Marg",
				"inLanguage": "en-US",
				"publisher": {
					"@id": "https:\/\/prabhudarbar.com\/#organization"
				}
			}, {
				"@type": "Organization",
				"@id": "https:\/\/prabhudarbar.com\/#organization",
				"name": "Prabhudarbar",
				"url": "https:\/\/prabhudarbar.com\/"
			}, {
				"@type": "BreadcrumbList",
				"@id": "https:\/\/prabhudarbar.com\/product\/#breadcrumblist",
				"itemListElement": [{
					"@type": "ListItem",
					"@id": "https:\/\/prabhudarbar.com\/#listItem",
					"position": 1,
					"item": {
						"@type": "WebPage",
						"@id": "https:\/\/prabhudarbar.com\/",
						"name": "Home",
						"description": "Acharya Vardhan Sharma Ji is one of the best astrologers in India. Providing the Best astrology Consultation online, Vedic pujas, and Vastu Tips, etc. Call Now!",
						"url": "https:\/\/prabhudarbar.com\/"
					},
					"nextItem": "https:\/\/prabhudarbar.com\/product\/#listItem"
				}, {
					"@type": "ListItem",
					"@id": "https:\/\/prabhudarbar.com\/product\/#listItem",
					"position": 2,
					"item": {
						"@type": "WebPage",
						"@id": "https:\/\/prabhudarbar.com\/product\/",
						"name": "Product",
						"description": "Buy Puja Samagri Online at Best Price. We offer Pure and Natural Puja Samagiri like Lalvat Tel, Hawan samagri, Ek mukhi Rudraksh, Ganga Jal. ORDER NOW!!",
						"url": "https:\/\/prabhudarbar.com\/product\/"
					},
					"previousItem": "https:\/\/prabhudarbar.com\/#listItem"
				}]
			}, {
				"@type": "WebPage",
				"@id": "https:\/\/prabhudarbar.com\/product\/#webpage",
				"url": "https:\/\/prabhudarbar.com\/product\/",
				"name": "Buy Shuddh Puja Samagri Online | Parbhu Darbar",
				"description": "Buy Puja Samagri Online at Best Price. We offer Pure and Natural Puja Samagiri like Lalvat Tel, Hawan samagri, Ek mukhi Rudraksh, Ganga Jal. ORDER NOW!!",
				"inLanguage": "en-US",
				"isPartOf": {
					"@id": "https:\/\/prabhudarbar.com\/#website"
				},
				"breadcrumb": {
					"@id": "https:\/\/prabhudarbar.com\/product\/#breadcrumblist"
				},
				"datePublished": "2021-03-31T11:47:35+00:00",
				"dateModified": "2021-11-01T10:40:58+00:00"
			}]
		}
	</script>
	<link rel='dns-prefetch' href='http://fonts.googleapis.com/' />
	<link href='https://fonts.gstatic.com/' crossorigin rel='preconnect' />
	<link rel="alternate" type="application/rss+xml" title="Prabhudarbar &raquo; Feed" href="feed/index.html" />
	<link rel="alternate" type="application/rss+xml" title="Prabhudarbar &raquo; Comments Feed" href="comments/feed/index.html" />
	<link rel="alternate" type="application/rss+xml" title="Prabhudarbar &raquo; Product Comments Feed" href="feed/index.html" />
	<style id='global-styles-inline-css' type='text/css'>
		body {
			--wp--preset--color--black: #000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
			--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
			--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
			--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
			--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
			--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
			--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
			--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important
		}
	</style>
	<style id='woocommerce-inline-inline-css' type='text/css'>
		.woocommerce form .form-row .required {
			visibility: visible
		}
	</style>
	<link data-minify="1" rel='preload' href='wp-content/cache/min/1/wp-content/cache/wpo-minify/1645096906/assets/wpo-minify-header-05390879.min5704.css?ver=1645190870' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
	<script type="rocketlazyloadscript" defer data-rocket-type='text/javascript' src='wp-content/cache/wpo-minify/1645096906/assets/wpo-minify-header-jquery-core.min.js' id='wpo_min-header-0-js'></script>
	<script type="rocketlazyloadscript" defer data-rocket-type='text/javascript' src='wp-content/cache/wpo-minify/1645096906/assets/wpo-minify-header-jquery-migrate.min.js' id='wpo_min-header-1-js'></script>
	<script type="rocketlazyloadscript" defer data-rocket-type='text/javascript' src='wp-content/cache/wpo-minify/1645096906/assets/wpo-minify-header-jquerytp-tools.min.js' id='wpo_min-header-2-js'></script>
	<script type="rocketlazyloadscript" defer data-rocket-type='text/javascript' src='wp-content/cache/wpo-minify/1645096906/assets/wpo-minify-header-revmin.min.js' id='wpo_min-header-3-js'></script>
	<script type="rocketlazyloadscript" defer data-rocket-type='text/javascript' src='wp-content/cache/wpo-minify/1645096906/assets/wpo-minify-header-jquerywd-device-library.min.js' id='wpo_min-header-4-js'></script>
	<link rel="https://api.w.org/" href="wp-json/index.html" />
	<link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/10332.json" />
	<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc0db0.html?rsd" />
	<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
	<meta name="generator" content="WordPress 5.9.3" />
	<meta name="generator" content="WooCommerce 5.1.3" />
	<link rel='shortlink' href='indexbf23.html?p=10332' />
	<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embedb0e4.json?url=https%3A%2F%2Fprabhudarbar.com%2Fproduct%2F" />
	<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed3b52?url=https%3A%2F%2Fprabhudarbar.com%2Fproduct%2F&amp;format=xml" />
	<meta name="theme-color" content=""> <noscript>
		<style>
			.woocommerce-product-gallery {
				opacity: 1 !important
			}
		</style>
	</noscript>
	<meta name="generator" content="Powered by Slider Revolution 6.3.2 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
	<?php include 'includes/favicon.php'; ?>
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">function setREVStartSize(e){window.RSIW=window.RSIW===undefined?window.innerWidth:window.RSIW;window.RSIH=window.RSIH===undefined?window.innerHeight:window.RSIH;try{var pw=document.getElementById(e.c).parentNode.offsetWidth,newh;pw=pw===0||isNaN(pw)?window.RSIW:pw;e.tabw=e.tabw===undefined?0:parseInt(e.tabw);e.thumbw=e.thumbw===undefined?0:parseInt(e.thumbw);e.tabh=e.tabh===undefined?0:parseInt(e.tabh);e.thumbh=e.thumbh===undefined?0:parseInt(e.thumbh);e.tabhide=e.tabhide===undefined?0:parseInt(e.tabhide);e.thumbhide=e.thumbhide===undefined?0:parseInt(e.thumbhide);e.mh=e.mh===undefined||e.mh==""||e.mh==="auto"?0:parseInt(e.mh,0);if(e.layout==="fullscreen"||e.l==="fullscreen")
newh=Math.max(e.mh,window.RSIH);else{e.gw=Array.isArray(e.gw)?e.gw:[e.gw];for(var i in e.rl)if(e.gw[i]===undefined||e.gw[i]===0)e.gw[i]=e.gw[i-1];e.gh=e.el===undefined||e.el===""||(Array.isArray(e.el)&&e.el.length==0)?e.gh:e.el;e.gh=Array.isArray(e.gh)?e.gh:[e.gh];for(var i in e.rl)if(e.gh[i]===undefined||e.gh[i]===0)e.gh[i]=e.gh[i-1];var nl=new Array(e.rl.length),ix=0,sl;e.tabw=e.tabhide>=pw?0:e.tabw;e.thumbw=e.thumbhide>=pw?0:e.thumbw;e.tabh=e.tabhide>=pw?0:e.tabh;e.thumbh=e.thumbhide>=pw?0:e.thumbh;for(var i in e.rl)nl[i]=e.rl[i]<window.RSIW?0:e.rl[i];sl=nl[0];for(var i in nl)if(sl>nl[i]&&nl[i]>0){sl=nl[i];ix=i}
var m=pw>(e.gw[ix]+e.tabw+e.thumbw)?1:(pw-(e.tabw+e.thumbw))/(e.gw[ix]);newh=(e.gh[ix]*m)+(e.tabh+e.thumbh)}
if(window.rs_init_css===undefined)window.rs_init_css=document.head.appendChild(document.createElement("style"));document.getElementById(e.c).height=newh+"px";window.rs_init_css.innerHTML+="#"+e.c+"_wrapper { height: "+newh+"px }"}catch(e){console.log("Failure at Presize of Slider:"+e)}}</script>
	<style type="text/css" id="wp-custom-css">
		.widgettitle,
		.widgettitle a,
		.widget-title,
		.widget-title a {
			font-family: "Poppins", Arial, Helvetica, sans-serif;
			font-weight: 600;
			color: red !important
		}

		.page-title.color-scheme-light .entry-title {
			color: red !important
		}

		.color-scheme-light .breadcrumbs a,
		.color-scheme-light .breadcrumbs span,
		.color-scheme-light .yoast-breadcrumb a,
		.color-scheme-light .yoast-breadcrumb span {
			color: red
		}

		.product_title {
			font-weight: 600;
			font-size: 34px;
			line-height: 1.2;
			color: red
		}

		.slider-title {
			color: red
		}

		.woocommerce-breadcrumb {
			color: red
		}

		.product-tabs-wrapper {
			padding-top: 0;
			padding-bottom: 0;
			border-top: 0 solid;
			border-bottom: 0 solid;
			background-color: #E7CFBF
		}

		.product-grid-item .product-title {
			color: red
		}

		.woodmart-logo img {
			margin-left: -25px;
			height: 124px;
			width: 114px;
		}

		.page-title-default {
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			height: 527px;
			padding-top: 186px;
			border-radius: 37px
		}

		rs-slides,
		rs-slide,
		rs-slide:before {
			position: absolute;
			text-indent: 0;
			top: 0;
			border-radius: 37px;
			left: 0
		}

		.whb-col-right,
		.whb-mobile-right {
			justify-content: flex-end;
			margin-right: -30px
		}
	</style>
	<style></style>
	<style data-type="wd-style-header_887807">
		.whb-sticked .whb-general-header .wd-dropdown {
			margin-top: 10px
		}

		.whb-sticked .whb-general-header .wd-dropdown:after {
			height: 20px
		}

		@media (min-width:1025px) {
			.whb-general-header-inner {
				height: 105px
			}

			.whb-sticked .whb-general-header-inner {
				height: 60px
			}
		}

		@media (max-width:1024px) {
			.whb-general-header-inner {
				height: 60px
			}
		}

		.whb-top-bar {
			background-color: rgba(131, 183, 53, 1)
		}

		.whb-general-header {
			background-color: rgba(255, 255, 255, 1);
			border-color: rgba(236, 123, 49, 1);
			border-bottom-width: 0;
			border-bottom-style: solid
		}

		.whb-wjlcubfdmlq3d7jvmt23 .menu-opener {
			background-color: rgba(131, 183, 53, 1)
		}

		.whb-header-bottom {
			border-bottom-width: 0;
			border-bottom-style: solid
		}
	</style><noscript>
		<style id="rocket-lazyload-nojs-css">
			.rll-youtube-player,
			[data-lazy-src] {
				display: none !important
			}
		</style>
	</noscript>
	<script type="rocketlazyloadscript">
		/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))</script>
	<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-3B3ZX0H66N"></script>
	<script type="rocketlazyloadscript">window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}
gtag('js',new Date());gtag('config','G-3B3ZX0H66N')</script>
	<meta name="google-site-verification" content="LqzGRv86XoXcXN5YKC-nfqjnTr2ZEXS7mLTwhhap1aM" />
	<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-KQXV8CMDWS"></script>
	<script type="rocketlazyloadscript">window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}
gtag('js',new Date());gtag('config','G-KQXV8CMDWS')</script>
</head>

<body data-rsssl=1 class="page-template page-template-elementor_header_footer page page-id-10332 theme-woodmart woocommerce-no-js wrapper-full-width form-style-square form-border-width-2 categories-accordion-on offcanvas-sidebar-tablet notifications-sticky elementor-default elementor-template-full-width elementor-kit-9057 elementor-page elementor-page-10332">
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-dark-grayscale">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0 0.49803921568627" />
					<feFuncG type="table" tableValues="0 0.49803921568627" />
					<feFuncB type="table" tableValues="0 0.49803921568627" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-grayscale">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0 1" />
					<feFuncG type="table" tableValues="0 1" />
					<feFuncB type="table" tableValues="0 1" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-purple-yellow">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" />
					<feFuncG type="table" tableValues="0 1" />
					<feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-blue-red">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0 1" />
					<feFuncG type="table" tableValues="0 0.27843137254902" />
					<feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-midnight">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0 0" />
					<feFuncG type="table" tableValues="0 0.64705882352941" />
					<feFuncB type="table" tableValues="0 1" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-magenta-yellow">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0.78039215686275 1" />
					<feFuncG type="table" tableValues="0 0.94901960784314" />
					<feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-purple-green">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" />
					<feFuncG type="table" tableValues="0 1" />
					<feFuncB type="table" tableValues="0.44705882352941 0.4" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;">
		<defs>
			<filter id="wp-duotone-blue-orange">
				<feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " />
				<feComponentTransfer color-interpolation-filters="sRGB">
					<feFuncR type="table" tableValues="0.098039215686275 1" />
					<feFuncG type="table" tableValues="0 0.66274509803922" />
					<feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" />
					<feFuncA type="table" tableValues="1 1" />
				</feComponentTransfer>
				<feComposite in2="SourceGraphic" operator="in" />
			</filter>
		</defs>
	</svg>
	<div class="website-wrapper">
		<header class="whb-header whb-sticky-shadow whb-scroll-slide whb-sticky-real">
			<div class="whb-main-header">
				<div class="whb-row whb-top-bar whb-not-sticky-row whb-with-bg whb-without-border whb-color-light whb-flex-flex-middle whb-hidden-desktop whb-hidden-mobile">
					<div class="container">
						<div class="whb-flex-row whb-top-bar-inner">
							<div class="whb-column whb-col-left whb-visible-lg">
								<div class="wd-header-text set-cont-mb-s reset-last-child whb-text-element">
									<strong><span style="color: #ffffff;">ADD ANYTHING HERE OR JUST REMOVE
											IT…</span></strong>
								</div>
							</div>
							<div class="whb-column whb-col-center whb-visible-lg whb-empty-column"></div>
							<div class="whb-column whb-col-right whb-visible-lg">
								<div class="wd-social-icons text-center icons-design-default icons-size- color-scheme-light social-share social-form-circle">
									<a rel="noopener noreferrer nofollow" href="https://www.facebook.com/sharer/sharer.php?u=https://prabhudarbar.com/product/" target="_blank" class=" wd-social-icon social-facebook"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://twitter.com/share?url=https://prabhudarbar.com/product/" target="_blank" class=" wd-social-icon social-twitter"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://pinterest.com/pin/create/button/?url=https://prabhudarbar.com/product/&amp;media=https://prabhudarbar.com/wp-includes/images/media/default.png&amp;description=Product" target="_blank" class=" wd-social-icon social-pinterest"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https://prabhudarbar.com/product/" target="_blank" class=" wd-social-icon social-linkedin"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://telegram.me/share/url?url=https://prabhudarbar.com/product/" target="_blank" class=" wd-social-icon social-tg"> <span class="wd-icon"></span>
									</a>
								</div>
								<div class="wd-header-divider wd-full-height whb-divider-element"></div>
								<div class="wd-header-nav wd-header-secondary-nav text-right wd-full-height navigation-style-bordered" role="navigation">
									<ul id="menu-top-bar-right" class="menu wd-nav wd-nav-secondary wd-style-bordered">
										<li id="menu-item-403" class="woodmart-open-newsletter menu-item menu-item-type-custom menu-item-object-custom menu-item-403 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="#" class="woodmart-nav-link"><span class="wd-nav-icon fa fa-envelope-o"></span><span class="nav-link-text">NEWSLETTER</span></a>
										</li>
										<li id="menu-item-402" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-402 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="#" class="woodmart-nav-link"><span class="nav-link-text">CONTACT
													US</span></a>
										</li>
										<li id="menu-item-401" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-401 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="#" class="woodmart-nav-link"><span class="nav-link-text">FAQs</span></a>
										</li>
									</ul>
								</div>
								<div class="wd-header-divider wd-full-height whb-divider-element"></div>
							</div>
							<div class="whb-column whb-col-mobile whb-hidden-lg whb-empty-column"></div>
						</div>
					</div>
				</div>
				<div class="whb-row whb-general-header whb-sticky-row whb-with-bg whb-without-border whb-color-light whb-flex-flex-middle">
					<div class="container">



						<?php include 'includes/header.php' ?>


						<div class="whb-column whb-mobile-right whb-hidden-lg">
							<div class="info-box-wrapper ">
								<div id="wd-624daed0cfeb4" class=" cursor-pointer wd-info-box woodmart-info-box text-right box-icon-align-right box-style-base color-scheme- wd-bg- box-title-default">
									<div class="box-icon-wrapper box-with-icon box-icon-simple">
										<div class="info-box-icon"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" title="—Pngtree—phone icon_3581515" alt="—Pngtree—phone icon_3581515" data-lazy-src="wp-content/uploads/2021/01/%e2%80%94Pngtree%e2%80%94phone-icon_3581515.png" /><noscript><img src="wp-content/uploads/2021/01/%e2%80%94Pngtree%e2%80%94phone-icon_3581515.png" title="—Pngtree—phone icon_3581515" alt="—Pngtree—phone icon_3581515" /></noscript></div>
									</div>
									<div class="info-box-content">
										<div class="info-box-inner set-cont-mb-s reset-last-child"></div>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="whb-row whb-header-bottom whb-not-sticky-row whb-without-bg whb-without-border whb-color-dark whb-flex-flex-middle whb-hidden-desktop whb-hidden-mobile">
				<div class="container">
					<div class="whb-flex-row whb-header-bottom-inner">
						<div class="whb-column whb-col-left whb-visible-lg">
							<div class="wd-header-cats wd-event-hover show-on-hover whb-wjlcubfdmlq3d7jvmt23 header-categories-nav" role="navigation"> <span class="menu-opener color-scheme-light has-bg header-categories-nav-wrap"> <span class="menu-opener-icon woodmart-burger"></span> <span class="menu-open-label"> Browse Categories </span> </span>
								<div class="wd-dropdown wd-dropdown-cats categories-menu-dropdown ">
									<ul id="menu-main-navigation" class="menu wd-nav wd-nav-vertical vertical-navigation">
										<li id="menu-item-404" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-404 item-level-0 menu-item-design-full-width menu-mega-dropdown wd-event-hover menu-item-has-children">
											<a href="shop/index.html" class="woodmart-nav-link"><span class="nav-link-text">Shop</span></a>
											<div class="wd-dropdown-menu wd-dropdown wd-design-full-width color-scheme-dark sub-menu-dropdown">
												<div class="container">
													<style>
														.elementor-201 .elementor-element.elementor-element-7653608>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
															align-content: flex-start;
															align-items: flex-start
														}

														.elementor-201 .elementor-element.elementor-element-7653608 {
															margin: -5px 0 0 0
														}

														.elementor-201 .elementor-element.elementor-element-2799025>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
															align-content: center;
															align-items: center
														}

														.elementor-201 .elementor-element.elementor-element-2799025:not(.elementor-motion-effects-element-type-background),
														.elementor-201 .elementor-element.elementor-element-2799025>.elementor-motion-effects-container>.elementor-motion-effects-layer {
															background-color: rgba(200, 200, 200, .1)
														}

														.elementor-201 .elementor-element.elementor-element-2799025 {
															transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
															padding: 15px 5px 15px 5px
														}

														.elementor-201 .elementor-element.elementor-element-2799025>.elementor-background-overlay {
															transition: background 0.3s, border-radius 0.3s, opacity 0.3s
														}

														.elementor-201 .elementor-element.elementor-element-3f66304 .elementor-icon-wrapper {
															text-align: center
														}

														.elementor-201 .elementor-element.elementor-element-3f66304.elementor-view-stacked .elementor-icon {
															background-color: #EBEBEB
														}

														.elementor-201 .elementor-element.elementor-element-3f66304.elementor-view-framed .elementor-icon,
														.elementor-201 .elementor-element.elementor-element-3f66304.elementor-view-default .elementor-icon {
															color: #EBEBEB;
															border-color: #EBEBEB
														}

														.elementor-201 .elementor-element.elementor-element-3f66304.elementor-view-framed .elementor-icon,
														.elementor-201 .elementor-element.elementor-element-3f66304.elementor-view-default .elementor-icon svg {
															fill: #EBEBEB
														}

														.elementor-201 .elementor-element.elementor-element-3f66304 .elementor-icon {
															font-size: 40px
														}

														.elementor-201 .elementor-element.elementor-element-3f66304 .elementor-icon i,
														.elementor-201 .elementor-element.elementor-element-3f66304 .elementor-icon svg {
															transform: rotate(0deg)
														}

														.elementor-201 .elementor-element.elementor-element-2525043 .elementor-text-editor {
															text-align: left
														}
													</style>
													<div data-elementor-type="wp-post" data-elementor-id="201" class="elementor elementor-201" data-elementor-settings="[]">
														<div class="elementor-inner">
															<div class="elementor-section-wrap">
																<section class="wd-negative-gap elementor-section elementor-top-section elementor-element elementor-element-7653608 elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default wd-section-disabled" data-id="7653608" data-element_type="section">
																	<div class="elementor-container elementor-column-gap-default">
																		<div class="elementor-row">
																			<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-874055" data-id="874055" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-1634354 elementor-widget elementor-widget-wd_extra_menu_list" data-id="1634354" data-element_type="widget" data-widget_type="wd_extra_menu_list.default">
																							<div class="elementor-widget-container">
																								<ul class="wd-sub-menu mega-menu-list">
																									<li class="item-with-label item-label-black">
																										<a href="#">
																											Shop
																											pages
																											<span class="menu-label menu-label-black">
																												Awesome
																											</span>
																										</a>
																										<ul class="sub-sub-menu">
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Filters
																													area
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Hidden
																													sidebar
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													No
																													page
																													heading
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Small
																													categories
																													menu
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Masonry
																													grid
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													With
																													background
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Category
																													description
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Only
																													categories
																												</a>
																											</li>
																										</ul>
																									</li>
																								</ul>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-5791123" data-id="5791123" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-9754656 elementor-widget elementor-widget-wd_extra_menu_list" data-id="9754656" data-element_type="widget" data-widget_type="wd_extra_menu_list.default">
																							<div class="elementor-widget-container">
																								<ul class="wd-sub-menu mega-menu-list">
																									<li class="item-with-label item-label-orange">
																										<a href="#">
																											Product
																											hovers
																											<span class="menu-label menu-label-orange">
																												effects
																											</span>
																										</a>
																										<ul class="sub-sub-menu">
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Summary
																													on
																													hover
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Icons
																													on
																													hover
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Icons
																													&amp;
																													Add
																													to
																													cart
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Full
																													info
																													on
																													image
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													All
																													info
																													on
																													hover
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Button
																													on
																													image
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Standard
																													button
																												</a>
																											</li>
																											<li class="item-with-label item-label-blue">
																												<a href="#">
																													Quick
																													shop
																												</a>
																											</li>
																										</ul>
																									</li>
																								</ul>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-6501897" data-id="6501897" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-7504775 elementor-widget elementor-widget-wd_extra_menu_list" data-id="7504775" data-element_type="widget" data-widget_type="wd_extra_menu_list.default">
																							<div class="elementor-widget-container">
																								<ul class="wd-sub-menu mega-menu-list">
																									<li class="item-with-label item-label-red">
																										<a href="#">
																											Product
																											pages
																											<span class="menu-label menu-label-red">
																												Unlimited
																											</span>
																										</a>
																										<ul class="sub-sub-menu">
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Default
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Centered
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Sticky
																													description
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													With
																													shadow
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													With
																													background
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Accordion
																													tabs
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Accordion
																													in
																													content
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													With
																													sidebar
																												</a>
																											</li>
																										</ul>
																									</li>
																								</ul>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-5430530" data-id="5430530" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-126256 elementor-widget elementor-widget-wd_extra_menu_list" data-id="126256" data-element_type="widget" data-widget_type="wd_extra_menu_list.default">
																							<div class="elementor-widget-container">
																								<ul class="wd-sub-menu mega-menu-list">
																									<li class="item-with-label item-label-red">
																										<a href="#">
																											Product
																											images
																											<span class="menu-label menu-label-red">
																												Gallery
																											</span>
																										</a>
																										<ul class="sub-sub-menu">
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Thumbnails
																													left
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Thumbnails
																													bottom
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Sticky
																													images
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													One
																													column
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Two
																													columns
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Combined
																													grid
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Zoom
																													image
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Images
																													size
																													-
																													small
																												</a>
																											</li>
																										</ul>
																									</li>
																								</ul>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-8836139" data-id="8836139" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-8387219 elementor-widget elementor-widget-wd_extra_menu_list" data-id="8387219" data-element_type="widget" data-widget_type="wd_extra_menu_list.default">
																							<div class="elementor-widget-container">
																								<ul class="wd-sub-menu mega-menu-list">
																									<li class="item-with-label item-label-red">
																										<a href="#">
																											WooCommerce
																											<span class="menu-label menu-label-red">
																												Types
																											</span>
																										</a>
																										<ul class="sub-sub-menu">
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Simple
																													product
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Variable
																													product
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													External
																													product
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Grouped
																													product
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Shopping
																													Cart
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Checkout
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													My
																													account
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Wishlist
																												</a>
																											</li>
																										</ul>
																									</li>
																								</ul>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-3522262" data-id="3522262" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-8372237 elementor-widget elementor-widget-wd_extra_menu_list" data-id="8372237" data-element_type="widget" data-widget_type="wd_extra_menu_list.default">
																							<div class="elementor-widget-container">
																								<ul class="wd-sub-menu mega-menu-list">
																									<li class="item-with-label item-label-red">
																										<a href="#">
																											Features
																											<span class="menu-label menu-label-red">
																												Best
																											</span>
																										</a>
																										<ul class="sub-sub-menu">
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													360°
																													product
																													viewer
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													With
																													video
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													With
																													instagram
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													With
																													countdown
																													timer
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Product
																													presentation
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Variations
																													swatches
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Infinit
																													scrolling
																												</a>
																											</li>
																											<li class="item-with-label item-label-primary">
																												<a href="#">
																													Load
																													more
																													button
																												</a>
																											</li>
																										</ul>
																									</li>
																								</ul>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																		</div>
																	</div>
																</section>
																<section class="wd-negative-gap elementor-section elementor-top-section elementor-element elementor-element-2799025 wd-section-stretch elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2799025" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
																	<div class="elementor-container elementor-column-gap-default">
																		<div class="elementor-row">
																			<div class="elementor-column elementor-col-10 elementor-top-column elementor-element elementor-element-8580144" data-id="8580144" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-3f66304 elementor-view-default elementor-widget elementor-widget-icon" data-id="3f66304" data-element_type="widget" data-widget_type="icon.default">
																							<div class="elementor-widget-container">
																								<div class="elementor-icon-wrapper">
																									<div class="elementor-icon">
																										<i aria-hidden="true" class="fas fa-info-circle"></i>
																									</div>
																								</div>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																			<div class="elementor-column elementor-col-90 elementor-top-column elementor-element elementor-element-6897986" data-id="6897986" data-element_type="column">
																				<div class="elementor-column-wrap elementor-element-populated">
																					<div class="elementor-widget-wrap">
																						<div class="elementor-element elementor-element-2525043 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor" data-id="2525043" data-element_type="widget" data-widget_type="text-editor.default">
																							<div class="elementor-widget-container">
																								<div class="elementor-text-editor elementor-clearfix">
																									<p style="text-align: left">
																										This is an
																										example of
																										mega menu
																										dropdown.
																										You can edit
																										it from
																										admin panel
																										-&gt;
																										<strong>HTML
																											Blocks</strong>
																										-&gt;
																										<strong>Menu
																											shop</strong>.<br />
																										All these
																										pages are
																										not included
																										with a dummy
																										content. You
																										can
																										configure
																										your shop
																										page as you
																										need in
																										<strong>Theme
																											Settings</strong>
																										-&gt;
																										<strong>Shop</strong>.
																									</p>
																								</div>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																		</div>
																	</div>
																</section>
															</div>
														</div>
													</div>
												</div>
											</div>
										</li>
										<li id="menu-item-383" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-383 item-level-0 menu-item-design-sized menu-mega-dropdown wd-event-hover dropdown-with-height">
											<a href="#" class="woodmart-nav-link"><span class="nav-link-text">Pages</span></a>
											<style>
												.menu-item-383 .wd-design-sized {
													min-height: 100px;
													width: 750px
												}
											</style>
											<div class="color-scheme-dark wd-design-sized wd-dropdown-menu wd-dropdown sub-menu-dropdown">
												<div class="container">
													<ul class="wd-sub-menu row color-scheme-dark">
														<li id="menu-item-388" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-388 item-level-1 col-auto">
															<a href="#" class="woodmart-nav-link">Pre-Built
																Pages</a>
															<ul class="sub-sub-menu">
																<li id="menu-item-9088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9088 item-level-2">
																	<a href="faqs/index.html" class="woodmart-nav-link">FAQs</a>
																</li>
															</ul>
														</li>
														<li id="menu-item-389" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-389 item-level-1 col-auto">
															<a href="#" class="woodmart-nav-link">Pre-Built
																Layouts</a>
														</li>
													</ul>
												</div>
											</div>
										</li>
										<li id="menu-item-384" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-384 item-level-0 menu-item-design-sized menu-mega-dropdown wd-event-hover dropdown-with-height">
											<a href="#" class="woodmart-nav-link"><span class="nav-link-text">Elements</span></a>
											<style>
												.menu-item-384 .wd-design-sized {
													min-height: 100px;
													width: 920px
												}
											</style>
											<div class="color-scheme-dark wd-design-sized wd-dropdown-menu wd-dropdown sub-menu-dropdown">
												<div class="container">
													<ul class="wd-sub-menu row color-scheme-dark">
														<li id="menu-item-390" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-390 item-level-1 col-auto">
															<a href="#" class="woodmart-nav-link">Theme Elements</a>
															<ul class="sub-sub-menu">
																<li id="menu-item-9079" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9079 item-level-2">
																	<a href="google-maps/index.html" class="woodmart-nav-link">Google maps</a>
																</li>
															</ul>
														</li>
														<li id="menu-item-392" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-392 item-level-1 col-auto">
															<a href="#" class="woodmart-nav-link">Xtemos
																Elements</a>
														</li>
														<li id="menu-item-393" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-393 item-level-1 col-auto">
															<a href="#" class="woodmart-nav-link">More Elements</a>
														</li>
														<li id="menu-item-391" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-391 item-level-1 col-auto">
															<a href="#" class="woodmart-nav-link">WooCommerce</a>
														</li>
													</ul>
												</div>
											</div>
										</li>
										<li id="menu-item-396" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-396 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="portfolio/venenatis-nam-phasellus/index.html" class="woodmart-nav-link"><span class="nav-link-text">Single &#8211;
													sticky</span></a>
										</li>
										<li id="menu-item-394" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-394 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="portfolio/netus-eu-mollis-hac-dignis/index.html" class="woodmart-nav-link"><span class="nav-link-text">Single &#8211;
													alternative</span></a>
										</li>
										<li id="menu-item-395" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-395 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="portfolio/et-vestibulum-quis-a-suspendisse/index.html" class="woodmart-nav-link"><span class="nav-link-text">Single &#8211;
													gallery</span></a>
										</li>
										<li id="menu-item-397" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-397 item-level-0 menu-item-design-default menu-simple-dropdown wd-event-hover">
											<a href="portfolio/leo-uteu-ullamcorper/index.html" class="woodmart-nav-link"><span class="nav-link-text">Single &#8211;
													video</span></a>
										</li>
									</ul>
								</div>
							</div>
						</div>
						<div class="whb-column whb-col-center whb-visible-lg">
							<div class="wd-search-form wd-header-search-form woodmart-search-form">
								<form role="search" method="get" class="searchform wd-with-cat has-categories-dropdown wd-style-default search-style-default woodmart-ajax-search" action="https://prabhudarbar.com/" data-thumbnail="1" data-price="1" data-post_type="product" data-count="20" data-sku="0" data-symbols_count="3">
									<input type="text" class="s" placeholder="Search for products" value="" name="s" aria-label="Search" title="Search for products" /> <input type="hidden" name="post_type" value="product">
									<div class="wd-search-cat wd-scroll search-by-category"> <input type="hidden" name="product_cat" value="0"> <a href="#" rel="noffollow" data-val="0">
											<span> Select category </span> </a>
										<div class="wd-dropdown wd-dropdown-search-cat wd-dropdown-menu wd-scroll-content wd-design-default list-wrapper">
											<ul class="wd-sub-menu">
												<li style="display:none;"><a href="#" data-val="0">Select
														category</a></li>
												<li class="cat-item cat-item-64"><a class="pf-value" href="product-category/gemstone/index.html" data-val="gemstone" data-title="Gemstone">Gemstone</a></li>
												<li class="cat-item cat-item-15"><a class="pf-value" href="product-category/uncategorized/index.html" data-val="uncategorized" data-title="Uncategorized">Uncategorized</a></li>
											</ul>
										</div>
									</div> <button type="submit" class="searchsubmit"> Search </button>
								</form>
								<div class="search-results-wrapper">
									<div class="wd-dropdown-results wd-scroll wd-dropdown woodmart-search-results">
										<div class="wd-scroll-content"></div>
									</div>
								</div>
							</div>
						</div>
						<div class="whb-column whb-col-right whb-visible-lg whb-empty-column"></div>
						<div class="whb-column whb-col-mobile whb-hidden-lg whb-empty-column"></div>
					</div>
				</div>
			</div>
	</div>
	</header>
	<div class="main-page-wrapper">
		<div class="container">
			<div class="row content-layout-wrapper align-items-start">
				<div data-elementor-type="wp-page" data-elementor-id="10332" class="elementor elementor-10332" data-elementor-settings="[]">
					<div class="elementor-inner">
						<div class="elementor-section-wrap">
							<section class="elementor-section elementor-top-section elementor-element elementor-element-85a1699 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default wd-section-disabled" data-id="85a1699" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
								<div class="elementor-container elementor-column-gap-default">
									<div class="elementor-row">
										<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dd6ba18" data-id="dd6ba18" data-element_type="column">
											<div class="elementor-column-wrap elementor-element-populated">
												<div class="elementor-widget-wrap">
													<div class="elementor-element elementor-element-a08bb1e elementor-widget elementor-widget-wp-widget-rev-slider-widget" data-id="a08bb1e" data-element_type="widget" data-widget_type="wp-widget-rev-slider-widget.default">
														<div class="elementor-widget-container">
															<p class="rs-p-wp-fix"></p>
															<rs-module-wrap id="woodmart-minimalist-slider_wrapper" data-source="gallery" style="background:transparent;padding:0px;margin:0px auto;margin-top:0;margin-bottom:0;">
																<rs-module id="woodmart-minimalist-slider" style="" data-version="6.3.2">
																	<rs-slides>
																		<rs-slide data-key="rs-110" data-title="01" data-thumb="//prabhudarbar.com/wp-content/uploads/2021/04/ProductBanner1-100x50.jpg" data-anim="ei:d;eo:d;s:600;r:0;t:fade;sl:d;">
																			<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201350%20527'%3E%3C/svg%3E" title="ProductBanner1" width="1350" height="527" data-bg="p:right center;" class="rev-slidebg" data-no-retina data-lazy-src="wp-content/uploads/2021/04/0001.png"><noscript><img src="wp-content/uploads/2021/04/0001.png" title="ProductBanner1" width="1350" height="527" data-bg="p:right center;" class="rev-slidebg" data-no-retina></noscript>
																		</rs-slide>
																		<rs-slide data-key="rs-106" data-title="02" data-thumb="//prabhudarbar.com/wp-content/uploads/2021/04/ProductBanner2-100x50.jpg" data-anim="ei:d;eo:d;s:600;r:0;t:fade;sl:d;">
																			<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201350%20527'%3E%3C/svg%3E" title="ProductBanner2" width="1350" height="527" data-bg="p:right center;" class="rev-slidebg" data-no-retina data-lazy-src="wp-content/uploads/2021/04/0002.png"><noscript><img src="wp-content/uploads/2021/04/0002.png" title="ProductBanner2" width="1350" height="527" data-bg="p:right center;" class="rev-slidebg" data-no-retina></noscript>
																		</rs-slide>
																	</rs-slides>
																</rs-module>
																<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {setREVStartSize({c:'woodmart-minimalist-slider',rl:[1240,1024,778,480],el:[750,768,960,192],gw:[1920,1024,778,480],gh:[750,768,312,192],type:'standard',justify:'',layout:'fullwidth',mh:"0"});var revapi44,tpj;function revinit_woodmartminimalistslider(){jQuery(function(){tpj=jQuery;revapi44=tpj("#woodmart-minimalist-slider");if(revapi44==undefined||revapi44.revolution==undefined){revslider_showDoubleJqueryError("woodmart-minimalist-slider")}else{revapi44.revolution({sliderLayout:"fullwidth",visibilityLevels:"1240,1024,778,480",gridwidth:"1920,1024,778,480",gridheight:"750,768,312,192",spinner:"spinner0",perspective:600,perspectiveType:"local",editorheight:"750,768,960,192",responsiveLevels:"1240,1024,778,480",progressBar:{disableProgressBar:!0},navigation:{mouseScrollNavigation:!1,wheelCallDelay:1000,onHoverStop:!1,touch:{touchenabled:!0,touchOnDesktop:!0},bullets:{enable:!0,tmp:"<span class=\"woodmart-bullet-num\">{{title}}</span>",style:"woodmart-line-bullets",hide_onmobile:!0,hide_under:"1025px",h_align:"right",v_align:"center",h_offset:50,direction:"vertical",space:25}},viewPort:{enable:!0,visible_area:"20%",presize:!0},fallbacks:{allowHTML5AutoPlayOnAndroid:!0},})}})}
var once_woodmartminimalistslider=!1;if(document.readyState==="loading"){document.addEventListener('readystatechange',function(){if((document.readyState==="interactive"||document.readyState==="complete")&&!once_woodmartminimalistslider){once_woodmartminimalistslider=!0;revinit_woodmartminimalistslider()}})}else{once_woodmartminimalistslider=!0;revinit_woodmartminimalistslider()}});</script>
																<script type="rocketlazyloadscript">var htmlDivCss=unescape("%23woodmart-minimalist-slider_wrapper%20%7B%0A%09height%3A%20650px%3B%0A%20%20%20%20background%3A%20%23f9f9f9%3B%0A%7D%0A%0A%40media%20%28max-width%3A%201024px%29%20%7B%0A%20%20%20%20%0A%23woodmart-minimalist-slider_wrapper%20%7B%0A%20%20height%3A768px%3B%0A%7D%0A%7D%0A%20%20%20%20%20%20%0A%40media%20%28max-width%3A%20778px%29%20%7B%0A%20%20%20%20%0A%23woodmart-minimalist-slider_wrapper%20%7B%0A%20%20height%3A960px%3B%0A%7D%0A%7D%0A%20%20%20%20%20%20%20%20%0A%40media%20%28max-width%3A%20480px%29%20%7B%0A%20%20%20%20%0A%23woodmart-minimalist-slider_wrapper%20%7B%0A%20%20height%3A720px%3B%0A%7D%0A%7D");var htmlDiv=document.getElementById('rs-plugin-settings-inline-css');if(htmlDiv){htmlDiv.innerHTML=htmlDiv.innerHTML+htmlDivCss}else{var htmlDiv=document.createElement('div');htmlDiv.innerHTML='<style>'+htmlDivCss+'</style>';document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0])}</script>
																<script type="rocketlazyloadscript">var htmlDivCss=unescape(".woodmart-line-bullets%20.tp-bullet%7B%0A%09font-family%3A%20Josefin%20Sans%3B%0A%7D%0A.woodmart-line-bullets%20.tp-bullet%3Aafter%7B%0A%09content%3A%20%27%27%3B%0A%20%20%20%20position%3A%20absolute%3B%0A%20%20%20%20top%3A%202px%3B%0A%20%20%20%20right%3A%200%3B%0A%20%20%20%20border-bottom%3A%202px%20solid%20%23999%3B%0A%20%20%20%20height%3A%200%3B%0A%20%20%20%20width%3A%2022px%3B%0A%20%20%20%20-webkit-transition%3A%20all%20.15s%3B%0A%20%20%20%20transition%3A%20all%20.15s%3B%0A%7D%0A.woodmart-line-bullets%20.tp-bullet%3Ahover%3Aafter%7B%0A%20%20%20%20%20border-bottom%3A%202px%20solid%20%23000%3B%0A%09%20width%3A%2050px%3B%0A%7D%0A.woodmart-line-bullets%20.tp-bullet.selected%3Aafter%7B%0A%09border-bottom%3A%202px%20solid%20%23000%3B%0A%09width%3A%2050px%3B%0A%7D%0A.woodmart-line-bullets%20.tp-bullet.selected%20.woodmart-bullet-num%7B%0A%09color%3A%20%23000%3B%0A%7D%0A.woodmart-line-bullets%20.tp-bullet%3Ahover%20.woodmart-bullet-num%7B%0A%09color%3A%20%23000%3B%0A%7D%0A.woodmart-line-bullets%20.woodmart-bullet-num%7B%0A%20%20%20%20font-family%3A%20Josefin%20Sans%3B%0A%20%20%20%20position%3A%20absolute%3B%0A%20%20%20%20left%3A%2025px%3B%0A%20%20%20%20top%3A%20-10px%3B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-weight%3A%20600%3B%0A%20%20%20%20color%3A%20%23999%3B%0A%20%20%20%20min-width%3A%2020px%3B%0A%20%20%20%20text-align%3A%20center%3B%0A%20%20%20%20-webkit-transition%3A%20color%20.2s%3B%0A%20%20%20%20transition%3A%20color%20.2s%3B%0A%7D%0A.woodmart-line-bullets%20.tp-bullet%20%7B%0A%20%20%20%20position%3A%20absolute%3B%0A%20%20%20%20width%3A%2022px%3B%0A%20%20%20%20height%3A%2010px%3B%0A%20%20%20%20background-color%3A%20transparent%3B%0A%20%20%20%20cursor%3A%20pointer%3B%0A%7D%0A");var htmlDiv=document.getElementById('rs-plugin-settings-inline-css');if(htmlDiv){htmlDiv.innerHTML=htmlDiv.innerHTML+htmlDivCss}else{var htmlDiv=document.createElement('div');htmlDiv.innerHTML='<style>'+htmlDivCss+'</style>';document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0])}</script>
																<script type="rocketlazyloadscript">var htmlDivCss=unescape("%0A%0A");var htmlDiv=document.getElementById('rs-plugin-settings-inline-css');if(htmlDiv){htmlDiv.innerHTML=htmlDiv.innerHTML+htmlDivCss}else{var htmlDiv=document.createElement('div');htmlDiv.innerHTML='<style>'+htmlDivCss+'</style>';document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0])}</script>
															</rs-module-wrap>
														</div>
													</div>
												</div>
											</div>
										</div>
									</div>
								</div>
							</section>
							<section class="wd-negative-gap elementor-section elementor-top-section elementor-element elementor-element-372b3de elementor-section-boxed elementor-section-height-default elementor-section-height-default wd-section-disabled" data-id="372b3de" data-element_type="section">
								<div class="elementor-container elementor-column-gap-default">
									<div class="elementor-row">
										<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ca73065" data-id="ca73065" data-element_type="column">
											<div class="elementor-column-wrap elementor-element-populated">
												<div class="elementor-widget-wrap">
													<div class="elementor-element elementor-element-7854630 elementor-products-columns-4 elementor-products-grid elementor-wc-products elementor-show-pagination-border-yes elementor-widget elementor-widget-woocommerce-products" data-id="7854630" data-element_type="widget" data-widget_type="woocommerce-products.default">
														<div class="elementor-widget-container">
															<div class="woocommerce columns-4 ">


																<form class="woocommerce-ordering" method="get">
																</form>



																<!-- <div style="display:flex">


																	<div class="product-card">
																		<div class="product-tumb">
																			<img src="image/KamkhyaLaxmiPotli.jpg" alt="">
																		</div>
																		<div class="product-details">
																			<p>लक्ष्मी पोटली</p>
																			<div class="product-bottom-details">
																				<div class="product-price">₹ 2551.00</div>
																				<div class="product-links">
																					<a href="tel: 9718882882"> <button class="btn btn-primary"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; Call Now </button> </a>
																				</div>
																			</div>
																		</div>
																	</div>


																	<div class="product-card">
																		<div class="product-tumb">
																			<img src="image/KuberPotli.jpg" alt="">
																		</div>
																		<div class="product-details">

																			<p>कुबेरपोटली</p>
																			<div class="product-bottom-details">
																				<div class="product-price">₹ 2100.00</div>
																				<div class="product-links">
																					<a href="tel: 9718882882"> <button class="btn btn-primary"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; Call Now </button> </a>
																				</div>
																			</div>
																		</div>
																	</div>


																	<div class="product-card">
																		<div class="product-tumb">
																			<img src="image/PitraYantra.jpg" alt="">
																		</div>
																		<div class="product-details">

																			<p>पितृ यंत्र </p>
																			<div class="product-bottom-details">
																				<div class="product-price">₹ 1551.00</div>
																				<div class="product-links">
																					<a href="tel: 9718882882"> <button class="btn btn-primary"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; Call Now </button> </a>
																				</div>
																			</div>
																		</div>
																	</div>


																	<div class="product-card">
																		<div class="product-tumb">
																			<img src="image/VastuDhosaKashtNivaran.jpg" alt="">
																		</div>
																		<div class="product-details">

																			<p>वास्तु दोष कश्त निवारण</p>
																			<div class="product-bottom-details">
																				<div class="product-price">₹ 1100.00</div>
																				<div class="product-links">
																					<a href="tel: 9718882882"> <button class="btn btn-primary"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; Call Now </button> </a>
																				</div>
																			</div>
																		</div>
																	</div>

																	<div class="product-card">
																		<div class="product-tumb">
																			<img src="image/vyaparvradhiyantra.jpg" alt="">
																		</div>
																		<div class="product-details">

																			<p>व्यापार वृद्धि यंत्र</p>
																			<div class="product-bottom-details">
																				<div class="product-price">₹ 1100.00</div>
																				<div class="product-links">
																					<a href="tel: 9718882882"> <button class="btn btn-primary"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; Call Now </button> </a>
																				</div>
																			</div>
																		</div>
																	</div>


																</div> -->


																<section
                           class="elementor-section elementor-top-section elementor-element elementor-element-4c5614f wd-section-stretch elementor-section-full_width elementor-section-height-default elementor-section-height-default"
                           data-id="4c5614f" data-element_type="section"
                           data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
                           <div class="elementor-container elementor-column-gap-default">
                              <div class="elementor-row">
                                 <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5525559"
                                    data-id="5525559" data-element_type="column">
                                    <div class="elementor-column-wrap elementor-element-populated">
                                       <div class="elementor-widget-wrap">
                                          <div class="elementor-element elementor-element-c5e829b elementor-widget elementor-widget-wd_products"
                                             data-id="c5e829b" data-element_type="widget"
                                             data-widget_type="wd_products.default">
                                             <div class="elementor-widget-container">
                                                <div style="display:flex">
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/KamkhyaLaxmiPotli.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>लक्ष्मी पोटली</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 2551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/KuberPotli.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>कुबेरपोटली</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 2100.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/PitraYantra.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>पितृ यंत्र </p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/VastuDhosaKashtNivaran.jpg"
                                                            alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>वास्तु दोष कष्ट निवारण</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1100.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/vyaparvradhiyantra.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>व्यापार वृद्धि यंत्र</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1100.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <br>
                                                </div>
                                                <div style="display:flex">
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/laxmicharanpaduka.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>लक्ष्मी चरण पादुका</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/navratanlocket.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>नवरत्न लाकेट</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/motichandrama.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>मोती चंद्रमा लॉकेट </p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/gomtichandra.jpg"
                                                            alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>गोमती चक्र लॉकेट</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                   <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/indrakavach.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>महाशक्ति इंद्रा कवच</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 2151.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>

                                                 

                                                   <br>
                                                </div>
                                                <div class="product-card">
                                                      <div class="product-tumb">
                                                         <img src="image/kuber-bhandari.jpg" alt="">
                                                      </div>
                                                      <div class="product-details">
                                                         <p>श्री धनलक्ष्मी श्री कुबेर भंडारी</p>
                                                         <div class="product-bottom-details">
                                                            <div class="product-price">₹ 1551.00</div>
                                                            <div class="product-links">
                                                               <a href="tel: 9718882882"> <button
                                                                  class="btn btn-primary"><i
                                                                  class="fa fa-phone"
                                                                  aria-hidden="true"></i>&nbsp;
                                                               Call Now </button> </a>
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </section>



															</div>
														</div>
													</div>
												</div>
											</div>
										</div>
									</div>
								</div>
							</section>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>

	<?php include 'includes/footer.php'; ?>

MMCT - 2023