/*!
Theme Name: Purewood Classic
Author: Purewood Furniture Jodhpur
Theme URI: https://thepurewood.us/
Author URI: https://thepurewood.us/
Description: Premium WordPress theme for Purewood Classic - Modern, responsive design with cross-browser compatibility
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: purewood-classic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Purewood Classic is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize & Reset
# Base Styles
	- Typography
	- Elements
	- Links
	- Forms
# Layout
# Components
	- Header & Navigation
	- Mega Menu
	- Buttons
	- Forms
	- Footer
# Utilities
	- Accessibility
	- Alignments
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize & Reset
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base Styles
--------------------------------------------------------------*/

/* Typography */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #333;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Forum', serif;
	color: #222;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.small,
small {
	font-size: 0.775em;
	font-weight: 300;
}

/* Elements */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links */
a {
	color: #b08d57;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header & Navigation */
#masthead {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: transparent !important;
	-webkit-transition: 0.3s ease-in-out !important;
	-moz-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
	transition: 0.3s ease-in-out !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 135px 36px -32px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 135px 36px -32px inset;
	box-shadow: rgba(0, 0, 0, 0.65) 0px 135px 36px -32px inset;
}

#masthead.scrolled,
#masthead:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#masthead .container-fluid.py-1.text-white,
#masthead nav.navbar.navbar-expand-lg {
	background-color: transparent !important;
}

#masthead .container.py-4 a.text-danger,
#masthead .container.py-4 a.text-dark {
	text-decoration: none;
	font-size: 0.85rem;
	line-height: 1.2;
	font-weight: 400 !important;
}

#masthead .input-group.w-100 {
	border: none;
	padding: 0 20px;
	background: #f9fafb;
	position: relative;
}

#masthead .input-group-text {
	background: transparent !important;
	border: none !important;
	padding: 0;
}

#masthead input.form-control {
	font-family: 'Poppins', sans-serif !important;
	background: transparent !important;
	border: none !important;
	font-size: 1rem !important;
	line-height: 1.5;
	word-spacing: 2px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #000;
	padding-left: 1rem;
}

#masthead input.form-control:focus,
#masthead input.form-control:focus-visible {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

#masthead .input-group-text i {
	height: 26.8px;
}

#masthead img.custom-logo {
	width: 100%;
	object-fit: contain;
	height: 65px;
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1);
	filter: invert(1);
}

#masthead:hover img.custom-logo {
	-webkit-filter: unset !important;
	-moz-filter: unset !important;
	-o-filter: unset !important;
	-ms-filter: unset !important;
	filter: unset !important;
}

#masthead.scrolled img.custom-logo {
	height: 45px !important;
	-webkit-transition: 0.3s ease-in-out !important;
	-moz-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
	transition: 0.3s ease-in-out !important;
	-webkit-filter: unset !important;
	-moz-filter: unset !important;
	-o-filter: unset !important;
	-ms-filter: unset !important;
	filter: unset !important;
}

.navbar {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #fff;
}

.navbar-expand-lg .navbar-nav {
	width: 100% !important;
	justify-content: space-between !important;
	display: flex !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.94rem !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	padding: 8px 0 !important;
	cursor: pointer;
	letter-spacing: 1.3px !important;
	gap: 0 !important;
}

#masthead:hover .navbar-expand-lg .navbar-nav .nav-link,
#masthead.scrolled .navbar-expand-lg .navbar-nav .nav-link {
	color: #000000 !important;
}

.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
	color: #b08d57 !important;
}

.navbar-nav .dropdown-toggle::after {
	margin-left: 0.3em;
}

.navbar-toggler {
	display: none;
}

#masthead:hover .container-fluid.py-1.text-white,
#masthead:hover nav.navbar.navbar-expand-lg,
#masthead.scrolled .container-fluid.py-1.text-white,
#masthead.scrolled nav.navbar.navbar-expand-lg {
	background-color: #FFFFFF !important;
	-webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
	-moz-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
	-o-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
	transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
}

.site-header {
	-webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 66px 36px -28px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 66px 36px -28px inset;
	box-shadow: rgba(0, 0, 0, 0.65) 0px 66px 36px -28px inset;
}

