@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --body-bg :#E8E5DE;
  --primary-color: #477D94;
  --dark-color:#1C3033;
  --white-color:#ffffff;
  --font:"Montserrat", sans-serif;
}
 body {
	 font-family: "Montserrat", sans-serif;
	 color: var(--dark-color);
	 background-color: var(--body-bg);
}
 .site-header {
	 padding: 26px 0;
	 border: 0 !important;
	 background-color: transparent !important;
}
 @media (max-width: 992px) {
	 .site-header {
		 padding: 16px 0;
	}
}
 .site-header .site-branding {
	 margin: 0;
}
 .site-header .site-branding > a {
	 width: 134px;
}
 .site-header .site-header-cart {
	 align-items: center;
	 display: flex;
	 justify-content: end;
}
 .site-header .main-navigation {
	 width: 100% !important;
	 margin-right: 0 !important;
	 align-items: center;
	 display: flex;
	 justify-content: center;
}
 .site-header .main-navigation ul.menu li, .site-header .main-navigation ul.nav-menu li {
	 padding: 0 15px;
}
 .site-header .main-navigation ul.menu li a:not(.back-link), .site-header .main-navigation ul.nav-menu li a:not(.back-link) {
	 padding: 0;
	 color: var(--dark-color);
	 position: relative;
	 font-weight: 300;
	 line-height: 42px;
}
 .site-header .main-navigation ul.menu li a:not(.back-link):hover, .site-header .main-navigation ul.nav-menu li a:not(.back-link):hover {
	 color: var(--primary-color);
}
 .site-header .main-navigation ul.menu li a:not(.back-link):hover::before, .site-header .main-navigation ul.nav-menu li a:not(.back-link):hover::before {
	 position: absolute;
	 left: 0;
	 bottom: -3px;
	 border-bottom: solid 1px var(--dark-color);
	 content: '';
	 height: 2px;
	 width: 100%;
}
 .site-header .main-navigation ul.menu li.current-menu-item a, .site-header .main-navigation ul.nav-menu li.current-menu-item a {
	 color: var(--primary-color);
}
 .site-header .main-navigation ul.menu li.current-menu-item a::before, .site-header .main-navigation ul.nav-menu li.current-menu-item a::before {
	 position: absolute;
	 left: 0;
	 bottom: -3px;
	 border-bottom: solid 1px var(--dark-color);
	 content: '';
	 height: 2px;
	 width: 100%;
}
 .site-header .storefront-primary-navigation {
	 display: flex;
}
 .site-header .storefront-primary-navigation .cart-contents {
	 padding: 0;
}
 .site-header .col-full {
	 margin-left: 0;
	 margin-right: 0;
	 padding: 0;
	 align-content: center;
	 align-items: center;
	 display: flex;
}
 .site-header .col-full .site-search {
	 position: absolute;
	 right: 15px;
	 margin: 0;
	 bottom: -38px;
	 display: none;
}
 h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 color: inherit;
}
 h1 {
	 font-size: 64px;
	 line-height: 78px;
	 font-weight: 300;
	 color: var(--primary-color);
}
 h2 {
	 font-size: 48px;
	 line-height: 58px;
	 font-weight: 500;
	 margin-bottom: 24px;
	 color: var(--primary-color);
}
 h3 {
	 font-size: 24px;
	 line-height: 29px;
	 font-weight: 600;
	 color: var(--primary-color);
}
 h4 {
	 font-size: 20px;
	 line-height: 26px;
	 font-weight: 300;
}
 h5 {
	 font-size: 16px;
	 line-height: 20px;
	 color: var(--primary-color);
}
 p, li {
	 font-size: 16px;
	 line-height: 22px;
}
 p, ul, ol {
	 margin: 0 0 24px;
	 list-style: none;
	 font-weight: 300;
}
 ul:not(.list-none):not(.site-header-cart):not(.child-category-menu):not(.my-ac-nav):not(.select2-results__options):not(.footer-menu) li {
	 padding-left: 15px;
	 position: relative;
}
 ul:not(.list-none):not(.site-header-cart):not(.child-category-menu):not(.my-ac-nav):not(.select2-results__options):not(.footer-menu) li::before {
	 content: ' ';
	 width: 3px;
	 height: 3px;
	 border-radius: 50%;
	 background-color: var(--dark-color);
	 position: absolute;
	 top: 8px;
	 left: 0;
}
 .child-category-menu li {
	 position: relative;
}
 .child-category-menu li::before {
	 height: 20px;
	 position: absolute;
	 content: ' ';
	 border-left: solid 1px rgba(28, 48, 51, .2);
	 width: 1px;
	 display: inline-block !important;
	 left: -24px;
}
 @media (max-width: 1100px) {
	 .child-category-menu li {
		 font-size: 14px;
	}
}
 .child-category-menu li:first-child::before {
	 display: none !important;
}
 .child-category-menu li a:hover {
	 color: var(--primary-color);
}
 a {
	 outline: none !important;
}
 .sbtn, .wpcf7-form .site-btn input[type="submit"], .wp-block-button__link, .single_add_to_cart_button, .wp-element-button, button.woocommerce-button, .button.checkout, .wp-block-product-new ul li .add_to_cart_button {
	 background-color: var(--primary-color) !important;
	 line-height: 46px !important;
	 border: solid 1px var(--primary-color) !important;
	 color: var(--white-color) !important;
	 border-radius: 0 !important;
	 font-size: 16px !important;
	 text-decoration: none !important;
	 padding: 0 50px !important;
	 transition: background-color 0.3s ease;
	 display: inline-block;
	 font-weight: 500;
	 white-space: nowrap;
}
 .sbtn.alt, .wpcf7-form .site-btn input[type="submit"].alt, .wp-block-button__link.alt, .single_add_to_cart_button.alt, .wp-element-button.alt, button.woocommerce-button.alt, .button.checkout.alt, .wp-block-product-new ul li .add_to_cart_button.alt {
	 background-color: var(--primary-color) !important;
	 border: 0 !important;
}
 .sbtn.plain, .wpcf7-form .site-btn input[type="submit"].plain, .wp-block-button__link.plain, .single_add_to_cart_button.plain, .wp-element-button.plain, button.woocommerce-button.plain, .button.checkout.plain, .wp-block-product-new ul li .add_to_cart_button.plain {
	 background-color: var(--white-color) !important;
	 color: var(--primary-color) !important;
	 border: solid 1px transparent !important;
}
 .sbtn.white, .wpcf7-form .site-btn input[type="submit"].white, .wp-block-button__link.white, .single_add_to_cart_button.white, .wp-element-button.white, button.woocommerce-button.white, .button.checkout.white, .wp-block-product-new ul li .add_to_cart_button.white {
	 background-color: var(--white-color) !important;
	 color: var(--primary-color) !important;
}
 .sbtn.trans, .wpcf7-form .site-btn input[type="submit"].trans, .wp-block-button__link.trans, .single_add_to_cart_button.trans, .wp-element-button.trans, button.woocommerce-button.trans, .button.checkout.trans, .wp-block-product-new ul li .add_to_cart_button.trans {
	 background-color: transparent !important;
	 color: var(--primary-color) !important;
}
 .sbtn.whitetrans, .wpcf7-form .site-btn input[type="submit"].whitetrans, .wp-block-button__link.whitetrans, .single_add_to_cart_button.whitetrans, .wp-element-button.whitetrans, button.woocommerce-button.whitetrans, .button.checkout.whitetrans, .wp-block-product-new ul li .add_to_cart_button.whitetrans {
	 background-color: transparent !important;
	 color: white !important;
	 border-color: white !important;
}
 .sbtn:hover, .wpcf7-form .site-btn input[type="submit"]:hover, .wp-block-button__link:hover, .single_add_to_cart_button:hover, .wp-element-button:hover, button.woocommerce-button:hover, .button.checkout:hover, .wp-block-product-new ul li .add_to_cart_button:hover {
	 background-color: var(--dark-color) !important;
	 color: var(--white-color) !important;
}
 .wp-block-product-new ul li .add_to_cart_button {
	 width: 100% !important;
}
 select, body .select2-container .select2-selection--single {
	 border: 0;
	 color: var(--white-color) !important;
	 border-radius: 0 !important;
	 font-size: 16px;
	 height: 46px;
	 background-color: transparent !important;
	 line-height: 46px;
}
 select .wc-block-must-login-prompt a {
	 color: var(--primary-color);
	 text-decoration: underline;
}
 .container {
	 max-width: 1336px;
	 padding-left: 20px;
	 padding-right: 20px;
	 position: relative;
	 margin: 0 auto;
}
 section {
	 padding: 50px 0;
}
 .white {
	 color: var(--white-color) !important;
}
 .dark {
	 color: var(--dark-color) !important;
}
 .primary {
	 color: var(--primary-color) !important;
}
 .whitebg {
	 background-color: var(--white-color) !important;
}
 .darkbg {
	 background-color: var(--dark-color) !important;
}
 .primarybg {
	 background-color: var(--primary-color) !important;
}
 .primarybg * {
	 color: var(--white-color);
}
 .sky {
	 background-image: url(../images/sky.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
}
 .item-card {
	 text-align: center;
	 width: 100%;
	 max-width: 300px;
}
 .item-card a h4 {
	 padding-top: 16px;
}
 .item-card a p {
	 margin: 0;
}
 .item-card a .img-holder {
	 overflow: hidden;
	 border: solid 1px transparent;
	 transition: all 0.4s ease;
}
 .item-card a .img-holder img {
	 scale: 1;
	 width: 100%;
	 transition: all 0.6s ease;
}
 .item-card a:hover .img-holder img {
	 scale: 1.07;
}
 .prods .item-card h4 {
	 color: var(--primary-color);
	 font-weight: 500;
}
 .storefront-breadcrumb, .storefront-product-pagination, .storefront-sorting, #menu-header-menu li::before, .storefront-sticky-add-to-cart {
	 display: none !important;
}
 .site-header #menu-header-menu > li > .sub-menu {
	 background-color: transparent !important;
	 position: fixed;
	 left: 50% !important;
	 margin-left: -390px;
}
 .site-header #menu-header-menu > li > .sub-menu > li {
	 background-color: transparent !important;
	 width: 260px;
	 line-height: 30px;
}
 .site-header #menu-header-menu > li > .sub-menu > li > .sub-menu {
	 position: relative !important;
	 left: 0 !important;
	 top: 0 !important;
	 z-index: 999 !important;
	 background-color: transparent !important;
}
 .site-header #menu-header-menu > li > .sub-menu > li > .sub-menu li:hover {
	 background-color: transparent !important;
}
 .site-header #menu-header-menu-1 {
	 padding-top: 88px;
   z-index: 2;
}
 .site-header #menu-header-menu-1 > li {
	 margin-bottom: 32px;
}
 .site-header #menu-header-menu-1 > li > a {
	 font-size: 20px;
	 line-height: 28px;
}
 .site-header #menu-header-menu-1 > li button {
	 outline: none;
	 transform: rotate(-180deg);
	 right: -8px;
	 top: 11px;
	 width: 26px;
	 height: 26px;
}
 .site-header #menu-header-menu-1 > li button::after {
	 display: none;
}
 .site-header #menu-header-menu-1 > li button::before {
	 background-image: url(../images/arrow_left_big.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 26px;
	 height: 26px;
	 display: inline-block;
	 content: '';
}
 .site-header #menu-header-menu-1 > li button:focus {
	 outline: none;
}
 .site-header #menu-header-menu-1 > li a::before {
	 display: none !important;
}
 .site-header #menu-header-menu-1 > li > .sub-menu {
	 position: absolute;
	 left: 100%;
	 background-color: var(--white-color);
	 margin: 0;
	 width: 100%;
	 z-index: 9;
	 height: calc(100vh - 120px);
	 top: 0;
}
 .site-header #menu-header-menu-1 > li > .sub-menu button {
	 display: none !important;
	 opacity: 0;
}
 .site-header #menu-header-menu-1 > li > .sub-menu a {
	 font-size: 12px;
	 line-height: 18px;
}
 .site-header #menu-header-menu-1 > li > .sub-menu .sub-menu {
	 display: block;
	 max-height: none;
	 visibility: visible;
	 opacity: 1;
	 margin-bottom: 25px;
	 margin-top: 10px;
}
 .site-header #menu-header-menu-1 > li > .sub-menu .sub-menu li.menu-item-125 a {
	 font-weight: 600;
	 color: black;
}
 .site-header #menu-header-menu-1 > li > .sub-menu .sub-menu li a {
	 line-height: 40px;
}
 .site-header #menu-header-menu-1 > li > .sub-menu.toggled-on {
	 left: 0;
}
 .site-header #menu-header-menu-1 > li > .sub-menu.toggled-on > li > a {
	 color: var(--primary-color);
}
 body .site-header::before {
	 position: fixed;
	 left: 0;
	 top: -300px;
	 width: 100%;
	 background-color: white;
	 height: 300px;
	 overflow: hidden;
	 content: ' ';
}
 body.subnav-active .site-header::before {
	 top: 0px;
}
 body.subnav-active .site-header #menu-header-menu * {
	 background-color: transparent !important;
}
 body.subnav-active .site-header #menu-header-menu > li {
	 z-index: 999;
	 position: relative;
}
 body.subnav-active .site-header #menu-header-menu > li > a {
	 z-index: 9999;
	 position: relative;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu {
	 padding-top: 100px;
	 background-color: transparent !important;
	 display: flex;
	 justify-content: center;
	 gap: 0;
	 left: 50% !important;
	 top: 0 !important;
	 z-index: 999 !important;
	 height: 320px;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu li {
	 background-color: transparent !important;
	 padding: 0;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu li a {
	 font-size: 14px !important;
	 padding: 0;
	 line-height: 2.2;
	 display: inline-block;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu li a:hover {
	 color: var(--dark-color);
	 text-decoration: underline;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu li a::after {
	 display: none;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu > li > a {
	 cursor: default !important;
	 font-weight: 400;
	 color: var(--primary-color);
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu > li > a:hover {
	 background-color: transparent !important;
	 color: var(--primary-color) !important;
	 text-decoration: none;
}
 body.subnav-active .site-header #menu-header-menu > li > .sub-menu > li:hover {
	 background-color: transparent !important;
}
 .primary-navigation ul.menu li.menu-item-has-children a::after {
	 display: none !important;
}
 @font-face {
	 font-family: 'icomoon';
	 src: url('../assets/fonts/icomoon.eot?j79rud');
	 src: url('../assets/fonts/icomoon.eot?j79rud#iefix') format('embedded-opentype'), url('../assets/fonts/icomoon.ttf?j79rud') format('truetype'), url('../assets/fonts/icomoon.woff?j79rud') format('woff'), url('../assets/fonts/icomoon.svg?j79rud#icomoon') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 font-display: block;
}
 [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	 font-family: 'icomoon' !important;
	 speak: never;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 line-height: 1;
	/* Better Font Rendering =========== */
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .icon-chkbox:before {
	 content: "\e900";
}
 .icon-chkbox-sel:before {
	 content: "\e901";
}
 .icon-pinrest:before {
	 content: "\e902";
}
 .icon-instagram:before {
	 content: "\e903";
}
 .icon-arrow-down:before {
	 content: "\e904";
}
 .icon-arrow-left:before {
	 content: "\e905";
}
 .icon-arrow-right:before {
	 content: "\e906";
}
 .icon-arrow-up:before {
	 content: "\e907";
}
 .icon-arrow-left-big:before {
	 content: "\e908";
}
 .icon-close:before {
	 content: "\e909";
}
 .icon-less:before {
	 content: "\e90a";
}
 .icon-menu:before {
	 content: "\e90b";
}
 .icon-more:before {
	 content: "\e90c";
}
 .icon-search:before {
	 content: "\e90d";
}
 .icon-shopping-cart:before {
	 content: "\e90e";
}
 .icon-user:before {
	 content: "\e90f";
}
 @media (max-width: 767px) {
	 h1 {
		 font-size: 48px;
		 line-height: 54px;
		 font-weight: 500;
	}
	 h2 {
		 font-size: 24px;
		 line-height: 30px;
		 font-weight: 600;
	}
	 .prods .item-card {
		 max-width: 100%;
	}
	 .prods .item-card h4 {
		 font-size: 12px;
		 line-height: 16px;
	}
	 section {
		 padding: 32px 0;
	}
	 .wp-block-buttons > .wp-block-button, .site-btn {
		 width: 100%;
	}
	 .wp-block-buttons > .wp-block-button > a, .site-btn > a, .wp-block-buttons > .wp-block-button > button, .site-btn > button {
		 width: 100%;
	}
	 .wp-block-buttons > .wp-block-button > p > input, .site-btn > p > input {
		 width: 100%;
	}
	 .owl-theme .owl-nav {
		 position: absolute;
		 top: 5px;
		 right: 0;
	}
	 .owl-theme .owl-nav button {
		 background: transparent !important;
		 border: 0 !important;
		 color: var(--dark-color) !important;
		 line-height: 20px !important;
	}
	 .owl-theme .owl-nav button:hover, .owl-theme .owl-nav button:focus {
		 background: transparent !important;
		 border: 0 !important;
		 color: var(--dark-color) !important;
		 outline: none !important;
	}
	 .owl-theme .owl-nav span {
		 font-size: 42px;
	}
}
 @media (max-width: 640px) {
	 .sbtn {
		 width: 100%;
		 text-align: center;
	}
}
 ul.products {
	 border-top: solid 1px rgba(28, 48, 51, 0.3);
	 padding-top: 32px;
}
 ul.products::after {
	 content: '';
	 width: calc(50% - 48px);
	 height: 1px;
}
 @media (max-width: 1024px) {
	 ul.products::after {
		 width: calc(33% - 18px);
	}
}
 @media (max-width: 870px) {
	 ul.products::after {
		 width: calc(50% - 12px);
	}
}
 ul.products::before {
	 display: none !important;
}
 ul.products li {
	 margin-right: 0;
	 width: calc(25% - 24px);
}
 @media (max-width: 1024px) {
	 ul.products li {
		 width: calc(33% - 18px);
	}
}
 @media (max-width: 870px) {
	 ul.products li {
		 width: calc(50% - 12px);
	}
}
 ul.products li::before {
	 display: none;
}
 ul.products li a.button {
	 display: none !important;
}
 ul.products li .image-wrapper {
	 overflow: hidden;
}
 ul.products li .image-wrapper img {
	 width: 100%;
	 scale: 1;
	 transition: all 0.4s ease;
}
 ul.products li .image-wrapper:hover img {
	 scale: 1.1;
}
/*form */
/* Container for the form rows */
 .form-row {
	 position: relative;
}
 .wpcf7-form .form-row {
	 display: flex;
	 flex-wrap: wrap;
	 margin-bottom: 10px;
}
 .wpcf7-form .form-row.checkbox {
	 margin-bottom: 0;
}
 .wpcf7-form .form-row.checkbox .wpcf7-list-item-label {
	 font-size: 10px;
	 position: relative;
	 top: -2px;
}
 .wpcf7-form .form-row.checkbox small {
	 font-size: 10px;
	 position: relative;
	 top: -2px;
}
 .wpcf7-form .form-row.site-btn {
	 margin-top: 24px;
}
 .chktext {
	 font-size: 10px;
	 position: relative;
	 left: -5px;
	 top: -2px;
}
 .form-row span em {
	 font-size: 10px;
}
 .form-left, .form-right {
	 width: 48%;
}
 .form-left {
	 margin-right: 4%;
}
 .form-full {
	 width: 100%;
}
 input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select textarea {
	 width: 100%;
	 padding: 10px;
	 border: 0;
	 border: 1px solid #ddd;
	 border-radius: 0px;
	 background-color: transparent;
	 box-sizing: border-box;
	 box-shadow: 0 0 0 !important;
}
 input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select textarea:focus {
	 outline: none;
	 background-color: transparent !important;
}
 textarea {
	 resize: vertical;
}
 input[type="checkbox"] {
	 margin-right: 10px;
	 -webkit-appearance: none;
	/* Remove default appearance in WebKit browsers (Safari, Chrome) */
	 -moz-appearance: none;
	/* Remove default appearance in Firefox */
	 appearance: none;
	/* Remove default appearance in modern browsers */
	 width: 13px !important;
	/* Set custom width */
	 height: 13px !important;
	/* Set custom height */
	 border: 1px solid var(--dark-color);
	/* Add a border */
	 background-color: transparent !important;
	/* Make background transparent */
	 cursor: pointer;
	/* Change cursor to pointer */
	 outline: none;
}
 input[type="checkbox"]:focus {
	 outline: none !important;
}
 input[type="checkbox"]:checked {
	 background-color: transparent;
	/* Ensure background stays transparent */
	 border-color: var(--primary-color);
	/* Change border color when checked */
	 width: 13px !important;
	/* Set custom width */
	 height: 13px !important;
	/* Set custom height */
	 -webkit-appearance: checkbox;
	/* Remove default appearance in WebKit browsers (Safari, Chrome) */
	 -moz-appearance: checkbox;
	/* Remove default appearance in Firefox */
	 appearance: checkbox;
	/* Remove default appearance in modern browsers */
}
 input:-webkit-autofill, textarea:-webkit-autofill {
	 -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	 -webkit-text-fill-color: #000 !important;
	 background-color: transparent !important;
}
 .wpcf7-form input[type="submit"] {
	 padding: 10px 20px;
	 background-color: #007bff;
	 color: #fff;
	 border: none;
	 border-radius: 4px;
	 cursor: pointer;
}
 .wpcf7-form input[type="submit"]:hover {
	 background-color: #0056b3;
}
 .wpcf7-form label, .wpcf7-list-item-label {
	 font-size: 16px;
	 line-height: 1.5;
	 font-weight: 300;
}
 .wpcf7-form p {
	 margin-bottom: 0 !important;
}
 input[type="text"], input[type="email"], input[type="password"], input[type="tel"], body .select2-container .select2-selection--single, textarea {
	 width: 100% !important;
	 background-color: transparent;
	 border-width: 0px !important;
	 border-bottom: solid 1px var(--dark-color) !important;
	 box-shadow: 0 0 0 !important;
	 outline: none !important;
	 border-radius: 0 !important;
	 padding: 10px 0 !important;
}
 input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, body .select2-container .select2-selection--single:focus, textarea:focus {
	 outline: none;
	 border: 0;
	 box-shadow: 0 0 0;
	 background-color: transparent !important;
	 border-bottom: solid 1px var(--primary-color) !important;
}
 .form-row:not(.checkbox) .form-left, .form-row:not(.checkbox) .form-right, .form-row:not(.checkbox) .form-full {
	 position: relative;
}
 .woocommerce-form-row, p.form-row {
	 position: relative;
	 padding-top: 20px;
}
 .wpcf7-form-control-wrap textarea {
	 width: 100%;
	/* Make the textarea take full width */
	 min-height: 40px;
	/* Minimum height (40px as you specified) */
	 max-height: 200px;
	/* Maximum height (adjust based on font size and number of rows) */
	 resize: none;
	/* Disable manual resizing */
	 overflow: hidden;
	/* Hide the scrollbar when not needed */
}
 .floating-label, .woocommerce-form-row > label, .form-row > label {
	 position: absolute;
	 left: 0px;
	 top: 36px;
	 transition: all 0.2s ease;
	 color: #999;
	 pointer-events: none;
	/* Prevents label from blocking clicks on the input */
}
 .wpcf7-list-item {
	 margin: 0 !important;
}
 .input-group {
	 position: relative;
	 margin: 0;
}
 .floating-label.active, .form-row > label.active {
	 top: 10px;
	/* Adjust as needed */
	 font-size: 12px;
	/* Adjust as needed */
	 color: #333;
	/* Change to your preferred color */
}
 #menu-footer-menu {
	 columns: 2;
	 -webkit-columns: 2;
	 -moz-columns: 2;
}
 @media (max-width: 767px) {
	 #menu-footer-menu {
		 columns: 1;
		 -webkit-columns: 1;
		 -moz-columns: 1;
	}
}
 #menu-footer-menu li {
	 text-align: left;
	 margin-bottom: 10px;
}
 #menu-footer-menu li a {
	 color: white;
	 text-decoration: none;
	 font-weight: 300;
}
 #menu-footer-menu li a:hover {
	 color: var(--primary-color);
}
 @media (max-width: 767px) {
	 #menu-footer-menu li:nth-child(4) {
		 margin-bottom: 40px;
	}
}
 .footer-nav a:hover {
	 color: var(--primary-color) !important;
}
 .faq-accordion .border-b {
	 border-bottom-color: rgba(28, 48, 51, 0.3);
	 margin-bottom: 0;
}
 .faq-accordion .border-b:last-child {
	 border-bottom: 0 !important;
}
 .faq-accordion h5 {
	 margin-bottom: 0;
}
 .faq-accordion h5 button {
	 padding: 15px 0;
}
 .faq-accordion h5 button:hover {
	 background-color: transparent !important;
}
 .faq-accordion h5 button .fas {
	 position: relative;
	 top: -3px;
	 height: 10px;
}
 .faq-accordion h5 button .fas::before {
	 background-image: url(../images/keyboard_arrow_up.png);
	 width: 12px;
	 height: 12px;
	 background-repeat: no-repeat;
	 background-position: center;
}
 .faq-accordion h5 button span {
	 font-weight: 600;
}
 .primary-navigation {
	 text-align: center;
}
 .site-header-cart {
	 width: auto !important;
}
 .site-header-cart li {
	 align-items: flex-start;
	 height: 35px;
	 width: 30px;
	 line-height: 25px;
	 align-content: center;
	 justify-content: center;
	 flex-wrap: wrap;
}
 @media (max-width: 767px) {
	 .site-header-cart li {
		 height: 25px;
	}
}
 .site-header-cart li::before {
	 display: none;
}
 .site-header-cart li .cart-content {
	 position: relative;
	 align-items: center;
	 display: flex;
}
 #menu-item-125 a {
	 font-weight: 600;
	 margin-top: 15px;
}
 .ic-ac {
	 width: 24px;
	 height: 24px;
	 display: inline-block;
	 right: 8px;
	 top: -2px;
}
 .ic-sr {
	 width: 24px;
	 height: 24px;
	 display: inline-block;
	 right: 8px;
	 top: -2px;
}
 .woocommerce-products-header {
	 height: 1px;
}
 @media (max-width: 767px) {
	 .woocommerce-products-header {
		 height: auto;
	}
}
 @media (max-width: 767px) {
	 .woocommerce-products-header h1 {
		 font-size: 24px;
		 text-align: center;
		 font-weight: 600;
	}
}
 .woocommerce-product-gallery .flex-viewport {
	 height: auto !important;
}
 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	 width: 100%;
}
 .prod-content {
	 display: flex;
	 flex-wrap: wrap;
}
 .prod-content > * {
	 width: 100%;
}
 @media (max-width: 767px) {
	 .prod-content .woocommerce-product-details__short-description {
		 order: 3;
	}
}
 .prod-content form.cart {
	 display: flex;
	 width: 100%;
}
 @media (max-width: 767px) {
	 .prod-content form.cart {
		 flex-wrap: wrap;
	}
}
 .prod-content form.cart button {
	 width: 100%;
}
 @media (max-width: 767px) {
	 .prod-content form.cart button {
		 margin-top: 32px;
	}
}
 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 48px;
	 display: flex;
	 flex-wrap: wrap;
}
 @media (max-width: 767px) {
	 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		 display: none;
	}
}
 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	 margin: 0 0 8px !important;
	 width: 100% !important;
}
 .single-product div.product .woocommerce-product-gallery .flex-viewport {
	 margin-left: 56px;
}
 @media (max-width: 767px) {
	 .single-product div.product .woocommerce-product-gallery .flex-viewport {
		 margin-left: 0;
	}
}
 .my-ac-nav li {
	 margin-bottom: 15px;
}
 .my-ac-nav li a {
	 position: relative;
	 padding-left: 30px;
}
 .my-ac-nav li a::before {
	 position: absolute;
	 left: -15px;
	 top: 0;
}
 body.admin-bar #woocommerce-pages > section {
	 padding-top: 0 !important;
}
 abbr:where([title]) {
	 text-decoration: none !important;
}
 .search-dd {
	 transition: max-height 0.5s ease-in-out;
	/* Adjust duration and easing here */
}
 .search-form {
	 width: 370px;
	 margin: 0 auto;
	 display: flex;
	 position: relative;
	 padding: 0;
	 right: -2px;
}
 .search-form .search-submit {
	 position: absolute;
	 background-color: transparent;
	 border: 0;
	 right: 10px;
	 padding-left: 0;
	 padding-right: 0;
	 top: 25px;
	 right: 0;
}
 .search-form .search-submit:focus {
	 outline: none;
	 border: 0;
	 box-shadow: 0 0 0;
}
 .search-form .search-submit:hover {
	 background-color: transparent !important;
	 color: var(--primary-color);
}
 .search-form label {
	 width: 100%;
}
 .search-form label input {
	 width: 100%;
	 background-color: transparent;
	 border-width: 0px !important;
	 border-bottom: solid 1px var(--dark-color) !important;
	 border-radius: 0;
	 box-shadow: 0 0 0;
	 padding: 0 0 0 25px;
}
 .search-form label input:focus {
	 outline: none;
	 border: 0;
	 box-shadow: 0 0 0;
	 background-color: transparent !important;
	 border-bottom: solid 1px var(--primary-color) !important;
}
 .search-field input {
	 width: 100%;
	 background-color: transparent;
	 border-width: 0px !important;
	 border-bottom: solid 1px var(--dark-color) !important;
	 border-radius: 0;
	 box-shadow: 0 0 0;
}
 .search-field input:focus {
	 outline: none;
	 border: 0;
	 box-shadow: 0 0 0;
	 background-color: transparent !important;
	 border-bottom: solid 1px var(--primary-color) !important;
}
 .close-ic {
	 position: absolute;
	 right: 2px;
	 opacity: 0.5;
	 top: 3px;
	 z-index: 9;
}
 .search-icon {
	 position: absolute;
}
 .search-results .status-publish {
	 margin-bottom: 36px;
	 padding-bottom: 36px;
	 border-bottom: solid 1px var(--dark-color);
}
 .search-results .status-publish .entry-content {
	 display: flex;
}
 .search-results .status-publish .entry-content > img {
	 margin-right: 48px;
}
 .search-results .status-publish .entry-content .wp-block-button {
	 padding-left: 30px;
}
 .linktext, .woocommerce-MyAccount-content a, .wc-block-must-login-prompt a, .lost_password a {
	 color: var(--primary-color);
	 text-decoration: underline;
}
 .linktext:hover, .woocommerce-MyAccount-content a:hover, .wc-block-must-login-prompt a:hover, .lost_password a:hover {
	 color: var(--dark-color);
}
 @media (max-width: 767px) {
	 .w-full .main-navigation {
		 order: 2;
		 position: relative;
		 margin-left: 10px;
		 width: auto !important;
	}
	 .w-full .main-navigation .menu-toggle {
		 border: 0;
		 width: 20px;
		 height: 20px;
		 padding: 0;
		 order: 10;
		 position: relative;
     z-index: 9999;
	}
	 .w-full .main-navigation .menu-toggle::before {
		 left: 0 !important;
		 width: 20px;
		 transform: translateY(-6px);
	}
	 .w-full .main-navigation .menu-toggle::after {
		 transform: translateY(6px);
		 left: 0 !important;
		 width: 20px;
	}
	 .w-full .main-navigation .menu-toggle span::before {
		 left: 0 !important;
		 width: 20px;
	}
	 .w-full .main-navigation .menu-toggle:focus {
		 border: 0 !important;
		 outline: none !important;
	}
	 .w-full .main-navigation .menu {
		 position: fixed;
		 right: -100%;
		 background-color: var(--white-color);
		 width: 100%;
		 height: 100%;
		 top: 0;
		 padding: 100px 23px 30px;
		 transition: all 0.6s ease;
	}
	 .w-full .main-navigation .menu li {
		 padding: 0 !important;
	}
	 .w-full .main-navigation .menu li::before {
		 display: none;
	}
	 .w-full .main-navigation .menu li a {
		 line-height: 3;
	}
	 .w-full .main-navigation.toggled .menu-toggle::before {
		 transform: rotate(45deg) !important;
		 -webkit-transform: rotate(45deg) !important;
	}
	 .w-full .main-navigation.toggled .menu-toggle::after {
		 transform: rotate(-45deg) !important;
		 -webkit-transform: rotate(-45deg) !important;
	}
	 .w-full .main-navigation.toggled .menu {
		 right: 0;
	}
	 .site-header-cart {
		 order: 1;
		 position: relative;
	}
}
 .compare-sec {
	 background-position: right 0;
	 background-repeat: no-repeat;
	 background-size: 50% auto;
}
 .sustainability-sec .item-card .woocommerce-Price-amount {
	 display: none;
}
 .blue-link a {
	 text-decoration: underline !important;
	 color: var(--primary-color);
}
 .page-id-49 #regular-pages h3 {
	 text-align: center;
}
 .er-404 {
	 background-image: url(../images/sky.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
}
 .woocommerce-MyAccount-navigation ul li a {
	 padding-left: 0;
}
 .woocommerce-MyAccount-navigation ul li a::before {
	 display: none;
}
 .woocommerce-MyAccount-navigation ul li.is-active a {
	 text-decoration: underline;
}
 .woocommerce-MyAccount-navigation ul li a:hover {
	 color: var(--primary-color);
}
 .add-edit-addr {
	 background-image: url(../images/arrow_left_big.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 width: 24px;
	 height: 24px;
	 display: inline-block;
}
 .addresses header.title a::before {
	 content: '';
	 background-image: url(../images/edit_square.png);
}
 input::placeholder, input:placeholder-shown {
	 color: transparent;
}
 .select2-container--default .select2-selection--single .select2-selection__rendered {
	 padding-left: 0;
	 position: relative;
	 top: 17px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
	 top: 17px;
}
 .wp-block-woocommerce-empty-cart-block h2 {
	 text-align: left !important;
	 margin-bottom: 72px !important;
}
 .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	 display: none !important;
}
 .wpcf7-not-valid-tip {
	 font-size: 10px;
}
/* Modal container */
 .cookie-modal {
	 display: none;
	 position: fixed;
	 z-index: 1000;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0, 0, 0, 0.5);
}
/* Modal content */
 .cookie-modal-content {
	 background-color: #fff;
	 margin: 10% auto;
	 padding: 40px;
	 border-radius: 0;
	 width: 90%;
	 max-width: 720px;
	 position: relative;
}
/* Close button */
 .close-cookie-modal {
	 position: absolute;
	 top: 40px;
	 right: 40px;
	 cursor: pointer;
}
/* Section styles */
 .cookie-section {
	 margin-bottom: 0;
}
 .cookie-status {
	 float: right;
}
/* Toggle switch */
 .switch {
	 position: relative;
	 display: inline-block;
	 width: 34px;
	 height: 20px;
}
 .switch input {
	 opacity: 0;
	 width: 0;
	 height: 0;
}
 .slider {
	 position: absolute;
	 cursor: pointer;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: #ccc;
	 transition: 0.4s;
	 border-radius: 20px;
}
 .slider:before {
	 position: absolute;
	 content: "";
	 height: 14px;
	 width: 14px;
	 left: 3px;
	 bottom: 3px;
	 background-color: white;
	 transition: 0.4s;
	 border-radius: 50%;
}
 input:checked + .slider {
	 background-color: #3e7e9e;
}
 input:checked + .slider:before {
	 transform: translateX(14px);
}
 .initialConsentModal {
	 display: none;
	/* Hidden by default */
	 position: fixed;
	 bottom: 20px;
	 right: 20px;
	 background-color: white;
	 padding: 20px;
	 box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	 width: 500px;
	 text-align: left;
}
/* Subscribe container */
 .subs-modal {
	 display: none;
	 position: fixed;
	 z-index: 1000;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0, 0, 0, 0.5);
}
/* Modal content */
 .subs-modal-content {
	 background-color: #fff;
	 top: 50%;
	 margin: 0 auto;
	 transform: translateY(-50%);
	 padding: 0;
	 border-radius: 0;
	 width: 90%;
	 max-width: 965px;
	 position: relative;
}

 .subs-content form {
	 margin-bottom: 16px;
}
 .subs-content form .wpcf7-spinner {
	 display: none !important;
}
 .subs-content small {
	 font-size: 10px !important;
}
/* Close button */
 .close-subs-modal {
	 position: absolute;
	 top: 40px;
	 right: 40px;
	 cursor: pointer;
}
@media (max-width: 1023px) {
  .subs-modal-content
  {
    width: 420px;
    max-width: 90%;
    top: auto;
    bottom: 20px !important;
    transform: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .subs-content h2 
  {
      font-size: 24px;
      line-height: 30px;
  }
  .subs-modal-content .img-wrp
  {
    max-height: 0;
    overflow: hidden;

  }

  .close-subs-modal {
    top: 5px;
    right: 5px;
 }
}
@media (max-width: 540px) {
  .initialConsentModal
  {
    width: calc(100% - 40px);
  }
  .cookie-modal-content
  {
    top: auto;
    bottom: 20px !important;
    transform: none;
    position: absolute;
    left: 50%;
    padding: 20px;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
  .close-cookie-modal
  {
    top: 15px;
    right: 15px;
  }
}
 main > .woocommerce {
	 width: 1336px;
	 margin: 0 auto;
	 padding: 0 20px;
	 position: relative;
	 top: -95px;
}
 main > .woocommerce > div {
	 width: calc(100% - 40px);
	 position: absolute;
	 border: 0 !important;
	 left: 20px;
}
 .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	 background-color: var(--white-color) !important;
	 color: var(--primary-color) !important;
}
 .woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before, .woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
	 color: var(--primary-color) !important;
}
 .woocommerce-message a:before, .woocommerce-info a:before, .woocommerce-error a:before, .woocommerce-noreviews a:before, p.no-comments a:before {
	 border: 0 !important;
}
 .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	 display: none !important;
}
 .no-scroll {
	 overflow: hidden;
	 height: 100vh;
}
 .submenu-title {
	 position: fixed;
	 top: 0;
	 line-height: 70px;
	 width: 100%;
	 left: 0;
	 text-align: center;
	 font-size: 20px;
	 z-index: 999;
}
 .submenu-title .back-link {
	 background-image: url(../images/arrow_left_big.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
	 position: absolute !important;
	 left: 15px;
	 top: 16px;
	 width: 26px;
	 height: 26px;
	 display: inline-block;
	 z-index: 9999;
}
 