/*
Theme Name: Galen's Way Skincare
Theme URI: 
Update URI: ninepoint-theme-galenswayskincare
Author: Ninepoint
Author URI: https://ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #F3F0E9;
	height: 100%;
}
#page {
	background: #F3F0E9;
	min-height: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #000;
	font-size: 16px; 
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #000;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
}

/* =Menu */
.mainmenu {
	padding: 8px 0 0;
}
.mainmenu li {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
}
.mainmenu a:link, .mainmenu a:visited {
	position: relative;
	display: block;
	color: #000;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-decoration: none;
}
.mainmenu > .menu-item-has-children > a:link, .mainmenu > .menu-item-has-children > a:visited {
	padding: 0 19px 0 0;
}
.mainmenu > .menu-item-has-children > a::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 1px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg) translateZ(1px);
}
.submenuw {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 2.3% 55px calc(4% + 40px);
	background: #FBF6F2;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10);
	max-height: calc(100vh - 72px);
	overflow-y: auto;
}
.mainmenu ul {
	width: 35.4%;
	box-sizing: border-box;
	padding: 0 7% 0 0;
}
.mainmenu ul li {
	display: block;
	padding: 0;
}
.mainmenu ul a:link, .mainmenu ul a:visited {
	color: #294A3A;
	padding: 20px 0;
	border-bottom: 1px solid #DED7D0;
}
.mainmenu ul ul {
	display: none;
}
.menuwidget {
	width: 64.6%;
}
.menuw-img {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 51.4%;
}
.menuw-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 3% 5px;
	text-align: center;
	color: #FFF;
}
.menuw-txt .htxt {
	max-width: 335px;
}


