:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", 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: "Roboto", 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: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(19,163,0);
	--wd-alternative-color: rgb(251,188,52);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(19,163,0);
	--btn-accented-bgcolor-hover: rgb(0,216,68);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,153,51);
	--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();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-hb {
	background-color: rgb(46,204,64);
	background-image: none;
}
: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: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 40px;
	}

}
: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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--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: 12px;
}



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

/* 1. Remove all borders and box-shadows from all swatches and their children */
.wd-swatch.wd-text.wd-enabled,
.wd-swatch.wd-text.wd-enabled span {
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 1;
}

/* 2. Dashed border for unselected swatches */
.wd-swatch.wd-text.wd-enabled:not(.wd-active) {
    border: 2px dashed #222 !important; /* adjust color as needed */
    background: transparent !important;
}

/* 3. Remove dashed border from selected swatch */
.wd-swatch.wd-text.wd-active.wd-enabled {
    border: none !important;
    background: #222 !important; /* or your preferred selected bg */
    color: #fff !important;
    transform: scale(1.05);
    transition: transform 0.2s;
}

/* 4. Glow effect using ::after for selected swatch only */
.wd-swatch.wd-text.wd-active.wd-enabled::after {
    content: "";
    position: absolute;
    top: -6px; left: -6px; right: -6px; bottom: -6px;
    border-radius: 10px;
    box-shadow: 0 0 18px 6px #00b200;
    z-index: -1;
    pointer-events: none;
}

/* 5. Remove glow from unselected swatches */
.wd-swatch.wd-text.wd-enabled:not(.wd-active)::after {
    content: none;
}

/* 6. Optional: transition for smoothness */
.wd-swatch.wd-text.wd-enabled,
.wd-swatch.wd-text.wd-enabled::after {
    transition: all 0.2s;
}

/* Only target color swatches (pa_color) */
.wd-swatches-product[data-id="pa_color"] .wd-swatch {
    width: 95px !important;
    height: 125px !important;
    font-size: 1.2em;
    margin: 8px;
}

.wd-swatches-product[data-id="pa_color"] .wd-swatch-bg img {
    width: 90px !important;
    height: 110px !important;
    object-fit: cover;
    border-radius: 12px;
}

body .woocommerce-mini-cart__buttons .btn-cart {
display:none;
}



/* Skroutz-style add-to-cart button */
.wd-product .wd-product-thumb{position:relative!important;}.wd-product .wrapp-buttons{opacity:1!important;visibility:visible!important;transform:none!important;}.wd-product .wd-product-thumb .wd-buttons{position:absolute!important;right:12px!important;bottom:12px!important;top:auto!important;left:auto!important;transform:none!important;margin:0!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;background:none!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;display:block!important;}.wd-product .wd-buttons .wd-add-btn{position:static!important;margin:0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;display:block!important;}.wd-product .wd-buttons .wd-add-btn>a{background:#D8F0C8!important;color:#13A300!important;border-radius:22px!important;width:60px!important;height:60px!important;min-width:60px!important;font-size:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 12px rgba(0,0,0,.18)!important;border:none!important;}.wd-product .wd-buttons .wd-add-btn>a *,.wd-product .wd-buttons .wd-add-btn>a::before{color:#13A300!important;font-size:24px!important;}.wd-product .wd-buttons .wd-add-btn>a svg{color:#13A300!important;fill:#13A300!important;width:28px!important;height:28px!important;}.wd-product .wd-buttons .wd-quick-view-btn{display:none!important;}
/* end Skroutz-style */

/* Skroutz-style sticky add to cart bar */
.wd-sticky-btn-cont,.woodmart-sticky-btn-cont{background:#fff!important;box-shadow:0 -3px 14px rgba(0,0,0,.10)!important;padding:8px 12px!important;}.wd-sticky-btn-cont .price,.wd-sticky-btn-cont .wd-sticky-prod-info .price,.wd-sticky-btn-cont .amount{font-weight:800!important;font-size:19px!important;color:#111!important;}.wd-sticky-btn-cont .single_add_to_cart_button,.wd-sticky-btn-cont a.button,.wd-sticky-btn-cont .wd-sticky-btn a,.woodmart-sticky-btn-cont .single_add_to_cart_button{background:#13A300!important;color:#fff!important;border-radius:30px!important;font-weight:700!important;padding:14px 26px!important;font-size:16px!important;box-shadow:none!important;border:none!important;}
/* end sticky bar */

/* Skroutz-style mobile buy bar styles */
@media(max-width:767px){#ml-sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:100000;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;box-shadow:0 -3px 16px rgba(0,0,0,.14);padding:10px 14px;min-height:64px;box-sizing:border-box;}#ml-sticky-buy .ml-sb-price{font-weight:800;font-size:19px;color:#111;line-height:1.2;}#ml-sticky-buy .ml-sb-price del,#ml-sticky-buy .ml-sb-price del .amount{color:#999!important;font-weight:500;font-size:14px;margin-right:6px;}#ml-sticky-buy .ml-sb-price ins{text-decoration:none;}#ml-sticky-buy .ml-sb-btn{background:#13A300;color:#fff;border:none;border-radius:30px;font-weight:700;font-size:16px;padding:14px 30px;flex:0 0 auto;cursor:pointer;}body.single-product{padding-bottom:74px!important;}}
/* end buy bar styles */