.site-header .siteTop-link li a i {
	color: #ffffff !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.site-header .nav-link.dropdown-toggle {
	color: #ffffff !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.site-header:hover .siteTop-link li a i,
.site-header:hover .nav-link.dropdown-toggle {
	color: #000000 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.site-header.scrolled .siteTop-link li a i,
.site-header.scrolled .nav-link.dropdown-toggle {
	color: #000000 !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	font-size: 0.85rem !important;
}

/* Navigation */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Mega Menu */
.dropdown:hover > .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.mega-dropdown .dropdown-menu.mega-menu-products,
#menu-item-products-mega .mega-menu-products.dropdown-menu {
	left: 0 !important;
	-webkit-transform: translateX(0) translateY(10px);
	-moz-transform: translateX(0) translateY(10px);
	-o-transform: translateX(0) translateY(10px);
	-ms-transform: translateX(0) translateY(10px);
	transform: translateX(0) translateY(10px);
	width: fit-content !important;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: 2px solid #b08d57;
	-webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	padding: 10px 15px !important;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	min-width: 350px;
	display: none;
	top: 100%;
	z-index: 1050;
	-webkit-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.mega-dropdown .dropdown-menu.mega-menu-products:has(.col-lg-12),
#menu-item-products-mega .mega-menu-products.dropdown-menu:has(.col-lg-12) {
	min-width: 230px;
	max-width: 350px;
}

.mega-dropdown:hover > .dropdown-menu.mega-menu-products,
#menu-item-products-mega.active .mega-menu-products.dropdown-menu,
.mega-dropdown.active .mega-menu-products {
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateX(0) translateY(0) !important;
	-moz-transform: translateX(0) translateY(0) !important;
	-o-transform: translateX(0) translateY(0) !important;
	-ms-transform: translateX(0) translateY(0) !important;
	transform: translateX(0) translateY(0) !important;
}

#menu-item-products-mega .mega-menu-products.dropdown-menu {
	left: -140px !important;
}

.mega-dropdown:last-child .dropdown-menu.mega-menu-products {
	left: -200px !important;
}

.mega-menu-products .container-fluid {
	padding: 0;
}

.mega-menu-products .row {
	margin: 0;
	height: fit-content;
}

.mega-menu-products .border-end {
	border-color: #eee !important;
}

.mega-cat-list {
	padding-right: 15px;
	margin-bottom: 0;
	max-width: 300px;
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	margin-left: 0;
}

.col-lg-12 .mega-cat-list {
	padding-right: 0;
	max-width: 100%;
}

.mega-cat-list li {
	margin-bottom: 10px !important;
}

.mega-cat-list li a.cat-link img {
	margin-right: 10px;
	border: 1px solid #eee;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
	width: 36px;
	height: 36px;
	object-fit: cover;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.subcat-link {
	color: #444;
	text-decoration: none;
	font-size: 0.9rem;
	display: block;
	padding: 2px 0;
	-webkit-transition: color 0.2s, text-decoration 0.2s;
	-moz-transition: color 0.2s, text-decoration 0.2s;
	-o-transition: color 0.2s, text-decoration 0.2s;
	transition: color 0.2s, text-decoration 0.2s;
}

.subcat-link:hover {
	color: #b08d57;
	text-decoration: underline;
}

#product-mega-dynamic-content-col {
	display: flex !important;
	flex-wrap: nowrap !important;
	flex-grow: 1 !important;
}

#product-mega-dynamic-content-col > div {
	flex: 1 1 33.33% !important;
	max-width: 33.33% !important;
}

#product-mega-dynamic-content-col > div.col-md-6 {
	flex: 0 0 52% !important;
	max-width: 52% !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
	flex-direction: column;
}

#product-mega-dynamic-content-col > div.col-md-3 {
	flex: 0 0 45% !important;
	max-width: 45% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

#product-mega-dynamic-content-col > div.col-md-3 img {
	width: 100% !important;
	height: auto !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	object-fit: cover !important;
}

.mega-menu-products .col-md-3.d-flex.flex-column.align-items-center.justify-content-center,
li.menu-item.menu-item-type-taxonomy,
#product-mega-dynamic-content-col .col-md-3.d-flex.align-items-center.justify-content-center {
	display: none !important;
}

.menu-item-has-children.mega-dropdown {
	position: relative !important;
}

.dropdown-menu.mega-menu-products .list-unstyled.mega-cat-list li a {
    color: #333333 !important;
    font-size: 0.9rem;
    font-weight: 300 !important;
    line-height: 1.4;
}

/* Buttons */
.custom-project-gallery-button{
	background-color: #000;
	color: #fff !important;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
}




.custom-project-gallery-button:hover,
.custom-project-gallery-button:focus,
#open-gallery:hover,
#open-gallery:focus {
	background-color: #333;
	color: #b08d57 !important;
}

.custom-project-gallery-button .button-text {
	color: inherit;
}

/* Forms */
.contactForm {
	width: 100% !important;
	max-width: 800px !important;
}

.contactForm .wpcf7-form-control {
	font-family: 'Poppins', sans-serif;
	width: 100% !important;
	padding: 0.4rem 0.8rem;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
}

