:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(53,53,53);
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(0, 201, 0);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 13px;
	--wd-header-el-font: IRansansX;
	--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(6,196,0);
	--wd-alternative-color: rgb(252,53,53);
	--btn-default-font-family: IRansansX;
	--btn-default-bgcolor: #06c400;
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-font-family: IRansansX;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(6,196,0);
	--btn-accented-bgcolor-hover: rgb(12,6,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #06c400;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(239,55,55);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(7,7,7);
	--wd-link-color-hover: rgb(6,196,0);
	--wd-link-decor-color: rgb(32,196,23);
	--wd-link-decor-color-hover: rgb(0,0,0);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(17,17,17,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
: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: rgb(17,17,17);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :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(0,0,0);
	--wd-form-placeholder-color: rgb(76,76,76);
	--wd-form-brd-color: rgb(119,119,119);
	--wd-form-brd-color-focus: rgb(6,196,0);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-color: rgb(0,201,0);
	--wd-arrow-color-hover: rgb(17,17,17);
	--wd-arrow-color-dis: rgb(206,206,206);
}
.wd .product-label.onsale {
	background-color: rgb(249,0,0);
}
.wd .product-label.new {
	background-color: rgb(4,196,3);
}
.wd .product-label.featured {
	background-color: rgb(102,52,229);
	color: rgb(255,255,255);
}
.wd .product-label.out-of-stock {
	background-color: rgb(0,0,0);
	color: rgb(255,58,58);
}
.wd .product-label.attribute-label:not(.label-with-img) {
	background-color: rgba(140,140,140,0.78);
	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-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
--wd-cat-brd-radius: 12px;
}



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

.custom-sorting-buttons .sorting-button {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #04c403;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all .2s ease;
    box-shadow: none;
    min-height: 44px;
}

.custom-sorting-buttons .sorting-button:hover,
.custom-sorting-buttons .sorting-button.active {
    background: #04c403;
    color: #fff;
    border-color: #04c403;
}

@media (max-width:768px){

    .custom-sorting-buttons .sorting-button{
        font-size:11px;
        padding:6px 14px;
        min-height:40px;
    }

}
/* ===========================
   Coupon
=========================== */

.woocommerce-form-coupon{
    display:inline-flex!important;
    flex-direction:row-reverse;
}

.woocommerce-form-coupon-toggle{
    display:none;
}

.woocommerce-form-coupon,
.woocommerce-form-login.hidden-form{
    position:relative;
    max-width:360px;
    margin-bottom:25px;
    padding:8px;
    border:0;
    text-align:center;
}

/* ===========================
   Tracking
=========================== */

.beban-tracking-link a{
    display:flex;
    justify-content:center;
    flex-direction:row-reverse;
    width:100%;
    max-width:315px;
    background:#1d1a1d;
    color:#19bfd3;
    border:1px solid #000;
    border-radius:12px;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}

.beban-tracking-code{
    display:flex;
    align-items:center;
    justify-content:space-around;
    width:100%;
    max-width:523px;
    margin-top:10px;
    padding:8px;
    background:#101110;
    color:#04c403;
    border:1px solid #000;
    border-radius:12px;
    font-size:16px;
    font-weight:700;
}

.beban-tooltip{
    display:inline-block;
    margin-right:6px;
    padding:2px 6px;
    background:#19bfd3;
    color:#fff;
    border:1px solid #000;
    border-radius:8px;
    font-size:12px;
    transition:opacity .3s;
}

.beban-tooltip.error{
    background:#d32f2f;
}

.beban-tooltip.fade-out{
    opacity:0;
}
/* ===========================
   Responsive
=========================== */

@media (max-width:768px){

    .custom-sorting-buttons{
        justify-content:center;
    }

    .custom-sorting-buttons .sorting-button{
        flex:1 1 45%;
        padding:7px 10px;
        font-size:11px;
        font-weight:600;
        box-shadow:0 0 0 1px #04c403;
    }

    .beban-tracking-box{
        padding:10px;
    }

    .beban-tracking-text,
    .beban-tracking-link a,
    .beban-tracking-code{
        font-size:13px;
        font-weight:700;
        color:#04c403;
    }

    .beban-tooltip{
        padding:2px 5px;
        margin-right:4px;
        font-size:11px;
        font-weight:700;
    }
}@media (max-width: 576px) {
	.aligncenter {
    display: contents;
}
}

