@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hhchouse.gr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: rgb(23,25,21);
	--wd-entities-title-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(23,25,21);
	--wd-entities-title-color-hover: rgb(149, 156, 58);
	--wd-alternative-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(23,25,21);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(149,156,58);
	--wd-alternative-color: #fbbc34;
	--btn-default-font-family: "Commissioner", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 900;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(23,25,21);
	--btn-default-bgcolor-hover: rgb(149,156,58);
	--btn-accented-font-family: "Commissioner", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 900;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(149,156,58);
	--btn-accented-bgcolor-hover: rgb(23,25,21);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(23,25,21);
	--wd-link-color-hover: rgb(149,156,58);
}
.wd-popup.wd-age-verify {
	background-color: rgb(117,117,117);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(23,25,21);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(23,25,21);
}

/* Product Grid */
.product-grid-item :is(.product-image-link, .hover-img) img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Footer */
#footer-nl form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer-nl form .nl-name {
	width: 25%;
}

#footer-nl form .nl-mail {
	width: 50%;
}

#footer-nl form .nl-btn {
	width: 20%;
}

#footer-nl form .nl-btn .mailpoet_submit {
	background-color: var( --e-global-color-primary );
}

#footer-nl form .nl-btn .mailpoet_submit:hover {
	background-color: var( --e-global-color-accent );
}

#footer-nl form .nl-gdpr {
	width: 100%;
}

#footer-nl form .nl-gdpr .mailpoet_checkbox_label {
	font-size: 13px !important;
	line-height: 17px;
}

@media (min-width: 577px) and (max-width: 767px) {
	/* Product Grid Tabs */
.tabs-grid .wd-nav-tabs {
	flex-wrap: wrap;
}
}

@media (max-width: 576px) {
	/* Product Grid Tabs */
.tabs-grid .wd-nav-tabs {
	flex-wrap: wrap;
}

/* Footer */
#footer-nl #mailpoet_form_1 form.mailpoet_form {
  padding: 0;
}

#footer-nl form .nl-name {
	width: 30%;
}

#footer-nl form .nl-mail {
	width: 65%;
}

#footer-nl form .nl-btn {
	width: 100%;
}
}