.contactForm .wpcf7-submit {
	background-color: #000 !important;
	color: #fff !important;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0.4rem 0.8rem;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.contactForm .wpcf7-submit:hover,
.contactForm .wpcf7-submit:focus {
	background-color: #333 !important;
	color: #b08d57 !important;
}

/* Posts and pages */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Footer */
footer ul li {
	margin-bottom: 0.6rem !important;
}

footer h5.text-uppercase {
	margin-bottom: 2rem !important;
}

footer h5,
footer a,
footer p {
	font-family: 'Poppins', sans-serif !important;
}

footer.bg-dark h5 {
	color: #ffffff !important;
	font-weight: 300 !important;
	margin-bottom: 1rem !important;
}

footer.bg-dark ul.list-unstyled {
	margin-left: 0 !important;
}

/* Offcanvas & Contact */
.offcanvas-body .offcanvas-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #333;
	text-decoration: none;
	font-size: 1.1rem;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

.offcanvas-body .offcanvas-link.fw-bold {
	font-weight: 700 !important;
	font-size: 1.2rem;
}

.offcanvas-body .offcanvas-link:hover {
	background-color: #f8f9fa;
	color: #b08d57;
}

.offcanvas-submenu {
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	list-style: none;
}

.offcanvas-link i {
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.offcanvas-link[aria-expanded="true"] i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu-main-1 {
	margin: 0 !important;
	padding: 0 !important;
}

.offcanvas-body .list-unstyled {
	margin-left: 0 !important;
}

.contact-link {
	text-decoration: none;
	color: inherit;
}

.contact-link:hover {
	color: #b08d57;
}

.contactWhatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactWhatsapp a {
	text-decoration: none;
	color: #fff;
}

.bi-whatsapp {
	color: #ffffff;
	font-size: 1.2em;
	vertical-align: middle;
	margin-right: 5px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.bi-whatsapp:hover {
	color: #1DA851;
}

/* Plugins */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/* Utilities & Misc */
#galleryModal > div:nth-child(1) {
	background: #fff !important;
	padding: 20px !important;
	max-width: 70% !important;
	max-height: 100% !important;
	overflow: auto !important;
	position: relative !important;
	margin: auto !important;
}



#envira-gallery-wrap-549 {
	display: none !important;
}

.site-topLinks a {
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-white.border-top {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.categoryProducts h6.mb-0.text-dark {
	padding: 20px 0;
	font-family: 'Forum', serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
}

#galleryModal.modal {
	z-index: 99999 !important;
	-webkit-backdrop-filter: blur(5px) !important;
	backdrop-filter: blur(5px) !important;
	background: rgba(0, 0, 0, .8) !important;
}

#galleryModal > div:nth-child(1) {
	margin-top: 50px !important;
	background: unset !important;
}

#galleryModal .modal-backdrop {
	opacity: 0.95 !important;
	background: #222 !important;
}

#galleryModal .modal-content {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#galleryModal .carousel-item img {
	max-height: 80vh;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

.main-product-image {
	max-height: 526px;
	object-fit: cover;
}

.single-product-custom .table-responsive th,
.single-product-custom .table-responsive td {
	font-weight: 400 !important;
	font-size: 0.9rem !important;
}

.product-short-description .card {
	border: unset !important;
}

.product-short-description .card .card-body {
	padding: 0 !important;
}

.single-product ul.list-group {
	margin-left: 0 !important;
}

.purewood-registration .nav.nav-tabs {
	margin-left: 0 !important;
	border-bottom: 0 !important;
	gap: 15px;
}

.purewood-registration .nav-item .nav-link.active {
	border: 1px solid #000000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.7rem 1.2rem;
	background: #000000 !important;
	color: #ffffff;
}

.purewood-registration .nav-item .nav-link {
	border: 1px solid #000000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.7rem 1.2rem;
	background: transparent !important;
	color: #000000;
}

#purewood-login-form {
	width: 100%;
	min-width: 400px;
}

#purewood-login-form #loginEmail,
#purewood-login-form #btnSendLoginOtp,
#purewood-login-form #btnResendLoginOtp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.4rem 0.9rem;
}

#contactName {
	scroll-margin-top: 200px;
}

.elementor-element-7723625 {
	margin-top: -130px !important;
}

.productCard .img-fluid.mb-3 {
	width: 100%;
	height: 415px;
	object-fit: cover;
}

.woocommerce-pagination a:visited {
	color: #ffffff !important;
}

.woocommerce-pagination a.btn.btn-dark,
.woocommerce-pagination span.btn.btn-dark {
	display: flex;
	justify-content: center;
	align-items: center;
}

#productDesc h1.product-title {
	margin-top: 0;
	font-size: 1.6rem;
}

#productDesc p.mb-4 {
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#productDesc .accordion-item {
	border: none !important;
	border-bottom: 1px solid #000000;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#productDesc .accordion-button {
	background: transparent;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-color: transparent;
	outline-color: transparent;
}

#productDesc .accordion-body ul li {
	margin-bottom: 0.5rem !important;
	font-size: 0.85rem !important;
	font-weight: 300 !important;
}

#productDesc .accordion-body ul li strong {
	font-weight: 500 !important;
}

#productDesc #manufactureCollapse p {
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.single-product ul.products.columns-3 {
	display: flex;
}

.header-search-section .list-unstyled,
#product-mega-dynamic-content-col .list-unstyled.row li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media (max-width: 1366px) {
	#menu-item-products-mega .mega-menu-products.dropdown-menu {
		max-width: 1000px;
		padding: 18px;
	}

	.mega-cat-list {
		max-width: 280px;
		padding-right: 10px;
	}

	#product-mega-dynamic-content-col {
		gap: 18px !important;
	}

	#product-mega-dynamic-content-col > div {
		flex: 1 1 32% !important;
		max-width: 32% !important;
	}

	#product-mega-dynamic-content-col > div.col-md-3 {
		flex: 0 0 66% !important;
		max-width: 66% !important;
	}

	#product-mega-dynamic-content-col > div.col-md-3 img {
		max-height: 250px !important;
	}

	#productDesc h1.product-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 1024px) {
	footer .col-xl-3 {
		max-width: 20% !important;
	}
}

