/*!
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;
}
header#masthead{
	display: flex;
    padding: 20px 0;
    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.7);
    box-shadow: 0 8px 36px -2px rgba(0, 0, 0, 0.08);
}
header#masthead.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
	padding: 5px 0;
	background: #fff;
}
.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: 40px;
    position: absolute;
    top: 20px;
    left: -500px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 16px 2px rgba(54, 54, 53, 0.20);
    backdrop-filter: blur(10px);
}
.menu-wrapper .menuTopWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-wrapper .menuTopWrap p {
    color: rgba(54, 54, 53, 0.50);
    font-family: var(--Font--family2);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.52px;
}
ul#primary-menu {
    display: flex;
    flex-direction: column;
	height: 77vh;
    padding-bottom: 20px;
    overflow-y: auto;
}
.main-navigation li {
    position: relative;
    margin-bottom: 8px;
}
/* Menu Items */
.menu-wrapper a {
	color: #444441;
    font-family: var(--Font--family);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding: 12px 20px;
    position: relative;
	border-radius: var(--buttons-nav-radius-small, 20px);
    background: rgba(180, 180, 179, 0.04);
}
.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;
	margin-bottom: 30px;
}
.close-btn svg{
	width: 40px;
}
.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 9999;
	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 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;
}
.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: 251px;
    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%;
}
.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;
}
.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 {
    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;
	leading-trim: both;
	text-edge: cap;
	font-size: 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: auto;
    bottom: 51px;
	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{
	bottom: 66px;
}

.heroBannerSliderSec .swiper-pagination-bullet, .homeSecondSliderSec .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{
	width: 80px;
	background-color: rgba(213, 209, 201, 1);
}

/* FILL ANIMATION EFFECT */
.heroBannerSliderSec .swiper-pagination-bullet-active::before, .homeSecondSliderSec .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: 80px 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);
	leading-trim: both;
	text-edge: cap;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.52px;
}
.btnLinkWrap a{
    color: #30A67F;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
	letter-spacing: 0.2px;
	text-decoration: none;
}
.btnLinkWrap a:hover{
   text-decoration: underline;
}
.chooseUsBecauseSec{
	padding: 80px 0;
	display: flex;
	width: 100%;
}
.chooseUsBecauseSec h2{
	color: var(--Text-On-Surface-Primary, #363635);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}
.chooseUsBecauseSec .boxWrap {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius:60px;
    border: 1px solid #1F8462;
	margin: 60px 0;
}
.chooseUsBecauseSec .boxWrap .box {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
	width: 33.333%;
}
.boxWrap .box h3{
    color:#30A67F;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.22px;
	margin-bottom: 16px;
}
.boxWrap .box p{
    color: #363635;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	margin: 0;
	font-family: var(--Font--family2);
}
.boxWrap .box figure {
    margin: 0 0 40px;
    padding: 0;
    line-height: 0;
}
.boxWrap .box figure svg {
    width: 60px;
    height: 60px;
}
.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: 80px 0;
	display: flex;
	width: 100%;
}
.homeSecondSliderSec .swiper {
    padding-bottom: 90px;
}
.slderBoxWrap{
   position: relative;
}
.slderBoxWrap figure{
    margin: 0;
    padding: 0;
    line-height: 0;
}
.slderBoxWrap figure img{
    width: 100%;
    border-radius: 80px;
}
.slderBoxWrap .sliderText{
    max-width: 500px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px;
    overflow: hidden;
    border-top-right-radius: 80px;
}
.slderBoxWrap .sliderText::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -70px;
    border-radius: 813.854px;
    opacity: 0.6;
    background: radial-gradient(50% 50% at 50% 50%, #30A67F 0%, #134031 100%);
    filter: blur(100px);
    width: 100%;
    height: 100%;
    transform: rotate(-47.869deg);
    flex-shrink: 0;
}
.slderBoxWrap .sliderText h2{
    color: #E6F4EF;
	leading-trim: both;
	text-edge: cap;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.2px;
	text-transform: capitalize;
    margin-bottom: 30px;
	position: relative;
}
.slderBoxWrap .sliderText p{
   color: #E6F4EF;
	leading-trim: both;
	text-edge: cap;
	font-size: 22px;
	font-style: normal;
	font-weight:400;
	line-height: 30px;
    letter-spacing: 0.52px;
    margin-bottom: 50px;
	position: relative;
}
.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;
	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;
	position: relative;
}
.btnFrostedMint .label {
	color: #1F8462;
	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;
}
.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 {
    top: auto;
    bottom: 10px;
	z-index: 99;
}
.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{
	bottom: 25px;
}

.findPerfectFloorSec{
	padding: 80px 0;
	display: flex;
	width: 100%;
}
.findPerfectFloorSec .container{
	max-width: 1152px;
}
.singleTitle{
    color:#363635;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
	margin-bottom: 60px;
}
.colorBoxWrap{
    display: flex;
	align-items: center;
	gap: 42px;
	align-self: stretch;
}
.colorBoxWrap .box{
	display: flex;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-radius:40px;
	background: #E6F4EF;
	min-height: 324px;
	width: 25%;
}
.colorBoxWrap .box figure{
   margin: 0;
   line-height: 0;
   padding: 0;
}
.colorBoxWrap .box figure svg, .colorBoxWrap .box figure img{
    width: 100px;
    height: 100px;
    padding: 10px;
}
.colorBoxWrap .box:first-child figure svg, .colorBoxWrap .box:first-child figure img{
	padding: 2px;
}
.colorBoxWrap .box h4{
    color:#363635;
	leading-trim: both;
	text-edge: cap;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -0.14px;
	text-transform: capitalize;
}
.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;
}
.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: #000;
    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 span {
    color: #FFF;
    font-family: var(--Font--family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.faqSec {
    padding: 80px 0;
    display: block;
}
.accordion {
	display: block;
}
.accordion-item {
	border-radius: 10px;
    border: 1px solid #1F8462;
    background: #E6F4EF;
    margin-bottom: 22px;
}
.accordion-item.open{
    border-radius: 20px;
	border: 1px solid #30A67F;
	background: #E0F9F0;
	display: flex;
	padding: 10px 10px 20px 10px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}
.accordion-header {
	padding: 18px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	padding-left: 30px;
	width: 100%;
	color: var(--Text-On-Brand-Black, #000);
	font-family: var(--Font--family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; 
	letter-spacing: 0.22px;
	gap: 20px;
}
.accordion-header.active {
    border-radius: 10px;
    border: 1px solid #1F8462;
    background: #E6F4EF;
	padding: 18px;
}
.accordion-header::before{
	position: absolute;
	content: "";
	width: 8px;
	height:16px;
	background-color: #30A67F;
	border-radius: 10px;
	display: inline-block;
	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;
}
.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;
}
.site-footer {
    background: #444441;
    padding: 160px 0;
    display: block;
}
.footerBox {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
	margin-bottom: 160px;
	gap: 190px;
}
.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: #FFF;
	font-family: var(--Font--family2);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	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: 113px;
	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: 1296px;
}
.specialOffersSec .productList{
	padding: 0 40px;
    position:relative;
}
.specialOffersSec .productList .mySpecialSwiper, .specialOffersSec .productList .bestsellerSwiper {
   position:static;
}
.productList .swiper-button-prev{
	left:0
}
.productList .swiper-button-next{
	right:0;
}
.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;
}
.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;
}
.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;
}
#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;
}

