﻿:root {
    --renk1: #fdaf17;
    --renk2: #111111;
}

.pageboxbg .filter a i {
    margin-right: 5px;
}

.circle-container {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 10px auto;
}

.circle-content {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 32%;
    left: 32%;
    border-radius: 50%;
    background-color: var(--renk1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}

.up-arrow {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.down-arrow {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.left-arrow {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.right-arrow {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    color: #000;
    height: 100%;
    box-sizing: border-box;
    display: block;
}

html {
    height: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

button:focus {
    outline: none;
}

.container {
    width: 1400px;
}

.maxwidth100 {
    max-width: 100%;
}

.row:after {
    content: "";
    clear: both;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flexrow2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flexrow3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flexrow4 {
    display: flex;
    flex-wrap: wrap;
}

.dflexspacediv {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.row7-5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.col7-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.text-left {
    text-align: left !important;
}

.heightauto {
    height: auto !important;
}

.text-white {
    color: #fff !important;
}

.maxw100 {
    max-width: 100% !important;
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.hauto {
    height: auto !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

header {
    position: absolute;
    z-index: 20;
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 44%, rgba(136,87,8,0.7) 65%, rgba(0,0,0,0.7) 87%, rgba(0,0,0,0.7) 100%);
}

@keyframes headanim {
    from {
        opacity: 0;
        top: -120px;
    }

    to {
        opacity: 1;
        top: 0px;
    }
}

.scrolledUp {
    position: fixed;
    animation: headanim 0.5s ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.header_in {
    position: relative;
    box-sizing: border-box;
}

    .header_in > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_in .container:after, .header_in .container:before {
        content: none;
    }

.header_right {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_right_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}

.top_menu {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    z-index: 10;
    position: relative;
}

    .top_menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        padding: 2px 10px 0px 0px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        font-weight: 400;
        transition: all 150ms ease-out;
    }

        .top_menu li a {
            color: #fff;
            text-decoration: none;
        }

        .top_menu li i {
            margin-right: 4px;
            font-size: 13px;
            vertical-align: inherit;
            color: #fff;
        }


.searchfrm {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 620px;
    max-width: 100%;
    padding: 0px;
    border-radius: 0px;
    background: #1e1e1e;
    border: 1px solid var(--renk1);
    overflow: hidden;
    z-index: 10;
    position: relative;
    margin-right: 20px;
}

    .searchfrm .form-control {
        display: block;
        width: calc(100% - 43px);
        border-radius: 0px;
        background: #1e1e1e;
        border: 0px;
        height: 40px;
        font-size: 13px;
        color: #fff;
        border: 0px solid #cda554;
        box-sizing: border-box;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }


    .searchfrm .btn {
        background: var(--renk1);
        color: #fff;
        border: 0px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 150ms ease-out;
        border-radius: 0px;
        width: 43px;
        height: 40px;
        border-radius: 0%;
        box-sizing: border-box;
    }

        .searchfrm .btn:hover {
            background: var(--color1);
            color: #fff;
        }

.searchmblbox {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    padding: 40px;
    background: rgba(0 0 0 / 80%);
    display: none;
}

.searchmblboxclose {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
}

.searchmblbox .searchfrm {
    display: inline-flex;
    width: 100%;
}



.Lang_Site {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100;
    background: rgba(0 0 0 / 40%);
    display: inline-flex;
    align-items: center;
}

    .Lang_Site li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: block;
    }

        .Lang_Site li a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            height: 35px;
            padding: 0px 10px;
            font-size: 14px;
            text-decoration: none;
            font-weight: 400;
            cursor: pointer;
            position: relative;
            background: rgba(0 0 0 / 70%);
        }

            .Lang_Site li a i {
                margin-left: 5px;
                font-size: 12px;
            }

    .Lang_Site ul {
        display: none;
        margin: 0;
        padding: 0px;
        list-style: none;
        position: absolute;
        width: 100%;
        left: 0px;
        border-radius: 0px;
        background: #f9f9f9;
        box-shadow: 0px 0px 10px rgba(0 0 0 / 5%);
    }

        .Lang_Site ul li {
            display: block;
            width: 100%;
            float: left;
            margin: 0;
            padding: 0px;
        }

    .Lang_Site li:hover ul {
        display: block;
    }

    .Lang_Site li:hover a {
        background: rgba(255 255 255 / 15%);
        color: #fff;
    }

    .Lang_Site li ul li a {
        color: #000 !important;
        height: auto;
        font-size: 14px;
        text-decoration: none;
        font-weight: 400;
        display: block;
        padding: 6px 9px;
        width: 100%;
        text-align: center;
    }

        .Lang_Site li ul li a:hover {
            background: #fff;
            color: #000;
        }

.logodiv {
    display: block;
    top: 0px;
    z-index: 1;
}

    .logodiv img {
        position: relative;
        border: 0px;
        max-width: 100%;
        transition: all 350ms ease-out;
    }

.searchbtn {
    position: relative;
    z-index: 5;
    display: none;
    width: 35px;
    height: 35px;
    background: var(--renk2);
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

    .searchbtn:hover {
        background: var(--renk1);
        color: #fff;
    }

.menu_btn {
    position: relative;
    z-index: 5;
    display: none;
    width: 35px;
    height: 35px;
    background: var(--renk1);
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

    .menu_btn:hover {
        background: var(--renk2);
        color: #fff;
    }

.menu_close {
    color: #fff;
    font-size: 24px;
    float: left;
    padding: 0px;
}

    .menu_close:hover {
        color: var(--renk1);
    }

.mobil_menu_link_close {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    z-index: 5;
    cursor: pointer;
    background: rgba(0 0 0 / 70%);
    display: none;
}

.mobil_menu {
    display: none;
    width: 80%;
    right: -350px;
    top: 0px;
    position: fixed;
    z-index: 10000;
    padding: 15px;
    height: 100vh;
    transition: all 350ms ease-out;
    background: rgba(0 0 0 / 80%);
    overflow-y: auto;
}

.mobil_menu_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mobil_menu_title img {
        width: 70px;
    }

.menu_cizgi {
    height: 1px;
    background: rgba(255 255 255 / 10%);
    margin-top: 10px;
    margin-bottom: 15px;
}

.mobil_menu_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .mobil_menu_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .mobil_menu_list li a {
            display: block;
            font-size: 15px;
            color: #fff;
            text-decoration: none;
            padding: 12px 0px;
            border-bottom: 1px solid rgba(255 255 255 / 10%);
            transition: all 250ms ease-out;
            font-weight: 500;
        }

            .mobil_menu_list li a:hover {
                background: var(--renk1);
                padding-left: 7px;
                color: #fff;
            }

            .mobil_menu_list li a i {
                margin-right: 7px;
            }

    .mobil_menu_list ul {
        position: relative;
        z-index: 5;
        display: none;
        padding: 0px;
        margin: 0px;
        padding: 7px 7px 7px 15px;
    }

        .mobil_menu_list ul li a {
            font-weight: 300;
            font-size: 14px;
        }

        .mobil_menu_list ul li ul li a {
            font-weight: 300;
            font-size: 14px;
        }


.header_menu {
    z-index: 10;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .header_menu li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        display: inline-block;
    }

    .header_menu ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
        float: none;
        height: 100%;
        position: relative;
    }

    .header_menu ul {
        position: absolute;
        z-index: 50;
        display: none;
        width: 100%;
        left: 0px;
        padding: 0px;
        margin: 0px;
        background: rgba(0 0 0 / 80%);
        box-shadow: 1px 50px 30px rgba(0,0,0,0.22);
        border-top: 1px solid var(--renk1);
    }



    .header_menu li > a {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 14px 9px;
        position: relative;
        color: #fff;
        text-decoration: none;
        transition: all 150ms ease-out;
        text-align: center;
        cursor: pointer;
        border-radius: 0px;
        border-right: 0px solid rgba(0 0 0 / 15%);
    }


    .header_menu li:hover > a {
        color: #fff;
        background: var(--renk1);
    }

    .header_menu li > a i {
        font-size: 13px;
    }

    .header_menu li:hover > ul {
        display: block;
    }

    .header_menu li ul li a:hover {
        background: #004b83;
        color: #fff;
    }

    .header_menu li:hover ul {
        display: block;
    }

    .header_menu li ul li a {
        font-size: 13px;
        font-weight: 400;
        padding: 10px 2px 10px 2px;
        color: #fff;
        text-align: left;
        text-decoration: none;
        border-top: 0px solid #704794 !important;
        border-bottom: 1px solid #dadada;
        transition: all 250ms ease-out;
        display: block;
        border-radius: 0px;
        border-right: 0px;
        text-shadow: 0px 0px 0px #333;
    }

.submenubox {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.submenuboxgri {
    background: #f9f9f9;
    padding-left: 40px;
    padding-right: 40px;
}

.submenubox h5 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 14px;
    color: #cda554;
}

.submenudesc {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #777;
}

.submenuboxlink {
    display: inline-block;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
}

    .submenuboxlink i {
    }

    .submenuboxlink:hover {
    }

.header_submenu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

    .header_submenu a {
        text-align: left;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 4px 0px 4px 0px;
        margin-bottom: 7px;
        color: #fff;
        transition: all 150ms ease-out;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

        .header_submenu a i {
            font-size: 12px;
            margin-right: 5px;
            color: #999;
        }

.header_submenuicon {
    margin-right: 10px;
}

.header_submenu a:hover {
    color: var(--renk1);
}




.textas {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
}

.texthome {
    color: #808080;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
}


.pageboxbg {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    padding: 140px 0px 25px 0px;
    border-bottom: 0px solid #eee;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

    .pageboxbg .container:after, .pageboxbg .container:before {
        content: none;
    }

    .pageboxbg .container {
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pageboxbg h3 {
        padding: 0px;
        margin: 0px;
        color: #000;
        font-size: 22px;
        font-weight: 600;
    }

.main_title {
    margin-bottom: 35px;
    text-align: center;
}

    .main_title h2 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

        .main_title h2:after {
            content: "";
            display: block;
            height: 3px;
            width: 60px;
            background: var(--renk1);
            margin: 0 auto;
            margin-top: 20px;
        }

.pagetitle {
    margin-bottom: 20px;
}

    .pagetitle h2 {
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }

.pagetitle2 {
    margin-bottom: 20px;
}

    .pagetitle2 h2 {
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        font-weight: 700;
        color: #000;
    }

.pagenum {
    margin-top: 30px;
    display: block;
    margin-bottom: 20PX;
    text-align: left;
}

    .pagenum a {
        padding: 10px 15px;
        color: #333;
        font-size: 14px;
        background: #e9e9e9;
        border: 1px solid #e9e9e9;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 2px;
        border-radius: 4px;
    }

        .pagenum a:hover {
            background: var(--renk1);
            color: #fff;
        }

        .pagenum a.active {
            background: var(--renk1);
            color: #fff;
        }


.slider {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.slideritem {
    height: 100%;
}

.sliderimage2 {
    display: none !important;
}

.slider .owl-stage-outer {
    height: 100% !important;
}

.slider .owl-item {
    height: 100% !important;
}

.slider .owl-stage {
    height: 100% !important;
}

.slider .owl-dots {
    bottom: 15px;
    position: absolute;
    width: 100%;
}

.slider .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 100%;
}

    .slider .owl-nav .owl-next, .slider .owl-nav .owl-prev {
        position: absolute;
        background: rgba(0 0 0 / 70%);
        color: #fff;
        margin: 0px;
        border-radius: 0px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider .owl-nav .owl-next {
        right: 7px;
    }

    .slider .owl-nav .owl-prev {
        left: 7px;
    }

        .slider .owl-nav .owl-next:hover, .slider .owl-nav .owl-prev:hover {
            background: rgba(0 0 0 / 20%);
            opacity: 0.8;
            color: #fff;
        }

    .slider .owl-nav .owl-next:after {
        font-family: 'Font Awesome 6 Pro';
        content: "\f054";
        font-size: 14px;
        font-weight: 900;
    }

    .slider .owl-nav .owl-prev:after {
        font-family: 'Font Awesome 6 Pro';
        content: "\f053";
        font-size: 14px;
        font-weight: 900;
    }

.slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 4px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider .owl-dots .owl-dot.active span {
    background: var(--renk1);
}

.bottominfox {
    margin-bottom: 10px;
}

.bottominfox_ {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid var(--renk1);
    border-radius: 10px;
    padding: 0px 0px;
    overflow: hidden;
}

.bottominfox_i {
    width: 86px;
    height: 80px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bottominfox_ span {
    font-size: 16px;
    font-weight: 600;
}


.listeinf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f9f9f9;
    padding: 8px 15px;
    margin-bottom: 25px;
}

.listeinf_left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.listeinftext {
    display: flex;
    color: #000;
    gap: 5PX;
}

.srlmbox {
    display: flex;
}

.siralama_ {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}




.csstable {
    border: 0px solid #e9e9e9;
}

.tdbg {
    width: 120px;
}

.csstable table {
    margin-bottom: 0px;
}

.csstable > table > thead {
    background: #fff;
    border: 0px solid #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    .csstable > table > thead > tr > th {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        padding: 12px 10px;
        position: relative;
    }

        .csstable > table > thead > tr > th:after {
            content: "";
            display: inline-block;
            width: 60px;
            background: #3f74a8;
            height: 2px;
            position: absolute;
            bottom: -2px;
            left: 0px;
        }

.csstable > table > tbody > tr > td {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 60px;
    padding: 10px 10px;
    vertical-align: middle;
    background: #fff;
    border-top: 1px solid #eeeeee;
    position: relative;
}

.csstable > table > tbody > tr:hover td {
    background: #e9e9e9;
}

.csstable .label {
    font-size: 12px;
    padding: 4px 5px;
    font-weight: 500;
    display: inline-block;
}

.csstable .btn i {
    margin-right: 5px;
}

.dtayfiyat {
    margin-bottom: 8px;
    color: var(--color1);
    font-size: 28px;
    font-weight: 500;
    margin-top: 30px;
}

    .dtayfiyat span {
        color: #717171;
        font-size: 14px;
        font-weight: 500;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 4px;
        margin-right: 4px;
    }


.sepeteekle {
    border: 0PX;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background: var(--renk2);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
    transition: all 250ms ease-out;
}

    .sepeteekle:hover {
        background: var(--renk1);
        color: #fff;
    }

.detay_czg {
    margin: 16px 0px;
    height: 1px;
    background: #e9e9e9;
}

.content {
    margin: 50px auto 50px auto;
}

.content2 {
    margin: 50px auto 50px auto;
    min-height: 300px;
}

.containerfull {
    width: 100%;
    margin: 30px auto 30px auto;
    padding: 0px 30px;
}

.homeurun_map {
    position: relative;
}

    .homeurun_map img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.homeurun_map_img2 {
    display: none;
}

.homeurun_mapbox {
    z-index: 1;
    position: absolute;
    top: 15%;
    left: 55%;
}

.homeurun_mapbox2 {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 55%;
}

.homeurun_mapbox i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

    .homeurun_mapbox i:hover {
        background: var(--renk1);
        color: #fff;
    }

.homeurun_mapbox:hover > .homeurun_mapbox_product {
    display: flex;
}

.homeurun_mapbox_product {
    box-shadow: 0px 0px 30px rgba(0 0 0 / 20%);
    width: 200px;
    display: none;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.homeurun_mapbox_product_img {
    margin-bottom: 15px;
}

    .homeurun_mapbox_product_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.homeurun_mapbox_product h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.homeurun_mapbox_product b {
    display: block;
    font-size: 14px;
    padding: 7px 12px;
    background: var(--renk1);
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.homeurun_mapbox_product:hover b {
    background: var(--renk2);
}

.homecatbox {
    margin-bottom: 30px;
}

.homecatbox_ {
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

    .homecatbox_ img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: all 350ms ease-out;
    }

.homecatbox_text {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 5px 15px 25px 15px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

    .homecatbox_text h3 {
        color: #fff;
        font-size: 30px;
        padding: 0px;
        margin: 0px;
        font-weight: 700;
    }

.homecatboxbtn {
    padding: 10px 35px;
    border-radius: 5px;
    background: var(--renk1);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 350ms ease-out;
}

.homecatbox:hover .homecatboxbtn {
    background: var(--renk2);
}

.homecatbox:hover .homecatbox_ img {
    transform: scale(1.1);
}

.beforeafterbox {
    margin-bottom: 30px;
}

.aftertext {
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 35px;
    padding: 7px 15px;
    background: #000;
    color: #fff;
    z-index: 10;
}

.beforetext {
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 35px;
    padding: 7px 15px;
    background: #000;
    color: #fff;
    z-index: 10;
}

.beforeafterbox_ {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 15PX;
}

    .beforeafterbox_ img {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

.sliderafbef {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    border-right: 3px solid #fff;
    cursor: ew-resize;
}

    .sliderafbef:before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f07e";
        color: #s333;
        display: block;
        position: absolute;
        transform: translateY(50%);
        transform: translateX(-45%);
        left: 0PX;
        bottom: 50%;
        font-size: 20px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #fff;
        color: #444;
        box-shadow: 0px 0px 10px rgba(10%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.products_box {
    margin-bottom: 30px;
}

.products_box_ {
    position: relative;
    height: 100%;
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    transition: all 350ms ease-out;
    overflow: hidden;
    border: 1px solid #ddd;
}

.products_box_img {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}

    .products_box_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: all 350ms ease-out;
    }

.products_camp {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: var(--renk1);
    z-index: 1;
}

.products_stock {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--renk2);
    background: linear-gradient(135deg, rgb(189 100 100 / 50%), rgb(253 175 23));
    z-index: 1;
    text-align: center;
    opacity: 0.9;
    padding: 2px 5px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.products_box_text {
    text-align: left;
    padding: 15px 10px;
}

    .products_box_text h3 {
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-bottom: 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.4;
    }

.products_box_text_fiyat {
    display: block;
    font-size: 18px;
    color: var(--renk1);
    font-weight: 400;
    font-weight: 500;
}

.products_box_btn {
    padding: 8px 8px;
    background: var(--color1);
    font-size: 22px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: all 50ms ease-out;
}

.mgzbox {
    margin-bottom: 30px
}

.mgzbox_ {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid var(--renk1);
    border-radius: 5px;
    ;
}

.mgzboxtitle {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

    .mgzboxtitle span {
        font-weight: 500;
        font-size: 13px;
    }

.mgzboxtext div {
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #f9f9f9;
}

    .mgzboxtext div b {
        width: 20px;
    }

.mgzbox_btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

    .mgzbox_btns a {
        padding: 6px 11px;
        background: var(--renk1);
        color: #fff;
        border-radius: 3px;
    }

        .mgzbox_btns a:hover {
            background: var(--renk2);
        }


.bankinfo {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid var(--renk1);
    border-radius: 5px;
    margin-bottom: 10px;
}

.bankinfotitle {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
}

    .bankinfotitle span {
        font-weight: 500;
        font-size: 13px;
    }

.bankinfotext div {
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #f9f9f9;
}



.left2 {
    color: #000;
    margin-bottom: 0px;
    font-size: 14px;
    background: #fff;
    border: 0px solid #eee;
    padding: 15px;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid #eeeeee;
}

.left_title2 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    padding-bottom: 7px;
    font-weight: 600;
    color: #111;
    border-bottom: 1px solid #ddd;
}

.left_list2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    list-style: none;
    border: 0px solid #e9e9e9;
    margin: 0px;
    margin-bottom: 20px;
}

    .left_list2 ul {
        margin: 0px;
        padding: 0px 0px;
        list-style: none;
        display: none;
        border-left: 0px solid #cda554;
    }

    .left_list2 li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
    }

        .left_list2 li ul li a {
            font-size: 14px;
            padding: 8px 7px 8px 10px;
            display: block;
            text-decoration: none;
            color: #111;
            border-radius: 0px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
            background: #f9f9f9;
            font-weight: 500;
        }

        .left_list2 li a {
            font-size: 15px;
            font-weight: 500;
            padding: 8px 4px;
            display: block;
            text-decoration: none;
            color: #111;
            border-radius: 0px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
            cursor: pointer;
            border-bottom: 1px solid rgba(0 0 0 / 8%);
            margin-bottom: 4px;
        }

            .left_list2 li a i {
            }

            .left_list2 li a.active {
                background: var(--renk1);
                color: #fff;
            }

                .left_list2 li a.active i {
                    color: #fff;
                }


            .left_list2 li a i {
                color: #666;
                margin-right: 0px;
                font-size: 12px;
                vertical-align: baseline;
                padding: 3px;
            }

            .left_list2 li a:hover {
                background: var(--renk1);
                color: #fff;
            }

                .left_list2 li a:hover i {
                    color: #fff;
                }

        .left_list2 li ul li a:hover {
            background: #e9e9e9;
            color: #333;
        }

        .left_list2 li ul li a.active {
            background: #e9e9e9;
            color: #333;
        }

.sol_baslik {
    color: #111;
    font-weight: 600;
    padding: 0PX 0px 7PX 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 2px solid #ececec;
}


.sol_form {
}

    .sol_form label {
        font-weight: 500;
        font-size: 13px;
        color: #444;
    }

    .sol_form .btn {
        display: block;
        width: 100%;
        background: var(--renk2);
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 4px;
        padding: 10px 25px;
    }

    .sol_form input[type=file] {
    }

    .sol_form input[type=checkbox], .sol_form input[type=radio] {
        vertical-align: top;
        margin-right: 7px;
    }

    .sol_form .btn:hover {
        background: var(--renk1);
        color: #ffffff;
    }

    .sol_form .form-control {
        font-size: 13px;
        border-radius: 4px;
        height: 38px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    }

    .sol_form .textrea {
        height: 139px;
    }

.sol_bosluk {
    height: 20px;
}

.sol_form_scroll {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    border: solid 0px #ccc;
    box-sizing: border-box;
}

    .sol_form_scroll::-webkit-scrollbar {
        width: 4px;
        background-color: #e9e9e9;
    }

    .sol_form_scroll::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(227, 30, 36, 0.3);
        background-color: var(--color1);
    }


.solfiltrebtn {
    display: none;
    padding: 8px 15px;
    background: var(--renk2);
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
}

    .solfiltrebtn i {
        margin-right: 5px;
    }

    .solfiltrebtn:hover {
        color: #fff;
    }

.solfiltrebtnclose {
    padding: 8px 15px;
    background: #ca4950;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
}

    .solfiltrebtnclose i {
        margin-right: 5px;
    }

    .solfiltrebtnclose:hover {
        color: #fff;
    }




.tab_list {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    text-align: center;
    background-color: #e9e9e9;
    border: 1px solid #e8e8e8;
    margin-top: 50px;
}


    .tab_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        border-radius: 0px;
        margin-bottom: 0px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .tab_list li.active a {
            background: #fff;
            color: #333;
            border-radius: 0px;
            margin-right: 0px;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .tab_list li a {
            display: block;
            font-weight: 600;
            font-size: 15px;
            color: #fff;
            background: var(--renk1);
            padding: 12px 20px;
            border-radius: 0px;
            margin-right: 3px;
            border: 0px solid #ddd;
            border-right: 1px solid rgba(0,0,0,0.1);
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .tab_list li:last-child a {
            margin-right: 0px;
        }

        .tab_list li a:hover {
            background: none;
            color: #333;
            margin-right: 0px;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            text-decoration: underline;
        }

        .tab_list li.active a:hover {
            margin-right: 0px;
            background: #ccc;
            color: #cf3341;
            border-radius: 0px;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .tab_list li.active a:focus, .tab_list li.active a:focus span {
            margin-right: 0px;
            background: #fff;
            color: #333;
            border-radius: 0px;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .tab_list li a span {
            color: #fff;
            font-weight: 600;
        }


.tabdiv3 {
}

.tabdiv {
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-top: 0px;
    line-height: 1.7;
    font-size: 15px;
    padding-top: 20px;
    margin-bottom: 30px;
}


.cont_title {
    margin-bottom: 20px;
}

    .cont_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 22px;
        color: var(--renk1);
        font-weight: 700;
        display: inline-block;
    }

.montaj_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
}

    .montaj_text b {
        font-size: 20px;
        font-weight: 600;
        color: var(--renk1);
    }

.contact_form {
}

    .contact_form label {
        font-weight: 600;
        color: #000;
        font-size: 14px;
    }

    .contact_form .radio-inline {
        font-weight: 500;
        color: #333;
        font-size: 14px;
        padding-top: 10px;
        width:48%;
    }

    .contact_form .btn {
        background: var(--renk1);
        color: #fff;
        border: 0px;
        width: 100%;
        font-weight: 500;
        padding: 14px 45px;
        transition: all 150ms ease-out;
        margin-bottom: 0px;
        display: inline-block;
        border-radius: 5px;
        width: auto;
    }

        .contact_form .btn:hover {
            background: var(--renk2);
        }

    .contact_form .form-control {
        font-size: 14px;
        color: #222;
        height: 50px;
        border: 0px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 0px 10px rgba(0 0 0 /0%);
        padding-left: 30PX;
        border: 1px solid #e9e9e9;
    }

        .contact_form .form-control::-webkit-input-placeholder {
            color: #333;
        }

.contact_form2 .form-control {
    padding-left: 15px;
    height: 45px;
}

.formfile {
    padding-top: 10px;
    background: #f9f9f9 !important;
}

.inputdivi {
    position: relative;
}

    .inputdivi i {
        position: absolute;
        left: 0px;
        top: 19px;
        font-size: 14px;
        margin-left: 10px;
        color: #999;
    }

.contact_form .dropdown {
    padding: 7px 12px;
}

.contact_form .textrea {
    height: 110px;
}

.contact_form .form-group {
}

.contact_form_bg {
    background: #fff;
    padding-bottom: 5px;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.contact_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .contact_list li {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 10px 5px 10px 5px;
        background: rgba(255 255 255 / 90%);
        border-bottom: 1px solid rgba(0 0 0 / 5%);
        display: flex;
        align-items: center;
        justify-content: start;
        line-height: 1.9;
    }

        .contact_list li span {
            color: #111;
            font-size: 15px;
            font-weight: 400;
        }


        .contact_list li i {
            margin-right: 10px;
            vertical-align: baseline;
            color: #666;
            font-size: 18px;
        }

.contact_social_icon {
    display: block;
    margin-bottom: 0px;
    padding: 10px 0px 30px 0px;
}

    .contact_social_icon a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        width: 31px;
        height: 31px;
        border-radius: 3px;
        text-align: center;
        transition: all 180ms ease-out;
        background: #727272;
    }

        .contact_social_icon a:hover {
            color: #fff;
            background: var(--renk1);
        }


.catalog {
    margin-bottom: 20px;
}

.catalog_ {
    padding: 15px;
    text-align: center;
    height: 100%;
    background: #f2f2f2;
}

.catalog_img {
    margin-bottom: 10PX;
}

    .catalog_img img {
        transition: all 250ms ease-out;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.catalog_text {
}

.catalog_ h4 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.catalog_ .catalogbtn {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 20px;
    background: var(--renk1);
    color: #fff;
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

    .catalog_ .catalogbtn i {
        margin-right: 10px;
    }

.catalog_:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 5%)
}

    .catalog_:hover .catalogbtn {
        background: var(--renk2);
    }

    .catalog_:hover .catalog_img img {
    }


.m_galeri_l {
    padding: 15px;
    display: inline-block;
    overflow: hidden;
    border-bottom: 0px solid #CCC;
}

    .m_galeri_l:hover .m_galeri_img {
        transform: scale(1.2) rotate(0deg);
        z-index: 3;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }

.m_galeri_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 300ms ease-out;
    vertical-align: text-bottom;
}

.m_galeri_a {
    height: 210px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 0px;
}

.m_galeri_efekt {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.1);
    transition: all 200ms ease-out;
    text-align: center;
}

    .m_galeri_efekt i {
        font-size: 250px;
        color: #ffffff;
        margin-top: 25%;
        opacity: 0;
        transition: all 400ms ease-out;
    }

.m_galeri_l:hover .m_galeri_efekt i {
    transform: rotate(360deg);
    font-size: 40px;
    opacity: 1;
}

.m_galeri_l:hover .m_galeri_efekt {
    width: 100%;
    z-index: 5;
    opacity: 1;
}




.blog_menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    list-style: none;
    border: 0px solid #e9e9e9;
    margin: 0px;
    margin-bottom: 30px;
}



    .blog_menu li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
    }

        .blog_menu li a {
            font-size: 15px;
            font-weight: 500;
            padding: 7px 0px;
            display: block;
            text-decoration: none;
            color: #000;
            border-radius: 4px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
            cursor: pointer;
            border-bottom: 1px solid rgba(0 0 0 / 8%);
            margin-bottom: 1px;
        }

            .blog_menu li a i {
                margin-right: 5px;
                font-size: 10px;
            }

            .blog_menu li a:hover {
                color: var(--renk1);
            }

            .blog_menu li a.active {
                color: var(--renk1);
            }



.blogdiv {
    margin-bottom: 30px;
}

.blogdiv_ {
    margin-bottom: 0px;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    height: 100%;
}

.blogdivimg {
    overflow: hidden;
    border-radius: 0px;
}

    .blogdivimg img {
        width: 100%;
        min-height: 100%;
    }

.blogdiv_pad {
    padding: 15PX;
}

.blogdiv_ h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.blogdiv_ p {
    margin: 0px;
    padding: 0px;
    color: #6d6b6b;
    font-size: 13px;
    margin-top: 8px;
}

.blogdiv_ small {
    display: block;
    margin-bottom: 7px;
    color: #6d6b6b;
    font-size: 14px;
}

.blogdiv:hover .blogdiv_ h3 {
    color: var(--renk1);
}

.blog_readmore {
    font-size: 18px;
    font-weight: 600;
    color: var(--renk1);
    text-decoration: underline;
}

.blog_details_img {
    margin: 0px 0px 25px 0px;
    max-width: 100%;
}

.blog_details_box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.blog_details_date {
    padding: 4px 15px 2px 15px;
    background: #F9F9F9;
    color: #555;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
}

.blog_social a {
    margin: 0px 5px;
    padding: 6px 10px;
    background: var(--renk1);
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

    .blog_social a:hover {
        background: #e9e9e9;
        color: #222;
    }

.key_list {
    margin-bottom: 25px;
}

    .key_list a {
        display: inline-block;
        color: #555;
        padding: 7px 12px;
        margin-bottom: 2px;
        font-size: 13px;
        background: #e9e9e9;
        border-radius: 4px;
        border: 1px solid #eee;
    }

        .key_list a:hover {
            background: #f9f9f9;
        }



.filter {
    margin-bottom: 0px;
    text-align: center;
}

.filter_productdetails {
    text-align: right;
}

.filter a {
    float: none;
    display: inline-block;
    padding: 1px 7px 1px 7px;
    line-height: 14px;
    border-left: 1px solid rgba(0 0 0 / 20%);
    color: #666;
    line-height: 1.1;
    text-decoration: none;
    font-size: 13px;
}

    .filter a:first-child {
        border-left: 0px;
        padding-left: 0px;
    }


/* Elit Creative */
.ElitCreative {
    position: relative;
    display: inline-block;
    padding: 0px;
}

    .ElitCreative .elit-icon {
        position: relative;
        cursor: pointer;
        display: block;
        width: 68px;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -webkit-transition-timing-function: linear;
        transition: width 0.3s;
        transition-timing-function: linear;
        margin-right: 10px;
        padding-top: 17.5px;
    }

        .ElitCreative .elit-icon img {
            position: relative;
            cursor: pointer;
            max-width: none;
        }

    .ElitCreative .elit-popup {
        width: 185px;
        box-sizing: border-box;
        bottom: 40px;
        left: -50px;
        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 15px;
        display: none;
        text-align: center;
        z-index: 9999999999;
    }

        .ElitCreative .elit-popup .elit-logo {
            width: auto;
            margin-bottom: 7px;
        }

        .ElitCreative .elit-popup a {
            color: #4e4e4e;
        }

            .ElitCreative .elit-popup a:hover {
                color: #4e4e4e;
            }

        .ElitCreative .elit-popup .elit-text-1 {
            color: #4e4e4e;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            font-family: Calibri, sans-serif;
        }

        .ElitCreative .elit-popup .elit-text-2 {
            color: #4e4e4e;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 5px;
            font-family: Calibri, sans-serif;
        }

        .ElitCreative .elit-popup .pupup-mask {
            position: absolute;
            left: 0px;
            bottom: -11px;
            width: 100%;
            text-align: center;
        }

    .ElitCreative:hover .elit-icon {
        width: 131px;
    }

    .ElitCreative:hover .elit-popup {
        display: block;
    }

.elit-icon {
    padding: 0px;
    margin-bottom: 0;
    /*height: 50px;*/
}

.dikey_ortala {
    display: table-cell;
    vertical-align: middle;
}
/* Footer Elit İmza */


footer {
    background: #111;
    position: relative;
    margin-top: 50px;
    padding: 0px 40px;
    padding-top: 80px;
}

.footer_png {
    position: absolute;
    width: 100%;
    height: 93px;
    left: 0px;
    top: 0px;
    background: url(../img/footer_png.png) top center no-repeat;
}

.footer_in {
    position: relative;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 37px 0px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    margin-bottom: 30px;
}


.footer_copyright {
    font-size: 13px;
    font-weight: 400;
    color: #8c8c8c;
    padding: 10px 0px;
    margin-top: 30px;
    border-top: 1PX solid rgba(255 255 255 / 15%);
}

    .footer_copyright .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer_copyright .container:after, .footer_copyright .container:before {
            content: none;
        }

.footerdiv {
    margin-top: 20px;
    width: 20%;
}

.footer_logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .footer_logo img {
        max-width: 100%;
    }

.costumerphone a {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.costumerphone i {
    font-size: 24px;
    color: #fff;
}

.costumerphone span {
    font-size: 14px;
    color: #fff;
}

.costumerphonetext {
    display: flex;
    flex-direction: column;
}

.costumerphone b {
    color: var(--renk1);
    font-size: 18px;
}

.footerdiv h2 {
    position: relative;
    color: var(--renk1);
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 22px;
}

.footerbox {
    margin-bottom: 10px;
    margin-top: 10px;
}

.footerbox_ {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

    .footerbox_ i {
        margin-right: 15px;
        font-size: 16px;
        color: #d9d9d9;
    }

    .footerbox_ span {
        font-size: 14px;
        color: #cccccc;
    }


.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    .footer_menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

        .footer_menu li a {
            position: relative;
            padding: 7px 0px;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            display: block;
            transition: all 80ms ease-out;
            font-weight: 400;
        }

            .footer_menu li a > img {
                width: 18px;
                height: 18px;
                margin-right: 5px;
            }

            .footer_menu li a i {
                font-size: 12px;
                margin-right: 5px;
                transition: all 800ms ease-out;
            }

            .footer_menu li a:hover {
                color: #f9f9f9;
                text-decoration: underline;
            }


.Footer_Social_Links {
    display: block;
    margin-top: 15px;
}

    .Footer_Social_Links a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        width: 31px;
        height: 31px;
        border-radius: 2px;
        text-align: center;
        transition: all 180ms ease-out;
    }

        .Footer_Social_Links a:hover {
            color: #fff;
            background: var(--renk1);
        }

        .Footer_Social_Links a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 0px;
        }

.footer_text {
    color: #727272;
    font-size: 13px;
    line-height: 1.8;
}

.owl-stage {
    display: flex;
}

.owl-carousel .owl-stage-outer {
    display: flex;
    padding: 0px 0px 0px 2px;
}

.owl-item {
    height: 100%;
}

    .owl-item .item {
        height: 100%;
    }

.owlstyle .owl-nav {
    position: absolute;
    top: -90px;
    right: 0px;
    display: block;
}

.owlstyle2 .owl-nav {
    position: absolute;
    top: 34%;
    right: 0px;
    width: 100%;
}

.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
    border-radius: 0px;
    background: var(--renk1);
    padding: 5px 10px;
    border-radius: 3px;
}

.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}



.owlstyle .owl-nav .owl-next {
}

.owlstyle .owl-nav .owl-prev {
}

.owlstyle2 .owl-nav .owl-next {
    right: 10px;
}

.owlstyle2 .owl-nav .owl-prev {
    left: 10px;
}


.owlstyle .owl-nav .owl-next:hover, .owlstyle .owl-nav .owl-prev:hover {
    opacity: 0.9;
}

.owlstyle .owl-nav .owl-next.disabled, .owlstyle .owl-nav .owl-prev.disabled:hover {
    opacity: 0.3;
}

.owlstyle .owl-nav .owl-next:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f054";
    font-size: 13px;
    font-weight: 900;
}

.owlstyle .owl-nav .owl-prev:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f053";
    font-size: 13px;
    font-weight: 900;
}

.owlstyle .owl-nav .owl-next:before {
}


@keyframes moveUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}

.cookie {
    z-index: 100;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0 0 0 / 80%);
    padding: 30px;
    animation: moveUp 1s ease-in-out normal;
}

.cookiebtn {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    background: var(--renk1);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}

    .cookiebtn.cookiebtn2 {
        background: rgba(255 255 255 / 40%);
    }

    .cookiebtn:hover {
        background: rgba(255 255 255 / 30%);
        color: #fff;
    }

.cookiebtnlink {
    display: block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

    .cookiebtnlink:hover {
        color: var(--renk2);
    }

.cookietext {
    color: rgba(255 255 255 / 70%);
    font-size: 13px;
}

.cookie_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .container {
        width: 1170px;
    }

    .logo_img {
        max-width: 290px;
    }

    .header_menu li > a {
        font-size: 13px;
        font-weight: 400;
        padding: 9px 5px;
    }

    .searchfrm {
        width: 400px;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 970px;
    }

    .logo_img {
        max-width: 213px;
    }

    .header_menu li > a {
        font-size: 13px;
        font-weight: 400;
        padding: 7px 7px;
    }

        .header_menu li > a i {
            display: none;
        }

    .searchfrm {
        width: 320px;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: 750px;
    }

    header {
        position: absolute;
        padding: 10px 0px;
    }

    .logo_img {
        max-width: 150px;
    }

    .header_menu {
        display: none;
    }

    .menu_btn {
        display: flex;
    }

    .top_menu {
        display: none;
    }

    .searchfrm {
        width: 200px;
        max-width: 100%;
    }
}



@media (max-width: 768px) {
    .talep-fixed-bottom-div{
        left:100px !important;
    }
        .talep-fixed-bottom-div div.talep-chat-div{
            left:44px !important;
        }
        .whatsapp-fixed-bottom-div {
            display: none !important;
        }

    .whatsapp-fixed-bottom-div-mobile {
        display: block !important;
    }

    .container {
        width: 100%;
    }

    .logodiv img {
        max-width: 75px;
    }

    header {
        position: absolute;
        padding: 10px 0px;
    }

    .header_menu {
        display: none;
    }

    .header_right_top {
        margin-bottom: 0px;
    }

    .header_right {
        padding-top: 0px;
    }

    .menu_btn {
        display: flex;
    }

    .searchbtn {
        display: flex;
    }

    .pageboxbg {
        padding: 85px 0px 20px 0px;
        height: auto;
    }

        .pageboxbg .container {
            flex-direction: column;
        }

        .pageboxbg h3 {
            font-size: 18px;
            text-align: center;
            margin-bottom: 10px;
        }

    .m_galeri_a {
        height: 95px;
    }

    .galeri_kat a {
        height: auto;
    }

    .videogaleriimg {
        height: auto;
    }

    .beforeafterbox_ {
        height: 300px;
    }

    .containerfull {
        padding: 0px 15px;
    }

    .aftertext {
        font-size: 12px;
    }

    .beforetext {
        font-size: 12px;
    }

    .footerdiv {
        margin-top: 20px;
        width: 100%;
    }

    .footer_copyright .container {
        flex-direction: column;
        text-align: center;
    }

    .products_box_text h3 {
        font-size: 13px;
    }

    .products_box_text_fiyat {
        font-size: 14px;
    }

    .products_camp {
        top: 5px;
        left: 5px;
        font-size: 12px;
        width: 30px;
        height: 30px;
    }

    .products_box {
        margin-bottom: 15px;
    }

    .siralama_ {
        font-size: 13px;
        height: 32px;
    }

    .listeinf_left {
        font-size: 12px;
    }

    .solfiltrebtn {
        display: block;
    }

    .solfiltrebtnclose {
        display: block;
    }

    .left_ {
        display: none;
    }

    .detaysol_pad {
        margin-bottom: 20px;
    }

    .pagetitle h2 {
        font-size: 18px;
    }

    .pagetitle2 h2 {
        font-size: 18px;
    }

    .tab_list {
        flex-direction: column;
    }

    .top_menu {
        display: none;
    }

    .searchfrm {
        display: none;
    }

    .Lang_Site li a {
        height: 35px;
        padding: 0px 6px;
        font-size: 12px;
    }
    /* .sliderimage1 {
        height: 385px;
        object-fit: cover;
    }*/
    .sliderimage2 {
        display: block !important;
    }

    .sliderimage1 {
        display: none !important;
    }

    .slider .owl-nav .owl-next, .slider .owl-nav .owl-prev {
        width: 20px;
        height: 20px;
    }

        .slider .owl-nav .owl-prev:after, .slider .owl-nav .owl-next:after {
            font-size: 10px;
        }

    .slider .owl-dots {
        display: none;
    }

    .homecatbox_text h3 {
        font-size: 18px;
    }

    .homecatboxbtn {
        padding: 7px 15px;
        border-radius: 5px;
        font-size: 14px;
    }

    .main_title h2 {
        font-size: 18px;
    }

        .main_title h2:after {
            margin-top: 7px;
        }

    .pagenum a {
        padding: 7px 12px;
        color: #333;
        font-size: 12px;
        background: #e9e9e9;
        border: 1px solid #e9e9e9;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 2px;
        border-radius: 4px;
    }

    .homeurun_mapbox {
        display: none;
    }

    .homeurun_map_img2 {
        display: block;
    }

    .homeurun_map_img1 {
        display: none;
    }


    .cookie {
        overflow-y: auto;
    }

    .cookietext {
        font-size: 13px;
    }

    .cookiebtn {
        padding: 7px 15px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .rowxs7-5 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .colxs7-5 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}


@media (min-width: 480px) and (max-width: 768px) {
    .m_galeri_a {
        height: 165px;
    }
}

#telUlkeKod {
    padding-left: 10px !important;
}
/*Bildirim alanı*/
.notification-area {
    display: none;
}

#toast-container {
    position: fixed;
    z-index: 999999999999;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

#toast-container > div {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    background-position: 15px center;
    background-repeat: no-repeat;
    opacity: .95;
    color: #fff !important;
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toast-success {
    background-color: #39c759;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

.toast-warning {
    background-color: #fb3;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

.toast-info {
    background-color: #33b5e5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

.toast-error {
    background-color: #ff3547;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

.toast {
    /*background-color: #030303;*/
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    color: #fff !important;
}

    .toast-close-button:focus, .toast-close-button:hover {
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
    }

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000 !important;
    }

.toast-title {
    font-weight: 600;
    font-size: 16px;
}

.toast-message {
    word-wrap: break-word;
}

#toast-container > :hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 1;
    cursor: pointer;
}
/*Bildirim alanı*/

/*WHATSAPP BOARD CSS START*/
.whatsapp-fixed-bottom-div {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999999999;
}

    .whatsapp-fixed-bottom-div div.w-chat-div {
        /*display: inline-block;*/
        display: none;
        width: 264px;
        height: 190px;
        position: fixed;
        right: 20px;
        bottom: 99px;
        /*background: #ffffff;*/
        /*border-radius: 5px 5px 0px 5px;*/
        z-index: 9999999998;
    }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-chat-close {
            display: inline-block;
            position: absolute;
            top: -35px;
            right: 0;
            background: #28973b;
            width: 30px;
            height: 30px;
            border-radius: 5px;
            text-align: center;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-chat-close a {
                color: #ffffff;
                font-size: 20px;
                display: inline-block;
                padding: 0 0 0 0;
            }

                .whatsapp-fixed-bottom-div div.w-chat-div .w-chat-close a i {
                    display: inline-block;
                }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-1 {
            display: inline-block;
            background: #28973b;
            width: 100%;
            height: 80px;
            border-radius: 5px 5px 0px 0px;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-div-1 span {
                display: inline-block;
                font-size: 15px;
                color: #ffffff;
                width: 100%;
                line-height: 20px;
                padding: 10px 15px 10px 15px;
                text-align: center;
            }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-2 {
            display: inline-block;
            background: #ffffff;
            width: 100%;
            height: auto;
            border-radius: 0px 0px 5px 5px;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-div-2 span {
                display: inline-block;
                font-size: 14px;
                color: #6c6c6c;
                width: 100%;
                line-height: 30px;
                padding: 10px 15px 10px 15px;
                text-align: left;
                font-weight: 600;
            }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 {
            display: inline-block;
            background: #ffffff;
            width: 100%;
            height: 50px;
            border-radius: 5px 5px 5px 0px;
            margin-top: 10px;
            padding: 10px 15px 10px 15px;
            box-shadow: 0px 0px 10px 2px rgba(76, 203, 98, 0.6);
            position: relative;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 input {
                display: inline-block;
                background: #ffffff;
                border: none;
                outline: none;
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 13px;
                color: #6c6c6c;
                text-align: left;
                font-weight: 600;
            }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 a {
                display: inline-block;
                background: #28973b;
                font-size: 20px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                color: #ffffff;
                position: absolute;
                right: 15px;
                text-align: center;
                border-radius: 5px;
            }

                .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 a:hover {
                    color: #28973b;
                    background: #ffffff;
                }

                .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 a i {
                    display: inline-block;
                }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-last {
            display: inline-block;
            background: #ffffff;
            width: 165px;
            height: 79px;
            position: absolute;
            bottom: -79px;
            left: 0;
            padding: 10px 15px 10px 15px;
            border-radius: 0 0 5px 5px;
            box-shadow: -1px 9px 5px 0px rgba(76, 203, 98, 0.2);
            text-align: center;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-div-last img {
                display: inline-block;
                width: 75% !important;
                /*height: 63px;*/
            }

    .whatsapp-fixed-bottom-div a.w-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: #2cae43;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999999997;
    }

        .whatsapp-fixed-bottom-div a.w-icon:hover {
            background: #3bda57;
            color: #fff;
        }

        .whatsapp-fixed-bottom-div a.w-icon img.w-text {
            width: 60px;
            height: auto;
            position: absolute;
            left: -14px;
            top: -14px;
        }

        .whatsapp-fixed-bottom-div a.w-icon i {
            display: inline-block;
            /* float: left; */
            line-height: 60px;
            font-size: 39px;
            margin-right: 0;
        }






.whatsapp-fixed-bottom-div-mobile {
    /*display: block;*/
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 9999;
}

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div {
        /*display: inline-block;*/
        display: none;
        min-height: 100% !important;
        min-width: 100% !important;
        max-height: 100% !important;
        max-width: 100% !important;
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        /*border-radius: 5px 5px 0px 5px;*/
        z-index: 999999998;
    }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-chat-close {
            display: inline-block;
            position: absolute;
            top: 5px;
            right: 5px;
            background: #28973b;
            width: 30px;
            height: 30px;
            border-radius: 5px;
            text-align: center;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-chat-close a {
                color: #ffffff;
                font-size: 22px;
                display: inline-block;
                /*padding: 2px 0 0 0;*/
            }

                .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-chat-close a i {
                    display: inline-block;
                }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-1 {
            display: inline-block;
            background: #28973b;
            width: 100%;
            height: auto;
            margin-top: 40px;
            border-radius: 0;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-1 span {
                display: inline-block;
                font-size: 14px;
                color: #ffffff;
                width: 100%;
                line-height: 30px;
                padding: 10px 15px 10px 15px;
                text-align: center;
            }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-2 {
            display: inline-block;
            background: #ffffff;
            width: 100%;
            height: auto;
            border-radius: 0px 0px 5px 5px;
            bottom: 50px;
            left: 0;
            position: absolute;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-2 span {
                display: inline-block;
                font-size: 14px;
                color: #6c6c6c;
                width: 100%;
                line-height: 30px;
                padding: 10px 15px 10px 15px;
                text-align: left;
                font-weight: 600;
            }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 {
            display: inline-block;
            background: #ffffff;
            width: 100%;
            height: 50px;
            border-radius: 5px 5px 0px 5px;
            padding: 10px 15px 10px 15px;
            box-shadow: 0px 0px 10px 2px rgba(76, 203, 98, 0.6);
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 input {
                display: inline-block;
                background: #ffffff;
                border: none;
                outline: none;
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 13px;
                color: #6c6c6c;
                text-align: left;
                font-weight: 600;
            }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 a {
                display: inline-block;
                background: #28973b;
                font-size: 20px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                color: #ffffff;
                position: absolute;
                right: 15px;
                text-align: center;
                border-radius: 5px;
            }

                .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 a:hover {
                    color: #28973b;
                    background: #ffffff;
                }

                .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 a i {
                    display: inline-block;
                }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-last {
            display: inline-block;
            background: #ffffff;
            width: 100%;
            height: 100px;
            position: absolute;
            bottom: 50%;
            right: 0;
            padding: 10px 15px 10px 15px;
            border-radius: 0;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-last img {
                display: inline-block;
                width: 100%;
                height: auto;
                /*margin-top: 16px;*/
                object-fit: none;
            }

    .whatsapp-fixed-bottom-div-mobile a.w-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: #2cae43;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border-radius: 100%;
        text-align: center;
        z-index: 999999997;
    }

        .whatsapp-fixed-bottom-div-mobile a.w-icon:hover {
            background: #3bda57;
            color: #fff;
        }

        .whatsapp-fixed-bottom-div-mobile a.w-icon img.w-text {
            width: 60px;
            height: auto;
            position: absolute;
            left: -14px;
            top: -14px;
        }

        .whatsapp-fixed-bottom-div-mobile a.w-icon i {
            display: inline-block;
            /* float: left; */
            line-height: 60px;
            font-size: 39px;
            margin-right: 0;
        }
/*WHATSAPP BOARD CSS START*/
/* WP 2 end*/


/*Usta Telep*/
.talep-fixed-bottom-div {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 125px;
    z-index: 99999999;
}

    .talep-fixed-bottom-div div.talep-chat-div {
        display: none;
        width: 175px;
        height: 50px;
        position: fixed;
        right: 69px;
        bottom: 85px;
        z-index: 9999999998;
    }

        .talep-fixed-bottom-div div.talep-chat-div .talep-div-1 {
            display: inline-block;
            background: var(--renk2);
            width: 100%;
            height: 50px;
            border-radius: 50px 50px 0 0;
            border-top: 2px solid var(--renk2);
            box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.8);
            /*background: var(--renk2);
            width: 100%;
            height: 50px;
            border-radius: 50px 50px 0 0;
            border-top: 2px solid var(--renk2);
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);*/
        }


            .talep-fixed-bottom-div div.talep-chat-div .talep-div-1 span {
                display: inline-block;
                font-size: 15px;
                color: #ffffff;
                width: 100%;
                line-height: 20px;
                padding: 10px 15px 10px 15px;
                text-align: center;
            }

        .talep-fixed-bottom-div div.talep-chat-div .talep-div-last {
            display: inline-block;
            background: #ffffff;
            width: 165px;
            height: 79px;
            position: absolute;
            bottom: -79px;
            left: 0;
            padding: 10px 15px 10px 15px;
            border-radius: 0 0 5px 5px;
            box-shadow: -1px 9px 5px 0px rgba(76, 203, 98, 0.2);
            text-align: center;
        }

            .talep-fixed-bottom-div div.talep-chat-div .talep-div-last img {
                display: inline-block;
                width: 75% !important;
                /*height: 63px;*/
            }

    .talep-fixed-bottom-div a.talep-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: var(--renk1);
        color: #fff;
        padding: 0px 15px 0px 15px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999999997;
    }

        .talep-fixed-bottom-div a.talep-icon i {
            display: inline-block;
            line-height: 60px;
            font-size: 32px;
            margin-right: 0;
        }

        .talep-fixed-bottom-div a.talep-icon:hover {
            background: var(--renk2);
        }

    .talep-fixed-bottom-div:hover .talep-chat-div {
        display: inline-block;
    }
/*Usta Telep*/
/*Loading*/
.loading-div-area {
    position: absolute;
    z-index: 99;
    top: 0px;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

    .loading-div-area .loading-img-area {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        max-width: 200px;
        margin-top: 50%;
    }

        .loading-div-area .loading-img-area img {
            width: 100%;
            height: 100%;
        }
/*Loading*/

/*Page Loading*/
/*Sayfa loading div css başlangıcı*/
.page-loading-div-area {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: rgba(255, 255, 255, 0.8);*/
    z-index: 999999999;
    display: none;
}

    .page-loading-div-area .loading-spin {
        margin: 0 auto;
        height: 100%;
        display: table;
        color: #f7a950;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .page-loading-div-area .loading-spin img {
            font-size: 800% !important;
            display: table-cell;
            vertical-align: middle;
            width: 80px;
            height: 80px;
        }
/*Sayfa loading div css sonu*/
/*Page Loading*/

