:root {
	--wd-text-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Comfortaa", 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: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Comfortaa", 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: 15px;
	--wd-header-el-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #bc8f51;
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #bc8f51;
	--btn-accented-bgcolor-hover: rgb(211,149,91);
	--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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd .product-label.out-of-stock {
	color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 25%;
}
:root{
--wd-container-w: 1600px;
--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-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: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.home .whb-header {
	margin-bottom: 0px !important;
}
/*.page-id-1315 .main-page-wrapper {
	padding-top: 40px !important;
}*/
.wd-side-hidden.wd-opened {
	width: 100% !important;
}
/*.widget_product_categories .wd-cats-toggle {
	right: 10px;
}*/
.wd-nav-mobile.wd-active {
	font-size: 20px !important;
}
.wd-nav-mobile .widget_product_categories .wd-cats-toggle {
	color: #333 !important;
	font-size: 20px !important;
	line-height: 44px !important;
	background: #eee !important;
}
.wd-nav-mobile .widget_product_categories .wd-cats-toggle {
	width: 44px !important;
	height: 44px !important;
}
#product-63966 .wd-after-add-to-cart.wd-entry-content {
	display: none !important;
}
#menu-item-1001261 {
	display: none !important;
}
.menu-item-slug-tech.menu-item.menu-item-type-.menu-item-object-.menu-item-has-children.menu-item-1001261.item-level-0 {
	display: none !important;
}

/* Στοχεύει το swatch που είναι out of stock και το διαγράφει */
.variations_form .wd-swatch[data-value="l"] { 
    position: relative;
}

/* Εφαρμόζει το Χ αν το WooCommerce βάλει την κλάση out-of-stock */
.wd-swatch.out-of-stock, 
.wd-swatch.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: line-through !important;
}

.wd-swatch.out-of-stock:after,
.wd-swatch.disabled:after {
    content: "✕";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 20px;
}

/* Πιο επιθετική στόχευση για το Archive */
.product-grid-item .wd-swatch.variation-out-of-stock,
.wd-swatches-grid .wd-swatch.variation-out-of-stock {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    position: relative !important;
}

/* Το Χ στο Archive */
.product-grid-item .wd-swatch.variation-out-of-stock:after,
.wd-swatches-grid .wd-swatch.variation-out-of-stock:after {
    content: "✕" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #ff0000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    z-index: 999 !important;
}