/*!
Theme Name: W2W Flooring
Theme URI: 
Author: Ajeet Kumar
Author URI: https://funkyvibes.co.uk/
Description: W2W Ecommerce site
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: w2w-flooring
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary--text--color: #000000;
	--primary--heading--color: #444441;
	--Font--family: "Noto Sans", sans-serif;
	--Font--family2: "Lato", sans-serif;
	--Background-Neutral-Secondary: #E0F9F0;
	--color--white: #ffffff;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: var(--Font--family2);
	font-style: normal;
	font-weight: normal;
	padding: 0;
	color: var(--primary--text--color);

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--Font--family);
	font-weight: 700;
}

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: "Noto Sans", sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Noto Sans", sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	font-family: "Noto Sans", sans-serif;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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;
	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;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.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;
}

/* Make sure logo link wraps around logo image. */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Header */
.marqueeWrap {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	background: var(--Background-Neutral-Secondary);
	box-sizing: border-box;
	padding: 10px 0;
	position: relative;
	height: 50px;
	align-self: stretch;
}

.marqueeWrap::before,
.marqueeWrap::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100%;
	z-index: 2;
	top: 0;
	display: none;
}

.marqueeBox {
	display: flex;
	align-items: center;
	padding: 0 30px;
	flex-shrink: 0;
	/* animation: scroll 20s linear infinite; */
	position: relative;
}

.marqueeBox:after {
	position: absolute;
	right: 0;
	top: 10px;
	content: "";
	height: 12px;
	width: 1px;
	background-color: #FDFDFD;
}

.marqueeBox figure {
	margin: 0 10px 0 0;
	line-height: 0;
}

.marqueeBox figure img {
	max-width: 17px;
}

.marqueeBox figure svg {
	width: 17px;
}

.marqueeBox figure svg path {
	fill: var(--primary--heading--color);
}

.marqueeBox p {
	color: var(--primary--heading--color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.marqueeWrap:hover .marqueeBox {
	animation-play-state: paused;
}

/* Duplicate content for infinite seamless scroll */
.marqueeWrap {
	display: flex;
}

.marqueeContent {
	display: flex;
	width: max-content;
	animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.container {
	max-width: 1232px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

.home .container {
	max-width: 100% !important;
	padding: 0;
	/* padding: 0 80px; */
}

header#masthead {
	display: flex;
	padding: 20px 80px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	transition: top 0.3s ease, box-shadow 0.3s ease;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 36px -2px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(10px);
}

header#masthead.fixed {
	position: fixed;
	top: 36px;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 80px;
}

.fixed {
	animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

header#masthead .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	max-width: 1392px;
}

header .site-branding {
	display: flex;
	align-items: center;
}

header .site-branding .humberIcon {
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin-right: 40px;
}

header .site-branding img.custom-logo {
	width: 172px;
}

.SearchWrap .inputWrapper {
	position: relative;
}

.SearchWrap input.header-search-input {
	display: flex;
	width: 600px;
	height: 47px;
	padding-left: 50px;
	justify-content: space-between;
	align-items: center;
	border-radius: 40px;
	border: 1px solid #DEEDEA;
	color: var(--Text-On-Surface-Black_50, rgba(54, 54, 53, 0.50));
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.SearchWrap input.header-search-input:focus-visible {
	outline-color: #DEEDEA;
}

.SearchWrap .inputWrapper::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 15px;
	background-image: url(images/serachIcon.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
}

.SearchWrap button.header-search-button {
	display: flex;
	padding: 11px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 32px;
	background: #30A67F;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	position: absolute;
	right: -3px;
	top: 0;
	cursor: pointer;
}

.SearchWrap button.header-search-button:hover {
	background: #1F8462;
}

header .rightSideMenu {
	display: flex;
	padding: 5px;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

header .rightSideMenu a {
	text-decoration: none;
	line-height: 0;
}

header .rightSideMenu a svg {
	width: 28px;
	height: 28px;
	aspect-ratio: 1 / 1;
}

/* Hamburger Icon */
.hamburger {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 1001;
}

.hamburger div {
	background-color: #333;
	height: 4px;
	margin: 5px 0;
	transition: all 0.3s ease;
}

main#primary.site-main {
	margin-top: 123px;
}

.home main#primary.site-main {
	margin-top: 0;
}

/* Fullscreen Overlay */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 99999;
}

/* Slide-in Menu Wrapper */
.menu-wrapper {
	width: 520px;
	height: calc(100% - 40px);
	padding: 0;
	position: absolute;
	top: 10px;
	left: -500px;
	border-radius: 40px;
	background: #fff;
	box-shadow: 0 0 16px 2px rgba(54, 54, 53, 0.20);
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.menu-wrapper .menuTopWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	background: #fff;
	padding: 10px 16px 8px 16px;
	border-radius: 40px 40px 0 0;
	z-index: 10;
}

#site-navigation {
	flex: 1;
	overflow-y: auto;
	padding: 0 16px 40px 16px;
	-webkit-overflow-scrolling: touch;
}

.menu-wrapper .menuTopWrap p {
	color: rgba(54, 54, 53, 0.50);
	font-family: var(--Font--family2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.52px;
	margin: 0;
}

ul#primary-menu {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	overflow-y: unset;
}

.main-navigation li {
	position: relative;
	margin-bottom: 8px;
}

/* Menu Items */
.menu-wrapper a {
	color: #444441;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.2px;
	padding: 12px 0;
	position: relative;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.menu-wrapper .logoutMenu a {
	color: #FF3B30;
}

.menu-wrapper a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	background-image: url(images/rightArrowIcons.svg);
	width: 40px;
	height: 40px;
	display: inline-block;
	transform: translateY(-50%) translateX(10px);
	/* start slightly offset */
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-wrapper a:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	/* move into place */
}

.menu-wrapper a:hover {
	color: #30A67F;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
	border-radius: 20px;
	background: #E6F4EF;
	font-family: var(--Font--family2);
}

/* Close Button inside menu */
.close-btn {
	font-size: 26px;
	color: #333;
	cursor: pointer;
	display: inline-block;
}

.close-btn svg {
	width: 40px;
}

.popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.60);
	z-index: 9999999;
	align-items: center;
}

.popup-box {
	width: 100%;
	max-width: 990px;
	padding: 80px;
	position: relative;
	margin: 0 auto;
	border-radius: 60px;
	background-color: #FFF;
	box-shadow: 0 0 20px -2px rgba(54, 54, 53, 0.20);
	background-image: url(images/popupBg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.popup-close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 20px;
	background: none;
	cursor: pointer;
	border-radius: 100%;
	border: 1px solid #000;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 0;
}

.popup-close:hover {
	background: #E6F4EF;
}

.popup-close svg {
	width: 24px;
	height: 24px;
}

.popup-box h2 {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 640;
	line-height: 36px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.popup-box p {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
}

.popup-options {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.popup-options .option {
	flex: 1;
	padding: 30px;
	border-radius: 40px;
	border: 1px solid rgba(180, 180, 179, 0.40);
	background: #FFF;
}

.popup-options .option:hover {
	border: 1px solid #7C7C7A;
	background: #F5FBF9;
	box-shadow: 0 0 20px -2px rgba(54, 54, 53, 0.10);
}

.option .btn {
	display: inline-block;
	margin-top: 15px;
	padding: 20px 40px;
	background: #30A67F;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 640;
	line-height: 20px;
	letter-spacing: 0.2px;
	width: auto;
}

.option .btn:hover {
	background: #229c61;
}

.form_control input:focus-visible {
	border-color: #30A67F;
	box-shadow: none;
	outline-color: #30A67F;
	outline-width: 1px;
	border-width: 1px;
	outline-style: unset;
}

.loginRegisterWrapSec {
	display: flex;
	align-items: flex-start;
	gap: 15.842px;
	align-self: stretch;
}

.loginRegisterWrapSec .leftFormSec {
	border-radius: 26.403px;
	border: 1px solid rgba(180, 180, 179, 0.40);
	background: #FFF;
	display: flex;
	width: 518px;
	padding: 26px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
}

.loginRegisterWrapSec .right_thiredPartySec {
	display: flex;
	width: 262px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
	border-radius: 26.403px;
	border: 0.66px solid rgba(180, 180, 179, 0.40);
	background: #FFF;
}

.loginRegisterWrapSec .tab-buttons {
	display: flex;
	border: 0.66px solid #363635;
	border-radius: 13.202px;
}

.loginRegisterWrapSec .tab-buttons .tab-btn {
	border: none;
	cursor: pointer;
	border-radius: 13.202px;
	padding: 13.862px 26.403px;
	color: #363635;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	background: #fff;
}

.loginRegisterWrapSec .tab-buttons .tab-btn.active {
	background: #30A67F;
	color: #E6F4EF;
}

.registerFormWrap {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	gap: 10px 16px;
	align-self: stretch;
}

.registerFormWrap .form_control {
	flex: 0 0 calc(50% - 16px);
}

.registerFormWrap .form_control:nth-child(1) {
	flex: 0 0 calc(40% - 16px);
}

.registerFormWrap .form_control:nth-child(2) {
	flex: 0 0 calc(60% - 16px);
}

.form_control label {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin-bottom: 8px;
}

.form_control label em {
	color: #30A67F;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.2px;
}

.form_control input {
	height: 48px;
	padding: 16px 12px;
	border-radius: 12px;
	border: 1px solid rgba(54, 54, 53, 0.50);
	width: 100%;
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.form_control.btn_wrap {
	flex: 0 0 100%;
	margin-top: 30px;
}

.form_control button {
	border-radius: 26.403px;
	background: #30A67F;
	padding: 13.862px 26.403px;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 13.202px;
	font-style: normal;
	font-weight: 640;
	line-height: 13.202px;
	letter-spacing: 0.132px;
	width: 100%;
	cursor: pointer;
	border: 0;
}

.form_control button:disabled {
	background: #B4B4B3;
	color: #7C7C7A;
}

.loginRegisterWrapSec .right_thiredPartySec p {
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 14.522px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.763px;
	letter-spacing: 0.343px;
	margin: 0;
}

.linkWrapSec a {
	text-decoration: none;
}

.tab-content {
	width: 100%;
}

.form_control input.error {
	border: 1px solid #FF3B30;
	color: #FF3B30;
	margin-bottom: 5px;
}

.error-msg {
	color: #FF3B30;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.loginformWrap .form_control:first-child {
	margin-bottom: 10px;
}

.loginformWrap p.forgot-link {
	margin: 0;
	color: #30A67F;
	text-align: right;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin: 5px 0;
}

.loginformWrap p.forgot-link a {
	color: #30A67F;
}

.loginformWrap p.forgot-link a:hover {
	text-decoration: none;
}

.progressBarWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}

.progressBarWrap .progressBar {
	background: rgba(180, 180, 179, 0.4);
	width: 60px;
	height: 16px;
	border-radius: 20px;
}

.progressBarWrap .progressBar:first-child,
.progressBarWrap.stepBar1 .progressBar:nth-child(2),
.progressBarWrap.stepBar2 .progressBar:nth-child(3) {
	background: rgba(48, 166, 127, 1);
}

div#forgotPasswordPopup .popup-box p {
	margin-bottom: 12px;
}

.forgot-step {
	/* overflow: hidden; */
}

.forgot-step {
	margin-top: 45px;
}

.forgot-step .loginRegisterWrapSec {
	gap: 40px;
}

.forgot-step .loginRegisterWrapSec .leftFormSec {
	max-width: 560px;
	flex: 0 0 560px;
}

.forgot-step .loginRegisterWrapSec .leftFormSec .form_control {
	width: 100%;
}

.forgot-step .loginRegisterWrapSec .leftFormSec .form_control label {
	margin-bottom: 5px;
	display: inline-block;
}

.forgot-step .rightStepSec {
	display: flex;
	align-items: center;
	gap: 40px;
}

.forgot-step .rightStepSec .stepText h2 {
	color: #30A67F;
	font-family: var(--Font--family);
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -0.22px;
	text-transform: capitalize;
}

.forgot-step .rightStepSec .stepText h2 span {
	color: #30A67F;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin-right: 10px;
}

.forgot-step .rightStepSec .stepText p {
	color: #000;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
}

.forgot-step .rightStepSec .stepText.halfvisiblText {
	opacity: 0.2;
	margin-right: -110px;
}

div#fp_msg span {
	color: #FF3B30;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	padding: 8px 0;
	display: inline-block;
}

div#fp_msg span.successMsg {
	color: #30A67F;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	padding: 8px 0;
	display: inline-block;
}