@media (max-width: 1024px) {
	footer .col-xl-3 {
		padding-left: 15px !important;
	}

	#productDesc h1.product-title {
		font-size: 1.4rem;
	}

	#productDesc p.mb-4,
	#productDesc .accordion-body ul li,
	#productDesc #manufactureCollapse p {
		font-size: 0.8rem;
	}
}

@media (max-width: 991.98px) {
	.mega-dropdown .mega-menu-products,
	#menu-item-products-mega .mega-menu-products.dropdown-menu {
		display: none !important;
	}

	.navbar-nav {
		flex-direction: column !important;
		gap: 0 !important;
	}

	#mainNavbar {
		display: none !important;
	}

	.navbar-toggler {
		display: block !important;
	}

	#productDesc h1.product-title {
		font-size: 1.3rem;
	}

	#productDesc p.mb-4,
	#productDesc .accordion-body ul li,
	#productDesc #manufactureCollapse p {
		font-size: 0.78rem;
	}
}

@media (min-width: 300px) and (max-width: 991.9px) {
	.container,
	.container-sm {
		max-width: 95%;
	}

	#masthead {
		position: relative !important;
	}

	#masthead .navbar.navbar-expand-lg {
		padding: 0 !important;
	}

	#masthead .navbar-toggler {
		position: absolute;
		bottom: -33px;
		left: 0px;
		border: unset;
		padding: 4.45px 6px;
		background: #ffffff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#masthead .navbar-toggler .navbar-toggler-icon {
		width: 1.3rem;
		height: 1.3rem;
	}

	#masthead .navbar-toggler:focus {
		outline: unset !important;
		-webkit-box-shadow: unset !important;
		-moz-box-shadow: unset !important;
		box-shadow: unset !important;
	}

	#masthead .col-12.col-md-3.text-md-end.text-center {
		text-align: end !important;
	}

	#masthead .container.py-1 {
		padding-left: 0;
	}

	#masthead .col-lg-6.col-md-6.col-sm-6.col-6.d-flex.justify-content-end.align-items-center.gap-4 {
		padding-right: 0 !important;
	}

	#masthead .input-group-text i {
		height: 21px;
	}
}

@media (max-width: 768px) {
	#productDesc h1.product-title {
		font-size: 1.2rem;
	}

	#productDesc p.mb-4,
	#productDesc .accordion-body ul li,
	#productDesc #manufactureCollapse p {
		font-size: 0.75rem;
	}
}

@media (max-width: 576px) {
	#masthead .site-topLinks a {
		font-size: 0.5rem !important;
	}

	#masthead .social-icons a i {
		font-size: 0.8rem;
	}

	.aboutFlip {
		flex-direction: column-reverse !important;
	}

	#productDesc h1.product-title {
		font-size: 1.1rem;
	}

	#productDesc p.mb-4,
	#productDesc .accordion-body ul li,
	#productDesc #manufactureCollapse p {
		font-size: 0.72rem;
	}
}

@media (max-width: 481px) {
	#productDesc h1.product-title {
		font-size: 1rem;
	}

	#productDesc p.mb-4,
	#productDesc .accordion-body ul li,
	#productDesc #manufactureCollapse p {
		font-size: 0.7rem;
	}
}

/* body.tax-product_cat #masthead, body.single.single-product #masthead, body.page-id-858, #masthead .page-id-851{
	box-shadow: unset !important;
}


body.tax-product_cat .site-header .siteTop-link li a i, body.single.single-product .site-header .siteTop-link li a i, body.page-id-858, #masthead .site-header .siteTop-link li a i{
	color: #000000 !important;
} */


.dropdown-menu.mega-menu-products .list-unstyled.mega-cat-list li a span{ 
    color: #222222 !important;
    font-size: 0.9rem !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
} 

a.subcat-link {
    color: #222222 !important;
    font-size: 0.9rem !important;
    font-weight: 300 !important;
    line-height: 1.3;
}

iframe .ytp-chrome-top-buttons {
  display: none !important;
}


.contactWhatsApp a:hover, .contactWhatsApp a:focus, .contactWhatsApp a.active,
.contactEmail a:hover, .contactEmail a:focus, .contactEmail a.active{
	color: #ffffff !important;
}

#offcanvasMenu{
	min-height: 100vh !important;
}

.homeEnquiry-form input, .homeEnquiry-form select, .homeEnquiry-form textarea{
	border-radius: 0 !important;
	margin-bottom: 0.8rem !important;
	padding: 0.4rem 0.9rem !important;
	letter-spacing: 0.6px;
	word-spacing: 1px;
	color: #000000;
}

