:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--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: 700;
	--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: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(85,130,151);
	--wd-alternative-color: db915e;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(85,130,151);
	--btn-accented-bgcolor-hover: rgb(51,51,51);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(51,51,51);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(227,68,68);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.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;
}
: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;
}
.wd .product-label.onsale {
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
}
.wd .product-label.out-of-stock {
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--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;
}

ul.product-categories > li:not(.current-cat):not(.cat-parent),
ul.product-categories > li:not(.current-cat):not(.cat-parent) > ul.children {
  display: none;
}

ul.product-categories > li.current-cat,
ul.product-categories > li.current-cat > ul.children.list-shown,
ul.product-categories > li.current-cat-parent > ul.children {
  display: flex-start;
}
.kidsplay-wallet {
    color: #ffffff !important;
}@media (min-width: 1025px) {
	/* Visiškai išjungia Elementor Promo Banner hover efektą */
.elementor-widget-promo .elementor-promo:hover {
    transform: none !important;
}

.elementor-widget-promo .elementor-promo__content {
    display: none !important;
}

.elementor-widget-promo .elementor-promo__button {
    display: none !important;
}

.elementor-widget-promo .elementor-promo__overlay {
    display: none !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Hide floating switcher on desktop + tablet */
@media (min-width: 768px) {
    .trp-floating-language-switcher {
        display: none !important;
    }
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* Hide language switcher inside the mobile menu */
.mobile-menu .trp-language-switcher-container,
.offcanvas .trp-language-switcher-container,
.menu-wrapper .trp-language-switcher-container,
.nav-mobile .trp-language-switcher-container {
    display: none !important;
}
}

@media (max-width: 576px) {
	/* Priverčia mobilų rodyti PC stiliaus banerį */
@media only screen and (max-width: 768px) {

    h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    h1 span {
        font-size: 48px !important; /* čia padidintas -50% */
        font-weight: bold !important;
        display: inline-block !important;
    }

    h1 img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 10px auto;
    }
}

}