/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 26px;
	margin-bottom: 25px;
}
.contentouter {
	padding-top: 72px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.ctitleh1 {
	font-family: "ivyora-display", serif;
	font-size: 64px;
	line-height: 60px;
	font-weight: 400;
	margin-bottom: 25px;
}
.ctitleh2 {
	font-family: "ivyora-display", serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 15px;
}
.ctitleh3 {
	font-family: "ivyora-display", serif;
	font-size: 33px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 15px;
}
.ctitleh3italic {
	font-family: "ivyora-display", serif;
	font-style: italic;
	font-size: 33px;
	line-height: 52px;
	font-weight: 400;
	margin-bottom: 15px;
}
.ctitleh4 {
	font-family: "ivyora-display", serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}
.ctitleintro {
	font-family: "ivyora-display", serif;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.ctitleh5 {
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ctitlebtn {
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.ctxtsml {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: -0.013em;
}
.clinkbtn, .clinkbtnwh {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	padding: 6px 20px;
}
.clinkbtn {
	background-color: #294A3A;
	color: #FFF !important;
}
.clinkbtnwh {
	background-color: #FFF;
	color: #294A3A;
}
.clinkarrow a, .clinkbtn a, .clinkbtnwh a {
	color: inherit !important;
	text-decoration: none;
}
.htxt ul {
	margin: 0 0 20px 17px;
}
.htxt li {
	line-height: 28px;
}
.stdh {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	box-sizing: border-box;
	padding: 26px 2.3% 20px 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F6EFE8;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.10));
}
.stdhl {
}
.hlogo {
	position: absolute;
	top: 15px;
	left: calc(50% - 95px);
	width: 190px;
}
.hlogo a {
	display: block;
}
.hlogo img {
	width: 100%;
}
.stdhr {
	display: flex;
}
.hwidget {
	margin: 2px 20px 0 0;
}
.hwidget p, .hwidget a {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
.hacc {
	cursor: pointer;
	position: relative;
}
.hacc:hover .haccmenu {
	display: block;
}
.hacc img {
	width: 19px;
}
.haccmenu {
	display: none;
	position: absolute;
	top: 20px;
	left: -100px;
	z-index: 2000;
	box-sizing: border-box;
	padding: 25px 0 0;
}
.haccmenuw {
	width: 200px;
	background-color: #FFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	padding: 13px 6px;
	text-align: center;
	color: #000;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
.haccmenu a {
	color: inherit;
	text-decoration: none;
	padding: 0 12px;
}
.hsearchico {
	margin-left: 20px;
}
.hsearchico img {
	width: 20px;
	cursor: pointer;
}
.hcart {
	position: relative;
	margin-left: 20px;
	padding: 0 11px 0 0;
}
.hcart a {
	display: block;
}
.hcart img {
	width: 19px;
}
.hcart span {
	position: absolute;
	top: -6px;
	right: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #294A3A;
	color: #F0EAE4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	line-height: 9px;
	font-weight: 900;
}
.hmtog {
	display: none;
	flex-wrap: wrap;
	align-content: space-between;
	border-radius: 50%;
	background-color: #294A3A;
	padding: 13px 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-left: 20px;
	box-sizing: border-box;
}
.hmtog div {
	background-color: #FFF;
	width: 100%;
	height: 2px;
}
.hmenu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3000;
	width: 340px;
	height: 100vh;
	background-color: #FBF6F2;
	box-sizing: border-box;
	padding: 60px 0 0;
	overflow-y: auto;
}
.hmclose {
	position: absolute;
	top: 25px;
	right: 4.4%;
	width: 30px;
	height: 28px;
	cursor: pointer;
}
.hmclose::after, .hmclose::before {
	content: '';
	position: absolute;
	background-color: #294a3a;
	height: 2px;
	width: 30px;
	top: 10px;
	right: 0px;
	border-radius: 2px;
}
.hmclose::after {
	transform: rotate(45deg) translateZ(1px);
}
.hmclose::before {
	transform: rotate(-45deg) translateZ(1px);
}
.hmenuban {
	padding: 15px 0 0;
}


/* content flexible */
#cntflxpg {
}
.cntflxpgw {
}
.bgc-light {
	background-color: #F3F0E9;
}
.bgc-dark {
	background-color: #294A3A;
}
.cntflxrow {
	position: relative;
}
.cntflxrpadtop-thin {
	padding-top: 20px;
}
.cntflxrpadtop-small {
	padding-top: 40px;
}
.cntflxrpadtop-medium {
	padding-top: 60px;
}
.cntflxrpadtop-large {
	padding-top: 80px;
}
.cntflxrpadtop-wide {
	padding-top: 120px;
}
.cntflxrpadbtm-thin {
	padding-bottom: 20px;
}
.cntflxrpadbtm-small {
	padding-bottom: 40px;
}
.cntflxrpadbtm-medium {
	padding-bottom: 60px;
}
.cntflxrpadbtm-large {
	padding-bottom: 80px;
}
.cntflxrpadbtm-wide {
	padding-bottom: 120px;
}
.cntflx-banner {
	line-height: 0;
}
.cntflx-banner .cntflxw {
	position: relative;
}
.cntflx-mediaouter {
	position: relative;
}
.cntflx-media {
	width: 100%;
}
.cntflx-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflxban-slsh {
	width: 100%;
}
.cntflxslsh-slide {
	width: 100%;
}
.cntflxslsh-slide img {
	width: 100%;
}
.cntflxsltxt {
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2000;
	box-sizing: border-box;
	padding: 30px 6.2% 25px;
	color: #FFF;
}
.cntflxsltxt .htxt {
	max-width: 480px;
}
.cntflxsltxt .htxt p {
	max-width: 335px;
}
.cntflxban-txtw {
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2000;
	box-sizing: border-box;
	padding: 30px 6.2% 25px;
	color: #FFF;
}
.cntflxban-txt {
	color: #FFF;
	display: flex;
	width: 100%;
}
.cntflxban-txt img {
	vertical-align: middle;
}
.cntflxban-txt .htxt {
	/*margin: 0 auto;*/
}
.cntflxban-txt .htxt p {
	margin-bottom: 20px;
}
.cntflxtxt-wide {
	max-width: 1260px;
}
.cntflxtxt-large {
	max-width: 1060px;
}
.cntflxtxt-med {
	max-width: 840px;
}
.cntflxtxt-stdpls {
	max-width: 730px;
}
.cntflxtxt-std {
	max-width: 680px;
}
.cntflxtxt-narrw {
	max-width: 500px;
}
.cntflxtxt-sml {
	max-width: 400px;
}
.cntflxtxt-center {
	text-align: center;
}
.cntflxtxt-left {
	text-align: left;
}
.cntflx-ftxt {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-ftxt .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.cntflx-ftxt .htxtw {
}
.cntflx-ftxt .htxt {
	margin: 0 auto;
}
.cntflx-products {
	padding-left: 2.3%;
	padding-right: 2.3%;
}
.cntflx-products .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.cntflxprodsw {
	display: flex;
	flex-wrap: wrap;
	max-width: 1310px;
	margin: 0 auto;
}
.cntflx-product {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 9px 40px;
}
.cntflx-product a {
	display: block;
}
.cntflxprod-img {
	aspect-ratio: 1 / 1.003;
	margin-bottom: 15px;
}
.cntflxprod-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflxprod-title.ctitlebtn {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
}
.hfsci-price, .woocommerce ul.products li.product .price {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
.cntflxban-txtdbl .htxt:nth-child(1) {
	margin-right: 2%;
}
.cntflx-txtmedia {
}
.cntflx-txtmedia .cntflxw {
	display: flex;
	align-items: center;
}
.cntflx-txmatxt {
	width: 50%;
	box-sizing: border-box;
	padding: 40px 7.2% 15px;
}
.cntflx-txtmedia .cntflx-media {
	width: 50%;
}
.cntflx-mediaouterfull .cntflx-media {
	width: 100%;
}
.cntflx-media img, .cntflx-media video {
	width: 100%;
	object-fit: cover;
}
.cntflx-ticker {
}
.cntflx-ticker .cntflxw {
}
.cntflx-tckrw {
	overflow: hidden;
	text-align: center;
}
.cntflx-tckritem {
	display: inline-block;
	vertical-align: middle;
	margin: 0 45px;
}
.cntflx-tckrw img {
	max-width: 170px;
	height: 80px;
}
.cntflx-tckrw .ctitlebtn {
	line-height: 16px;
	max-width: 200px;
	margin: 0 auto;
}
.cntflx-imgrow {
}
.cntflx-imgrow .cntflxw {
	overflow: hidden;
}
.cntflx-imgroww {
	position: relative;
	left: -5px;
	width: calc(100% + 10px);
	display: flex;
}
.cntflx-imgroww div {
	width: 16.666%;
	box-sizing: border-box;
	padding: 0 5px;
}
.cntflx-imgrow img {
	width: 100%;
}
.cntflx-blkcols {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-blkcols .cntflxw {
	max-width: 1320px;
	margin: 0 auto;
}
.cntflx-blkrowsw {
	display: flex;
}
.cntflx-blkrow {
	box-sizing: border-box;
	padding: 0 3%;
	text-align: center;
}
.cntflx-blkrows2 .cntflx-blkrow {
	width: 50%;
}
.cntflx-blkrows3 .cntflx-blkrow {
	width: 33.333%;
}
.cntflxblkr-img {
	padding: 0 4% 30px;
}
.cntflxblkr-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-blkrow .ctitleh5 {
	margin-bottom: 15px;
}
.cntflxblkr-desc {
	font-size: 16px;
	line-height: 26px;
}
.cntflxblkr-desc span {
	display: none;
}
.cntflxblkr-descmore {
}
.cntflxblkr-descrmore {
	position: relative;
}
.cntflxblkr-descrmore::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 20;
	background: linear-gradient(transparent, #F3F0E9);
	height: 30px;
}
.cntflxblkr-descm-open {
	cursor: pointer;
	padding: 8px 0;
}
.cntflxblkr-descm-close {
	display: none;
	cursor: pointer;
	padding: 8px 0;
}
.descimgtbl {
	border-bottom: 1px solid #D9D9D9;
}
.descimgtbl td {
	line-height: 26px;
}
.descimgtbl td .ctitleh5 {
	margin-bottom: 20px;
}
.descimgtbl td:nth-child(1) {
	width: 78%;
	box-sizing: border-box;
	padding: 0 6% 0 0;
	vertical-align: top;
}
.descimgtbl td img {
	max-width: 100%;
}
.descimgtbl td:nth-child(2) {
	width: 22%;
	vertical-align: top;
}



/* standard */
.stdpg {
	padding: 140px 4% 140px;
}
.stdpgw {
	max-width: 1100px;
	margin: 0 auto;
}
.stdpg .ctitleh2 {
	color: #294A3A;
	margin-bottom: 50px;
}


/* search */
#search {
	padding: 150px 4% 130px;
}
.searchw {
	max-width: 1100px;
	margin: 0 auto;
}
.search-title {
	color: #294A3A;
	margin-bottom: 60px;
}
.hsearch {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 6000;
	box-sizing: border-box;
	padding: 50px 2%;
	background-color: #F3F0E9;
	text-align: center;
}
.hsearch .hlogo img {
	width: 190px;
}
.hsearchw {
	display: flex;
	width: 100%;
	justify-content: center;
	height: 100vh;
}
.hsearch .hmclose {
	position: absolute;
	top: 30px;
	right: 4%;
	width: 30px;
	height: 26px;
	cursor: pointer;
}
.hsearch .hmclose::after, .hsearch .hmclose::before {
	content: '';
	position: absolute;
	background-color: #294A3A;
	height: 2px;
	width: 30px;
	top: 10px;
	right: 0px;
	border-radius: 2px;
}
.hsearch .hmclose::after {
	transform: rotate(45deg) translateZ(1px);
}
.hsearch .hmclose::before {
	transform: rotate(-45deg) translateZ(1px);
}
.searchbox {
	align-self: center;
	background-color: #F3F0E9;
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 20px 20px;
	box-sizing: border-box;
}
.searchbox input[type="text"] {
	color: #294A3A;
	font-family: "ivyora-display", serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: -0.04em;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: 0px;
	border-bottom: 6px solid #294A3A;
	padding: 0 78px 10px 0px;
	box-sizing: border-box;
}
.searchbox input[type="text"]::-moz-placeholder {
	color: #294A3A;
	opacity: 1 !important;
}
.searchbox input[type="text"]::-webkit-input-placeholder {
	color: #294A3A;
}
.searchbox input:focus {
	color: #294A3A;
}
.searchbox #searchsubmit {
	position: absolute;
	bottom: 40px;
	right: 30px;
	width: 45px;
	height: 45px;
	background-image: url('images/icon-search.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
}
.searchw-results {
	display: flex;
	flex-wrap: wrap;
}


/* woocommerce general */
.woocommerce-ordering {
	display: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
	position: relative;
	display: block;
	color: #294A3A;
	padding: 20px 0;
	border-bottom: 1px solid #DED7D0;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button, .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
	padding: 9px 16px;
	border-radius: 0px;
	border: 0px;
	color: #FFF;
	background-color: #294a3a;
	font-family: "darkmode-mono-off", sans-serif;
	font-weight: 300;
	letter-spacing: 0.025em;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s linear !important;
	cursor: pointer;
	min-height: none !important;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover, .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
	background-color: #000;
	color: #FFF;
}


/* product category */
.wootxt p {
}
.wootxt ul, .wootxt ol {
	margin: 0 0 25px 18px;
	line-height: 21px;
}
.wootxt a {
	color: #294a3a;
}
.wootxt strong, .wootxt b {
	font-weight: normal;
}
.woocatside {
	width: 25.5%;
	position: sticky;
	top: 138px;
	box-sizing: border-box;
	padding: 6% 4% 60px 4%;
	height: 100%;
	border-right: 1px solid #294a3a;
}
.woocatside h1 {
	margin-bottom: 30px;
}
.woocatside h1 b {
	display: block;
	font-weight: normal;
}
.woocatside .term-description {
}
.woocatside .term-description p {
}
.woocatlist {
}
.woocatlist div {
	margin-bottom: 14px;
}
.woocatlist a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
}
.woocatlist a.currentwcat {
	position: relative;
}
.woocatlist a.currentwcat::before {
	content: '•';
	position: absolute;
	left: -16px;
	top: -1px;
	font-size: 24px;
	font-family: Arial;
}
.woocatmain {
	width: 74.5%;
	box-sizing: border-box;
	border-left: 1px solid #294a3a;
	position: relative;
	left: -1px;
	bottom: -1px;
	margin: -1px -1px 0 0;
}
.woonav {
	padding: 60px 45px 30px;
	border-bottom: 1px solid #294a3a;
}
.woonav span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
}
.woonavfbn {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 200px);
}
.woonavfbn span {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}
.woonavfbn div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px);
}
.woonavfbn a {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 8px 0;
	font-size: 16px;
	line-height: 24px;
}
.woonavfbn a.currenttag {
	text-decoration: underline;
}
.woonavflb {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
.woocommerce .woonavflb .woocommerce-ordering, .woocommerce-page .woonavflb .woocommerce-ordering {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 0 0 15px;
}
.woocommerce .woonavflb .woocommerce-ordering .orderby {
	padding: 8px 8px;
	font-size: 15px;
	color: #294a3a;
	border: 1px solid #294a3a;
	background-color: #FFF;
}
.woocatmain {
	overflow: hidden;
}
.woocommerce-products-header {
	padding: 80px 4%;
}
.woocommerce-products-header__title {
	color: #294a3a;
	font-family: "ivyora-display", serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin-bottom: 15px;
	text-align: center;
}
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	padding: 0 7.5% 40px;
	margin: 0;
}
.woocommerce li.product .wlr-product-message {
	display: none !important;
}
.woocommerce .woocatmain ul.products li.product, .woocommerce-page .woocatmain ul.products li.product {
	float: left;
	margin: -1px 0 0 -1px;
	padding: 38% 0 0 0;
	position: relative;
	width: calc(25% + 1px);
	box-sizing: border-box;
	transition: 0.3s linear;
	border: 1px solid #294a3a;
}
.woocommerce .woocatmain ul.products li.product a, .woocommerce-page .woocatmain ul.products li.product a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 6;
	transition: 0.3s linear;
	background-color: #FFF;
}
.woocommerce .woocatmain ul.products li.product a::after, .woocommerce-page .woocatmain ul.products li.product a::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.woocommerce .woocatmain ul.products li.product a:hover, .woocommerce-page .woocatmain ul.products li.product a:hover {
	background-color: #eff1ee;
}
.woocommerce .woocatmain ul.products li.product .woocommerce-placeholder {
	border: 0px;
}
.wooprodlist-img {
	height: calc(100% - 140px);
	text-align: center;
}
.wooprodlist-img::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	margin-right: -0.25em;
}
.woocommerce .woocatmain ul.products li.product a img {
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	max-width: calc(100% - 0.5em);
	max-height: 100%;
	mix-blend-mode: multiply;
}
.wooprodlist-nfo {
	height: 140px;
	box-sizing: border-box;
	padding: 18px 22px 10px;
}
.woocommerce .woocatmain ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #294a3a;
}
.wooprodlist-nfo .hfsci-weight, .wooprodlist-nfo .hfsci-price {
	color: #294a3a;
}
.hfsci-latin {
	font-size: 15px;
	line-height: 21px;
	color: #294a3a;
	font-style: italic;
}
.woocommerce .woocatmain nav.woocommerce-pagination {
	text-align: left;
	padding: 15px 20px;
	position: relative;
	z-index: 10;
}
.woocommerce .woocatmain nav.woocommerce-pagination ul {
	border: 0px;
	margin: 0;
	font-size: 17px;
	line-height: 17px;
}
.woocommerce .woocatmain nav.woocommerce-pagination ul li {
	border-right: 0px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.woocommerce .woocatmain nav.woocommerce-pagination ul li a, .woocommerce .woocatmain nav.woocommerce-pagination ul li span {
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	padding: 0;
	min-width: auto;
	color: #294a3a;
	margin: 0 5px 0 0;
}
.woocommerce .woocatmain nav.woocommerce-pagination ul li a:focus, .woocommerce .woocatmain nav.woocommerce-pagination ul li a:hover, .woocommerce .woocatmain nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #294A3A;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 40px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
	width: 50%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 33.333%;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	width: 25%;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
	width: 20%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-align: left;
}
.woocatimg {
	position: relative;
	aspect-ratio: 1 / 1.003;
	margin-bottom: 15px;
}
.woocatimgbg {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 4;
	opacity: 0;
	transition: 0.3s linear;
}
.woocatimgbg.currentimg {
	position: relative;
	opacity: 1;
	z-index: 10;
}
li.product:hover > .woocatimg .woocatimg-over {
	opacity: 1;
}
.woocommerce .woomain ul.products li.product a img {
	margin-bottom: 0px;
}
.woocatimg-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*bottom: 0;*/
	transition: 0.3s linear;
	opacity: 0;
	z-index: 10;
}