.homeEnquiry-form #contact_phone{
	padding-left: 80px !important;
}

.homeEnquiry-form .input-group.input-group-sm{
	margin-bottom: 0.8rem;
}

.form-check-input:checked{
	background-color: #000000;
    border-color: #000000;
}

/* Single dropdown menu styles */
.dropdown-menu.mega-menu-products.single {
	min-width: 240px !important;
	padding: 15px;
}

.dropdown-menu.mega-menu-products.single .mega-cat-list {
	max-width: 100%;
	padding-right: 0;
}

.dropdown-menu.mega-menu-products.single .mega-cat-item {
	text-align: left;
}


















/* Header Styles */
.woocommerce-shop header#masthead,
.archive.tax-product_cat header#masthead,
.single.single-product header#masthead,
.page-id-852 header#masthead,
.page-id-858 header#masthead {
    box-shadow: unset !important;
}

.woocommerce-shop header#masthead.scrolled,
.archive.tax-product_cat header#masthead.scrolled,
.single.single-product header#masthead.scrolled,
.page-id-852 header#masthead.scrolled,
.page-id-858 header#masthead.scrolled,
#masthead.scrolled,
#masthead:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    transition: box-shadow 0.3s ease-in-out;
}

.woocommerce-shop .site-header .siteTop-link li a i,
.archive.tax-product_cat .site-header .siteTop-link li a i,
.single.single-product .site-header .siteTop-link li a i,
.page-id-852 .site-header .siteTop-link li a i,
.page-id-858 .site-header .siteTop-link li a i {
    color: #000 !important;
}

.woocommerce-shop #masthead img.custom-logo,
.archive.tax-product_cat #masthead img.custom-logo,
.single.single-product #masthead img.custom-logo,
.page-id-852 #masthead img.custom-logo,
.page-id-858 #masthead img.custom-logo {
    filter: unset !important;
}

.woocommerce-shop .site-header .nav-link,
.archive.tax-product_cat .site-header .nav-link.dropdown-toggle,
.single.single-product .site-header .nav-link.dropdown-toggle,
.page-id-852 .site-header .nav-link.dropdown-toggle,
.page-id-858 .site-header .nav-link.dropdown-toggle {
    color: #000 !important;
}

/* Navigation */
.lastDroupdown .dropdown-menu.mega-menu-products {
    left: unset !important;
    right: 0 !important;
}

#masthead a.btn-dark {
    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
}

#masthead.scrolled a.btn-dark {
    font-size: 0.7rem;
}

#main-nav a.btn-dark:hover,
#main-nav a.btn-dark:focus,
#main-nav a.btn-dark:visited {
    color: #fff !important;
}

ul.social-icons a:focus {
    color: #ffffff !important;
}


.modal-backdrop {
    z-index: 9999 !important;
}

/* Modals */
#wholesaleModal,
#enquiryModal {
    z-index: 199999999999 !important;
    background: rgba(0, 0, 0, 0.65);
    transition: all 0.3s ease-in-out;
}

#enquiryModal {
    z-index: 19999999 !important;
}

#wholesaleModal .modal-dialog,
#enquiryModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

#wholesaleModal .modal-content,
#enquiryModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
}

#wholesaleModal .modal-header,
#enquiryModal .modal-header {
    background-color: #000 !important;
    border-bottom: 1px solid #000;
    padding: 1rem 1.5rem;
}

#enquiryModal .modal-header {
    padding: 0.8rem 1.5rem;
}

#wholesaleModal .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

#enquiryModal .modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

#wholesaleModal .btn-close,
#enquiryModal .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
}

#wholesaleModal .modal-body,
#enquiryModal .modal-body {
    padding: 0;
    max-height: unset;
    overflow-y: auto;
}

/* Form Styles */
#wholesaleModal .my-custom-contact-form-wrapper p,
#enquiryModal .my-custom-contact-form-wrapper p {
    margin-bottom: 0.3rem !important;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-form-control,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-form-control {
    width: 100%;
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    min-height: 45px;
    height: auto !important;
}

#wholesaleModal .my-custom-contact-form-wrapper textarea.wpcf7-form-control {
    min-height: 120px;
}

#enquiryModal .my-custom-contact-form-wrapper textarea.wpcf7-form-control {
    height: 70px !important;
    overflow-y: auto;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-form-control:focus,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-form-control:focus {
    border-color: #495057;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    outline: none;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-submit,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-submit:hover,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-submit:hover {
    background-color: #333;
}

#wholesaleModal .form-submit-row,
#enquiryModal .form-submit-row {
    text-align: center;
    margin-top: 1rem;
}

#wholesaleModal .form-submit-row .wpcf7-spinner,
#enquiryModal .form-submit-row .wpcf7-spinner {
    display: none !important;
}

#wholesaleModal #wholesaleSuccessMessage,
#enquiryModal #enquirySuccessMessage {
    font-size: 1rem;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: none !important;
}

#enquiryModal .my-custom-contact-form-wrapper {
    padding: 1rem !important;
}

