:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(43,43,43);
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(17,17,17);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(17,17,17);
	--wd-entities-title-color-hover: rgb(17, 17, 17);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(17,17,17);
	--wd-widget-title-font-size: 15px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,106,26);
	--wd-alternative-color: rgb(17,17,17);
	--btn-default-bgcolor: rgb(255,106,26);
	--btn-default-bgcolor-hover: rgb(232,90,12);
	--btn-accented-bgcolor: rgb(255,106,26);
	--btn-accented-bgcolor-hover: rgb(232,90,12);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(236,253,245);
	--notices-success-color: rgb(6,95,70);
	--notices-warning-bg: rgb(255,247,237);
	--notices-warning-color: rgb(154,52,18);
	--wd-link-color: rgb(255,106,26);
	--wd-link-color-hover: rgb(232,90,12);
	--wd-link-decor-color-hover: rgb(255,106,26);
	--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;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(248,249,250);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: f1f1f1f1f1;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(31,41,51);
	--wd-form-placeholder-color: rgb(156,163,175);
	--wd-form-brd-color: rgb(209,213,219);
	--wd-form-brd-color-focus: rgb(255,106,26);
}
.wd .product-label.new {
	background-color: rgb(17,17,17);
}
.wd .product-label.out-of-stock {
	background-color: rgb(229,231,235);
	color: rgb(55,65,81);
}
.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: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: rgb(255,255,255);
}

/* PRISTATYMAS / GARANTIJA */

.xcore-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    overflow:hidden;
    margin:20px 0;
    box-shadow:
        0 4px 12px rgba(0,0,0,.04),
        0 12px 30px rgba(0,0,0,.06);
}

.xcore-row{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;

    padding:16px 22px 16px 26px;

    border-bottom:1px solid #f3f3f3;
}

.xcore-row:last-child{
    border-bottom:none;
}

.xcore-row:hover{
    background:#fff8f2;
}

.xcore-row::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:4px;
    background:#ff6900;
}

.xcore-row span:first-child{
    font-size:15px;
    font-weight:600;
    color:#222;
}

.xcore-row span:last-child{
    font-size:14px;
    color:#666;
    white-space:nowrap;
}


/* INDIVIDUALIAI SURENKAMAS */

.xcore-build-notice{
    margin-top:18px;

    background:#fffaf6;

    border:1px solid #ffd9b8;
    border-left:5px solid #ff6900;

    border-radius:16px;

    padding:20px;

    box-shadow:
        0 4px 12px rgba(0,0,0,.04);
}

.xcore-build-notice-head{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:12px;
}

.xcore-build-icon{
    font-size:20px;
    line-height:1;
}

.xcore-build-title{
    font-size:18px;
    font-weight:700;
    color:#222;
}

.xcore-build-content p{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.7;
    color:#555;
}

.xcore-build-content p:last-child{
    margin-bottom:0;
}


/* MOBILE */

@media (max-width:768px){

    .xcore-box{
        margin:15px 0;
        border-radius:14px;
    }

    .xcore-row{
        padding:14px 16px 14px 20px;
        gap:10px;
    }

    .xcore-row span:first-child{
        font-size:14px;
        max-width:65%;
        line-height:1.3;
    }

    .xcore-row span:last-child{
        font-size:13px;
    }

    .xcore-build-notice{
        padding:16px;
        border-radius:14px;
    }

    .xcore-build-title{
        font-size:16px;
    }

    .xcore-build-content p{
        font-size:13px;
        line-height:1.6;
    }
}