/* product */
.wooprodback {
	padding: 0 0 20px 20px;
	width: 100%;
	box-sizing: border-box;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.wooprodback span {
	cursor: pointer;
}
.wooprodback span::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url('images/icon-arrow-left-dark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 8px;
	width: 10px;
	margin: 0 10px 0 0;
}
.wooprodgrp {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.woocommerce div.product.ninep-prod-layout {
	padding: 30px 3.7% 30px;
	display: flex;
	flex-wrap: wrap;
}
.productw {
	position: relative;
	overflow: hidden;
}
.productw::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(50% - 4px);
}
.woocommerce #content div.product.ninep-prod-layout div.images, .woocommerce div.product.ninep-prod-layout div.images, .woocommerce-page #content div.product.ninep-prod-layout div.images, .woocommerce-page div.product.ninep-prod-layout div.images {
	float: none;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	width: 63%;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	z-index: 10;
}
.woocommerce .pswp {
	z-index: 3100;
}
.woocommerce div.product.product.ninep-prod-layout div.images img {
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
}
.woocommerce-product-gallery {
}
div.product.ninep-prod-layout .flex-viewport {
	width: 74.5%;
}
div.product.ninep-prod-layout .flex-viewport .woocommerce-product-gallery__image {
}
.flex-control-nav {
	width: 25.5%;
	box-sizing: border-box;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	display: block;
	width: 100%;
	float: none;
	box-sizing: border-box;
    padding: 0 20px 20px 0;
}
.flex-control-paging li a {
    border: 1px solid #294a3a;
	background-color: #eff1ee;
	border-radius: 50%;
    display: block;
    line-height: 0;
    font-size: 0;
    text-indent: -99999px;
    color: transparent;
    cursor: pointer;
	height: 11px;
    width: 11px;
	box-sizing: border-box;
	transition: 0.3s linear;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:focus, .flex-control-paging li a:hover {
    background-color: #294a3a;
}
.woocommerce #content div.product.ninep-prod-layout div.summary, .woocommerce div.product.ninep-prod-layout div.summary, .woocommerce-page #content div.product.ninep-prod-layout div.summary, .woocommerce-page div.product.ninep-prod-layout div.summary {
	float: none;
	width: 37%;
	box-sizing: border-box;
	padding: 35px 4.5% 50px 4.5%;
	position: relative;
	z-index: 10;
}
.woocommerce div.product.ninep-prod-layout .woocommerce-breadcrumb {
	margin: 0 0 40px;
	font-size: 14px;
	line-height: 20px;
	color: #294a3a;
}
.woocommerce div.product.ninep-prod-layout .woocommerce-breadcrumb a {
	color: #294a3a;
}
.woocommerce div.product.ninep-prod-layout .product_title {
	color: #294A3A;
	font-family: "ivyora-display", serif;
	font-size: 33px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 20px;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 12px 4px 0 0;
}
.woocommerce .star-rating {
	color: #294A3A;
	letter-spacing: 5px;
	font-size: 14px;
	width: 100px;
}
#comment-form-rating-label {
	display: block;
	margin-bottom: 5px;
}
.woocommerce p.stars a {
	font-size: 18px;
}
.woocommerce-review-link {
	font-size: 13px;
}
.wooprod-desc {
	font-size: 16px;
	line-height: 26px;
	max-width: 385px;
}
.wooprod-desc p {
	line-height: 26px;
	margin-bottom: 15px;
}
.wooprod-desc em {
	font-size: 13px;
	line-height: 16px;
}
.wooprod-desc h2 {
	display: none;
}
.wooprod-desc b, .wooprod-desc strong {
	font-weight: normal;
}
.woocommerce div.product.ninep-prod-layout form.cart .variations {
	margin-bottom: 30px;
}
.woocommerce div.product.ninep-prod-layout form.cart .variations select {
	padding: 8px 8px;
	font-size: 15px;
	color: #294a3a;
	border: 1px solid #294a3a;
	background-color: #FFF;
	min-width: auto;
}
.variations th.label, .woocommerce div.product.ninep-prod-layout form.cart .variations a.reset_variations {
	display: none !important;
}
.woocommerce #content div.product.product-type-variable p.price, .woocommerce div.product.product-type-variable p.price, .woocommerce-page #content div.product.product-type-variable p.price, .woocommerce-page div.product.product-type-variable p.price {
	display: none;
}
.woocommerce #content div.product.ninep-prod-layout .price, .woocommerce div.product .price, .woocommerce-page #content div.product.ninep-prod-layout .price, .woocommerce-page div.product.ninep-prod-layout .price {
	display: block;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.01em;
	color: #294a3a;
	margin-bottom: 25px;
}
.woocommerce div.product.ninep-prod-layout form.cart div.quantity {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.single_variation_hide {display: none;}
.woocommerce div.product.ninep-prod-layout .quantity input[type="number"], .woocommerce div.product.ninep-prod-layout .quantity input[type="number"]:focus {
	background-color: transparent;
}
.woocommerce div.product.ninep-prod-layout .quantity .qty {
	padding: 5px 0 5px 10px;
	font-size: 15px;
	width: 100%;
	max-width: 60px;
	color: #294a3a;
	border: 1px solid #294a3a;
	box-shadow: none;
	box-sizing: border-box;
	text-align: left;
	background-color: transparent;
	box-shadow: -1px 2px 0px #294a3a;
}
.woocommerce div.product.ninep-prod-layout .quantity .qty::placeholder {
	opacity: 1;
}
.woocommerce div.product.ninep-prod-layout form.cart .button, .woocommerce div.product.ninep-prod-layout ul.products li.product .button {
	float: none;
	display: inline-block;
	padding: 9px 16px;
	font-weight: normal;
	border-radius: 0px;
	border: 0px;
	color: #FFF;
	background-color: #294a3a;
	font-family: "darkmode-mono-off", sans-serif;
	font-weight: 300;
	letter-spacing: 0.025em;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: 0.3s linear;
}
.woocommerce div.product.ninep-prod-layout form.cart .button:hover, .woocommerce div.product.ninep-prod-layout ul.products li.product .button:hover {
	background-color: #000000;
}
.woocommerce-review-link {
	color: #294a3a;
}
#reviews {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 0 60px;
	width: 100%;
}
#reviews #comments {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 30px;
}
#reviews #review_form_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.woocommerce #reviews #comments h2 {
	display: none;
}
.prod-reviews-intro {
	border-top: 1px solid #DED7D0;
	max-width: 1030px;
	margin: 0 auto;
	padding: 60px 0 30px;
	width: 100%;
	text-align: center;
}
.woocommerce .ninep-prod-layout #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	padding: 0;
	border: 0px;
	border-radius: 0px;
}
.woocommerce .ninep-prod-layout #reviews #comments ol.commentlist li {
	border-bottom: 1px solid #DED7D0;
}
.woocommerce .ninep-prod-layout .star-rating {
	float: none;
	margin-bottom: 10px;
}
#comments .woocommerce-review__author {
	display: block;
}
#comments .woocommerce-review__dash {
	display: none;
}
#comments .woocommerce-review__published-date {
	display: block;
}
.woocommerce .ninep-prod-layout #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 5px;
}
.woocommerce-noreviews, .comment-reply-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
}
#commentform {
	display: block;
	padding-top: 20px;
}
.woocommerce .ninep-prod-layout #respond input#submit {
	float: none;
	display: inline-block;
	padding: 10px 16px;
	font-weight: normal;
	border-radius: 0px;
	border: 1px solid #294a3a;
	color: #294a3a;
	background-color: #FFF;
	font-size: 14px;
	line-height: 14px;
	transition: 0.3s linear;
}
.woocommerce .ninep-prod-layout #respond input#submit:hover {
	border: 1px solid #dde1dd;
	background-color: #dde1dd;
	color: #294a3a;
}
.product-imgmbl {
	display: none;
}
.woocommerce .cwg_popup_submit {
	margin-bottom: 10px;
}
.woocommerce .cwginstock-subscribe-form .panel-primary {
	border: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
.woocommerce .cwginstock-subscribe-form .panel-heading {
	color: #294a3a;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	background-color: transparent !important;
	border: 0px;
	padding: 0;
}
.woocommerce .cwginstock-panel-heading h4 {
	color: #294a3a !important;
	text-align: left !important;
}
.woocommerce .cwginstock-subscribe-form div[class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.cwginstock-subscribe-form .center-block input {
	box-sizing: border-box;
}
.woocommerce .cwgstock_button {
	border: 0px;
	box-shadow: none;
	cursor: pointer;
	background-color: #294a3a !important;
	padding: 5px;
	font-weight: 700;
}
.upsells {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 0 1%;
	text-align: center;
}
.upsells h2 {
	color: #294A3A;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.035em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.upsells .product-meta {
	display: none;
}
.upsells .wooprodlist-nfo {
	padding: 0;
}
.upsells .woocommerce ul.products li.product .button {
	margin: 0;
}
.up-sells .products .wlr-product-message {
	display: none !important;
}
.up-sells .products .add_to_cart_button {
	display: none !important;
}
.wlr-product-message {
	padding: 0 !important;
	border-radius: 0px !important;
	font-size: 14px !important;
	line-height: 28px !important;
	font-weight: 500;
}
.wooprodcm-prmringr {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 10px;
	text-align: center;
}
.wooprodcm-prmringr .htxt {
	max-width: 1050px;
	margin: 0 auto 30px;
}
.wooprodcm-aftersummary {
	margin-bottom: 40px;
}
.wooprodcmas-row {
}
.accr {
	border-bottom: 1px solid #DED7D0;
	padding: 4px 0;
}
.accrh {
	position: relative;
	cursor: pointer;
	font-size: 15px;
	line-height: 19px;
}
.accrh::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateZ(1px);
	transition: 0.3s linear;
}
.accropen .accrh::after {
	transform: rotate(135deg) translateZ(1px);
}
.accrc {
	display: none;
	padding: 15px 0 0;
}
.accrc p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 15px;
}
.accrc li {
	font-size: 13px;
	line-height: 21px;
}
/* Bug fix for Firefox gallery */
@-moz-document url-prefix() {
	.woocommerce div.product div.images .woocommerce-product-gallery__image.flex-active-slide img {
		width: 74.5%;
	}
}