/* Product Details */
#productAccordion #careCollapse p,
#productAccordion #specsCollapse p,
#productAccordion #specsCollapse div,
#productAccordion #specsCollapse ul li,
#productDetails p,
#productDetails ul li,
#productDesc div {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#productAccordion #specsCollapse ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#productAccordion #specsCollapse ul li {
    margin-right: 0;
}

#productDetails h1 {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#productDetails ul {
    margin-left: 0 !important;
}

/* Miscellaneous */
.mb-3 .bg-secondary {
    background-color: #fff !important;
    margin-right: 2px;
    text-align: center;
}

.offcanvas-link i {
    transition: transform 0.3s ease;
}

/* Footer Form */
#footerForm .form-control.bg-secondary {
    padding: 0.4rem 0.4rem;
    font-size: 0.9rem !important;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    height: 35px;
}

#footerForm .wpcf7-submit {
    padding: 0.4rem 0.4rem;
    font-size: 0.9rem !important;
    line-height: 1.3;
    font-weight: 400;
    height: 35px;
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#footerForm .wpcf7-spinner {
    display: none !important;
}

.newsletter-form .wpcf7-response-output {
    font-size: 0.7rem;
    border-color: #ffffff;
}

/* Slider */
/* .splide__arrow {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: all 0.3s ease;
}

.splide__arrow svg {
    fill: #000;
    height: 5em;
    width: 5em;
} */

/* Contact Links */
.contactWhatsApp a,
.contactEmail a {
    color: #000000 !important;
    transition: color 0.3s ease;
}

.contactWhatsApp a:hover,
.contactWhatsApp a:focus,
.contactWhatsApp a:visited,
.contactWhatsApp a.active,
.contactEmail a:hover,
.contactEmail a:focus,
.contactEmail a:visited,
.contactEmail a.active {
    color: #000000 !important;
}

/* Sticky Contact Buttons */
.sticky-contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999;
}

.sticky-contact-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 24px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.sticky-contact-buttons .contact-call {
    background-color: #000000;
}

.sticky-contact-buttons .contact-call:hover {
    background-color: #000000;
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.sticky-contact-buttons .contact-whatsapp {
    background-color: #000000;
}

.sticky-contact-buttons .contact-whatsapp:hover {
    background-color: #000000;
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }
    50% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }
}

/* Media Queries */
@media only screen and (min-width: 1170px) and (max-width: 1366px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 768px) {
    #wholesaleModal .modal-dialog,
    #enquiryModal .modal-dialog {
        max-width: 90%;
        margin: 1.5rem auto;
    }

    #wholesaleModal .modal-title {
        font-size: 1.25rem;
    }

    #enquiryModal .modal-title {
        font-size: 1.25rem;
    }

    .sticky-contact-buttons {
        bottom: 15px;
        right: 15px;
        gap: 10px;
    }

    .sticky-contact-buttons a {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .navbar-toggler-icon {
        background-image: url(../../../wp-content//uploads/2025/10/line.png) !important;
        position: absolute;
        top: -47px;
        left: 6px;
        background-color: #fff;
        width: 13px !important;
        height: 13px !important;
        background-size: 100%;
        border-radius: 1px;
        border: 1px solid #fff;
    }

    .navbar-toggler {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0;
        background: transparent !important;
    }

    .scrolled .navbar-toggler-icon {
        top: -43px;
    }

    .row.justify-content-between.align-items-center {
        margin-left: 0px;
    }
}

@media (min-width: 300px) and (max-width: 991.9px) {
    #masthead {
        position: sticky !important;
        top: 0;
        z-index: 19999;
    }

    .archive.tax-product_cat .container.py-5.text-center {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .archive.tax-product_cat .container.py-5.text-center h1 {
        margin: 0 !important;
    }

    #masthead.scrolled img.custom-logo {
        height: 60px !important;
    }
}

@media (max-width: 767px) {
    .e-hosted-video.elementor-wrapper.elementor-open-inline {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }
}
/* heart color footer */
.border-secondary p.mb-0 > span span {
    color: red;
}

.shop-archive .col-lg-3.col-md-4 img.img-fluid{
	    width: 100%;
    height: 380px;
    object-fit: cover;
} 


/* 1. Visually hide the skip link by default */
.skip-link {
    /* Standard method to visually hide elements */
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
}

/* 2. Make the skip link visible and focusable when user presses TAB */
.skip-link:focus {
    /* Override all hiding properties using !important */
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    
    /* Ensure it is visible and styled */
    position: absolute !important;
    top: 5px !important;
    left: 5px !important;
    z-index: 99999 !important;
    
    /* Styling for visibility */
    background: #fff !important; 
    color: #333 !important;
    padding: 10px 15px !important;
    border: 2px solid #333 !important;
    text-decoration: none !important;
    line-height: normal !important;
}












/* Prevent layout thrashing for offscreen sections */
.lazyload, [loading="lazy"] {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

/* Use GPU-friendly animations (avoid width/height transitions) */
.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
}


html {
  scroll-behavior: smooth;
}

.lazyload, [loading="lazy"] {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}



