/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');

@media (max-width: 767px) {
    .m-text-center, .m-text-center .title, .m-text-center .subtitle, .m-text-center .description, .m-text-center .text, .m-text-center img, .m-text-center .text-right, .m-text-center .text-left {
        text-align: center !important;
    }
    .m-text-left {
        text-align: left !important;
    }
    .m-hidden {
        display: none !important;
    }
    .m-no-br br {
        display: none;
    }
}
@media (min-width: 767px) {
    .d-hidden {
        display: none !important;
    }
}

:is(.btn,.button,button,[type=submit],[type=button]) {
    min-height: var(--btn-height, 38px);
}
.btn.btn-style-bordered {
    --btn-brd-width: 1px !important;
}

.wd-content-layout {
    padding-bottom: 0 !important;
}

/* icon gap */
.white-arrow-icon svg {
    transition: transform 0.3s ease;
}
.white-arrow-icon .text-left span.wd-btn-icon,
.white-arrow-icon .text-center span.wd-btn-icon {
    margin-left: 10px;
}
.white-arrow-icon .text-right span.wd-btn-icon {
    margin-right: 10px;
}
.white-arrow-icon svg {
    vertical-align: middle;
}
.white-arrow-icon:hover .text-left svg,
.white-arrow-icon:hover .text-center svg {
    transform: translateX(5px);
}
.white-arrow-icon:hover .text-right svg {
    transform: translateX(-5px);
}

/******
header
******/
.wd-header-nav a.woodmart-nav-link {
    position: relative;
    overflow: hidden;
}
.wd-header-nav a.woodmart-nav-link:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}
.wd-header-nav a.woodmart-nav-link:hover:after {
    transform: translateX(0);
}
li.current-lang a {
    font-family: 'Gilroy Bold';
}
.lang-item:not(:last-child) {
    margin-right: -27px;
}
.lang-item:not(:last-child):before {
    display: inline-block;
    content: "|";
    position: absolute;
    right: -8px;
    top: 8px;
}



/******
anansayfa
******/
/* slayt */
.slayt-not {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-style: italic;
    opacity: 0.43;
}
@media (max-width: 767px) {
    .slayt-not {
        bottom: 10px;
        right: 10px;
    }
}

/* ürün grupları - sekmeli içerik */
.home-product-tabs .tab-label.nav-link-text {
    white-space: nowrap;
}
.home-product-tabs .wd-nav[class*=wd-style-underline] .nav-link-text:after {
    top: unset;
    bottom: -5px;
    height: 2px;
    background-color: var(--wd-alternative-color);
}

/* deneyiminize özel */
.deneyim-kutular > div {
    cursor: default;
    transition: all 0.3s ease;
}
.deneyim-kutular > div:hover .title,
.deneyim-kutular > div:hover p {
    color: #fff;
}

/* alanlara tv çözümleri */
.alanlara-tv-cozum {
    position: relative;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 0 0 2px #fff;
    margin-bottom: 0; 
    transition: height 0.5s ease, margin-bottom 0.5s ease; 
    cursor: pointer;
}
.alanlara-tv-cozum .liner-continer {
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}
.alanlara-tv-cozum:hover .liner-continer {
    transform: translateY(-45px);
}
.alanlara-tv-cozum .title-after_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(20px);
    box-sizing: border-box;
    z-index: 1;
}
.alanlara-tv-cozum:hover {
    height: 333px;
    margin-bottom: -65px; 
    z-index: 10;
}
.alanlara-tv-cozum.alan-acik .title-after_title,
.alanlara-tv-cozum:hover .title-after_title {
    max-height: 500px;
    opacity: 1;
    transform: translateY(5px);
}
.alanlara-tv-cozum:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 100px, #fff);
    pointer-events: none;
}

/* digiline-destek-ikon */
.digiline-destek-ikonlar .wd-image {
    filter: grayscale(100%) opacity(0.6);
    transition: filter 0.3s ease;
}
.digiline-destek-ikonlar > div:hover .wd-image {
    filter: grayscale(0%) opacity(1);
}

/* hangi digiline - akordiyon */
.hangi-akordiyon .wd-accordion-item {
    border-radius: 30px !important;
}
.hangi-akordiyon .wd-accordion-opener {
    transform: rotate(35deg) !important;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    font-weight: bold;
    margin-right: -30px;
}
.hangi-akordiyon .wd-accordion-opener:before {
    font-family: 'Dicons' !important;
    content: "\f000" !important;
    color: #000 !important;
}
.hangi-akordiyon .wd-active .wd-accordion-opener {
    transform: rotate(-35deg) !important;
}
.hangi-akordiyon .wd-accordion-item:has(.wd-active) {
    pointer-events: none;
}
.hangi-akordiyon .wd-accordion-title, 
.hangi-akordiyon .wd-accordion-content {
    padding-inline: 50px !important;
}
.hangi-akordiyon .wd-active.wd-accordion-title {
    transform: translateY(-5px);
    padding-bottom: 0;
}

/* anasayfa sss */
.home-sss .wd-accordion-item {
    border-bottom-color: #b1b1b1;
}
.home-sss .wd-accordion-title {
    padding-bottom: 10px;
}
.home-sss .wd-accordion-opener {
    color: #b1b1b1;
    margin-right: 15px;
}


/*****
hakkımızda
******/
.check-icon-list .wd-list li {
    gap: 15px;
}


/*****
ürünler genel sayfası
******/
/* filtreler */
.wd-pf-title {
    border-bottom: 0 !important;
}
.wd-pf-yok {
    display: none;
}