@-moz-document url-prefix() {
	.woocommerce div.product div.images .woocommerce-product-gallery__image img {
		width: 74.5%;
	}
}


/* footer */
#footer {
}
.ftrtop {
	background-color: #F3F0E9;
	padding: 30px 2.3% 55px;
}
.ftrtopw {
	display: flex;
	justify-content: space-between;
	max-width: 1260px;
	margin: 0 auto;
}
.ftrt-col {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
	letter-spacing: -0.015em;
	padding: 0 2% 0 0;
}
.ftrt-col p {
	line-height: 19px;
	margin-bottom: 10px;
}
.ftrt-col .widget-title {
	color: #294A3A;
	margin-bottom: 2px;
}
.fsocial {
}
.socicon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 10px 0;
}
.socicon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 20px;
	height: 20px;
	opacity: 1;
	transition: 0.3s linear;
	background-size: contain;
	background-repeat: no-repeat;
}
.socicon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.socicon:hover::after {
	opacity: 0;
}
.socicon-facebook::after {
	background-image: url('images/social-facebook-off.svg');
}
.socicon-facebook::before {
	background-image: url('images/social-facebook-on.svg');
}
.ftrt-col.ftrt-colm {
	width: 28%;
	padding: 0 3%;
}
.ftrt-col.ftrt-colm .widget-title {
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.ftrbtm {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #294A3A;
	color: #EEE5DC;
	padding: 9px 0;
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
	letter-spacing: -0.015em;
}
.ftrbtm p {
	line-height: 19px;
	margin: 0;
}
.ftr-cpyr {
	padding: 0 78px;
}
.ftr-siteby {
	padding: 0 78px;
}
.ftr-siteby a {
	display: block;
}
.ftr-siteby img {
	vertical-align: middle;
	width: 15px;
	margin-left: 5px;
}
.nssu {
	max-width: 260px;
}
.nssu input[type="email"] {
	display: block;
	border: 1px solid #294A3A;
	background-color: transparent;
	box-shadow: none;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	letter-spacing: -0.015em;
	margin-bottom: 12px;
}
.nssu input[type="submit"] {
	display: inline-block;
	border: 0px;
	background-color: transparent;
	box-shadow: none;
	padding: 7px 20px;
	background-color: #294A3A;
	color: #EEE5DC;
	cursor: pointer;
	font-family: "darkmode-mono-off", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
body .wll-launcher-button-container, .wll-banner-container, body .wlrf-close {
	background-color: #294a3a !important;
}
body #wll-site-launcher .rounded-xl, body #wll-site-launcher .rounded-3xl, body #wll-site-launcher .rounded-md {
	border-radius: 0px !important;
}
body .wlrf-fixed-discount, body .wlrf-redeem {
	color: #294a3a !important;
}