html {
    margin-top: 0 !important; 
}

.sticky-contact-buttons{
	position: fixed;
}




























/* Header Styles */
.woocommerce-shop header#masthead,
.archive.tax-product_cat header#masthead,
.single.single-product header#masthead,
.page-id-852 header#masthead,
.page-id-858 header#masthead {
    box-shadow: unset !important;
}

.woocommerce-shop header#masthead.scrolled,
.archive.tax-product_cat header#masthead.scrolled,
.single.single-product header#masthead.scrolled,
.page-id-852 header#masthead.scrolled,
.page-id-858 header#masthead.scrolled,
#masthead.scrolled,
#masthead:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    transition: box-shadow 0.3s ease-in-out;
}

.woocommerce-shop .site-header .siteTop-link li a i,
.archive.tax-product_cat .site-header .siteTop-link li a i,
.single.single-product .site-header .siteTop-link li a i,
.page-id-852 .site-header .siteTop-link li a i,
.page-id-858 .site-header .siteTop-link li a i {
    color: #000 !important;
}

.woocommerce-shop #masthead img.custom-logo,
.archive.tax-product_cat #masthead img.custom-logo,
.single.single-product #masthead img.custom-logo,
.page-id-852 #masthead img.custom-logo,
.page-id-858 #masthead img.custom-logo {
    filter: unset !important;
}

.woocommerce-shop .site-header .nav-link,
.archive.tax-product_cat .site-header .nav-link.dropdown-toggle,
.single.single-product .site-header .nav-link.dropdown-toggle,
.page-id-852 .site-header .nav-link.dropdown-toggle,
.page-id-858 .site-header .nav-link.dropdown-toggle {
    color: #000 !important;
}

/* Navigation */
.lastDroupdown .dropdown-menu.mega-menu-products {
    left: unset !important;
    right: 0 !important;
}

#masthead a.btn-dark {
    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
}

#masthead.scrolled a.btn-dark {
    font-size: 0.7rem;
}

#main-nav a.btn-dark:hover,
#main-nav a.btn-dark:focus,
#main-nav a.btn-dark:visited {
    color: #fff !important;
}

ul.social-icons a:focus {
    color: #ffffff !important;
}

/* Modals */
#wholesaleModal,
#enquiryModal {
    z-index: 199999 !important;
    background: rgba(0, 0, 0, 0.65);
    transition: all 0.3s ease-in-out;
}

#enquiryModal {
    z-index: 19999999 !important;
}

#wholesaleModal .modal-dialog,
#enquiryModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

#wholesaleModal .modal-content,
#enquiryModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
}

#wholesaleModal .modal-header,
#enquiryModal .modal-header {
    background-color: #000 !important;
    border-bottom: 1px solid #000;
    padding: 1rem 1.5rem;
}

#enquiryModal .modal-header {
    padding: 0.8rem 1.5rem;
}

#wholesaleModal .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

#enquiryModal .modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

#wholesaleModal .btn-close,
#enquiryModal .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
}

#wholesaleModal .modal-body,
#enquiryModal .modal-body {
    padding: 0;
    max-height: unset;
    overflow-y: auto;
}

/* Form Styles */
#wholesaleModal .my-custom-contact-form-wrapper p,
#enquiryModal .my-custom-contact-form-wrapper p {
    margin-bottom: 0.3rem !important;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-form-control,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-form-control {
    width: 100%;
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    min-height: 45px;
    height: auto !important;
}

#wholesaleModal .my-custom-contact-form-wrapper textarea.wpcf7-form-control {
    min-height: 120px;
}

#enquiryModal .my-custom-contact-form-wrapper textarea.wpcf7-form-control {
    height: 70px !important;
    overflow-y: auto;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-form-control:focus,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-form-control:focus {
    border-color: #495057;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    outline: none;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-submit,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#wholesaleModal .my-custom-contact-form-wrapper .wpcf7-submit:hover,
#enquiryModal .my-custom-contact-form-wrapper .wpcf7-submit:hover {
    background-color: #333;
}

#wholesaleModal .form-submit-row,
#enquiryModal .form-submit-row {
    text-align: center;
    margin-top: 1rem;
}

#wholesaleModal .form-submit-row .wpcf7-spinner,
#enquiryModal .form-submit-row .wpcf7-spinner {
    display: none !important;
}

#wholesaleModal #wholesaleSuccessMessage,
#enquiryModal #enquirySuccessMessage {
    font-size: 1rem;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: none !important;
}

#enquiryModal .my-custom-contact-form-wrapper {
    padding: 1rem !important;
}

/* Product Details */
#productAccordion #careCollapse p,
#productAccordion #specsCollapse p,
#productAccordion #specsCollapse div,
#productAccordion #specsCollapse ul li,
#productDetails p,
#productDetails ul li,
#productDesc div {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#productAccordion #specsCollapse ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#productAccordion #specsCollapse ul li {
    margin-right: 0;
}

#productDetails h1 {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#productDetails ul {
    margin-left: 0 !important;
}