#confirmPopup .popup-box {
	background: #fff;
	padding: 40px;
	border-radius: 40px;
	text-align: left;
	max-width: 413px;
	width: 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#confirmPopup .popup-box h3 {
	margin-bottom: 10px;
	color: #363635;
	font-family: var(--Font--family);
	font-size: 24px;
	font-style: normal;
	font-weight: 640;
	line-height: 32px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}

#confirmPopup .popup-box p {
	color: #363635;
	font-family: var(--Font--family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin: 0;
}

.popup-actions {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.popup-actions button {
	padding: 21px 40px;
	border-radius: 20px;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 640;
	line-height: 20px;
	letter-spacing: 0.2px;
}

.popup-actions .discard {
	border: 1px solid #FF3B30;
	background: none;
	cursor: pointer;
	color: #FF3B30;

}

.popup-actions .confirm {
	border: none;
	background: #30A67F;
	cursor: pointer;
	color: #E6F4EF;
}

@media(max-width: 600px) {
	.popup-options {
		flex-direction: column;
	}
}





.heroBannerSliderSec {
	display: flex;
	position: relative;
}

.heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] {
	position: relative;
	background-position: center center;
}

.heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] .sliderContentWrap {
	position: absolute;
	padding: 0 0px;
	top: 26%;
	width: 100%;
}

.heroBannerSliderSec .swiper-slide {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 50px);

}

.sliderContentWrap {
	display: inline-block;
	width: 723px;
	position: relative;
	padding: 0 50px;
}

.sliderContentWrap::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-radius: 723px;
	opacity: 0.6;
	background: #020202;
	filter: blur(160px);
	width: 100%;
	height: 100%;
}

.heroBannerSliderSec h2 {
	color: #FFF;
	text-align: center;
	font-size: clamp(16px, 5vw, 48px);
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: -0.22px;
	text-transform: capitalize;
	position: relative;
	padding: 0 15px 40px;
}

.heroBannerSliderSec p {
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
	position: relative;
}

.heroBannerSliderSec .swiper-button-next,
.heroBannerSliderSec .swiper-button-prev {
	top: 72%;
	z-index: 99;
}

.heroBannerSliderSec .swiper-button-prev {
	left: calc(50% - 185px);
}

.heroBannerSliderSec .swiper-button-next {
	right: calc(50% - 185px);
}

.heroBannerSliderSec .swiper-button-prev:after,
.heroBannerSliderSec .swiper-rtl .swiper-button-next:after,
.homeSecondSliderSec .swiper-button-prev:after,
.homeSecondSliderSec .swiper-rtl .swiper-button-next:after {
	content: url(images/prevIcon.png);
}

.heroBannerSliderSec .swiper-button-next:after,
.heroBannerSliderSec .swiper-rtl .swiper-button-prev:after,
.homeSecondSliderSec .swiper-button-next:after,
.homeSecondSliderSec .swiper-rtl .swiper-button-prev:after {
	content: url(images/nextIcon.png);
}

.heroBannerSliderSec .swiper-horizontal>.swiper-pagination-bullets,
.heroBannerSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal,
.heroBannerSliderSec .swiper-pagination-custom,
.heroBannerSliderSec .swiper-pagination-fraction {
	top: 70.6%;
}

.heroBannerSliderSec .swiper-pagination-bullet,
.homeSecondSliderSec .swiper-pagination-bullet,
.testimonialSliderSec .swiper-pagination-bullet {
	width: 20px;
	height: 12px;
	border-radius: 15px;
	background-color: rgba(213, 209, 201, 1);
	margin: 0 6px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	opacity: 1;
}

.heroBannerSliderSec .swiper-pagination-bullet-active,
.homeSecondSliderSec .swiper-pagination-bullet-active,
.testimonialSliderSec .swiper-pagination-bullet-active {
	width: 80px;
	background-color: rgba(213, 209, 201, 1);
}

/* FILL ANIMATION EFFECT */
.heroBannerSliderSec .swiper-pagination-bullet-active::before,
.homeSecondSliderSec .swiper-pagination-bullet-active::before,
.testimonialSliderSec .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: rgba(55, 133, 106, 1);
	animation: fillAnimation 8s linear forwards;
}

@keyframes fillAnimation {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.heroBannerSliderSec .controls {
	position: absolute;
	right: 67px;
	bottom: 67px;
	z-index: 999;
}

.heroBannerSliderSec .controls button#toggleAutoplay {
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	line-height: 30px;
	padding: 0;
	border-radius: 100%;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
}

.googleReviewSec {
	display: block;
	background: #E6F4EF;
	padding: 57px 0;
}

.googleReviewSec .container {
	max-width: 1392px;
}

.googleReviewSec .boxWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.googleReviewSec .boxWrap .box.box1 svg {
	width: 145px;
}

.googleReviewSec .boxWrap .box.box1 p {
	color: #363635;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
	text-align: left;
}

.googleReviewSec .boxWrap .box.box2 {
	display: flex;
	align-items: center;
	gap: 18px;
}

.googleReviewSec .boxWrap .box.box2 svg {
	width: 35px;
}

.googleReviewSec .boxWrap .box.box3 p {
	color: #000;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400px;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin-bottom: 0;
}

.homeCategoryListSec {
	padding: 80px 0;
	display: block;
	width: 100%;
}

.shop-card {
	display: flex;
	padding: 60px;
	justify-content: space-between;
	align-items: center;
	background: #E6F4EF;
	border-radius: 80px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 40px;
}

.shop-card .icon-box img {
	width: 132px;
}

.shop-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	margin-left: auto;
	transition: all 0.3s ease;
	transform: translateY(43px);
}

