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

:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.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 {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(230,230,230);
	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: #333;
--btn-default-color-hover: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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: #0a0a0a;
}

@media (min-width: 1025px) {
	/* =========================================================
   CentralHome Header
   Default: transparent + white logo/menu/search
   Default hover: white bg + normal logo + black menu/search
   Sticky active: white bg + normal logo + black menu/search
   B2B button: untouched
========================================================= */

:root{
  --central-red: #d1001c;
}

/* =========================================================
   1) DEFAULT STATE (before sticky activates)
========================================================= */

.whb-row.whb-general-header.whb-sticky-row{
  background: transparent !important;
  box-shadow: none !important;
  transition:
    background-color .22s ease,
    box-shadow .22s ease;
}

/* Logo white overlay by default */
.whb-row.whb-general-header.whb-sticky-row .site-logo img,
.whb-row.whb-general-header.whb-sticky-row .wd-logo img{
  filter: brightness(0) invert(1) !important;
  transition: filter .22s ease;
}

/* Main menu white by default */
.whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .woodmart-nav-link,
.whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .woodmart-nav-link .nav-link-text{
  color: #fff !important;
  transition: color .22s ease;
}

/* Search white by default */
.whb-row.whb-general-header.whb-sticky-row .wd-header-search a{
  color: #fff !important;
  transition: color .22s ease;
}

/* Mobile menu white by default */
.whb-row.whb-general-header.whb-sticky-row .wd-header-mobile-nav a{
  color: #fff !important;
  transition: color .22s ease;
}

/* =========================================================
   2) DEFAULT HOVER STATE (before sticky)
   όταν περνάς το ποντίκι από πάνω και ΔΕΝ έχει γίνει sticky ακόμα
========================================================= */

.whb-row.whb-general-header.whb-sticky-row:hover,
.whb-row.whb-general-header.whb-sticky-row:focus-within{
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
}

/* Logo back to normal on hover */
.whb-row.whb-general-header.whb-sticky-row:hover .site-logo img,
.whb-row.whb-general-header.whb-sticky-row:hover .wd-logo img,
.whb-row.whb-general-header.whb-sticky-row:focus-within .site-logo img,
.whb-row.whb-general-header.whb-sticky-row:focus-within .wd-logo img{
  filter: none !important;
}

/* Main menu black on hover */
.whb-row.whb-general-header.whb-sticky-row:hover .wd-header-main-nav .woodmart-nav-link,
.whb-row.whb-general-header.whb-sticky-row:hover .wd-header-main-nav .woodmart-nav-link .nav-link-text,
.whb-row.whb-general-header.whb-sticky-row:focus-within .wd-header-main-nav .woodmart-nav-link,
.whb-row.whb-general-header.whb-sticky-row:focus-within .wd-header-main-nav .woodmart-nav-link .nav-link-text{
  color: #000 !important;
}

/* Search black on hover */
.whb-row.whb-general-header.whb-sticky-row:hover .wd-header-search a,
.whb-row.whb-general-header.whb-sticky-row:focus-within .wd-header-search a{
  color: #000 !important;
}

/* Mobile menu black on hover */
.whb-row.whb-general-header.whb-sticky-row:hover .wd-header-mobile-nav a,
.whb-row.whb-general-header.whb-sticky-row:focus-within .wd-header-mobile-nav a{
  color: #000 !important;
}

/* Hovered menu item = red */
.whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .menu > li:hover > a.woodmart-nav-link,
.whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .menu > li:hover > a.woodmart-nav-link .nav-link-text{
  color: var(--central-red) !important;
}

/* Search hover = red */
.whb-row.whb-general-header.whb-sticky-row .wd-header-search a:hover{
  color: var(--central-red) !important;
}

/* Mobile menu hover = red */
.whb-row.whb-general-header.whb-sticky-row .wd-header-mobile-nav a:hover{
  color: var(--central-red) !important;
}

/* =========================================================
   3) ACTIVE STICKY STATE
   όταν το Woodmart προσθέτει .whb-sticked
========================================================= */

.whb-sticked .whb-row.whb-general-header.whb-sticky-row,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row{
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
}

/* Sticky logo normal */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .site-logo img,
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-logo img,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .site-logo img,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-logo img{
  filter: none !important;
}

/* Sticky menu black */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .woodmart-nav-link,
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .woodmart-nav-link .nav-link-text,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .woodmart-nav-link,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .woodmart-nav-link .nav-link-text{
  color: #000 !important;
}

/* Sticky search black */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-search a,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-search a{
  color: #000 !important;
}

/* Sticky mobile menu black */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-mobile-nav a,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-mobile-nav a{
  color: #000 !important;
}

/* Sticky hovered menu item = red */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .menu > li:hover > a.woodmart-nav-link,
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .menu > li:hover > a.woodmart-nav-link .nav-link-text,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .menu > li:hover > a.woodmart-nav-link,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-main-nav .menu > li:hover > a.woodmart-nav-link .nav-link-text{
  color: var(--central-red) !important;
}

/* Sticky search hover = red */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-search a:hover,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-search a:hover{
  color: var(--central-red) !important;
}

/* Sticky mobile menu hover = red */
.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-mobile-nav a:hover,
.whb-header.whb-sticked .whb-row.whb-general-header.whb-sticky-row .wd-header-mobile-nav a:hover{
  color: var(--central-red) !important;
}

/* =========================================================
   4) ICON HELPERS
========================================================= */

.whb-row.whb-general-header .wd-tools-icon,
.whb-row.whb-general-header .wd-tools-icon:before,
.whb-row.whb-general-header .wd-tools-icon svg{
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  transition: color .22s ease, fill .22s ease, stroke .22s ease;
}
}