/* Miscellaneous */
.mb-3 .bg-secondary {
    background-color: #fff !important;
    margin-right: 2px;
    text-align: center;
}

.offcanvas-link i {
    transition: transform 0.3s ease;
}

/* Footer Form */
#footerForm .form-control.bg-secondary {
    padding: 0.4rem 0.4rem;
    font-size: 0.9rem !important;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    height: 35px;
}

#footerForm .wpcf7-submit {
    padding: 0.4rem 0.4rem;
    font-size: 0.9rem !important;
    line-height: 1.3;
    font-weight: 400;
    height: 35px;
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#footerForm .wpcf7-spinner {
    display: none !important;
}

.newsletter-form .wpcf7-response-output {
    font-size: 0.7rem;
    border-color: #ffffff;
}

/* Slider */
/* .splide__arrow {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: all 0.3s ease;
}

.splide__arrow svg {
    fill: #000;
    height: 5em;
    width: 5em;
} */

/* Contact Links */
.contactWhatsApp a,
.contactEmail a {
    color: #000000 !important;
    transition: color 0.3s ease;
}

.contactWhatsApp a:hover,
.contactWhatsApp a:focus,
.contactWhatsApp a:visited,
.contactWhatsApp a.active,
.contactEmail a:hover,
.contactEmail a:focus,
.contactEmail a:visited,
.contactEmail a.active {
    color: #e0e0e0 !important;
}

/* Sticky Contact Buttons */
.sticky-contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.sticky-contact-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sticky-contact-buttons .contact-call {
    background-color: #1a73e8;
}

.sticky-contact-buttons .contact-call:hover {
    background-color: #4d94ff;
    transform: scale(1.1);
}

.sticky-contact-buttons .contact-whatsapp {
    background-color: #25D366;
}

.sticky-contact-buttons .contact-whatsapp:hover {
    background-color: #3ee07e;
    transform: scale(1.1);
}

/* Media Queries */
@media only screen and (min-width: 1170px) and (max-width: 1366px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 768px) {
    #wholesaleModal .modal-dialog,
    #enquiryModal .modal-dialog {
        max-width: 90%;
        margin: 1.5rem auto;
    }

    #wholesaleModal .modal-title {
        font-size: 1.25rem;
    }

    #enquiryModal .modal-title {
        font-size: 1.25rem;
    }

    .sticky-contact-buttons {
        bottom: 15px;
        right: 15px;
        gap: 10px;
    }

    .sticky-contact-buttons a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .navbar-toggler-icon {
        background-image: url(http://localhost/us_purewood/wp-content/uploads/2025/10/line.png) !important;
        position: absolute;
        top: -47px;
        left: 6px;
        background-color: #fff;
        width: 13px !important;
        height: 13px !important;
        background-size: 100%;
        border-radius: 1px;
        border: 1px solid #fff;
    }

    .navbar-toggler {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0;
        background: transparent !important;
    }

    .scrolled .navbar-toggler-icon {
        top: -43px;
    }

    .row.justify-content-between.align-items-center {
        margin-left: 0px;
    }
}

@media (min-width: 300px) and (max-width: 991.9px) {
    #masthead {
        position: sticky !important;
        top: 0;
        z-index: 19999;
    }

    .archive.tax-product_cat .container.py-5.text-center {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .archive.tax-product_cat .container.py-5.text-center h1 {
        margin: 0 !important;
    }

    #masthead.scrolled img.custom-logo {
        height: 60px !important;
    }
}

@media (max-width: 767px) {
    .e-hosted-video.elementor-wrapper.elementor-open-inline {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }
}
/* heart color footer */
.border-secondary p.mb-0 > span span {
    color: red;
}

.shop-archive .col-lg-3.col-md-4 img.img-fluid{
	    width: 100%;
    height: 380px;
    object-fit: cover;
} 


/* 1. Visually hide the skip link by default */
.skip-link {
    /* Standard method to visually hide elements */
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
}

/* 2. Make the skip link visible and focusable when user presses TAB */
.skip-link:focus {
    /* Override all hiding properties using !important */
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    
    /* Ensure it is visible and styled */
    position: absolute !important;
    top: 5px !important;
    left: 5px !important;
    z-index: 99999 !important;
    
    /* Styling for visibility */
    background: #fff !important; 
    color: #333 !important;
    padding: 10px 15px !important;
    border: 2px solid #333 !important;
    text-decoration: none !important;
    line-height: normal !important;
}












/* Prevent layout thrashing for offscreen sections */
.lazyload, [loading="lazy"] {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

/* Use GPU-friendly animations (avoid width/height transitions) */
.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
}


html {
  scroll-behavior: smooth;
}

.lazyload, [loading="lazy"] {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}



html {
    margin-top: 0 !important; 
}


#product-mega-dynamic-content-col>div {
    flex: 1 1 100% !important;
    max-width: 100% !important;
}

img.fade-in {
    opacity: 1 !important;
    transition: opacity 0.3s ease-in;
}

.contactWhatsApp i, .contactEmail i{
	color: #000000 !important;
}
