:root {
--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
--wd-text-font-weight: 400;
--wd-text-color: #767676;
--wd-text-font-size: 14px;
--wd-title-font: "Noto Sans", Arial, Helvetica, sans-serif;
--wd-title-font-weight: 400;
--wd-title-color: #242424;
--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight: 400;
--wd-entities-title-color: #333333;
--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
--wd-alternative-font: "Google Sans", Arial, Helvetica, sans-serif;
--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight: 400;
--wd-widget-title-transform: uppercase;
--wd-widget-title-color: #333;
--wd-widget-title-font-size: 16px;
--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight: 600;
--wd-header-el-transform: none;
--wd-header-el-font-size: 13px;
--wd-otl-style: dotted;
--wd-otl-width: 2px;
--wd-primary-color: rgb(0,76,128);
--wd-alternative-color: #fbbc34;
--btn-default-bgcolor: #f7f7f7;
--btn-default-bgcolor-hover: #efefef;
--btn-accented-bgcolor: rgb(255,94,43);
--btn-accented-bgcolor-hover: rgb(236,87,39);
--wd-form-brd-width: 1px;
--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: url(https://filippidisandsons.gr/wp-content/uploads/2021/10/tools-popup.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.wd-promo-popup-wrap {
--wd-popup-width: 800px;
--wd-popup-padding: 15px;
}
: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(1,75,143);
background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
background-color: rgb(248,248,248);
background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--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: 1300px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}
.wd-page-title {
background-color: rgb(22,27,137);
}
ul.noBullet {
list-style: none;
} body.woocommerce-shop #main-content,
body.tax-product_cat #main-content {
max-width: min(1600px, calc(100vw - 40px));
}@media (min-width: 1025px) {
.wd-dropdown-menu.wd-design-default {
padding: var(--wd-dropdown-padding, 12px 20px);
--wd-dropdown-width: 800px;
}  .menu-mega-dropdown .wd-dropdown-menu::before {
content: '';
position: absolute;
top: -60px;
left: 0;
right: 0;
height: 60px;
}
.wd-mega-cat-menu {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
max-height: 75vh;
background: #fff;
font-family: inherit;
} .wd-mega-cat-sidebar {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 2px 6px;
border-bottom: 1px solid #ebebeb;
padding: 16px 24px;
flex-shrink: 0;
}
.wd-mega-cat-sidebar-item {
display: flex;
align-items: flex-start;
gap: 8px;
padding: 9px 10px;
border-radius: 4px;
cursor: pointer;
position: relative;
transition: background-color .15s ease;
}
.wd-mega-cat-sidebar-item:hover,
.wd-mega-cat-sidebar-item.is-active {
background-color: #f6f6f6;
}
.wd-mega-cat-sidebar-item.is-active {
font-weight: 600;
box-shadow: inset 0 -2px 0 0 var(--wd-brand-color, #004c80);
}
.wd-mega-cat-sidebar-item a {
flex: 1;
color: #1a1a1a;
text-decoration: none;
font-size: 13px;
line-height: 1.3; display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.wd-mega-cat-sidebar-item:hover a,
.wd-mega-cat-sidebar-item.is-active a {
color: #000;
}
.wd-mega-cat-icon {
width: 20px;
height: 20px;
object-fit: contain;
flex-shrink: 0;
margin-top: 1px;
} .wd-mega-cat-sidebar .wd-mega-cat-arrow {
color: #b0b0b0;
font-size: 18px;
line-height: 1;
flex-shrink: 0;
padding: 2px 4px;
border-radius: 3px;
}
.wd-mega-cat-sidebar-item.is-active .wd-mega-cat-arrow {
color: var(--wd-brand-color, #004c80);
transform: rotate(90deg);
} .wd-mega-cat-panels {
position: absolute;
display: none;
z-index: 20;
min-width: 360px;
max-width: 940px; max-height: 70vh; overflow-y: auto;
overflow-x: hidden;
background: #fff;
border: 1px solid #ebebeb;
border-radius: 4px;
box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
padding: 20px 24px;
}
.wd-mega-cat-panels.is-visible {
display: block;
}
.wd-mega-cat-panel-placeholder,
.wd-mega-cat-loading,
.wd-mega-cat-empty {
color: #9b9b9b;
font-size: 14px;
}
.wd-mega-cat-loading {
display: flex;
align-items: center;
gap: 8px;
} .wd-mega-cat-spinner {
display: inline-block;
width: 14px;
height: 14px;
flex-shrink: 0;
border: 2px solid #e0e0e0;
border-top-color: var(--wd-brand-color, #004c80);
border-radius: 50%;
animation: wdMegaSpin .7s linear infinite;
}
@keyframes wdMegaSpin {
to { transform: rotate(360deg); }
}
.wd-mega-cat-view-all {
display: block;
margin-bottom: 14px;
padding-bottom: 10px;
border-bottom: 1px solid #ebebeb;
font-size: 13px;
font-weight: 600;
color: var(--wd-brand-color, #004c80);
text-decoration: none;
}
.wd-mega-cat-view-all:hover {
text-decoration: underline;
}
.wd-mega-cat-panel-grid {
display: grid;
grid-template-columns: repeat(2, minmax(140px, 1fr));
gap: 12px 24px;
animation: wdMegaFadeIn .12s ease;
}
@keyframes wdMegaFadeIn {
from { opacity: 0; }
to   { opacity: 1; }
}
.wd-mega-cat-col-item {
min-width: 0;
display: flex;
align-items: center;
gap: 4px;
}
.wd-mega-cat-child-link {
display: block;
flex: 1;
min-width: 0;
font-size: 14px;
font-weight: 600;
color: #1a1a1a;
text-decoration: none;
}
.wd-mega-cat-child-link:hover {
color: var(--wd-brand-color, #004c80);
} .wd-mega-cat-col-item.has-children .wd-mega-cat-arrow {
color: #b0b0b0;
font-size: 16px;
line-height: 1;
flex-shrink: 0;
cursor: pointer;
padding: 2px 5px;
border-radius: 3px;
}
.wd-mega-cat-col-item.has-children .wd-mega-cat-arrow:hover {
background-color: #f6f6f6;
color: var(--wd-brand-color, #004c80);
}
.wd-mega-cat-count {
font-weight: 400;
color: #9b9b9b;
font-size: 12px;
} .wd-mega-cat-flyout {
position: absolute;
display: none;
min-width: 200px;
max-width: 260px;
max-height: 320px;
overflow-y: auto;
background: #fff;
border: 1px solid #ebebeb;
border-radius: 4px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
padding: 12px 16px;
z-index: 30; }
.wd-mega-cat-flyout.is-visible {
display: block;
}
.wd-mega-cat-flyout-list {
list-style: none;
margin: 0;
padding: 0;
}
.wd-mega-cat-flyout-list li + li {
margin-top: 9px;
}
.wd-mega-cat-flyout-list a {
font-size: 13px;
color: #1a1a1a;
text-decoration: none;
}
.wd-mega-cat-flyout-list a:hover {
color: var(--wd-brand-color, #004c80);
} .wd-mega-cat-sidebar::-webkit-scrollbar,
.wd-mega-cat-panels::-webkit-scrollbar {
width: 6px;
}
.wd-mega-cat-sidebar::-webkit-scrollbar-thumb,
.wd-mega-cat-panels::-webkit-scrollbar-thumb {
background: #d8d8d8;
border-radius: 3px;
}
}