/* ürün listesi, ürün kutusu */
.urunler-grid .wd-product-wrapper {

}
.wd-tabs.wd-products-tabs .wd-el-hook:has(.ozet-baslik) {
    margin: 0 30px 20px;
}
.wd-tabs.wd-products-tabs .tab-label:after {
    background-color: var( --e-global-color-accent );
}
.wd-tabs.wd-products-tabs li:hover .tab-label {
    color: var(--e-global-color-accent);
}
.wd-tabs.wd-products-tabs .wd-active .tab-label {
    font-family: 'Gilroy Extra-Bold';
}
.wd-loop-builder-on .wd-loop-prod-title {
    font-size: 18px !important;
    font-weight: bold;
}
.wd-loop-builder-on .ozet-baslik {
    font-size: 15px;
    height: 63px;
    line-height: 1.2;
}

/* seo metin */
.scroll-text {
    max-height: 400px;
    overflow-y: scroll;
}

@media (min-width: 767px) {
    .wd-tabs.wd-products-tabs .wd-el-hook:has(.ozet-baslik) {
        /*width: 65%;*/
    }
    .wd-product-filters .wd-pf-title {
        border: 0;
    }
    .wd-product-filters .wd-pf-title:after {
        display: none;
    }
    .wd-pf-dropdown.wd-dropdown {
        position: unset;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
    }
    .wd-pf-attributes {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .wd-pf-attributes:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .wd-pf-dropdown.wd-dropdown ul li .pf-value {
        background: unset;
        padding: 0;
    }
    .wd-pf-dropdown.wd-dropdown ul li a.pf-value:before {
        font-family: "Font Awesome 7 Free";
        font-weight: 400;
        font-size: 16px;
        margin-right: 15px;
        content: "\f0c8";
        color: #ddd;
    }
    .wd-pf-dropdown.wd-dropdown ul li:hover .pf-value:before,
    .wd-pf-dropdown.wd-dropdown ul li.wd-active .pf-value:before {
        color: #000;
        content: "\f14a";
    }
}

/******
ürün detay sayfası
******/
.single-product .wd-content-layout {
    padding-block: 0;
}
.urun-hero-info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
}
@media (max-width: 767px) {
    .urun-hero-info {
        bottom: 5px;
        right: 5px;
    }
}
.tv-hero-img img {
    width: 100%;
}
.single-product .wd-footer {
    background: #3C3C3C;
}



/*******
hakkımızda sayfası
*******/
.hakkimizda-sayilar .liner-continer {
    margin-bottom: 0;
}
.hakkimizda-urun-gruplari img {
    filter: brightness(0);
}
.hakkimizda-urun-gruplari .elementor-element:hover img {
    filter: brightness(1);
}
.hakkimizda-urun-gruplari .elementor-element:hover h4,
.hakkimizda-urun-gruplari .elementor-element:hover p {
    color: #fff;
}


/*******
yetkili servis merkezi
*******/
.wd-cf7-form {
    width: 100%;
}
.wd-cf7-form p {
    margin: 0;
}
.wd-form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.wd-form-col {
    width: 50%;
}
.wd-cf7-form input[type="text"],
.wd-cf7-form input[type="email"],
.wd-cf7-form input[type="tel"] {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #707070;
    background: #fff;
    padding: 4px 30px;
    font-size: 16px;
    color: #3c3c3c;
    transition: all .25s ease;
    box-shadow: none;
}
.wd-cf7-form input:focus {
    border-color: #2bb3e6;
    outline: none;
}
.wd-cf7-form ::placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.wd-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 10px;
}
.wpcf7-acceptance label {
    display: flex;
}
.wd-checkbox {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1.4;
    display: flex;
    justify-content: flex-end;
}
.wd-checkbox .wpcf7-list-item {
    margin: 0;
}
.wd-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #2bb3e6;
    position: relative;
    top: 3px;
}
.wpcf7-acceptance a {
    font-weight: bold;
}
.wd-form-col .wd-checkbox p {
    width: 70%;
}
div.wpcf7 .wd-cf7-form input[type="submit"] {
    width: 100%;
    border: none;
    box-shadow: none !important;
    border-radius: 50px;
    background-color: #2bb3e6;
    color: #fff;
    font-size: 18px;
    text-transform: unset;
    cursor: pointer;
    transition: all .25s ease;
}
div.wpcf7 .wd-cf7-form input[type="submit"]:hover {
    background: #1da2d4;
    transform: translateY(-1px);
}
.wd-cf7-form .wd-form-col {
    position: relative;
}
.wd-cf7-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: x-small;
    pointer-events: none;
    user-select: none;
}
@media (max-width: 768px) {
    .wd-form-col .wd-checkbox p,
    .wd-submit {
        width: 100%;
        min-width: 100%;
    }
}



/******
footer
******/
footer a:hover {
    text-decoration: underline;
}
.footer-menu :is(ul,li) {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-sosyal .wd-grid-g {
    width: fit-content;
    gap: 5px;
}
.footer-sosyal .wd-images-gallery {
    display: flex;
    justify-content: end;
}

.footer-abone-form {
    display: flex;
    gap: 8px;
}
.footer-abone-form input {
    border-radius: 50px !important;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 3px 15px;
    height: unset !important;
    min-height: unset !important;
}
.footer-abone-form ::placeholder {
    color: #606060;
}
.footer-abone-form input[type=submit] {
    padding-inline: 20px !important;
    background-color: #fff !important;
    color: #3c3c3c !important;
    text-transform: none !important;
}