.shop-title {
	color: var(--Text-On-Neutral-Tertiary, #363635);
	leading-trim: both;
	text-edge: cap;
	font-family: var(--Font--family);
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.explore-btn {
	display: inline-flex;
	padding: 0;
	align-items: center;
	overflow: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
	pointer-events: none;
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid rgba(54, 54, 53, 0.50);
	background: rgba(48, 166, 127, 0.80);
	margin-top: 25px;
	line-height: 0;
	text-decoration: none;
}

.explore-btn .label {
	color: var(--Text-On-Brand-Primary, #E6F4EF);
	leading-trim: both;
	text-edge: cap;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	padding: 19px 20px;
}

.explore-btn .arrow {
	background: #444441;
	color: white;
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s ease;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	opacity: 0;
}

.explore-btn .arrow img {
	width: 0;
	height: 40px;
	transform: translateX(20px);
	transition: all 0.3s ease;
}

.shop-card:hover .shop-content {
	transform: translateY(-10px);
}

.shop-card:hover .explore-btn {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.explore-btn:hover {
	border-radius: 20px;
	border: 1px solid #363635;
	background: rgba(48, 166, 127, 0.80);
	box-shadow: 0px 4px 8px 0px rgba(54, 54, 53, 0.12);
}

.explore-btn:hover .arrow {
	padding: 12px 24px;
	opacity: 1;
}

.explore-btn:hover .arrow img {
	width: 40px;
	transform: translateX(0);
}

.specialOffersSec {
	padding: 0px 0;
	display: flex;
	width: 100%;
}

.heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	width: 100%;
}

.heading h2 {
	color: var(--Text-On-Surface-Primary, #363635);
	leading-trim: both;
	text-edge: cap;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}

.heading p {
	color: var(--Text-On-Surface-Black, #000);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
	margin: 0;
}

.home .btnLinkWrap a {}

.home .btnLinkWrap a:hover {}

.btnLinkWrap a {
	display: flex;
	height: 40px;
	padding: 13px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: var(--buttons-nav-radius-small, 20px);
	border: 1px solid var(--Stroke-On-Surface-Primary, #30A67F);
	color: var(--Text-On-Neutral-Primary, #30A67F);
	text-align: center;
	font-family: var(--placement-buttons-nav-font, "Noto Sans");
	font-size: var(--placement-buttons-nav-small, 18px);
	font-style: normal;
	font-weight: var(--placement-buttons-nav-semibold, 640);
	line-height: 24px;
	/* 133.333% */
	letter-spacing: 0.2px;
	text-decoration: none;
}

.btnLinkWrap a:hover {
	text-decoration: none;
	background: #E6F4EF;
	box-shadow: unset;
}

.specialOffersSec .heading {
	padding: 0 52px;
	margin-bottom: 40px;
}

.chooseUsBecauseSec {
	display: flex;
	padding: 0px 80px 80px 80px;
	flex-direction: column;
	align-items: center;
	gap: 44px;
	align-self: stretch;
}

.faqsec .singleTitle {
	margin-bottom: 44px;
}

.chooseUsBecauseSec .choosebg {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 44px;
	padding: 108px 140px;
	border-radius: 24px;
	border: 1px solid var(--Stroke-On-Surface-Grey_Soft, rgba(180, 180, 179, 0.40));
	background: rgba(54, 54, 53, 0.02);
}

.chooseUsBecauseSec h2 {
	color: var(--Text-On-Surface-Primary, #363635);
	text-align: center;
	font-family: var(--Placement-Title-Font, "Noto Sans");
	font-size: var(--Placement-Title-Small, 36px);
	font-style: normal;
	font-weight: var(--Placement-Title-Bold, 700);
	line-height: 26px;
	/* 116.667% */
	letter-spacing: -0.2px;
	text-transform: capitalize;
	margin-bottom: 0px !important;
}

.chooseUsBecauseSec .boxWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	gap: 60px;
}

.chooseUsBecauseSec .boxWrap .box {
	display: flex;
	min-width: 370px;
	min-height: 218px;
	padding: 60px;
	justify-content: center;
	align-items: center;
	align-content: space-between;
	gap: 40px;
	border-radius: var(--Icons-Radius-Small, 10px);
	border: 1px solid var(--Stroke-On-Neutral-Grey_Soft, rgba(180, 180, 179, 0.40));
	background: #FFF;
	height: stretch;
}

.boxWrap .box h3 {
	color: var(--Text-On-Neutral-Tertiary, #363635);
	text-align: left;
	font-family: var(--Placement-Body-Font-II, "Noto Sans");
	font-size: var(--Placement-Body-Large, 18px);
	font-style: normal;
	font-weight: var(--Placement-Body-Black, 700);
	line-height: 1;
	letter-spacing: 0.22px;
	margin: 0;
	padding: 0;
}

.boxWrap .box p {
	color: var(--Text-On-Surface-Primary, #363635);
	font-family: var(--Placement-Body-Font-II, "Noto Sans");
	font-size: var(--Placement-Body-Base, 14px);
	font-style: normal;
	font-weight: var(--Placement-Body-Regular, 400);
	line-height: 1;
	letter-spacing: 0.64px;
	margin-bottom: 0px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.boxWrap .box figure {
	margin: 0 0 0px;
	padding: 0;
	line-height: 0;
}

.boxWrap .box figure svg {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.boxWrap .box .cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 16px;
	align-self: stretch;
	width: 100%;
}

.homeCtaSec {
	display: flex;
	height: 257px;
	padding: 40px;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	row-gap: 10px;
	align-self: stretch;
	flex-wrap: wrap;
	border-radius: 40px;
	background: #EBEBEA;
}

.homeCtaSec .left {
	max-width: 335px;
	width: 100%;
}

.homeCtaSec img.fs_logo {
	margin-bottom: 35px;
}

.homeCtaSec h3 {
	color: #363635;
	leading-trim: both;
	text-edge: cap;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -0.12px;
	text-transform: capitalize;
}

.btnTransparent {
	border-radius: 32px;
	border: 1px solid #363635;
	display: flex;
	padding: 17px 32px;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	color: var(--Text-On-Neutral-Tertiary, #363635);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-decoration: none;
}

.btnTransparent:hover {
	background: #E6F4EF;
	color: #1F8462;
	border-color: #1F8462;
}

.homeSecondSliderSec {
	padding: 0px 0;
	display: flex;
	width: 100%;
}

.homeSecondSliderSec .container {
	padding: 0 160px 80px 160px;
}

.homeSecondSliderSec .swiper {
	padding-bottom: 0px;
	border-radius: 10px;
}

.slderBoxWrap {
	position: relative;
	height: 560px;
	border-radius: 10px;
}

.slderBoxWrap figure {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.slderBoxWrap figure img {
	width: 100%;
	border-radius: 0px;
}

.slderBoxWrap .sliderText {
	position: absolute;
	top: inherit !important;
	bottom: 90px;
	left: 50%;
	transform: translate(-50%, 0) !important;
	width: 100%;
	max-width: 100%;
	padding: 24px 24px 0 !important;
	text-align: center;
	overflow: hidden;
	border-top-right-radius: 80px;
}

.slderBoxWrap .sliderText::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 496px;
	height: 907px;
	transform: rotate(-90deg);
	border-radius: 907px;
	opacity: 0.6;
	background: radial-gradient(50% 50% at 50% 50%, #353535 0%, #134031 100%);
	filter: blur(100px);
}

.slderBoxWrap .sliderText h2 {
	color: var(--Text-On-Brand-Primary, #E6F4EF);
	text-align: center;
	font-family: var(--Placement-Title-Font, "Noto Sans");
	font-size: var(--Placement-Title-Small, 36px);
	font-style: normal;
	font-weight: var(--Placement-Title-Bold, 700);
	/* 116.667% */
	letter-spacing: -0.2px;
	text-transform: capitalize;
	line-height: 26px;
	margin-bottom: 24px;

}

.slderBoxWrap .sliderText p {
	color: var(--Text-On-Brand-Primary, #E6F4EF);
	font-family: var(--Placement-Body-Font-I, Lato);
	font-size: var(--Placement-Body-Large, 22px);
	font-style: normal;
	font-weight: var(--Placement-Body-Regular, 400);
	margin-bottom: 40px;
	line-height: 16px;
	/* 163.636% */
	letter-spacing: 0.52px;
}

.btnFrostedMint {
	display: inline-flex;
	padding: 0;
	align-items: center;
	border-radius: 20px;
	border: 1px solid rgba(54, 54, 53, 0.50);
	background: #E6F4EF;
	color: #1F8462;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-decoration: none;
	position: relative;
}

.btnFrostedMint .label {
	color: #1F8462;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	padding: 19px 20px;
}

.btnFrostedMint .arrow {
	background: #444441;
	color: white;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s ease;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity: 0;
}

.btnFrostedMint .arrow img {
	width: 0;
	height: 40px;
	transform: translateX(20px);
	transition: all 0.3s ease;
}

.btnFrostedMint:hover {
	border-radius: 20px;
	border: 1px solid #363635;
	background: #E6F4EF;
	box-shadow: 0px 4px 8px 0px rgba(54, 54, 53, 0.12);
}

.btnFrostedMint:hover .arrow {
	padding: 12px 24px;
	opacity: 1;
}

.btnFrostedMint:hover .arrow img {
	width: 40px;
	transform: translateX(0);
}

.homeSecondSliderSec .btnFrostedMint:hover span.label {
	padding-right: 40px;
}

.homeSecondSliderSec .btnFrostedMint:hover .arrow {
	position: absolute;
	right: -81px;
	padding: 12px 35px;
	border-radius: 25px;
}

.homeSecondSliderSec .swiper-button-next,
.homeSecondSliderSec .swiper-button-prev {
	display: none;

}

.homeSecondSliderSec .swiper-button-prev {
	left: 35%;
}

.homeSecondSliderSec .swiper-button-next {
	right: 35%;
}

.homeSecondSliderSec .swiper-horizontal>.swiper-pagination-bullets,
.homeSecondSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal,
.homeSecondSliderSec .swiper-pagination-custom,
.homeSecondSliderSec .swiper-pagination-fraction {
	top: 90%;
	left: 50%;
	height: 15px;
	transform: translateX(-50%);
}

.specialOffersSec .product-card {
	margin: auto !important;
}

.findPerfectFloorSec {
	padding: 0px 80px 0px 80px;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: -58px;
	position: relative;
	z-index: 999;
}

.findPerfectFloorSec .container {
	max-width: 1152px;
}

.singleTitle {
	color: #363635;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}

.colorBoxWrap {
	display: flex;
	align-items: center;
	gap: 42px;
	align-self: stretch;
}

.colorBoxWrap .box {
	display: flex;
	width: 217px;
	height: 217px;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 32px;
	background: var(--Background-Neutral-Primary, #E6F4EF);
}

.colorBoxWrap .box:hover {
	box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.08);
}

.colorBoxWrap .box figure {
	margin: 0;
	line-height: 0;
	padding: 0;
}

.colorBoxWrap .box figure svg,
.colorBoxWrap .box figure img {
	width: 60px;
	height: 60px;
	padding: 10px;
}

.colorBoxWrap .box:first-child figure svg,
.colorBoxWrap .box:first-child figure img {
	padding: 2px;
}

.colorBoxWrap .box h4 {
	color: var(--Text-On-Neutral-Tertiary, #363635);
	font-family: var(--Placement-Heading-Font, "Noto Sans");
	font-size: var(--Placement-Heading-Small, 24px);
	font-style: normal;
	font-weight: var(--Placement-Heading-Medium, 600);
	line-height: 28px;
	/* 116.667% */
	letter-spacing: -0.12px;
	text-transform: capitalize;
	text-align: center;
}

.link-box {
	text-decoration: none;
}

.colorBoxWrap .box a {
	text-decoration: none;
	color: var(--Text-On-Neutral-Primary, #30A67F);
	text-align: center;
	font-family: var(--placement-buttons-nav-font, "Noto Sans");
	font-size: var(--placement-buttons-nav-small, 18px);
	font-style: normal;
	font-weight: var(--placement-buttons-nav-regular, 500);
	line-height: 24px;
	/* 133.333% */
	letter-spacing: 0.2px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ecoFriendlyCollectionSec {
	padding: 80px 0;
	display: flex;
	width: 100%;
}

.ecoTwoboxWrap {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
}

.ecoTwoboxWrap figure {
	margin: 0;
	line-height: 0;
}

.imgBox {
	position: relative;
}

.ecoTwoboxWrap .leftSide .imgBox figure {
	width: 788px;
	height: 670px;
	aspect-ratio: 788 / 709;
}

.ecoTwoboxWrap .leftSide .imgBox figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mostpopular_tag {
	display: inline-flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: rgba(48, 166, 127, 0.80);
	color: #DEEDEA;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.4px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.ecoTwoboxWrap figure img {
	border-radius: 40px;
}

.ecoTwoboxWrap .productInfo {
	position: absolute;
	bottom: 60px;
	left: 60px;
	width: calc(100% - 120px);
	border-radius: var(--buttons-nav-radius-small, 20px);
	background: rgba(48, 166, 127, 0.80);
	display: flex;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
}

.ecoTwoboxWrap .productInfo h5 {
	color: #fff;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.ecoTwoboxWrap .productInfo .left span {
	color: #FFF;
	font-family: var(--Font--family);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
}

.ecoTwoboxWrap .productInfo .left sup {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.ecoTwoboxWrap .productInfo .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.ecoTwoboxWrap .productInfo .right a {
	display: inline-block;
	text-decoration: none;
}

.ecoTwoboxWrap .productInfo .right a svg {
	width: 36px;
	height: 36px;
}

.ecoTwoboxWrap .rightSide .imgBox {
	margin-top: 40px;
}

.ecoTwoboxWrap .rightSide .btnWrap {
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 20px;
	background: #30A67F;
	height: 70px;
	cursor: pointer;
}

.ecoTwoboxWrap .rightSide .btnWrap a {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	width: 100%;
}

.ecoTwoboxWrap .rightSide .btnWrap span {
	color: #FFF;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 600px;
	line-height: 20px;
	letter-spacing: 0.2px;
}

.ecoTwoboxWrap span.woocommerce-Price-currencySymbol {
	vertical-align: super;
}

.ecoTwoboxWrap span.price-decimal {
	vertical-align: super;
}

.ecoTwoboxWrap span.price-decimal:after {
	content: " m²";
	font-weight: bold;
	font-size: 24px;
	margin-left: 0px;
	color: #fff;
	top: -7px;
	position: relative;
}

.ecoTwoboxWrap .rightSide .productInfo {
	bottom: 20px;
	padding: 15px;
	width: calc(100% - 40px);
	left: 20px;
}

.ecoTwoboxWrap .rightSide .productInfo h5 {
	margin: 0;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}

.faqSec {
	padding: 0px 0;
	display: block;
}

.home .faqSec .container {
	padding: 40px 160px 80px;
}

.accordion {
	display: block;
}

.accordion-item {
	/* border-radius: 10px;
	border: 1px solid #1F8462;
	background: #E6F4EF; */
	margin-bottom: 12px;
	padding: 10px;

}

.accordion-item.open {
	border-radius: 20px;
	border: 1px solid #30A67F;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.accordion-header {
	padding: 12px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: var(--Text-On-Brand-Black, #000);
	font-family: 'LATO';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.2px;
	gap: 20px;
	border-radius: 10px;
	border: 1px solid #1F8462;
	background: #E6F4EF;
}

.accordion-header.active {
	border-radius: 10px;
	border: 1px solid #1F8462;
	background: #E6F4EF;
	padding: 18px;
}

.accordion-header::before {
	display: none;
	position: absolute;
	content: "";
	width: 8px;
	height: 16px;
	background-color: #30A67F;
	border-radius: 10px;
	left: 15px;
}

.accordion-header.active::before {
	display: none;
}

.accordion-header span.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
}

.accordion-header span.icon img,
.accordion-header span.icon svg {
	width: 100%;
	height: auto;
	transition: transform 0.3s;
}

.accordion-header.active span.icon img,
.accordion-header.active span.icon svg {
	transform: rotate(180deg);
}

.accordion-content {
	display: none;
	padding: 15px 25px;
}

.faqSec .accordion-content {
	padding: 10px !important;
	width: 100%;
}

.accordion-content p {
	color: #000;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin-bottom: 0px;
}

.testimonialSliderSec .es-widget-background-wrapper {
	padding: 0 !important;
}

.testimonialSliderSec .es-header-container {
	padding-top: 44px;
	padding-bottom: 10px;
}

.site-footer {
	background: #444441;
	padding: 100px 160px;
	display: block;
}

.footerBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 120px;
	gap: 80px;
}

.footerBox h3 {
	color: #FFF;
	font-family: var(--Font--family2);
	font-size: 22px;
	font-style: normal;
	margin-bottom: 28px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
}

.footerBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.footerBox ul li {
	position: relative;
}

.footerBox ul li a {
	color: var(--Fill-On-Surface-White, #FFF);
	font-family: var(--Placement-Body-Font-I, Lato);
	font-size: var(--Placement-Body-Misc, 12px);
	font-style: normal;
	font-weight: var(--Placement-Body-Regular, 400);
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.64px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footerBox ul li a:hover {
	text-decoration: none;
}

.socialLinksWrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.socialLinksWrap a svg {
	width: 24px;
}

.footerBox.footerBottom {
	margin-bottom: 60px;
	justify-content: space-between;
}

.copyWrite {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.copyWrite p {
	color: #EBEBEA;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.4px;
	font-family: var(--Font--family2);
}

.footerBox a {
	text-decoration: none;
}

.prodcut-row li.product {
	padding: 10px;
}

.product-row li.product img {
	width: 200px;
	height: 250px;
	background: #cce;
	border-radius: 15px;
}

.product-row.odd-row {
	list-style: none;
}

h2.woocommerce-loop-product__title {
	font-family: 'NOTO SANS';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.64px;
	font-weight: 400;
	margin-top: 16px;
}

.specialOffersSec .container {
	max-width: 100%;
	padding: 40px 108px 80px 108px;
}

.specialOffersSec .productList {
	padding: 0 36px;
	position: relative;
}

.specialOffersSec .productList .mySpecialSwiper,
.specialOffersSec .productList .bestsellerSwiper {
	position: static;
}

.productList .swiper-button-prev {
	left: -12px;
}

.productList .swiper-button-next {
	right: -12px;
}

.productList .swiper-button-next,
.productList .swiper-button-prev {
	width: 38px;
	height: 38px;
}

.productList .swiper-button-prev::after {
	background-image: url(images/arrow_left-circle.png);
	background-size: 34px;
	background-position: center center;
	font-size: 0;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	content: "";
	transform: rotate(180deg);
}

.productList .swiper-button-prev.swiper-button-disabled::after {
	background-image: url(images/arrow_left-circle-gray.png);
	background-size: 34px;
	background-position: center center;
	font-size: 0;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	content: "";
	transform: none;
}

.productList .swiper-button-next::after {
	background-image: url(images/arrow_left-circle.png);
	background-size: 34px;
	background-position: center center;
	font-size: 0;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	content: "";
}

.productList .swiper-button-next.swiper-button-disabled::after {
	background-image: url(images/arrow_left-circle-gray.png);
	background-size: 34px;
	background-position: center center;
	font-size: 0;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	content: "";
	transform: rotate(180deg);
}

/* 19 aug 2025 */
.defaultpagetemp {
	padding: 80px 0;
}

.custom_entry_header h1.entry-title {
	margin: 0;
	color: #B4B4B3;
	font-family: var(--Font--family);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.12px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.account-dashboard {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.accountWrapSec .account-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.orderCustomLinkWrap {
	width: 280px;
}

.profile-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f9fdfb;
	padding: 20px;
	margin-bottom: 0;
	width: calc(100% - 304px);
	border-radius: 40px;
	border: 1px solid rgba(180, 180, 179, 0.40);
}

.profileNameWrap {
	display: flex;
	gap: 24px;
	align-items: center;
}

.profile-icon {
	font-size: 40px;
	color: #4caf84;
	line-height: 0;
	position: relative;
}

.profile-icon img.avatar {
	border-radius: 20px;
}

.profile-picture {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

/* Hover edit button */
.profile-edit {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	padding: 8px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}

.profile-icon:hover .profile-edit {
	display: flex;
}

.upload-loader {
	font-size: 15px;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	left: 0;
	border-radius: 20px;
	padding-top: 60px;
	text-align: center;
}

/* Dropdown options */
.upload-options {
	list-style: none;
	margin: 0;
	border: 1px solid #ddd;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 10;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0 2px 12px -2px rgba(54, 54, 53, 0.20);
	backdrop-filter: blur(10px);
	width: 297px;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.upload-options li {
	padding: 8px 10px;
	border-radius: 10px;
	width: 100%;
}

.upload-options li:hover {
	background: #E6F4EF;
}

.upload-options li a {
	color: #000;
	font-family: var(--Font--family);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.upload-options li a.removePic {
	color: #FF3B30;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.profile-icon img.profile-picture {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.profile-info h3 {
	margin: 0;
	color: #363635;
	font-family: var(--Font--family);
	font-size: 28px;
	font-style: normal;
	font-weight: 640px;
	line-height: 42px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}

.profile-info p {
	color: #B4B4B3;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin: 0;
}

.btn-delete-acnt {
	border-radius: 20px;
	border: 1px solid #ff3b30;
	padding: 21px 33px;
	text-decoration: none;
	color: #ff3b30;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 640;
	line-height: 20px;
	letter-spacing: 0.2px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.account-action-box {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.pdfjs-fullscreen a {
	width: 238px;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 1px solid #30A67F;
	padding: 21px 40px;
	text-decoration: none;
	color: #30A67F;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 640;
	line-height: 20px;
	letter-spacing: 0.2px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-edit {
	border-radius: 20px;
	border: 1px solid #30A67F;
	padding: 21px 40px;
	text-decoration: none;
	color: #30A67F;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 640;
	line-height: 20px;
	letter-spacing: 0.2px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.account-sections {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
}

.account-box {
	display: flex;
	align-items: center;
	gap: 35px;
	background: #f9fdfb;
	padding: 20px;
	transition: 0.3s;
	text-decoration: none;
	border-radius: 40px;
	border: 1px solid rgba(180, 180, 179, 0.40);
	color: #363635;
	font-family: var(--Font--family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.22px;
}

.account-box i {
	font-size: 28px;
	margin-bottom: 10px;
	color: #4caf84;
}

.account-box:hover {
	border-color: #4caf84;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

a.back_btn {
	color: #363635;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 640;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

a.back_btn svg {
	width: 25px;
	height: 25px;
}

.woocommerce-MyAccount-content {
	margin-top: 40px;
}

button.woocommerce-Button.button {
	border-radius: 20px;
	background: #30A67F;
	padding: 21px 40px;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 20px;
	font-style: normal;
	font-weight: 640px;
	line-height: 20px;
	letter-spacing: 0.2px;
	margin-top: 20px;
	cursor: pointer;
}

.whatsapp-btn {
	display: inline-flex;
	transform: rotate(-90deg);
	padding: 17px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 32px;
	background: #30A67F;
	position: fixed;
	right: -74px;
	bottom: 150px;
	z-index: 99;
}

.whatsapp-btn a {
	color: #E6F4EF;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	/* 133.333% */
	letter-spacing: 0.2px;
}

.whatsapp-btn img {
	width: 24px;
	height: 24px;
	margin-bottom: -6px;
}


/* wishlist page */
.woocommerce-wishlist .defaultpagetemp {
	padding-top: 15px;
}

.woocommerce .wishlist-title {
	display: none;
}

.wishlistEmptySec {
	display: block;
	padding: 24px 0 60px;
}

.wishlist-items-wrapper .wishlist-empty {
	width: 100%;
	text-align: center;
}

.wishlistEmptySec h2 {
	color: #363635;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 640;
	line-height: 42px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
	padding-bottom: 30px;
}

.wishlistEmptySec p {
	color: #363635;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin-bottom: 52px;
	padding: 0;
}

.wishlistEmptySec a.btn {
	padding: 17px 32px;
	color: #E6F4EF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-decoration: none;
	display: inline-block;
	width: 280px;
	background: #30A67F;
}

.wishlistEmptySec a.btn:hover {
	background: #1F8462;
}

.wishlistEmptySec figure {
	display: block;
	padding: 0;
	margin: 60px 0 0;
	text-align: center;
	line-height: 0;
}

.wishlistEmptySec img {
	display: inline-block;
}

.thradHeading {
	display: none;
}

.wishlist-items-wrapper {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 0;
}

.wishlist-items-wrapper .yithTrSec {
	width: calc(20% - 11.5px);
	display: flex;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.wishlist-fragment .custom_entry_header {
	margin: 40px 0;
}

.wishlist-fragment .custom_entry_header .entry-title {
	margin: 0;
}

.wishlist-items-wrapper .yithTrSec .product-remove {
	display: none;
}

.wishlist-items-wrapper .yithTrSec .product-thumbnail {
	width: 100%;
	text-align: center;
	line-height: 0;
}

.wishlist-items-wrapper .yithTrSec .product-thumbnail img {
	width: 100%;
	border-radius: 20px;
	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}

.wishlist-items-wrapper .yithTrSec .product-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wishlist-items-wrapper .yithTrSec .product-name a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	flex: 1 0 0;
	text-decoration: none;
	overflow: hidden;
	color: #363635;
	text-overflow: ellipsis;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	flex: 0 0 calc(100% - 30px);
}

.wishlist-items-wrapper .yithTrSec .product-price span.woocommerce-Price-amount.amount {
	color: #363635;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.22px;
}

.wishlist-items-wrapper .yithTrSec .product-price span.woocommerce-Price-currencySymbol {
	font-size: 12px;
	vertical-align: super;
}

.wishlist-items-wrapper .yithTrSec .product-price span.price-decimal {
	font-size: 12px;
	vertical-align: super;
	margin-left: 1px;
}

.wishlist-items-wrapper .yithTrSec .product-stock-status {
	display: none;
}

.wishlist-items-wrapper .yithTrSec .product-add-to-cart span.dateadded {
	display: none;
}

.wishlist-items-wrapper .yithTrSec .product-add-to-cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-direction: column;
	width: 100%;
}

.wishlist-items-wrapper .yithTrSec .product-add-to-cart a.product_type_simple.add_to_cart_button {
	background: #30A67F;
	width: 100%;
	border-radius: 32px;
	text-decoration: none;
	padding: 17px 32px;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.wishlist-items-wrapper .yithTrSec .product-add-to-cart a.product_type_simple.add_to_cart_button:hover {
	background: #1F8462;
}

.wishlist-items-wrapper .yithTrSec .product-add-to-cart a.remove_from_wishlist.button {
	border-radius: 32px;
	border: 1px solid #FF3B30;
	padding: 17px 32px !important;
	text-decoration: none;
	width: 100%;
	display: inline-block !important;
	color: #FF3B30;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.wishlist-items-wrapper .yithTrSec .product-add-to-cart a.remove_from_wishlist.button:hover {
	background-color: #E0F9F0;
}

.wishlist-items-wrapper .yithTrSec .product-price .sqmText {
	padding-left: 3px;
}

.header-search-form .ywcas-input-field input {
	display: flex !important;
	width: 600px !important;
	height: 47px !important;
	padding: 0 !important;
	padding-left: 40px !important;
	justify-content: space-between;
	align-items: center;
	border-radius: 40px;
	color: rgba(54, 54, 53, 0.50) !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal !important;
}

.header-search-form .ywcas-input-field input::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 15px;
	background-image: url(images/serachIcon.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
}

.header-search-form .ywcas-input-field-wrapper .ywcas-input-field::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 15px;
	background-image: url(images/serachIcon.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
}

.wp-block-yith-search-block .ywcas-classic-search.ywcas-small button svg.ywcas-submit-icon {
	display: none;
}

.css-2hpm6a .ywcas-submit-button {
	border-radius: 25px !important;
	padding: 12px 32px;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__content {
	display: flex;
	width: 220px;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail img {
	height: auto;
	border: 0 !important;
	border-radius: 15px;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.list .search-result-item__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-decoration: none;
	overflow: hidden;
	color: #363635;
	text-overflow: ellipsis;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item_name {
	width: 100%;
	align-items: center !important;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list .ywcas-search-results-grid {
	gap: 25px;
	display: flex !important;
	flex-wrap: wrap;
}

.ywcas-popover-results {
	min-width: auto !important;
	width: 100%;
	max-width: 780px;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item {
	width: 220px;
}

.product-card .product-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-search-form .wp-block-yith-search-block .ywcas-classic-search.ywcas-small input {
	padding: 5px 0 5px 30px !important;
}

.header-search-form .css-2hpm6a .ywcas-input-field-wrapper {
	border-color: #30A67F !important;
}

input:focus-visible,
input:focus {
	border-color: #30A67F;
	box-shadow: none;
	outline-color: #30A67F;
	outline-width: 1px;
	border-width: 1px;
	outline-style: unset;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search {
	background: var(--Fill-Overlay-Tertiary, rgba(0, 0, 0, 0.60));
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Backdrop__root {
	background: transparent;
	opacity: 1 !important;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container {
	height: 70vh;
	width: 60%;
	position: absolute;
	left: 20%;
	background: #fff;
	top: 15vh;
	overflow: hidden;
	padding: 40px 37px 40px 40px;
	border-radius: 60px;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close {
	top: 0;
	border-radius: 100%;
	border: 1px solid #363635;
	display: flex;
	width: 60px;
	height: 60px;
	padding: 17px 17px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	aspect-ratio: 1 / 1;
	right: 35px;
	border-radius: 32px;
	border: 1px solid #363635;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close svg {
	fill: #363635;
	width: 21px;
}

.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root {
	flex: 0 0 90% !important;
	margin-top: 0px;
	position: relative;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container .lapilliUI-ModalContent__root {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root::after {
	content: "Submit";
	border-radius: 32px;
	background: #30A67F;
	color: #E6F4EF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 17px 40px 17px 50px;
	cursor: pointer;
}

.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root .ywcas-submit-wrapper.lapilliUI-Box__root {
	position: absolute;
	right: 88px;
	top: 18px;
}

.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root .ywcas-submit-wrapper.lapilliUI-Box__root svg.ywcas-submit-icon {
	stroke: #fff;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container .lapilliUI-ModalContent__root .wp-block-columns {
	flex-direction: column;
	gap: 20px;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container .lapilliUI-ModalContent__root .wp-block-yith-overlay-empty-block.lapilliUI-Stack__root .ywcas-popular-searches-wrapper {
	margin: 0;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container .lapilliUI-ModalContent__root .wp-block-columns h2.wp-block-heading.has-medium-font-size {
	margin-bottom: 15px;
	color: #7C7C7A;
	text-align: center;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.wp-block-yith-overlay-empty-block {
	padding-top: 15px !important;
}

ul.wc-block-grid__products {
	flex-wrap: nowrap;
}

ul.wc-block-grid__products li.wc-block-grid__product {
	width: 220px;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart {
	display: none;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container ul.wc-block-grid__products li.wc-block-grid__product a.compare.button.icon-btn.add-to-compare {
	position: absolute;
	top: 0;
	right: 5px;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	color: #333;
	line-height: 24px;
	font-style: normal;
	letter-spacing: 0.64px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
	text-decoration: none;
}

.ywcas-overlay-search.lapilliUI-Box__root .lapilliUI-Box__root button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault {
	border-radius: var(--Cards-Radius-Small, 40px);
	border: 1px solid var(--Stroke-On-Neutral-Primary, #30A67F);
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: end;
	height: 47px;
	position: relative;
}

button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault::before {
	content: "Search for “red carpets”";
	position: absolute;
	left: 15px;
	top: 13px;
	display: inline-block;
	color: rgba(54, 54, 53, 0.50);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-image: url(images/serachIcon.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
}

button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault:after {
	content: "Submit";
	position: absolute;
	right: 30px;
	top: 10px;
	display: inline-block;
	color: #E6F4EF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
}

button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault svg {
	background: #30A67F;
	width: 120px;
	border-radius: 30px;
	height: 47px;
	padding: 0 60px;
	position: relative;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close::before {
	display: none;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close::after {
	display: none;
}

.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close svg {
	background: transparent;
	height: auto;
	padding: 0;
}

#yith-woocompare-preview-bar.shown {
	display: none !important;
}

.w2wasp__searchbar input.w2wasp__input {
	background: transparent !important;
}

.w2w-flooring-option span.w2w-close-chip {
	display: none;
}

.w2w-flooring-option.selected span.w2w-close-chip {
	display: inline-block;
}

.specialOffersSec .productList .swiper-pagination {
	display: none;
}

.orderDetailMainWrapSec {
	display: block;
	padding: 20px 0 60px;
}

.orderDetailMainWrapSec .custom_entry_header {
	display: block;
	margin: 40px 0 0;
}

#order-filter-form {
	display: flex;
	align-content: center;
	gap: 12px;
	margin-bottom: 40px;
}

#order-filter-form label {
	color: #B4B4B3;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.52px;
	font-family: var(--Font--family2);
}

#order-filter-form .radiowrap {
	position: relative;
	padding: 12px 12px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	display: inline-flex;
	align-items: center;
	border-radius: 25px;
	border: 1px solid #B4B4B3;
	color: #363635;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	font-family: var(--Font--family);
}

#order-filter-form .radiowrap:has(input[type="radio"]:checked) {
	border: 1px solid #363635;
	background: #30A67F;
	color: #EBEBEA;
}

.radiowrap input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

div#order-results {
	overflow: hidden;
}

.orderDetailsSec .product_item {
	display: none;
}

.orderDetailsSec .product_item:first-child {
	display: block;
}

#order-results .order-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border-radius: 20px;
	min-width: 482px;
	position: relative;
	background: #fff;
	border: 1px solid rgba(180, 180, 179, 0.40);
}

#order-results .order-card:hover {
	background: #F5FBF9;
	box-shadow: 0 2px 20px 2px rgba(68, 68, 65, 0.12);
}

#order-results .order-card.active {
	border: 1px solid #1F8462;
	background: #F5FBF9;
	box-shadow: 0 2px 20px 2px rgba(68, 68, 65, 0.12);
}

.order-card figure {
	margin: 0;
	width: 160px;
	height: 85px;
	flex: 0 0 160px;
}

.order-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	border-radius: 5px;
}

.custom-product-grid {
	margin-bottom: 60px;
}

.w2wProductDetails {
	flex: 0 0 calc(100% - 180px);
}

.w2wProductDetails h2 {
	color: #000;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.2px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 80px;
}

.w2wProductDetails h2 .cat {
	border-radius: 20px;
	background: #E6F4EF;
	padding: 8px;
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
}

#order-results .order-card .w2wProductDetails h2 span.cat {
	margin-right: 30px;
}

.w2wProductDetails h6 {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.12px;
}

.w2wProductDetails p {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.12px;
	margin: 0 0 16px;
}

.w2wProductDetails .metaData {
	display: flex;
	align-content: center;
	justify-content: space-between;
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
}

.badgetxet {
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 10px 16px;
	border-radius: 0 20px 0 20px;
	background: #30A67F;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.2px;
	display: flex;
}

.badgetxet.Transit {
	background: linear-gradient(0deg, rgba(31, 132, 98, 0.20) 0%, rgba(31, 132, 98, 0.20) 100%), var(--Fill-On-Surface-Grey_Medium, #7C7C7A);
}

.orderDetailsSec {
	display: block;
	width: 100%;
	padding: 40px 0;
}

.orderProductWrap {
	display: flex;
	align-content: center;
	gap: 50px;
	align-items: center;
	margin-bottom: 40px;
}

.orderProductWrap .left {
	display: flex;
	gap: 12px;
}

.orderProductWrap .left figure {
	margin: 0;
	width: 160px;
	height: 85px;
}

.orderProductWrap .left figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.orderDetailsSec .orderIdTitle {
	display: flex;
	flex-direction: column;
	color: #000;
	font-family: var(--Font--family2);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
	margin-bottom: 16px;
}

.orderDetailsSec .orderIdTitle span {
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
}

.orderProductWrap .left h2 {
	color: #000;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.2px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.w2wProductDetails span.h2title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 120px;
}

.orderProductWrap .left h2 .cat {
	border-radius: 20px;
	background: #E6F4EF;
	padding: 8px;
	flex: 0 0 auto;
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
	min-width: 54px;
	text-align: center;
}

.orderProductWrap .left h2 .cat a {
	color: #7C7C7A;
	text-decoration: none;
}

.orderProductWrap .right {
	display: flex;
	align-content: center;
	gap: 80px;
}

.orderProductWrap .right p {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	color: #363635;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
}

.orderProductWrap .right p span {
	color: #7C7C7A;
	text-align: center;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
}

.orderPlacedBoxWrap {
	display: flex;
	gap: 24px;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 685px;
	width: 100%;
}

.orderPlacedBoxWrap .topSec {
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: space-between;
}

.orderPlacedBoxWrap .topSec h6 {
	color: #30A67F;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
}

.orderPlacedBoxWrap .topSec .date {
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.orderPlacedBoxWrap .bottomSec {
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: space-between;
}

.orderPlacedBoxWrap .bottomSec p {
	margin-bottom: 0;
	color: #363635;
	text-align: center;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.orderPlacedBoxWrap .bottomSec p a {
	color: #30A67F;
	letter-spacing: 0.2px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.orderPlacedBoxWrap .bottomSec p a:hover {
	text-decoration: none;
}

.orderPlacedBoxWrap .bottomSec .smallText {
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
}

.orderPlacedBoxWrap .bottomSec h5 {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.orderPlacedBoxWrap .bottomSec .btn {
	border-radius: 20px;
	border: 1px solid #30A67F;
	background: transparent;
	color: #30A67F;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-decoration: none;
	padding: 13px 32px;
}

.orderPlacedBoxWrap .bottomSec .btn:hover {
	background: #30A67F;
	color: #fff;
}

.customerShippingWrap {
	margin-top: 52px;
	display: flex;
	align-items: flex-start;
	gap: 120px;
	margin-bottom: 52px;
}

.customerShippingWrap h4 {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin-bottom: 16px;
}

.customerShippingWrap .customer p {
	margin-bottom: 0;
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

element {}

.customerShippingWrap .customer p span {
	color: #000;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	width: 45%;
}

.customerShippingWrap .shippingAddress h4 {
	margin-top: 32px;
}

.customerShippingWrap .shippingAddress h4:first-child {
	margin-top: 0;
}

.customerShippingWrap .shippingAddress p {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
}

.customerShippingWrap .customer {
	width: 30%;
}

.feedbackFormSec {
	/*   border-top: 1px solid #B4B4B3; */
	padding-top: 12px;
	display: block;
}

.custom-star-rating {
	direction: rtl;
	display: inline-flex;
	gap: 4px;
	cursor: pointer;
}

.custom-star-rating input[type="radio"] {
	display: none;
}

.custom-star-rating label {
	transition: transform 0.2s ease;
}

.custom-star-rating label:hover {
	transform: scale(1.1);
}

/* Fill stars when checked */
.custom-star-rating input[type="radio"]:checked~label svg path {
	fill: #1a988a;
}

/* Hover fill effect */
.custom-star-rating label:hover svg path,
.custom-star-rating label:hover~label svg path {
	fill: #1a988a33;
}

.feedbackFormSec .starWrapSec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feedbackFormSec .starWrapSec .startList {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.feedbackFormSec .starWrapSec button {
	color: #30A67F;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
	border: 0;
	background: transparent;
}

.feedbackMessage {
	display: block;
	margin: 20px 0 0;
}

.feedbackMessage textarea {
	border-radius: 12px;
	border: 1px solid rgba(54, 54, 53, 0.50);
	padding: 16px 12px;
	resize: none;
}

.feedbackFormSec .starWrapSec .startList label {
	color: #7C7C7A;
	font-family: var(--Font--family2);
	font-size: 12px;
	font-style: normal;
	font-weight: var(--Placement-Body-Regular, 400);
	line-height: 20px;
	letter-spacing: 0.12px;
}

.feedbackMessage label {
	color: #363635;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin-bottom: 4px;
	display: block;
}

.paymentMethod span {
	color: #363635;
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.helpSupportSec {
	display: block;
	padding: 80px 0 142px;
}

.helpSupportSec .heading {
	justify-content: center;
	flex-direction: column;
	margin-bottom: 80px;
}

.helpSupportSec .heading h1 {
	color: #363635;
	text-align: center;
	font-family: var(--Font--family2);
	font-size: 28px;
	font-style: normal;
	font-weight: 640;
	line-height: 42px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
	margin: 0 0 36px;
	padding: 0;
}

.helpSupportSec .heading p {
	color: #363635;
	text-align: center;
	font-family: var(--Font--family2);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
	margin: 0;
}

.quickContactsWrap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 127px;
}

.quickContactsWrap .quickContactSec {
	width: 378px;
}

.quickContactSec h2 {
	color: #B4B4B3;
	font-family: var(--Font--family);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.12px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.quickContactSec p {
	color: #363635;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
}

.quickContactSec h3 {
	overflow: hidden;
	color: #30A67F;
	leading-trim: both;
	text-edge: cap;
	text-overflow: ellipsis;
	font-family: var(--Font--family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.22px;
	margin: 39px 0 24px;
}

.quickContactSec a {
	color: #1F8462;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	text-decoration: none;
}

.quickContactSec a:hover {
	text-decoration: underline;
}

.quickContactSec .whatsappBtn {
	border-radius: 32px;
	background: #30A67F;
	padding: 17px 32px;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 18px;
	font-style: normal;
	font-weight: 640;
	line-height: 24px;
	letter-spacing: 0.2px;
	display: flex;
	margin-top: 32px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	max-width: 215px;
	gap: 5px;
}

.quickContactSec .whatsappBtn:hover {
	text-decoration: none;
}

.quickContactsWrap .contactFormSec {
	width: calc(100% - 505px);
}

.contactFormSec .form_control label {
	color: #363635;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin-bottom: 8px;
	display: block;
}

.contactFormSec .form_control input {
	border-radius: 12px;
	border: 1px solid var(--Stroke-On-Surface-Black_50, rgba(54, 54, 53, 0.50));
	padding: 16px 12px;
	height: 44px;
	color: rgba(54, 54, 53, 0.50);
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.contactFormSec .form_control textarea {
	border-radius: 12px;
	border: 1px solid rgba(54, 54, 53, 0.50);
	padding: 16px 12px;
	height: 160px;
	color: rgba(54, 54, 53, 0.50);
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	resize: none;
}

.contactFormSec .form_control p {
	margin: 0;
}

.contactFormSec .form_control {
	margin-bottom: 29px;
}

.form_control.btnWrap input.wpcf7-submit {
	border-radius: 26.403px;
	background: #30A67F;
	padding: 13.86px 26.4px;
	height: auto;
	color: #E6F4EF;
	text-align: center;
	font-family: var(--Font--family);
	font-size: 13.202px;
	font-style: normal;
	font-weight: 640;
	line-height: 13.202px;
	letter-spacing: 0.132px;
	border: 0;
}

.wpcf7-not-valid-tip {
	line-height: 21px;
	font-size: 13px;
}

.productList {
	margin-bottom: 60px;
}

.swiper-wrappers {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	gap: 10px;
	padding: 10px;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.swiper-wrappers .order-card {
	flex: 0 0 auto;
	cursor: pointer;
}

form.woocommerce-EditAccountForm.edit-account {
	border-radius: 40px;
	border: 1px solid rgba(180, 180, 179, 0.40);
	background: #F5FBF9;
	box-shadow: 0 2px 12px -2px rgba(54, 54, 53, 0.20);
	padding: 20px;
}

form.woocommerce-EditAccountForm.edit-account label {
	color: #363635;
	font-family: var(--Font--family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
}

form.woocommerce-EditAccountForm.edit-account input {
	border-radius: 12px;
	border: 1px solid rgba(54, 54, 53, 0.50);
	color: var(--Text-On-Surface-Black_50, rgba(54, 54, 53, 0.50));
	font-family: var(--Font--family2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.w2w-attribute-chips button.w2w-chip:hover {
	background: #E0F9F0;
	border: 1px solid #1F8462;
}

.wishlist-items-wrapper .yithTrSec .product-price .offer-row span.woocommerce-Price-amount.amount {
	color: #444441;
	font-family: Lato;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
	text-decoration-line: line-through;
}

.wishlist-items-wrapper .yithTrSec .product-price del {
	display: none;
}

.wishlist-items-wrapper .yithTrSec .swatches {
	min-height: 0px;
}

.wishlist-items-wrapper .yithTrSec .product-name {
	width: 100%;
}

.wishlist-items-wrapper .yithTrSec .product-price mark,
.wishlist-items-wrapper .yithTrSec .product-price ins {
	background: transparent;
	text-decoration: none;
}

.wishlist-items-wrapper .yithTrSec .product-price .offer-row span.woocommerce-Price-currencySymbol {
	vertical-align: baseline;
}

.offer-row .rrp {
	opacity: 0.6;
}

.addon-wrap {
	width: 120px;
}

.calcy-wrapper input[name="calwidth"] {
	margin-bottom: 0px !important;
}

.w2wasp__dialog .w2wasp__section .product-card {
	width: 180px;
}

.w2wasp__dialog .w2wasp__section .product-card span.woocommerce-Price-currencySymbol {
	vertical-align: baseline;
}

.ecoFriendlyCollectionSec .heading {
	display: block;
	text-align: center;
}

.heading .singleTitle {
	color: #363635;
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.woocommerce-notices-wrapper.homepage {
	position: fixed;
	z-index: 999999999999;
	top: -13px;
	right: 20px;
	width: 30%;
}

a.btn-add-to-cart.added {
	pointer-events: none;
	background: #B4B4B3 !important;
	cursor: not-allowed;
	color: #7C7C7A !important;
	cursor: not-allowed;
}

.product-card a {
	text-decoration: none;
	color: inherit;
}

.specialOffersSec.bestsellersSec .sqm {
	display: inline-block !important;
}

.testimonialSliderSec {
	display: flex;
	padding: 80px 0px;
}

.slderBoxWrap2 {
	display: flex;
	padding: 16px 16px 32px 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex-shrink: 0;
	border-radius: 20px;
	border: 1px solid #1F8462;
	background: #FFF;
}

.slderBoxWrap2 h2 {
	color: #363635;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 150% */
	letter-spacing: 0.2px;
}

.slderBoxWrap2 .sliderhead p {
	color: #B4B4B3;
	font-family: Lato;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.12px;
	margin-bottom: 0px;
}

.slderBoxWrap2 .slidercontent {
	color: #000;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.myhometestimonialslider {
	height: 440px;
}

.sliderhead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.pdfmod.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.pdfmod .modal-content {
	position: relative;
	width: 80%;
	height: 80%;
	background: #fff;
	margin: 5% auto;
	padding: 10px;
}

.pdfmod .close {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	text-align: center;
}

.upmob::before {
	display: none;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50% !important;
	transform: translateX(60%) translateY(-6px) !important;
	white-space: nowrap !important;
}

.top-bar {
	display: flex;
	width: 100%;
	padding: 15px 40px;
	justify-content: center;
	align-items: center;
	gap: 24px;
	background: var(--Background-Brand-Primary, #30A67F);
}

.topbarBox {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: center;
}

.topbarBox figure,
.topbarBox p {
	margin: 0px 0px 0px 0px;
}

.topbarBox p {
	color: var(--Fill-On-Neutral-White, #FFF);
	font-family: var(--Placement-Body-Font-I, Lato);
	font-size: var(--Placement-Body-Small, 14px);
	font-style: normal;
	font-weight: var(--Placement-Body-Black, 700);
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.2px;
}

.topbarBox p .sml {
	font-weight: var(--Placement-Body-Black, 300) !important;
}

.top-bar hr {
	background: var(--Fill-On-Brand-Grey_Subtle, rgba(235, 235, 234, 0.60));
	color: #fff;
	width: 1px;
	height: 20px;
	margin-bottom: 0;
}

.user-account-menu {
	position: relative;
	display: inline-block;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	min-width: 160px;
	z-index: 999;
}

.dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.dropdown-menu ul li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
}

.dropdown-menu ul li a:hover {
	background: #f5f5f5;
}

/* Hover effect */
.user-account-menu:hover .dropdown-menu {
	display: block;
}

.es-badge-container {
	margin-bottom: 0px !important;
}

.header-bottom {
	display: none;
}

.home .header-bottom {
	display: flex;
	width: 100%;
	padding: 15px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	background: var(--Fill-On-Brand-White, #FFF);
	position: absolute;
	top: 172px;
	background-color: #fff;
	z-index: 9999;
	height: 40px;
}

.header-bottom ul {
	list-style: none;
	display: inline-flex;
	margin: 0px;
	gap: 16px;
}

.header-bottom ul li a {
	text-decoration: none;
}

.header-bottom ul li a {
	color: var(--Text-On-Brand-Black_50, rgba(54, 54, 53, 0.50));
	font-family: var(--Placement-Body-Font-I, Lato);
	font-size: var(--Placement-Body-Small, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.2px;
}

.header-bottom ul li a:hover {
	color: var(--Fill-On-Neutral-Tertiary, #444441);
	font-family: var(--Placement-Body-Font-I, Lato);
	font-size: var(--Placement-Body-Small, 14px);
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.2px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.top-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	width: 100%;
	padding: 5px 0;
}

.bestsellerSwiper .product-card {
	margin: auto;
}


.did-you-know {
	display: flex;
	width: 100%;
	padding: 40px 80px 80px 80px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.section-title {
	color: var(--Text-On-Surface-Primary, #363635);
	text-align: center;
	font-family: var(--Placement-Heading-Font, "Noto Sans");
	font-size: var(--Placement-Heading-Large, 32px);
	font-style: normal;
	font-weight: var(--Placement-Heading-Bold, 700);
	line-height: 44px;
	/* 137.5% */
	letter-spacing: -0.14px;
}

/* Layout */
.dyk-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	max-width: 1330px;
	width: 100%;
	justify-content: center;
}

/* Left big card */
.truck-card {
	border-radius: var(--buttons-nav-radius-small, 20px);
	border: 1px solid var(--Stroke-On-Surface-Grey_Soft, rgba(180, 180, 179, 0.40));
	background: var(--Background-Neutral-Primary_40, #F5FBF9);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px 7% 0px 0px;
	gap: 116px 0;
	height: stretch;
	flex: 1;
}

.truck-card .icntext {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0px;
	padding: 0px 0px 32px 32px;
}

.badge-card,
.offer-card {
	border-radius: var(--buttons-nav-radius-small, 20px);
	border: 1px solid var(--Stroke-On-Surface-Grey_Soft, rgba(180, 180, 179, 0.40));
	background: var(--Background-Neutral-Primary_40, #F5FBF9);
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	padding: 0 40px;
	overflow: hidden;
	min-height: 285px;
}

.badge-card svg,
.offer-card svg {
	width: 320.833px;
	height: 233.333px;
	aspect-ratio: 11/8;
}

/* Right side */
.right-cards {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	flex: 1;
}

.icntext {
	display: flex;
	align-items: flex-start;
	gap: 0;
	justify-content: center;
	flex-direction: column;
}

.right-cards .icntext {
	width: 370px;
}

.right-cards .icntext p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.offer-card .icntext h3 {
	line-height: 44px;
}

.right-cards .icon svg {
	width: 250px;
}

/* Typography */
.dyk-card h3 {
	color: var(--Text-On-Surface-Primary_Brand, #30A67F);
	font-family: var(--Placement-Heading-Font, "Noto Sans");
	font-size: var(--Placement-Heading-Large, 32px);
	font-style: normal;
	font-weight: var(--Placement-Heading-Bold, 700);
	line-height: 23px;
	letter-spacing: -0.14px;
	margin-bottom: 24px;
}

.dyk-card p {
	color: var(--Text-On-Surface-Grey_Medium, #7C7C7A);
	font-family: var(--Placement-Body-Font-I, Lato);
	font-size: var(--Placement-Body-Large, 22px);
	font-style: normal;
	font-weight: var(--Placement-Body-Regular, 400);
	line-height: 20px;
	letter-spacing: 0.52px;
	margin-top: 0px;
	margin-bottom: 0;
}

/* Button */
.did-you-know .btn {
	display: flex;
	padding: 17px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: var(--buttons-nav-radius-medium, 32px);
	background: var(--Fill-On-Surface-Primary, #30A67F);
	color: var(--Text-On-Brand-Primary, #E6F4EF);
	text-align: center;
	font-family: var(--placement-buttons-nav-font, "Noto Sans");
	font-size: var(--placement-buttons-nav-small, 18px);
	font-style: normal;
	font-weight: var(--placement-buttons-nav-semibold, 640);
	line-height: 24px;
	/* 133.333% */
	letter-spacing: 0.2px;
	width: 157px;
	text-decoration: none;
}

.truck-card .icon {
	padding: 75px 0px 0;
}

.did-you-know svg {
	fill: var(--Fill-On-Neutral-Primary, #30A67F);
	opacity: 0.2;
}

.right-cards .icon {
	display: flex;
	align-items: flex-end;
	margin-bottom: -25px;
}

.home .site-footer {
	margin-top: 0px;
}

.home .site-footer .container {
	padding: 0px 0px;
}




/* Responsive */
@media (max-width: 768px) {
	.dyk-wrapper {
		grid-template-columns: 1fr;
	}
}

.specialOffersSec .swiper-slide,
.specialOffersSec swiper-slide {
	min-width: 0;
}

.deskhead {
	display: block;
}

.mobhead {
	display: none;
}

.bestsellersSec .loop-action-box {
	display: none;
}

/* Mobile / Tablet */
@media (max-width: 767px) {
	.top-bar {
		overflow: hidden;
		position: relative;
		height: 40px;
		/* adjust height */
		padding: 10px 10px;
	}

	.reviewWidget {
		position: absolute;
		top: 110%;
		left: 50%;
		transform: translateX(-50%);
	}

	.topbarBox {
		position: absolute;
		width: 100%;
		justify-content: center;
		opacity: 0;
		transform: translateY(100%);
		transition: all 0.5s ease;
	}

	.topbarBox.active {
		opacity: 1;
		transform: translateY(0);
	}

	.top-bar hr {
		display: none;
	}

	header#masthead .container {
		padding: 16px 20px;
	}

	.header-bottom {
		display: none;
	}

	.heroBannerSliderSec {
		height: calc(100vh - 200px);
	}

	.dyk-wrapper {
		flex-direction: column;
		gap: 15px;
		width: 100%;
	}

	.did-you-know {
		padding: 30px 24px 60px 24px;
		gap: 32px;
	}

	.did-you-know svg {
		width: 100px;
		height: 100px;
	}

	/* Top truck card - horizontal layout */
	.truck-card {
		width: 100%;
		flex-direction: row !important;
		align-items: center !important;
		/* padding: 20px !important; */
		gap: 16px !important;
		min-height: auto !important;
		justify-content: flex-start !important;
	}

	.truck-card .icon {
		padding: 0 !important;
		flex-shrink: 0;
		width: 90px;
		height: 90px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.truck-card .icon svg {
		width: 90px !important;
		height: 90px !important;
	}

	.truck-card .icntext {
		padding: 0 !important;
		gap: 8px !important;
		flex: 1;
	}

	/* Bottom two cards - text top, icon bottom-right decorative */
	.right-cards {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 12px;
		width: 100%;
	}

	.badge-card,
	.offer-card {
		flex-direction: column !important;
		position: relative;
		padding: 20px 16px 0px 16px !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		min-height: 220px;
		width: 100%;
		flex: 1;
		overflow: hidden;
	}

	.badge-card .icntext,
	.offer-card .icntext {
		width: 100% !important;
		padding: 0 !important;
		gap: 8px !important;
		z-index: 1;
	}

	.badge-card .icon,
	.offer-card .icon {
		position: absolute;
		bottom: 19px;
		right: 0px;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.badge-card .icon svg,
	.offer-card .icon svg {
		width: 100px !important;
		height: 100px !important;
	}

	.colorBoxWrap .box figure svg,
	.colorBoxWrap .box figure img {
		width: 24px;
		height: 24px;
		padding: 0px !important;
	}

	.colorBoxWrap .box h4 {
		font-size: 16px;
	}

	.colorBoxWrap .box {
		display: flex;
		width: 102px;
		padding: 16px 12px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-shrink: 0;
		height: 110px;
		flex: 0 0 102px;
	}

	.colorBoxWrap .box a {
		line-height: 5px;
		gap: 5px;
	}

	.findPerfectFloorSec {
		padding: 0px 0px !important;
	}

	.rytarow {
		display: none;
	}

	.home .container {
		padding: 0px 24px;
	}

	.testimonialSliderSec {
		display: flex;
		padding: 60px 0px;
	}

	h2.singleTitle {
		margin-bottom: 0px;
	}

	.specialOffersSec {
		padding: 30px 0 0px 0px;
	}

	.specialOffersSec .container {
		max-width: 100%;
		padding: 30px 0px 60px 0px;
	}

	.chooseUsBecauseSec {
		padding: 0px 24px 60px;
	}

	.chooseUsBecauseSec .choosebg {
		padding: 64px 24px;
		width: 100%;
	}

	.slderBoxWrap .sliderText {
		top: 50% !important;
		left: 50% !important;
		padding: 24px !important;
		border-bottom-left-radius: 40px !important;
		transform: translate(-50%, -50%) !important;
	}

	.boxWrap .box h3 {
		font-size: 20px !important;
		text-align: left;
		line-height: 28px !important;
	}

	.boxWrap .box p {
		font-size: 16px !important;
		line-height: 24px !important;
	}

	.boxWrap .box figure svg {
		width: 60px;
		height: 60px;
	}

	.chooseUsBecauseSec .boxWrap {
		grid-template-columns: 1fr;
		gap: 24px;
		width: 100%;
		flex-direction: column;
	}

	.homeSecondSliderSec .swiper {
		padding-bottom: 0px;
	}

	.chooseUsBecauseSec .boxWrap .box {
		display: flex;
		flex-direction: row;
		padding: 40px 24px;
		min-width: 100%;
		min-height: auto;
		align-items: flex-start;
		align-content: flex-start;
		gap: 24px;
		align-self: stretch;
		border-radius: 20px;
		border: 1px solid var(--Stroke-On-Neutral-Grey_Soft, rgba(180, 180, 179, 0.40));
		background: #FFF;
	}

	.chooseUsBecauseSec .boxWrap .box figure {
		margin: 0;
		flex-shrink: 0;
	}

	.chooseUsBecauseSec .boxWrap .box figure svg {
		width: 40px;
		height: 40px;
	}

	.chooseUsBecauseSec .boxWrap .box .cont {
		gap: 12px;
		flex: 1;
	}

	.homeSecondSliderSec .swiper-horizontal>.swiper-pagination-bullets,
	.homeSecondSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal,
	.homeSecondSliderSec .swiper-pagination-custom,
	.homeSecondSliderSec .swiper-pagination-fraction {
		top: 78%;
	}

	.specialOffersSec .productList {
		margin-bottom: 0px;
	}

	.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
	.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		transform: translateX(26%) translateY(-6px) !important;
		white-space: nowrap !important;
	}

	.truck-card .icon {
		padding: 1em 0px;
	}

	.truck-card .icntext {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		/* optional */
		gap: 0;
		padding: 10px 0px 10px 20px;
		height: auto;
	}

	.did-you-know .btn {
		display: none;
	}

	.truck-card {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0px 0px 0px 0px;
		gap: 0px;
	}

	.dyk-card h3 {
		color: #1F8462 !important;
		font-family: "Noto Sans", sans-serif !important;
		font-size: 18px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: 24px !important;
		letter-spacing: 0.22px !important;
	}

	.dyk-card p {
		font-size: 16px !important;
		line-height: 24px !important;
		letter-spacing: 0.22px !important;
		/* margin-top: 8px !important; */
		margin-bottom: 0px !important;
	}

	.badge-card .icntext,
	.offer-card .icntext {
		gap: 8px !important;
	}

	.truck-card .icntext {
		padding: 24px 20px !important;
		/* gap: 8px !important; */
	}

	.right-cards .icntext {
		width: 100% !important;
		padding: 0 !important;
		gap: 8px !important;
	}

	.deskhead {
		display: none;
	}

	.mobhead {
		display: block;
	}

	.home .faqSec .container {
		padding: 30px 24px 60px 24px;
	}

	.footerBox .box:last-child {
		display: none;
	}

	.site-footer {
		padding: 60px 24px;
	}

	header#masthead.fixed .SearchWrap {
		top: 27px !important;
		z-index: 9999999999;
	}

	.heroBannerSliderSec .swiper-button-next,
	.heroBannerSliderSec .swiper-button-prev {
		top: 77%;
	}

	.heroBannerSliderSec .swiper-horizontal>.swiper-pagination-bullets,
	.heroBannerSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal,
	.heroBannerSliderSec .swiper-pagination-custom,
	.heroBannerSliderSec .swiper-pagination-fraction {
		top: 75.6%;
	}

	.heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] .sliderContentWrap {
		top: 24% !important;
		left: 50%;
		transform: translate(-50%, -15%);
	}

	.heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] {
		position: relative;
		background-position: center top;
		height: calc(100vh - 116px);
	}

	.heroBannerSliderSec .swiper-slide {
		background-position: center;
		height: calc(100vh - 116px);
	}

	.home .header-bottom {
		display: none;
	}

	.w2wasp__searchbar {
		width: 222px !important;
		line-height: normal;
		overflow: hidden;
		height: 40px;
	}

	/* Fix text alignment in chooseUsBecauseSec for mobile */
	.chooseUsBecauseSec .boxWrap .box .cont {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.chooseUsBecauseSec .boxWrap .box h3 {
		text-align: left !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.chooseUsBecauseSec .boxWrap .box p {
		text-align: left !important;
		margin: 0 !important;
		padding: 0 !important;
	}

}


@media (min-width: 768px) and (max-width: 1023px) {
	.home .header-bottom {
		top: 112px !important;
	}

	.w2wasp__searchbar {
		width: 222px !important;
		line-height: normal;
		overflow: hidden;
		height: 40px;
	}

	.colorBoxWrap .box {
		display: flex;
		width: 180px;
		height: 180px;
		padding: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		flex-shrink: 0;
		border-radius: 32px;
		background: var(--Background-Neutral-Primary, #E6F4EF);
		flex: 0 0 180px;
	}

	.testimonialSliderSec {
		padding-bottom: 0px !important;
	}

	.top-bar {
		overflow: hidden;
		position: relative;
		height: 40px;
		/* adjust height */
		padding: 10px 10px;
	}

	.topbarBox {
		position: absolute;
		width: 100%;
		justify-content: center;
		opacity: 0;
		transform: translateY(100%);
		transition: all 0.5s ease;
	}

	.topbarBox.active {
		opacity: 1;
		transform: translateY(0);
	}

	.top-bar hr {
		display: none;
	}

	header#masthead .container {
		padding: 16px 20px;
	}

	.header-bottom {
		display: none;
	}

	.heroBannerSliderSec {
		height: calc(100vh - 200px);
	}

	.did-you-know {
		padding: 30px 24px 60px 24px;
		gap: 32px;
	}

	.did-you-know svg {
		width: 183px;
		height: 133px;
	}

	.homeSecondSliderSec {
		padding: 0px !important;
		width: 100vw !important;
		position: relative !important;
		left: 50% !important;
		right: 50% !important;
		margin-left: -50vw !important;
		margin-right: -50vw !important;
	}

	.homeSecondSliderSec .container {
		padding: 0px !important;
		max-width: 100% !important;
		width: 100vw !important;
		margin: 0 !important;
	}

	.homeSecondSliderSec .swiper {
		padding-bottom: 60px !important;
		width: 100% !important;
		border-radius: 0 !important;
		margin: 0 !important;
	}

	.homeSecondSliderSec .swiper-slide {
		height: 320px !important;
		width: 100% !important;
	}

	.slderBoxWrap {
		height: 320px;
		width: 100%;
		overflow: hidden;
	}

	.slderBoxWrap figure {
		height: 100%;
		width: 100%;
		margin: 0;
	}

	.slderBoxWrap figure img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.slderBoxWrap .sliderText {
		top: 50% !important;
		left: 50% !important;
		padding: 24px !important;
		border-bottom-left-radius: 40px !important;
		transform: translate(-50%, -50%) !important;
		width: calc(100% - 48px) !important;
		max-width: 100% !important;
	}

	.right-cards {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 15px;
		width: 100%;
	}

	.right-cards .icntext {
		width: 100% !important;
		padding: 0 !important;
	}

	.badge-card,
	.offer-card {
		flex-direction: column-reverse;
		position: relative;
		padding: 20px 20px 0px 20px;
		align-items: flex-start;
		justify-content: space-between;
		min-height: 280px;
		width: 100%;
		flex: 1;
	}

	.truck-card {
		width: 100%;
		padding: 24px 20px;
		gap: 20px;
		min-height: 180px;
	}

	.truck-card .icntext {
		padding: 0 !important;
		width: 100%;
	}

	.colorBoxWrap .box figure svg,
	.colorBoxWrap .box figure img {
		width: 24px;
		height: 24px;
		padding: 0px !important;
	}

	.colorBoxWrap .box h4 {
		font-size: 16px;
	}

	.colorBoxWrap .box a {
		line-height: 5px;
		gap: 5px;
	}

	.findPerfectFloorSec {
		padding: 0px 8px !important;
	}

	.rytarow {
		display: none;
	}

	.home .container {
		padding: 0px 24px;
	}

	.testimonialSliderSec {
		display: flex;
		padding: 60px 0px;
	}

	h2.singleTitle {
		margin-bottom: 0px;
	}

	.specialOffersSec {
		padding: 30px 0 0px 0px;
	}

	.specialOffersSec .container {
		max-width: 100%;
		padding: 30px 24px 60px 24px;
	}

	.chooseUsBecauseSec {
		padding: 0px 24px 60px;
	}

	.chooseUsBecauseSec .choosebg {
		padding: 64px 24px;
		width: 100%;
	}

	.slderBoxWrap .sliderText {
		top: 50% !important;
		left: 50% !important;
		padding: 24px !important;
		border-bottom-left-radius: 40px !important;
		transform: translate(-50%, -50%) !important;
	}

	.boxWrap .box h3 {
		font-size: 20px !important;
		text-align: left;
		line-height: 28px !important;
	}

	.boxWrap .box p {
		font-size: 16px !important;
		line-height: 24px !important;
	}

	.boxWrap .box figure svg {
		width: 60px;
		height: 60px;
	}

	.chooseUsBecauseSec .boxWrap {
		gap: 24px;
		width: 100%;
		flex-direction: column;
	}

	.homeSecondSliderSec .swiper {
		padding-bottom: 0px;
	}

	.chooseUsBecauseSec .boxWrap .box {
		display: flex;
		flex-direction: row;
		padding: 40px 24px;
		min-width: 100%;
		min-height: auto;
		align-items: flex-start;
		align-content: flex-start;
		gap: 24px;
		align-self: stretch;
		border-radius: 20px;
		border: 1px solid var(--Stroke-On-Neutral-Grey_Soft, rgba(180, 180, 179, 0.40));
		background: #FFF;
	}

	.chooseUsBecauseSec .boxWrap .box figure {
		margin: 0;
		flex-shrink: 0;
	}

	.chooseUsBecauseSec .boxWrap .box .cont {
		gap: 12px;
		flex: 1;
	}

	.homeSecondSliderSec .swiper-horizontal>.swiper-pagination-bullets,
	.homeSecondSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal,
	.homeSecondSliderSec .swiper-pagination-custom,
	.homeSecondSliderSec .swiper-pagination-fraction {
		top: 78%;
	}

	.specialOffersSec .productList {
		margin-bottom: 0px;
	}

	.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
	.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		transform: translateX(26%) translateY(-6px) !important;
		white-space: nowrap !important;
	}

	.truck-card .icon {
		padding: 0 !important;
		flex-shrink: 0;
		width: 90px;
		height: 90px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.truck-card {
		width: 100%;
		flex-direction: row !important;
		align-items: center !important;
		padding: 20px !important;
		gap: 16px !important;
		min-height: auto !important;
		justify-content: flex-start !important;
	}

	.truck-card .icon svg {
		width: 90px !important;
		height: 90px !important;
	}

	.truck-card .icntext {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 8px !important;
		padding: 0 !important;
		height: auto;
		flex: 1;
	}

	.did-you-know .btn {
		display: none;
	}

	.dyk-card h3 {
		color: #1F8462 !important;
		font-family: "Noto Sans", sans-serif !important;
		font-size: 18px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: 24px !important;
		letter-spacing: 0.22px !important;
	}

	.dyk-card p {
		font-size: 16px !important;
		line-height: 24px !important;
		letter-spacing: 0.52px !important;
		margin-top: 8px !important;
		margin-bottom: 0px !important;
	}

	/* Bottom two cards */
	.right-cards {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 12px;
		width: 100%;
	}

	.badge-card,
	.offer-card {
		flex-direction: column !important;
		position: relative;
		padding: 20px 16px 0px 16px !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		min-height: 220px;
		width: 100%;
		flex: 1;
		overflow: hidden;
	}

	.badge-card .icntext,
	.offer-card .icntext {
		width: 100% !important;
		padding: 0 !important;
		gap: 8px !important;
		z-index: 1;
	}

	.badge-card .icon,
	.offer-card .icon {
		position: absolute;
		bottom: -10px;
		right: -10px;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.badge-card .icon svg,
	.offer-card .icon svg {
		width: 100px !important;
		height: 100px !important;
	}

	.right-cards .icntext {
		width: 100% !important;
		padding: 0 !important;
		gap: 8px !important;
	}

	/* letter-spacing: 0.52px;
	margin-top: 15px;
	margin-bottom: 0px; */
}

.deskhead {
	display: none;
}

.mobhead {
	display: block;
}

/* .home .faqSec .container {
	padding: 30px 24px 60px 24px;
} */

.footerBox .box:last-child {
	display: none;
}

.site-footer {
	padding: 60px 24px;
}

header#masthead.fixed .SearchWrap {
	top: 27px !important;
	z-index: 9999999999;
}

.heroBannerSliderSec .swiper-button-next,
.heroBannerSliderSec .swiper-button-prev {
	top: 77%;
}

.heroBannerSliderSec .swiper-horizontal>.swiper-pagination-bullets,
.heroBannerSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal,
.heroBannerSliderSec .swiper-pagination-custom,
.heroBannerSliderSec .swiper-pagination-fraction {
	top: 75.6%;
}

.heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] .sliderContentWrap {
	top: 28%;
	left: 50%;
	transform: translate(-50%, -15%);
}

.heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] {
	position: relative;
	background-position: center top;
	height: calc(100vh - 116px);
}

.heroBannerSliderSec .swiper-slide {
	background-position: center;
	height: calc(100vh - 116px);
}

/* Fix text alignment in chooseUsBecauseSec for tablet */
.chooseUsBecauseSec .boxWrap .box .cont {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}

.chooseUsBecauseSec .boxWrap .box h3 {
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

.chooseUsBecauseSec .boxWrap .box p {
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

.homeSecondSliderSec .swiper-slide {
	height: 560px !important;
	width: 100% !important;
}

.slderBoxWrap {
	/* height: 380px; */
	width: 100%;
	overflow: hidden;
}

.slderBoxWrap figure {
	height: 100%;
	width: 100%;
	margin: 0;
}

.slderBoxWrap figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* .slderBoxWrap .sliderText {
	top: 50% !important;
	left: 50% !important;
	padding: 24px !important;
	transform: translate(-50%, -50%) !important;
	width: 100% !important;
} */



.mobileFixedMenu {
	display: none !important;
}

.faqSec .singleTitle {
	margin-bottom: 44px;
}