body {
	background-color: #FFF;
	font-family: 'Poppins', sans-serif;
}
.klv-list{max-width:1400px;margin:0 auto}
.klv-card{
  display:flex; gap:16px; align-items:stretch;
  border:1px solid #e2e2e2; border-radius:6px;
  padding:3px; background:#fff;
  box-shadow:0 2px 10px rgba(13,23,45,.06);
  transition:box-shadow .2s, transform .2s;
  position:relative;
}
.klv-card:hover{box-shadow:0 6px 22px rgba(13,23,45,.12); transform:translateY(-1px);}

.klv-thumb{position:relative; flex:0 0 220px; max-width:220px; border-radius:5px; overflow:hidden}
.klv-thumb img{width:100%; height:100%; object-fit:cover; display:block}
.klv-price-badge{
  position:absolute; left:10px; top:10px; padding:5px 5px;
  background:#f90100; border-radius:5px; font-weight:700; font-size:13px; box-shadow:0 1px 6px rgba(0,0,0,.12);color: #ffffff;
}

.klv-main{display:flex; flex-direction:column;gap:8px; min-width:0; flex:1}
.klv-title{font-size:16px; font-weight:700; color:#111827; line-height:1.35; text-decoration:none}
.klv-title:hover{text-decoration:underline;}


.klv-attr-item{
    display:flex;
    align-items:center;
    gap:4px;
    background:#f5f5f5;
    padding:4px 8px;
    border-radius:6px;
}

.klv-attr-item i{
    font-size:14px;
    
}
.klv-meta{display:flex; gap:14px; align-items:center; font-size:13px; color:#6b7280}
.klv-meta i{opacity:.9}

.klv-right{display:flex; align-items:flex-end; justify-content:space-between; gap:8px}
.klv-actions{display:flex; gap:8px}
.klv-btn{
  display:inline-flex; align-items:center;
  border:1px solid #e5e7eb; background:#323232; padding:10px 20px; border-radius:10px;
  font-size:13px; font-weight:600; color:#fff; text-decoration:none;gap: 5px;
}
.klv-btn:hover{background:#b91c1c}
.klv-favs{display:flex; gap:8px; position:absolute; right:12px; top:12px}
.klv-iconbtn{
  width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid #e5e7eb; border-radius:50%; background:#fff;
}
.klv-iconbtn:hover{background:#f3f4f6}

@media (max-width:991px){
  .klv-thumb{flex-basis:200px; max-width:160px}
}
@media (max-width:768px){
.klv-attrs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    font-size: 12px;
    color: #3b3b3b;
    margin-top: 5px;
    margin-bottom: 5px;
}
  .klv-card{flex-direction:column}
  .klv-thumb{max-width:100%}
  .klv-right{align-items:flex-start}
  .klv-actions{width:100%}
  .klv-btn{flex:1; justify-content:center}

  .klv-main-price{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#b91c1c;
  }  
    
}

@media (min-width:769px){
  .klv-attrs{
    display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
    font-size:14px;
    color:#111;
    margin-top:4px;
}
  .klv-main-price{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#000;
  }
  .klv-main{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:0;
  }

  .klv-meta{
    margin-top: auto;
  }
}
/* DÄ±ÅŸ konteyner â€“ sadece mobil */
.btnc-mobile {
    margin: 10px 0;
    padding: 0 5px;      /* â† SAÄ & SOL 5px boÅŸluk burada */
}

/* Desktop'ta gizle */
@media (min-width: 768px) {
    .btnc-mobile {
        display: none !important;
    }
}

/* Buton grubu */
.btnc-wrap {
    display: flex;
    width: 100%;
    gap: 8px;
    font-weight: 600;
}

/* Ortak buton stili */
.btnc-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 0;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    text-decoration: none !important;
    transition: 0.2s ease;
}

/* Ä°kon */
.btnc-box i {
    font-size: 15px;
    color: #d00;
}

.btnc-box:hover {
    background: #f5f5f5;
}

/* Aktif durum */
.btnc-box.active {
    border-color: #d00;
    background: #fff4f4;
    color: #d00;
}

.btnc-box.active i {
    color: #d00;
}
/* ==== LIST 3 â€“ Sahibinden TarzÄ± Yatay Liste ==== */

.sb3-card{
    display:flex;
    padding:12px 14px;
    margin-bottom:12px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
    box-sizing:border-box;
    align-items:stretch;
}

/* Sol taraftaki gÃ¶rsel */
.sb3-img-wrap{
    flex:0 0 120px;
    position:relative;
}

.sb3-img-wrap img{
    width:120px;
    height:92px;
    border-radius:10px;
    object-fit:cover;
    display:block;
}

/* Vitrin badge burada da Ã§alÄ±ÅŸÄ±r */
.sb3-img-wrap .klv-price-badge{
    position:absolute;
    left:6px;
    bottom:6px;
    z-index:2;
}

/* SaÄŸ taraf gÃ¶vde */
.sb3-body{
    flex:1;
    margin-left:14px;
    display:flex;
    flex-direction:column;
    min-width:0;
}

/* Fiyat + Favori (saÄŸ Ã¼st) */
.sb3-top-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.sb3-price{
    font-size:18px;
    font-weight:700;
    color:#111;
}

.sb3-heart{
    border:none;
    background:transparent;
    cursor:pointer;
    font-size:20px;
    padding:0;
    color:#999;
}

/* BaÅŸlÄ±k */
.sb3-title{
    margin-top:4px;
    font-size:15px;
    font-weight:600;
    color:#222;
    text-decoration:none;
    white-space: nowrap;        /* Alt satÄ±ra dÃ¼ÅŸmesin */
    overflow: hidden;
    text-overflow: ellipsis;    /* ... */
    display:block;
}

/* Ã–zet Ã¶zellikler */
.sb3-attrs{
    margin-top:4px;
    font-size:13px;
    color:#555;
}

/* Alt satÄ±r: konum + mesaj butonu */
.sb3-bottom-row{
    margin-top:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:13px;
    color:#777;
}

.sb3-location i{
    margin-right:4px;
    font-size:12px;
}

/* SaÄŸdaki Mesaj ikon butonu */
.sb3-route{
    border:none;
    background:transparent;
    cursor:pointer;
    padding:0;
    font-size:20px;
    color:#777;
    display:flex;
    align-items:center;
}

/* Hover efekti */
.sb3-route:hover,
.sb3-heart:hover{
    color:#ff3b30;
}

/* ==== MOBÄ°L UYUMLU ==== */
@media (max-width:768px){

    .sb3-card{
        padding:10px;
        border-radius:10px;
    }

    .sb3-img-wrap{
        flex:0 0 105px;
    }

    .sb3-img-wrap img{
        width:105px;
        height:80px;
    }

    .sb3-price{
        font-size:16px;
    }

    .sb3-title{
        font-size:14px;
    }

    .sb3-attrs{
        font-size:12px;
    }

    .sb3-bottom-row{
        font-size:12px;
    }

    .sb3-route{
        font-size:18px;
    }
}
/* Mobil modal stilleri */
.mobile-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    overflow-y: auto;
}

.mobile-modal.active {
    display: block;
}

.mobile-modal-content {
    position: relative;
    background: white;
    min-height: 100%;
    padding-bottom: 80px;
}

.mobile-modal-header {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.mobile-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.mobile-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-modal-body {
    padding: 15px;
}

.mobile-modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eaeaea;
    display: flex;
    gap: 10px;
}

.mobile-modal-footer button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-clear {
    background: #e2e2e2;
    color: #333;
    font-weight: 600;
}

.btn-apply {
    background: #50609b;
    color: white;
    font-weight: 600;
}

/* Kategori seÃ§im kutusu */
.secili-kategori-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.secili-kategori-box:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.secili-kategori-box span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.secili-kategori-box i {
    color: #6c757d;
}

/* Kategori modal stilleri */
.kategori-modal .mobile-modal-body {
    padding: 0 !important;
}

.kategori-breadcrumb {
    padding: 10px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-item {
    color: #007bff;
    cursor: pointer;
    padding: 5px 8px;
    border-radius: 3px;
    transition: background 0.2s;
}

.breadcrumb-item:hover {
    background: #e9ecef;
}

.breadcrumb-separator {
    color: #6c757d;
}



.kategori-item {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.kategori-item:hover {
    background: #f8f9fa;
}

.kategori-item.selected {
    background: #e7f3ff;
    color: #007bff;
}

.kategori-item-text {
    flex: 1;
    font-size: 15px;
}

.kategori-item.has-subcategory::after {
    content: '>';
    color: #6c757d;
    font-size: 18px;
    margin-left: auto;
}

/* Loading spinner */
.kategori-loading {
    padding: 30px;
    text-align: center;
}

.kategori-loading i {
    font-size: 24px;
    color: #007bff;
    animation: spin 1s linear infinite;
}

/* ModÃ¼l yÃ¼kleme animasyonlarÄ± - YENÄ° */
.modul-filter {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.modul-filter.adding {
    animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.modul-loading {
    text-align: center;
    padding: 20px;
    color: #6c757d;
}

.modul-loading i {
    font-size: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* SÄ±ralama Modal */
.sort-option {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort-option:hover {
    background: #f8f9fa;
}

.sort-option.active {
    background: #e7f3ff;
    color: #007bff;
}

.sort-option .checkmark {
    display: none;
    color: #007bff;
}

.sort-option.active .checkmark {
    display: block;
}

/* Filtre bÃ¶lÃ¼mleri */
.mobile-modal .filter-section {
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.mobile-modal .filter-header {
    padding: 12px 15px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-modal .filter-content {
    padding: 15px;
    display: none;
}

.mobile-modal .filter-content.active {
    display: block;
}

.filter-icon {
    transition: transform 0.3s;
}

.filter-icon.rotated {
    transform: rotate(180deg);
}

/* Responsive ayarlar */
@media (min-width: 769px) {
    .buttonc-container {
        display: none !important;
    }
    .mobile-modal {
        display: none !important;
    }
}

@media (max-width: 768px) {
    body.modal-open {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .kategori-item {
        padding: 12px;
    }
    
    .kategori-item-text {
        font-size: 14px;
    }
}
.eids-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* ikon ile yazÄ± arasÄ± */
    background: #ffffff;
    border: 1px solid #003b7a; /* koyu mavi Ã§erÃ§eve */
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #003b7a;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    cursor: default;
    white-space: nowrap;
}

.eids-badge .eids-icon {
    width: 16px;
    height: 16px;
    display: block;
}
.eids-center {
    text-align: center; /* ortalama */
}
 .cardprofil {
            background: #f7f7f7;
            border-radius: 12px;
            width: 100%;
            overflow: hidden;
            border: solid 1px #dadada;
        }

        .logo-section {
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .logo-circle {
            width: 100px;
            height: 100px;
            border: 2px solid #d1d5db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-text {
            font-size: 32px;
            font-family: serif;
            color: #0d9488;
            font-weight: 500;
        }

        .info-section {
            padding: 0 30px 30px;
            text-align: center;
        }

        .name {
            font-size: 22px;
            font-weight: bold;
            color: #1f2937;
            margin-bottom: 5px;
        }

        .company {
            font-size: 18px;
            color: #374151;
            margin-bottom: 15px;
        }

        .badge-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .badge-text {
            font-size: 14px;
            color: #6b7280;
        }

        .badge-icon {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #fbbf24, #f59e0b);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 13px;
        }

        .other-ads {
            color: #dc2626;
            font-size: 14px;
            margin-bottom: 25px;
        }

        .button {
            width: 100%;
            padding: 14px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 12px;
            border: none;
            text-decoration: none;
        }

        .button-primary {
            background-color: #dc2626;
            color: white;
        }

        .button-primary:hover {
            background-color: #b91c1c;
        }

        .button-secondary {
            background-color: #3b4351;
            color: #fff;
            border: 2px solid #0c0c0c;
        }

        .button-secondary:hover {
            background-color: #3b4351;
        }

        .icon {
            width: 20px;
            height: 20px;
        }

        .icon-phone {
            filter: brightness(0) invert(1);
        }

        .icon-mail {
            filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(4814%) hue-rotate(353deg);
        }

        .icon-whatsapp {
            filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg);
        }

        .document-section {
            margin-top: 25px;
            padding-top: 10px;
            border-top: 2px solid #e5e7eb;
        }

        .document-label {
            font-size: 14px;
            color: #6b7280;
            margin-bottom: 5px;
        }

        .document-number {
            font-size: 20px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 15px;
        }

        .company-name {
            font-size: 14px;
            font-weight: 600;
            color: #1f2937;
            margin-top: 5px;
        }
.ilan-wrapper {
    max-width: 1200px;
    margin: 20px auto;
    padding: 5px;
    background: #fff;
    border-radius: 12px;
}

/* ÃœST BAÅLIK + FÄ°YAT */
.ilan-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ilan-titlep {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
}

.ilan-location {
    margin-top: 6px;
    color: #000;
    font-size: 14px;
}

.ilan-location i {
    
    color: #3c3c3c;
}

/* ICON SATIRI */
.ilan-icons {
   
    margin-top: 15px;
   
}

.icon-box {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #333;
}

.icon-box i {
    margin-right: 6px;
}

/* SAÄ TARAF (FÄ°YAT + BUTONLAR) */
.ilan-right {
    text-align: right;
    min-width: 230px;
}

.ilan-price {
    font-size: 32px;
    font-weight: 800;
    color: #222;
}

.ilan-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.fav-btn,
.share-btn {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
}

.fav-btn i,
.share-btn i {
    margin-right: 5px;
    color: #c60000;
}

/* 2 SÃœTUNLU Ã–ZELLÄ°K TABLOSU */
.ilan-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin-top: 25px;
}

.spec-row {
    background: #f7f7f7;
    padding: 12px 15px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.spec-row span {
    color: #666;
}

.spec-row b {
    color: #111;
}

/* ALT KISIM */
.ilan-bottom-actions {
    margin-top: 20px;
}

.ilan-risk-img {
    text-align: center;
    margin-top: 10px;
}

.ilan-risk-img img {
    max-width: 100%;
    height: auto;
}

/* MOBÄ°L UYUM */
@media (max-width: 768px) {
    .ilan-right {
        text-align: left;
    }

    .ilan-price {
        margin-top: 10px;
    }

    .ilan-buttons {
        justify-content: flex-start;
    }

    .ilan-spec-grid {
        grid-template-columns: 1fr;
    }
}

.ilan-spec-grid {
    position: relative;
}

.spec-row-hidden {
    display: none;
}

.spec-toggle-wrapper {
    text-align: center;
    margin-top: 15px;
}

.spec-toggle-btn {
    padding: 8px 18px;
    font-size: 13px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.spec-toggle-btn i {
    font-size: 12px;
}

.spec-toggle-btn:hover {
    background: #ececec;
}

.share-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.share-icon {
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

.share-icon:hover {
    transform: translateY(-4px);
    background: #e6e6e6;
}

.share-icon.facebook { color: #1877F2; }
.share-icon.twitter { color: #000000; }
.share-icon.whatsapp { color: #25D366; }
.share-icon.telegram { color: #0088CC; }
.share-icon.copylink { color: #444; }


/* VarsayÄ±lan: masaÃ¼stÃ¼ aÃ§Ä±k, mobil kapalÄ± */
.only-desktop {
    display: block;
}
.only-mobile {
    display: none;
}

/* 991px ve altÄ±: mobil gÃ¶rÃ¼nÃ¼m aktif, masaÃ¼stÃ¼ pasif */
@media (max-width: 991px) {
    .only-desktop {
        display: none !important;
    }
    .only-mobile {
        display: block !important;
    }
}
.cat-slider-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cat-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.cat-arrow:hover {
    background: #fff;
    color: #7b3f3f; /* istersen kÄ±rmÄ±zÄ±ya Ã§ekebilirsin */
}

.cat-slider {
    overflow-x: auto;
    display: flex;
    gap: 15px;
    padding: 6px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbarâ€™Ä± gizle (isteÄŸe baÄŸlÄ±) */
.cat-slider::-webkit-scrollbar {
    display: none;
}
.cat-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.cat-pill {
    flex-shrink: 0;
    padding: 7px 26px;
    border-radius: 999px;
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    background: rgba(0,0,0,0.55);
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    font-weight: 600;
}

.cat-pill:hover {
    background: #fff;
    color: #000 !important;
    transform: translateY(-1px);
}

/* Mobilde oklarÄ± biraz kÃ¼Ã§Ã¼lt, butonlar sÄ±kÄ±laÅŸsÄ±n */
@media (max-width: 768px) {
    .cat-slider-wrapper {
        gap: 5px;
    }
    .cat-pill {
        padding: 6px 18px;
        font-size: 13px;
    }
    .cat-arrow {
        width: 30px;
        height: 30px;
    }
}

.tab-panes {
    display: flex;
    flex: 1;
}

.tab-pane {
    display: none;
    flex: 1;
    gap: 15px;
    align-items: center;
}

.tab-pane.active {
    display: flex;
}

.hero-search-card {
    margin-top: 60px;
}

.search-box-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

/* ÃœST TABLAR */
.search-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
    display: flex;
}

.search-tabs li {
    padding: 10px 10px;
    background: #3c3c3c;
    margin-right: 5px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;width:350px;
}

.search-tabs li.active {
    background: #d80000;
    color: #fff;
}

/* ORTA BEYAZ ARAMA SATIRI */
.search-bar-row {
    background: rgb(35 35 35 / 70%);
    padding: 25px;
    display: flex;
    align-items: center;
    border-radius: 0 8px 8px 8px;
    gap: 15px;
}

.search-col {
    flex: 1;
    position: relative;
}

.search-col-btn {
    max-width: 180px;
}

.search-bar-row .form-control {
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
}

/* input iÃ§indeki arama ikonu */
.form-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
}

/* Ara butonu */
.btn-ara {
    background: #d80000;
    color: #fff;
    padding: 7px 50px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.btn-ara:hover {
    background: #b50000;
}

/* ALT FÄ°LTRE SATIRI */
.search-bottom-row {
    background: rgba(0,0,0,0.55);
    padding: 15px;
    margin-top: 5px;
    display: flex;
    gap: 15px;
    border-radius: 8px;
}

.search-bottom-row select {
    flex: 1;
    padding: 10px;
    border: none;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

/* Mobil uyum */
@media (max-width: 991px) {
    .search-bar-row,
    .search-bottom-row {
        flex-direction: column;
    }

    .search-col-btn {
        max-width: 100%;
    }

    .search-tabs {
        flex-wrap: wrap;
    }

    .search-tabs li {
        flex: 1 1 50%;
        text-align: center;
        margin-bottom: 5px;
    }
}
  .vitrin-wrapper{
            max-width:1200px;
            margin:20px auto;
            
        }

        .vitrin-header{
            text-align:center;
            margin-bottom:25px;
        }

        .vitrin-header h1{
            font-size:28px;
            font-weight:700;
            color:#333;
            margin:0 0 8px;
        }

        .vitrin-header p{
            font-size:14px;
            color:#666;
            margin:0;
        }

        .vitrin-cards{
            display:flex;
            gap:20px;
            flex-wrap:wrap;
            justify-content:space-between;
        }

        .vitrin-card{
            flex:1;
            min-width:230px;
            background:#fff;
            border-radius:10px;
            padding:20px 25px;
            box-shadow:0 2px 8px rgba(0,0,0,0.05);
            display:flex;
            align-items:center;
            transition:transform .2s ease, box-shadow .2s ease;
        }

        .vitrin-card:hover{
            transform:translateY(-2px);
            box-shadow:0 4px 14px rgba(0,0,0,0.08);
        }

        .vitrin-icon{
            width:60px;
            height:60px;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            margin-right:18px;
            flex-shrink:0;
            font-size:26px;
            color:#fff;
        }

        /* FarklÄ± kartlar iÃ§in arkaplan renkleri */
        .vitrin-card:nth-child(1) .vitrin-icon{ background:#ff9b73; }
        .vitrin-card:nth-child(2) .vitrin-icon{ background:#4aa3ff; }
        .vitrin-card:nth-child(3) .vitrin-icon{ background:#4fd1a1; }
        .vitrin-card:nth-child(4) .vitrin-icon{ background:#ffb74d; }

        .vitrin-text h3{
            font-size:14px;
            font-weight:700;
            color:#333;
            margin:0 0 4px;
            text-transform:uppercase;
        }

        .vitrin-text p{
            font-size:12px;
            color:#666;
            margin:0;
        }

        /* Mobil uyum */
        @media (max-width: 992px){
            .vitrin-cards{
                gap:15px;
            }
        }

        @media (max-width: 768px){
            .vitrin-card{
                flex:1 1 100%;
            }
        }
        .feat-all-link {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.feat-all-link:hover {
    text-decoration: underline;
}
/* SweetAlert2 Ã¶zel stilleri */
.swal2-popup {
  width: 450px !important;
}
.swal2-title {
  font-size: 22px !important;
  padding: 0.8em 1em 0 !important;
}
.swal2-html-container {
  font-size: 16px !important;
}
.swal2-actions {
  margin: 1.5em auto 0 !important;
}
.swal2-styled {
  padding: 12px 24px !important;
  font-size: 14px !important;
}
.swal2-container .swal2-popup {
  background: white !important;
  background-image: none !important;
}
  /* KÃ¼Ã§Ã¼k ekran uyumu */
  @media (max-width:520px){
    .detayilan-price{font-size:32px;}
    .detayilan-title{font-size:18px;}
  }
   .fotorama__stage {
            background-color: #000 !important;
            border-radius: 1.4rem;
        }
/* VarsayÄ±lan PC */
.fotorama-mobile { display: none; }
.fotorama-pc { display: block; }

/* Mobilde */
@media (max-width: 768px) {
  .fotorama-pc { display: none; }
  .fotorama-mobile { display: block; }

  .fotorama-mobile .fotorama__stage__shaft img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
/* === GENEL ALAN === */
.feat-wrap {
  max-width: 1200px;
  margin: 30px auto;
}
.feat-head {
  margin-bottom: 30px;
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.feat-head h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

/* === Ä°LAN GRID === */
.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* === Ä°LAN KARTI === */
.p-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: 0.25s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.p-card:hover {
  transform: translateY(-3px);
}

/* === GÃ–RSEL === */
.p-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #f2f2f2;
}
.p-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p-card:hover .p-media img {
  transform: scale(1.03);
}

/* === SAÄ ÃœST KALP Ä°KONU === */
.p-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
.p-fav .icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.p-fav .icon-btn:hover {
  background: #fff;
}
.p-fav .icon-btn i {
  font-size: 17px;
  color: #222;
}
.p-fav .icon-btn i.fa-solid {
  color: #e11d48; /* kalp dolunca kÄ±rmÄ±zÄ± */
}

/* === ETÄ°KETLER (KiralÄ±k, SatÄ±lÄ±k, Vitrin) === */
.p-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  z-index: 3;
}
.p-badges .badge {
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 5px 10px;
}
.p-badges .featured {
  background: #e11d48;
}

/* === FÄ°YAT === */
.p-price {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(50, 50, 50, 60%);
  color: #fff;
  padding: 5px 5px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}

/* === METÄ°N ALANI === */
.p-body {
  padding: 14px;
}
.p-type {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}
.p-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-title a {
  text-decoration: none;
  color: #111;
}
.p-title a:hover {
  color: #e11d48;
}

/* === LOKASYON === */
.p-loc {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 10px;
  white-space: nowrap;         
  overflow: hidden;            
  text-overflow: ellipsis;
}

/* === Ã–ZELLÄ°KLER (ODA / BANYO / M2) === */
.p-meta {
  display: flex;
  gap: 5px;
  border-top: 1px solid #f1f1f1;
  padding-top: 8px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.p-meta span {
  font-size: 13px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-meta i {
  color: #9ca3af;
}

/* === ALT KISIM (DANIÅMAN + GÃ–RÃœNTÃœLEME) === */
.p-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f1f1;
  margin-top: 12px;
  padding-top: 10px;
}
.agent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e5e7eb;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #374151;
  overflow: hidden;
}
.timeago {
  font-size: 12px;
  color: #6b7280;
}
/* Modal Login Styles - modlgn prefix */
.modlgn-alert {
  font-size: 14px;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 500;
}

.modlgn-alert-success {
  background-color: #e8f8ef;
  color: #1e7b36;
  border: 1px solid #bde5c1;
}

.modlgn-alert-error {
  background-color: #fdecea;
  color: #b21f1f;
  border: 1px solid #f5c6cb;
}
.modlgn-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    backdrop-filter: blur(5px);
}

.modlgn-overlay.modlgn-active {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: modlgnFadeIn 0.3s ease;
}

.modlgn-container {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative;
    animation: modlgnSlideUp 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    max-height: 90vh;
    overflow-y: auto;
}

.modlgn-header {
    padding: 30px 25px 20px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.modlgn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modlgn-close:hover {
    background-color: #f0f0f0;
    transform: rotate(90deg);
}

.modlgn-logo {
    margin-bottom: 15px;
}

.modlgn-logo-text {
    font-size: 36px;
    font-weight: bold;
    color: #002f34;
}

.modlgn-logo-text span {
    background: #002f34;
    color: white;
    padding: 5px 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.modlgn-title {
    font-size: 22px;
    color: #002f34;
    font-weight: 600;
    margin: 10px 0 5px;
}

.modlgn-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.modlgn-body {
    padding: 25px;
}

/* Login Buttons */
.modlgn-btn {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    overflow: hidden;
}

.modlgn-btn:hover {
    background-color: #f8f9fa;
    border-color: #002f34;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modlgn-btn i {
    font-size: 20px;
}

.modlgn-btn-google  {
    background: #c40a09;
    color: white;
    font-weight: 600;
}
.modlgn-btn-google:hover  {
    background: #1877f2;
    color: white;
}
.modlgn-btn-facebook {
    background: #1877f2;
    color: white;
    border-color: #1877f2;
}

.modlgn-btn-facebook:hover {
    background: #166fe5;
    border-color: #166fe5;
}

/* Divider */
.modlgn-divider {
    text-align: center;
    margin: 25px 0;
    position: relative;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modlgn-divider::before,
.modlgn-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
}

.modlgn-divider::before {
    left: 0;
}

.modlgn-divider::after {
    right: 0;
}

/* Form Styles */
.modlgn-form-group {
    margin-bottom: 18px;
}

.modlgn-form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.modlgn-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.modlgn-form-control:focus {
    outline: none;
    border-color: #002f34;
    box-shadow: 0 0 0 4px rgba(0, 47, 52, 0.1);
    background: white;
}

.modlgn-checkbox-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.modlgn-checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.modlgn-submit-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #002f34 0%, #00252a 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modlgn-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 47, 52, 0.3);
}

/* Create Account Link */
.modlgn-create-account {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.modlgn-create-account p {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.modlgn-create-account a {
    color: #002f34;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #002f34;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modlgn-create-account a:hover {
    background: #002f34;
    color: white;
    transform: translateY(-2px);
}

/* Loading Spinner */
.modlgn-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: white;
    animation: modlgnSpin 1s ease-in-out infinite;
}

@keyframes modlgnSpin {
    to { transform: rotate(360deg); }
}

@keyframes modlgnFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modlgnSlideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
 .buttonc-container {
            display: none; /* VarsayÄ±lan olarak gizli (desktop'ta gÃ¶rÃ¼nmez) */
            
            gap: 8px;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background-color: #ffffff;
            padding: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        /* Sadece mobilde gÃ¶rÃ¼nÃ¼r */
        @media (max-width: 768px) {
            .buttonc-container {
                display: flex;
            }
        }

        .btnc {
            flex: 1;
            padding: 14px 16px;
            border: none;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 500;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            touch-action: manipulation;
            -webkit-tap-highlight-color: transparent;
        }

        /* Filtre butonu */
        

        

        /* Ä°konlar */
        .iconc {
            width: 18px;
            height: 18px;
            display: inline-block;
        }

        /* Responsive tasarÄ±m */
        @media (max-width: 400px) {
            .buttonc-container {
                gap: 6px;
            }

            .btnc {
                padding: 8px 10px;
                font-size: 14px;
            }

            .iconc {
                width: 16px;
                height: 16px;
            }
        }

        /* Ã‡ok kÃ¼Ã§Ã¼k ekranlar iÃ§in */
        @media (max-width: 320px) {
            .btnc {
                padding: 10px 8px;
                font-size: 13px;
                gap: 6px;
            }
        }
.filter-section {
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        
        .filter-header {
            padding: 10px 15px;
            background: #f8f8f8;
            cursor: pointer;
            user-select: none;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }
        
        .filter-header:hover {
            background: #ebf1ff;
        }
        
        .filter-content {
            padding: 15px;
            display: none;
        }
        
        .filter-content.active {
            display: block;
        }
        
        .filter-icon {
            transition: transform 0.3s ease;
        }
        
        .filter-icon.rotated {
            transform: rotate(180deg);
        }
        

    .rtl-header {
      width: 100%;
      max-width: 1200px;
      height: 138px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-bottom: 1px solid #ddd;
    }
    .rtl-top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      padding: 5px 20px;
      color: #444;
    }
   
    .rtl-main-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
    }
    .rtl-logo {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
   
    .rtl-search-actions-wrapper {
      flex: 1;
      display: flex;
      align-items: center;
      margin: 0 20px;
    }
    .rtl-search-area {
      flex: 1;
      display: flex;
      
    }
    .rtl-search-area input {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-left: none;
      border-radius: 5px 0 0 5px;
      font-size: 14px;
    }
    .rtl-search-area button.rtl-search-btn {
      background: #fff;
      border: 1px solid #ccc;
      border-right: none;
      border-radius: 0 5px 5px 0;
      padding: 0 15px;
      cursor: pointer;
    }
    .rtl-actions {
      display: flex;
      gap: 10px;
      margin-right: 15px;
    }
    .rtl-actions button {
      padding: 10px 15px;
      font-size: 14px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      width: 150px;
    }
    .rtl-custom-search {
      background-color: #e4002b;
      color: white;
    }
    .rtl-post-ad {
      background-color: #333;
      color: white;
    }
    .rtl-lang-login {
      display: flex;
      gap: 15px;
      align-items: center;
    }
    .rtl-lang-login select, .rtl-lang-login a {
      font-size: 14px;
      text-decoration: none;
      color: #333;
    }
.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgb(255 255 255 / 72%) !important;
}
.aramacubuk {
  width: auto; /* VarsayÄ±lan: 768px ve altÄ±nda otomatik */
}

/* 768px ile 1200px arasÄ±nda otomatik geniÅŸlik */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .aramacubuk {
    width: auto;
  }
}

/* 1200px ve Ã¼zeri iÃ§in PC gÃ¶rÃ¼nÃ¼mÃ¼ (570px sabit geniÅŸlik) */
@media (min-width: 1200px) {
  .aramacubuk {
    width: 570px;
  }
}
.category-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 15px;
}
.category-item {
text-align: center;
background: #efefef;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease;
}

.category-item:hover {
transform: scale(1.05);
}

.category-item img {
width: 50px;
height: 50px;
margin-bottom: 10px;
}

.category-item h3 {
font-size: 16px;
margin-bottom: 5px;
font-weight: 600;
}
.category-item p {
font-size: 14px;
color: #ed002c;
font-weight:600;
}
@media (max-width: 600px) {
.category-item h3 {
font-size: 14px;
}
.category-item p {
font-size: 12px;
}
}
.ilan_sub_panel {
       display: flex;
       width: 100%;
       border-radius: 10px;
       padding: 13px;
       background: #fafafa;
       border: 1px solid #eaeaea;
       align-items: center;
       justify-content: space-evenly;
       margin-top: 10px;
    }
    
    .ilan_sub_button {
        cursor: pointer;
        color: #003399;
        font-weight: 600;
    }
    
    .ilan_sub_button i {
        margin-right: 6px;
    }
    
    .fullscreen-video {
        display: none;
        position: fixed;
        z-index: 999999999999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 25px;
        background-color: #000000db;
    }
    
    .fullscreen-video video {
        width: 100%;
        height: 100%;
    }
    
    .login-panel .panel-body {
        padding: 15px 24px 24px 24px !important;
    }
    
    .close-fullscreen-video {
        position: absolute;
        z-index: 99999;
        cursor: pointer;
        color: #fff;
        right: 28px;
    }
    
    .close-fullscreen-video i {
        font-size: 30px;
    }
    
    .open-video.disabled, .expand-img.disabled {
        color: #808080 !important;
        cursor: unset !important;
    }
    
    @media (max-width: 310px) {
        .ilan_sub_panel {
            justify-content: unset !important;
        }
        
        .ilan_sub_button {
            margin-left: 10px;
        }
    }
    
    @media (min-width: 310px) and (max-width: 350px) {
        .ilan_sub_panel {
            justify-content: unset !important;
        }
        
        .ilan_sub_button {
            margin-left: 38px;
        }
    }
    
    @media (min-width: 350px) and (max-width: 500) {
        .ilan_sub_panel {
            justify-content: unset !important;
        }
        
        .ilan_sub_button {
            margin-left: 58px;
        }
    }
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #373193;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    padding: 8px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #2e2e2e;
}

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 45px;
    padding: 8px 20px 8px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.active {
    
}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 10px 30px 20px 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
    position: relative;
    height: 45px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #323232;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: #fff;
}

.menu-toggle i {
    font-size: 25px;
}

.dashboard-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 16px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
        width: 60%;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}

.pricing {
  background-color: #fff;
  margin: 0 auto 40px;
  max-width: 330px;
  position: relative;
  text-align: left;
}
.pricing * {
  position: relative;
}
.pricing:before {
  background: #f7f7f7;
  background: rgba(30,30,30,.06);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing .title {
  line-height: 32px;
  padding: 17px 20px 21px;
}
.pricing .title a {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
.pricing .price-box {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  padding: 0 20px 20px;
}
.pricing .price-box .icon {
  background: #fff;
  color: #505050;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 1;
}
.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  height: auto;
  line-height: 52px;
  margin: 0;
  width: auto;
}
.pricing .price-box .icon .livicon {
  height: 60px !important;
}
.pricing .price-box .icon .livicon svg {
  top: 0 !important;
  vertical-align: middle;
}
.pricing .price-box .price {
  font-size: 36px;
  font-weight: bold;
  margin: 13px 0 0;
}
.pricing .price-box .price span {
  font-size: 12px;
}
.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.pricing .options li {
  border-top: 1px solid rgba(30,30,30,.1);
  color: #999;
  color: rgba(30,30,30,.4);
  line-height: 22px;
  padding: 13px 10px 13px 45px;
  position: relative;
}
.pricing .options li span {
  color: #1e1e1e;
  display: none;
  left: 25px;
  line-height: 1;
  position: absolute;
  top: 16px;
}
.pricing .options li.active {
  color: #1e1e1e;
}
.pricing .options li.active span {
  display: block;
}
.pricing .bottom-box {
  border-top: 1px solid rgba(30,30,30,.1);
  background: rgba(30,30,30,.05);
  overflow: hidden;
  padding: 19px 19px 20px;
}
.pricing .bottom-box .more {
  color: #7f7f7f;
  color: rgba(30,30,30,.7);
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more span {
  font-size: 17px;
  line-height: 12px;
  margin: 0 0 0 3px;
  vertical-align: top;
}
.pricing .bottom-box .rating-box {
  float: right;
}
.pricing .bottom-box .btn {
  font-weight: bold;
  margin: 19px 0 0;
  width: 100%;
}
.pricing.prising-info:before {
  background: rgba(1,165,219,.06);
}
.pricing.prising-info .title a {
  color: #01a5db;
}
.pricing.prising-info .price-box .icon {
  color: #35beeb;
  border-color: #35beeb;
}
.pricing.prising-info .options li,
.pricing.prising-info .bottom-box {
  border-color: rgba(1,165,219,.1);
  color: rgba(1,165,219,.4);
}
.pricing.prising-info .bottom-box {
  border-top: 1px solid rgba(1,165,219,.1);
  background: rgba(1,165,219,.05);
} 
.pricing.prising-info .options li span,
.pricing.prising-info .bottom-box .more,
.pricing.prising-info .options li.active {
  color: #01a5db;
}
.pricing.pricing-success:before {
  background: rgba(132,162,0,.06);
}
.pricing.pricing-success .title a {
  color: #84a200;
}
.pricing.pricing-success .price-box .icon {
  border-color: #9ab71a;
  color: #9ab71a;
}
.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
  border-color: rgba(132,162,0,.1);
  color: rgba(132,162,0,.4);
}
.pricing.pricing-success .bottom-box {
  border-top: 1px solid rgba(132,162,0,.1);
  background: rgba(132,162,0,.05);
}
.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li span,
.pricing.pricing-success .options li.active {
  color: #84a200;
}
.pricing.pricing-error:before {
  background: rgba(212,7,70,.06);
}
.pricing.pricing-error .title a {
  color: #d40746;
}
.pricing.pricing-error .price-box .icon {
  border-color: #de2a61;
  color: #de2a61;
}
.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
  border-color: rgba(212,7,70,.1);
  color: rgba(212,7,70,.4);
}
.pricing.pricing-error .bottom-box {
  border-top: 1px solid rgba(212,7,70,.1);
  background: rgba(212,7,70,.05);
}
.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
  color: #d40746;
}

.icon.border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
}

.icon.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon.pull-right {
    float: right;
    margin-left: 10px;
}

.pricing-warning:before {
    background-color: rgba(248,148,6,.06) !important;
}

.pricing.pricing-info:before {
    background: rgba(1,165,219,.06);
}

.pricing-warning .title a, .pricing-warning .options li.active, .pricing-warning .options li span, .package .title a, .package .price-box .price {
    color: #484848 !important;
}

.pricing.pricing-info .options li span, .pricing.pricing-info .bottom-box .more, .pricing.pricing-info .options li.active {
    color: #01a5db;
}

.pricing.pricing-info .options li, .pricing.pricing-info .bottom-box {
    border-color: rgba(1,165,219,.1);
    color: rgba(1,165,219,.4);
}

.pricing.pricing-warning .options li {
    color: rgba(248,148,6,.4);
}

.pricing.pricing-info .title a {
    color: #01a5db;
}
.container {
	max-width: 1200px !important
}
.tab-menu {
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	border-bottom: 2px solid #ffc000;
}
.tab-menu li {
	list-style:none;
	display:inline-block;
	margin:0 0px 5px 0;
	border-radius: 4px;
}
.tab-menu li a {
	display:block;
	color:#666;
	padding:8px;
	font-size:12px;
	
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 4px;
	font-weight: 600;
}
.one-cikan {
    position: absolute;
    top: 10px;
    left:10px;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    line-height: 20px;
    transform: rotate(0deg);
}
.badge {
    display: inline-block;
    padding: 0.3em 0.75em;
    font-size: 100%;
    font-weight: 300;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    
}
.bg-info {
    background-color: #f94141 !important;
}
/*Category section*/
.category-area .single-category{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
   
}
.category-area .single-category a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.category-area .single-category img{
    height: 120px;
    
    transition: 0.8s;
    border-radius: 10px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.category-area .single-category:hover img {
    transform: scale(1.07);
}
.category-area .single-category .title-area{
    
    bottom: 0px;
    padding: 5px 0px !important;
    width: 100%;
    z-index: 1;
    color: #000;
    text-align: center;
    font-family: system-ui;
}
.category-area .single-category .title-area:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}
/*Category section end*/
.section-title{
    text-align: center;
    margin-bottom: 20px;
}
.section-title h4,
.section-title p{
    margin-bottom: 0;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pt-80{
    padding-top: 5px;
}
.pt-120{
    padding-top: 120px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-80{
    /* padding-bottom: 80px; */
}
.pb-120{
    padding-bottom: 120px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mt-120{
    margin-top: 120px;
}
.mb__30{
    margin-bottom: 0px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-120{
    margin-bottom: 120px;
}
.blog-area{
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}
.blog-area .thumb img{
    border-radius: 8px 8px 0px 0px;
}
.blog-area h5{
    margin: 5px 0px;
}
.blog-area h5 a{
    color: #464646;
}
.blog-area h5 a:hover{
    color: #286efb;
}
.blog-area p{
    font-size: 14px;
}
.blog-area .icon-area{
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #eaeaea;
}
.blog-area .content-area{
    padding: 15px;
}
.blog-details .blog-details-area{
    margin-bottom: 30px;
}
.blog-details .blog-details-area .thumb{
    margin-bottom: 15px;
}
.blog-details .blog-widget{
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}
.blog-details .blog-widget .widget-title{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 9px;
}
.single-blog-area .blog-thumb-area{
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-blog-area{
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.single-blog-area:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.single-blog-area .blog-thumb-area img{
    border-radius: 5px;
}
.single-blog-area .blog-title-area{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.single-blog-area .blog-title-area a{
    color: #464646;
}
.single-blog-area .blog-title-area a:hover{
    color: #286efb;
}
#mobil_ozel_menu {margin:0 0 15px 0;overflow:hidden;}
#mobil_ozel_menu a {padding:8px 8px 8px 10px;display:block;border-bottom:1px solid #ddd;}
#mobil_ozel_menu a:hover {background:#f5f5f5;}
#mobil_ozel_menu .ikon i {font-size:20px !important;width:36px !important;height:36px !important;line-height:36px !important;text-align:center;background:#666;color:#fff;border-radius:100%;display:block;}
#mobil_ozel_menu .baslik {font-weight:600;padding-left:4px;}
#mobil_ozel_menu .alt_kategoriler {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:12px;color:#bbb;padding-left:1px;}
#mobil_ozel_menu .fa-chevron-right {color:#bbb;display:block;line-height:36px;padding:0;margin:0;}
.mobile-nav {
  background: #F1F1F1;
  position: fixed;
  bottom: 0;
  height: 59px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-icon img {
  width: 30px;
}
@media screen and (min-width: 600px) {
  .mobile-nav {
  display: none;
  }
}
.footer_sabit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999999;
    background: #3a3a3a;
    list-style: none;
    padding: 0;
}
.footer_sabit li a:hover {
    background: rgba(0,0,0,.2);
}
.footer_sabit li a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 14px 0px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
}

.tab-content {
	display:none
}
#tab1 {
	display:block
}

.tab-container {
	
	font-size:14px;
	color:#666
}
.current a {
	background:#ffdd00;
	color:#545454;
}
.btn {
	padding-left: 15px;
	padding-right: 15px;
	font-weight:600;
	
}
.thumbnails {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.thumbnail {
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	margin-bottom: 10px !important;
}
.thumbnail img {
	margin: auto;
	border: none !important;
	padding: 0px !important
}
#myCarousel {
	display: none
}
#firsat .span3 {
	width: 24.9% !important;
	float: left;
	list-style-type: none;
	margin: 0 !important;
	border: solid 0px #e8e8e8;
	background-color: #fff !important;
	padding: 0px !important;
	border-right: solid 1px #fff;
	padding: 5px !important;
	text-align: center;
	height: 250px
}
#firsat .span3 a {
}
#firsat .span3:last-child {
	border-right: solid 0px #eee;
}
#firsat .span3 img {
	height: 125px !important;
	width: auto !important;
	border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.span3 {
	width: 14.2% !important;
	float: left;
	list-style-type: none;
	margin: 0 !important;
	border: solid 0px #e8e8e8;
	background-color: #fff !important;
	padding: 0px !important;
	border-right: solid 1px #eee;
	padding: 5px !important;
	text-align: center;
	height: 125px
}
.span3:last-child {
	border: none !important
}
.span3 img {
	height: 75px !important;
	width: auto !important
}
.slide {
	background-color: #FFF !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	margin-bottom: 5px;
}
.btn-primary {
	background-color: #3f475f !important;
	border-color: #777 !important
}
.row.no-pad {
	margin-right: 0;
	margin-left: 0;
}
.row.no-pad > [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
.top15 {
	margin-top: 1px;
	width: auto;
}
.panel-heading {
	font-weight: bold
}
.header {
	height: 105px;
	background-color: #fff;
	border-bottom: solid 1px #ededed;
	padding-top: 5px;
	border-top: solid 5px #474747
}
#custom-search-input {
	padding: 1px;
    border: solid 2px #adadad;
    border-radius: 6px;
    background-color: #fff;
    width: 520px;
    margin-left: 250px;
    margin-top: -77px;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
}
#custom-search-input button {
	margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search {
	font-size: 20px;
	z-index: 1000;
	color:#000;
}
.button1 {
	background-color: #ff2b2b;
	border-color: #727070;
	color: #fff;
	font-size: 14px !important;
	margin-left: 10px !important
}
.button1:hover {
	color: #fff;
	border-color: #727070 !important;
	background-color: #375275 !important;
}
.button19 {
background-color: #0a4a7acc;
border-color: #fff;
color: #fff;
font-size: 14px !important;
margin-left: 770px !important;
margin-top: -67px;
}
.button19:hover {
	color: #fff;
	border-color: #ee626d !important;
	background-color: #ee626d !important;
}
.button20 {
    background-color: #e1211b;
    color: #fff;
    font-weight: 600;
    margin-left: 960px !important;
    margin-top: -107px;
    width: 180px;
}
.button34 {
    background-color: #444444;
    color: #fff;
    font-weight: 600;
    margin-left: 790px !important;
    margin-top: -66px;
    width: 160px;
}
.button34:hover {
    background-color: #444444;
    color: #fff;
    font-weight: 600;
    margin-left: 790px !important;
    margin-top: -66px;
    width: 160px;
}
.button328 {
    color: #fff;
    font-weight: 600;
    margin-left: 601px !important;
    margin-top: -64px;
    font-size: 11px;
}
.button84 {
background-color: #fe9b06;

color: #fff;
font-size: 12px !important;
float: right;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;	
	
}
.button85 {
background-color: #2a86cb;

color: #fff;
font-size: 12px !important;
float: left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;	
	
}
.button86 {
background-color: #2a86cb;

color: #fff;
font-size: 12px !important;
float: left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;	
	
}
.button87 {
background-color: #2a86cb;
color: #fff;
font-size: 12px !important;
float: left;
margin-top: 7.2px;
margin-bottom: 5px;
margin-left: 5px;	
height:35px;	
}
.button20:hover {
	color: #fff;
	border-color: #25394a !important;
	background-color: #25394a !important;
}
.header-link {
	padding-top: 30px;
}
.navbar-default {
	background-color: #3f475f;
	border-color: #777;
	margin-bottom: 0px;
	z-index: 1;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px;
	margin-top: 4px;
	font-weight:600;
}
.search-h3 {
	font-size: 15px;
	padding: 0px;
	max-resolution: 0px;
	font-weight: bold;
	color: #5d5c5c
}
.header-s {
	background-color: #fff;
	height: 62px;
	
}
.search-pad {
	padding-top: 10px
}
.search-list {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: -15px;
}
.search-list li {
	float: left;
	list-style-type: none;
	margin: 5px 5px;
	width: 400px;
	border: solid 1px #c9b4af;
	padding: 7px;
	border-radius: 4px;
}
.search-list li:first-child {
	margin-left: 0px
}
.search-list li:first-child {
	margin-left: 0px
}
.search-list li:nth-child(5) {
	margin-left: 0px
}
.search-list li a {
	color: #5d5c5c;
	font-size: 12px;
	font-weight: bold;
	display: block !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner1 {
	margin-top: 1px;
}
.category {
	margin: 0px;
	padding: 0px
}
.category li {
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
	color: #003399;
    font-family: inherit;
	font-weight: 500;
}
.category li span {
	font-size: 11px;
	color: #B1B1B1
}
.category li a {
	line-height: 30px;
	text-decoration:none;
	margin-left: 14px;
	font-size:16px;
	color: #000000;
}
.maincat {
	font-weight: bold;
	font-size: 14px !important;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.leftmenu {
	margin: 0px;
	padding: 0px;
	border: none !important
}
.leftmenu li {
	list-style-type: none;
	line-height: 30px;
	border-bottom: solid 1px #e5e5e5 !important
}
.leftmenu li a {
	color: #555555
}
/*.ilandetay1 {
	font-weight: normal !important;
	border: solid 1px #eee;
	display: inline-block !important;
	width: 100% !important;
	line-height: 30px;
	padding: 5px;
	padding-left: 10px
}*/
.selects {
	max-height: 125px;
	overflow-y: scroll;
	background-color: #f5f5f5
}
.track3 {
	width: 10px;
	background: rgba(0, 0, 0, 0);
	margin-right: 2px;
	border-radius: 10px;
	-webkit-transition: background 250ms linear;
	transition: background 250ms linear;
}
.track3:hover, .track3.dragging {
	background: #d9d9d9;
	background: rgba(0, 0, 0, 0.15);
}
.handle3 {
	width: 7px;
	right: 0;
	background: #999;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 7px;
	-webkit-transition: width 250ms;
	transition: width 250ms;
}
.track3:hover .handle3, .track3.dragging .handle3 {
	width: 10px;
}
.qlabel {
	font-size: 14px !important;
	font-weight: bold !important;
	border-bottom: solid 1px #eee;
	display: block;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important
}
.btn-info {
	border: 1px solid #ccc;
	color: #383838 !important
}
.select .form-group {
	margin-bottom: 10px !important
}
.select {
	margin-top: 10px;
}
.btn-primary {
	padding: 12px !important;
	border: none !important
}
.btn-danger {
	padding: 12px !important;
	border: none !important
}
.dropdown-menu {
	min-width: 180px !important
}
.green {
	background-color: #239a15 !important
}
.box {
	border: solid 1px #eee;
	padding: 15px;
	position: relative;
	height: 150px;
}
.box h5 {
	padding: 0px !important;
	margin: 0px !important;
	padding-bottom: 10px !important;
	font-weight: bold;
	font-size: 16px
}
.box select {
	position: absolute;
	bottom: 15px !important;
	max-width: 92%
}
.sub2 {
	padding-left: 10px !important
}
.sub3 {
	padding-left: 20px !important
}
.sub4 {
	padding-left: 30px !important
}
.sub5 {
	padding-left: 40px !important
}
.sub6 {
	padding-left: 50px !important
}
.sub7 {
	padding-left: 50px !important
}
.row.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutter > [class^="col-"], .row.no-gutter > [class*=" col-"] {
	padding-right: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.td-title {
	background-color: #777777;
	line-height: 40px;
	border: solid 1px #fff;
	text-align: center !important;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}
.adv {
	padding: 5px;
	background-color: #fff;
	border: solid 1px #ededed;
	border-radius: 4px;
	margin-bottom: 2px
}
.logomm {
	
}
.mobil-menu {
  background: #3a3a3a;
  left: -250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
  overflow: scroll;
  font-size: 10px;
}
 
.mobil-menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.mobil-menu li {
  border-bottom: 1px solid #4d4d4d;
  line-height: 18px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 5px;
  color:white;
  text-decoration:none;
  transition:all .6s;
  padding: 10px !important;
}
 
.mobil-menu li:hover {
  background-color:#000;
  color:white;
}
 
.mobil-menu li a{
  color:inherit;
  text-decoration:none;
  font-size:15px;
}
.mobil-menuqq {
  background: #3a3a3a;
  right:-250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
}
 
.mobil-menuqq ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.mobil-menuqq li {
  border-bottom: 1px solid #4d4d4d;
  line-height: 18px;
  font-size:14px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 5px;
  color:white;
  text-decoration:none;
  transition:all .6s;
  padding: 7px !important;
}
 
.mobil-menuqq li:hover {
  background-color:#000;
  color:white;
}
 
.mobil-menuqq li a{
  color:inherit;
  text-decoration:none;
}
.ac-kapa{
  color:white;
  margin-top: 4px;
  padding: 6px 10px;
  display:none;
  border-radius:0 6px 6px 0
}
@media (max-width:768px){
.ac-kapa{
  color:#5c5c5c;
  margin-top: 4px;
  padding: 6px 10px;
  display:block;
  border-radius:0 6px 6px 0
}
}
.ac-kapasag{
  color:white;
  margin-top: 4px;
  padding: 6px 10px;
  display:none;
  border-radius:0 6px 6px 0;
  float:right;
}
@media (max-width:768px){
.ac-kapasag{
  color:#5c5c5c;
  margin-top: 4px;
  padding: 6px 10px;
  display:block;
  border-radius:0 6px 6px 0
}
}
.adv:hover {
	background-color: #f5f5f5 !important;
}
.adv-color {
	background-color: #F8F6BD;
	border: solid 1px #FFF67F
}
.panel {
	margin-bottom: 10px;
}
.listing-card__price {
    margin-top:-9px;
    color: #004997;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.price {
	cursor: default;
	padding: 5px !important;
	margin-top: 15px;
	background-color: #e1211b !important;
    color: white;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #f0f0f0;
    border-color: #aeaeae;
	font-weight: 600;
	color: #151515;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}

.adv2{ position:relative; }

.adv2 .image1{
  position:relative;     /* box_type bunun iÃ§inde sabitlenir */
  height:140px;
  overflow:hidden;
}

.adv2 .image1 img{
  width:100%;
  height:140px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.adv2 .box_type{
  position:absolute;
  left:6px;
  bottom:6px;            /* top yok! responsive */
  background:rgba(0,0,0,.55);
  color:#fff;
  padding:4px 8px;
  border-radius:4px;
  font-weight:600;
  font-size:12px;
  line-height:1;
  z-index:2;
}
.adv2-title {
	padding: 10px;
	
	font-size: 12px
}
.adv2-title a {
	color: #000000 !important
}
.panel-heading a {
	color: #4b4b4b;
	font-weight: normal !important;
	font-size:14px;
}
.ilan-title {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px
}
.ilan-image {
	border: solid 1px #eee;
	height: 100%;
	vertical-align: middle;
	text-align: center !important;
}
.ilan-image img {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.kucuk {
	cursor: pointer
}
.buyuk {
	padding: 10px;
	border: solid 1px #EEEEEE;
	border-top: none
}
.st {
	font-weight: bold
}
.font12 {
	font-size: 14px;
}
.hr {
	margin-top: 5px;
	margin-bottom: 5px
}
.userbox {
	padding: 15px;
	border: solid 1px #ededed;
	background: #f6f6f6;
}
.userbox2 {
	padding: 15px;
	margin-top: 15px;
	border: solid 1px #ddd
}
.ilan-kategori-link {
	padding-bottom: 15px;
	margin-left: 5px;
	font-size: 16px;
}
.ilan-kategori-link a {
	color: #777777
}
.nb-footer {
	border-bottom: solid 2px #f7f7f7;
	padding-bottom: 15px;
	background-color: #f5f5f5;
}
.nb-footer .footer-title {
	display: block;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a {
	text-decoration: none;
}
.nb-footer .footer-single h2 {
	color: #000;
	font-size: 20px;
	font-weight: 200;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: -2px;
	font-weight: 600;
}
.nb-footer .footer-single li {
	border-top: solid 1px #777;
}
.nb-footer .footer-single li:first-child {
	border-top: none;
}
.nb-footer .footer-single li a {
	color: #202020;
	font-size: 12px;
	padding: 6px 0px;
	display: block;
	transition: all 0.4s ease-in-out;
	font-weight: 600;
}
.nb-footer .footer-single li a:hover {
	color: #ee7e62;
}
.nb-footer .footer-single li a:hover i {
	color: #ee7e62;
}

.nb-footer .footer-project a {
	font-size: 13px;
}
.nb-copyright {
	background: #0c0c0c;
	padding-bottom: 10px;
}
.nb-copyright .copyrt {
	margin-top: 22px;
	font-size: 14px;
}
.nb-copyright .copyrt a {
	color: #ee7e62;
}
.footercop {
	font-size: 11px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center
}
.footerlogo {
	height: 65px;
	margin-top: 29px;
	text-align: center;
	padding-top: 14px;
	border-radius: 4px !important;
}
.pagination {
	margin:0px !important
}
@media (min-width: 768px) and (max-width: 991px) {
	.category li a {
	font-size:12px !important	
	}
	.maincat {
	font-size:12px !important	
	}
}
@media (max-width: 767px) {
	.nav > li > a {
	padding: 6px 1px !important
	}
	.header-s {
    background: url(../img/header-bg.png);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding-left: 15px;
	}
	.ilan-image {
		max-width:100% !important;
		height:auto !important
	}
	.ilan-image img {
		max-width:100% !important;
		height:auto !important
	}
	.navbar-default {
	background-color: #3f475f;
	border-color: #777;
	margin-bottom: 0px;
	z-index: 1;
	display: list-item;
}
}