@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//store.greencitizen.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 42px;
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(29,29,31);
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(29,29,31);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(29,29,31);
	--wd-entities-title-color-hover: rgb(151, 215, 0);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(29,29,31);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(151,215,0);
	--wd-alternative-color: rgb(2,70,56);
	--btn-default-bgcolor: rgb(151,215,0);
	--btn-default-bgcolor-hover: rgb(2,70,56);
	--btn-accented-bgcolor: rgb(151,215,0);
	--btn-accented-bgcolor-hover: rgb(2,70,56);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(2,70,56);
	--wd-link-color-hover: rgb(151,215,0);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(238,245,235);
	background-image: none;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: rgb(0,0,0);
}
html .wd-product .price:hover, html .wd-product .price > .amount:hover, html .wd-product .price ins > .amount:hover {
	color: rgb(151,215,0);
}
.single-product .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 65px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(246,246,246);
}

.price del {
    color: #808080 !important;
    margin-right: 5px;
}

.price .woocommerce-Price-amount.amount {
    color: #1D1D1F;
}

.cat-design-alt .category-image-wrapp {
-webkit-box-shadow: none!important;
box-shadow: none!important;
position: relative;
overflow: hidden;
}

.sidebar-widget .widget-title {
  font-weight: 700;
  background-color: #f2f2f2;
  padding: 10px;
}

.wd-title-style-simple.wd-title-color-default .liner-continer:after {
    background-color: #97D700!important;
}

.footer-widget {
	border-bottom: none;
  padding-bottom: 0;
  padding-right: 20px;
}

.wd-prefooter {
	background-color: #f9f9f9!important;
	padding-top: 20px;
}

/* FOOTER SOCIAL MEDIA ICONS STYLING */

.social-media-icons {
   margin-top: 10px;
   display: flex;
   justify-content: left;
}

.social-media a{
	text-decoration: none !important;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

.social-media i {
    position: relative;
     z-index: 3;
}

/* GREEN CITIZEN GREEN BUTTON STYLING */

.green-button .wp-block-button__link {
		border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    background-color: #024638;
}

.green-button .wp-block-button__link:hover {
    background-color: #97D700;
}

button.button.woocommerce-button.woocommerce-form-login__submit {
    margin-top: 10px;
}

.wd-switch-to-register, .button {
  color: #ffffff!important;
}

#sendDataButton {
    display: none!important;
}

/* Hide Asset Tag and Location Code under attributes */ 
.woocommerce-product-attributes-item--attribute_pa_asset-tag,
.woocommerce-product-attributes-item--attribute_pa_location-code { display:none !important; }

/* Homepage customer number on the hero banner styling */
strong.customers {
  font-weight: 900;
  font-family: Georgia;
}