@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bubunamai.lt/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Rubrik", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Rubrik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Rubrik", 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: "Rubrik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rubrik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Rubrik", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(187,147,226);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(182,138,226);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.header-banner {
	background-color: rgb(187,147,226);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--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: #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: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "Rubrik";
	src: url("//bubunamai.lt/wp-content/uploads/2021/01/subset-Rubrik.woff2") format("woff2"), 
url("//bubunamai.lt/wp-content/uploads/2021/01/subset-Rubrik.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}
.amount {
  color: #242424;
}
.wd-header-cart.wd-design-3 .wd-tools-icon::before {
    color: #000000;
}
.woocommerce-thankyou-order-received {
    border: 2px dashed #bb93e2;
    color: #bb93e2;
}
.activePayseraPayment {
    background: #bb93e250;
}
.payment_methods .payment_box {
    background-color: #f2f2f2;
}
.woocommerce-shipping-totals.shipping td {
    min-height: 120px;
}
#shipping_method li {
    width: 100%;
    float: left;
    padding: 12px 6px 0 8px;
}
.wd-hover-standard .wd-add-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.quantity {
    order: 2;
}
.product-meta-weight {
    width: 100%;
    order: 1;
}
.wd-quantity-enabled .wd-hover-standard .wd-add-btn .add-to-cart-loop {
    order: 3;
}
fieldset{
	 border: none;
    padding: 0px;
    margin: 0px;
}





.modal {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px;
            z-index: 1000;
        }

        .modal.show {
            display: flex;
        }

        .modal-dialog {
            background: #fff;
            width: min(90vw, 760px);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
            border-radius: 0;
            position: relative;
        }

        .modal-header {
            background: #fff;
            color: #111;
            padding: 20px 30px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .modal-title {
            font-size: 20px;
            font-weight: 700;
            margin: 0;
            text-transform: uppercase;
        }

        .modal-close {
            position: absolute;
            right: 20px;
            top: 18px;
            border: none;
            background: none;
            font-size: 28px;
            color: #333;
            cursor: pointer;
            line-height: 1;
        }

        .modal-close:hover {
            color: #000;
        }

        .modal-body {
            padding: 30px;
            background: #fff;
        }

        .contact-form {
            width: 100%;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            font-weight: 500;
            color: #666;
            margin-bottom: 8px;
            font-size: 14px;
            display: block;
            letter-spacing: 0.5px;
        }

        .required {
            color: #dc3545;
            margin-left: 3px;
        }

        .form-control {
            width: 100%;
            border: 1px solid #ddd;
            padding: 10px 12px;
            font-size: 14px;
            border-radius: 0;
            transition: border-color 0.2s ease;
            background: #fff;
        }

        .form-control:focus {
            border-color: #999;
            outline: none;
        }

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        .btn-submit {
            width: 100%;
            background: #333;
            color: #fff;
            border: none;
            padding: 12px 30px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            letter-spacing: 0.5px;
        }

        .btn-submit:hover {
            background: #555;
        }

        .alert {
            margin-top: 20px;
            padding: 15px;
            border: 1px solid transparent;
        }

        .alert-success {
            color: #0f5132;
            background-color: #d1e7dd;
            border-color: #badbcc;
        }

        @media (max-width: 600px) {
            .modal-body {
                padding: 20px;
            }

            .modal-header {
                padding: 15px 20px;
            }

            .modal-title {
                font-size: 18px;
            }
        }