:root {
	--wd-text-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 0.65);
	--wd-alternative-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Albert Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(73,51,209);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(73,51,209);
	--btn-accented-bgcolor-hover: rgb(65,46,188);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 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: rgb(244,244,244);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-checkout-steps {
	text-transform: capitalize;
}
html table th {
	text-transform: none;
}
html .btn.wd-buy-now-btn {
	background: rgb(36,36,36);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
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(118,118,118);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-color: rgb(36,36,36);
	--wd-arrow-color-hover: rgb(51,51,51);
	--wd-arrow-color-dis: rgb(36,36,36);
	--wd-arrow-bg: rgb(244,244,244);
	--wd-arrow-bg-hover: rgb(239,239,239);
	--wd-arrow-bg-dis: rgb(244,244,244);
	--wd-arrow-radius: 20px;
}
.wd .product-label.onsale {
	background-color: rgb(36,36,36);
}
.wd .product-label.new {
	background-color: rgb(36,36,36);
}
.wd .product-label.featured {
	background-color: rgb(36,36,36);
}
.wd .product-label.out-of-stock {
	background-color: rgb(36,36,36);
}
.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: 1540px;
--wd-form-brd-radius: 35px;
--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: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1540px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

/* =========================================================
   MGMAT PREMIUM PRODUCT SPECIFICATIONS
   WoodMart / WooCommerce Short Description
   ========================================================= */

.single-product .woocommerce-product-details__short-description .mgmat-short-specs{
    width:100% !important;
    margin:22px 0 26px !important;
    padding:0 !important;
    overflow:hidden !important;

    background:#ffffff !important;
    border:1px solid #e1e6f2 !important;
    border-radius:20px !important;

    box-shadow:
        0 14px 35px rgba(15,31,103,.08),
        0 3px 10px rgba(15,31,103,.04) !important;

    font-family:inherit !important;
}


/* =========================================================
   BAŞLIK
   ========================================================= */

.single-product .woocommerce-product-details__short-description
.mgmat-short-specs-title{
    position:relative !important;

    display:flex !important;
    align-items:center !important;

    margin:0 !important;
    padding:20px 24px 20px 58px !important;

    background:
        linear-gradient(135deg,#192f91 0%,#101f66 100%) !important;

    color:#ffffff !important;

    font-size:22px !important;
    font-weight:700 !important;
    line-height:1.25 !important;

    letter-spacing:-.3px !important;
}


/* Başlık ikonu */

.single-product .woocommerce-product-details__short-description
.mgmat-short-specs-title::before{
    content:"" !important;

    position:absolute !important;
    left:23px !important;
    top:50% !important;

    width:23px !important;
    height:27px !important;

    transform:translateY(-50%) !important;

    border:2px solid #ffffff !important;
    border-radius:3px !important;

    opacity:.95 !important;
}


/* Belge ikon iç çizgileri */

.single-product .woocommerce-product-details__short-description
.mgmat-short-specs-title::after{
    content:"≡" !important;

    position:absolute !important;
    left:28px !important;
    top:50% !important;

    transform:translateY(-54%) !important;

    color:#ffffff !important;

    font-size:17px !important;
    font-weight:700 !important;
    line-height:1 !important;
}


/* =========================================================
   SATIR
   ========================================================= */

.single-product .woocommerce-product-details__short-description
.mgmat-spec-row{
    position:relative !important;

    display:grid !important;
    grid-template-columns:40% 60% !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;

    background:#ffffff !important;

    border-bottom:1px solid #e7eaf3 !important;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}

.single-product .woocommerce-product-details__short-description
.mgmat-spec-row:last-child{
    border-bottom:none !important;
}


/* Hover efekti */

.single-product .woocommerce-product-details__short-description
.mgmat-spec-row:hover{
    background:#f8faff !important;

    box-shadow:
        inset 4px 0 0 #1a3192 !important;
}


/* =========================================================
   SOL SÜTUN
   ========================================================= */

.single-product .woocommerce-product-details__short-description
.mgmat-spec-label{
    display:flex !important;
    align-items:center !important;

    min-height:58px !important;

    margin:0 !important;
    padding:17px 20px !important;

    background:
        linear-gradient(
            90deg,
            #f3f6fd 0%,
            #f8faff 100%
        ) !important;

    color:#14276f !important;

    font-size:16px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    border-right:1px solid #e3e7f1 !important;

    letter-spacing:-.1px !important;
}


/* =========================================================
   SAĞ SÜTUN
   ========================================================= */

.single-product .woocommerce-product-details__short-description
.mgmat-spec-value{
    display:flex !important;
    align-items:center !important;

    min-height:58px !important;

    margin:0 !important;
    padding:17px 20px !important;

    background:transparent !important;

    color:#31384c !important;

    font-size:16px !important;
    font-weight:500 !important;
    line-height:1.45 !important;
}


/* =========================================================
   DEĞERLERDE PREMIUM VURGU
   ========================================================= */

.single-product .woocommerce-product-details__short-description
.mgmat-spec-row:nth-child(3) .mgmat-spec-value,
.single-product .woocommerce-product-details__short-description
.mgmat-spec-row:nth-child(4) .mgmat-spec-value,
.single-product .woocommerce-product-details__short-description
.mgmat-spec-row:last-child .mgmat-spec-value{
    color:#122977 !important;
    font-weight:700 !important;
}


/* =========================================================
   MOBİL
   ========================================================= */

@media(max-width:767px){

    .single-product .woocommerce-product-details__short-description
    .mgmat-short-specs{
        margin:18px 0 22px !important;

        border-radius:16px !important;

        box-shadow:
            0 8px 22px rgba(15,31,103,.07) !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-short-specs-title{
        padding:17px 18px 17px 51px !important;

        font-size:19px !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-short-specs-title::before{
        left:19px !important;

        width:20px !important;
        height:24px !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-short-specs-title::after{
        left:23px !important;

        font-size:15px !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-row{
        grid-template-columns:42% 58% !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-label,
    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-value{
        min-height:52px !important;

        padding:13px 14px !important;

        font-size:14px !important;
        line-height:1.4 !important;
    }

}


/* =========================================================
   ÇOK KÜÇÜK EKRANLAR
   ========================================================= */

@media(max-width:480px){

    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-row{
        grid-template-columns:1fr !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-label{
        min-height:auto !important;

        padding:13px 16px 5px !important;

        border-right:none !important;

        background:#f4f6fc !important;

        font-size:14px !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-value{
        min-height:auto !important;

        padding:6px 16px 14px !important;

        background:#f4f6fc !important;

        font-size:15px !important;
    }


    .single-product .woocommerce-product-details__short-description
    .mgmat-spec-row:hover{
        box-shadow:none !important;
    }

}