﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}


.header-src {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.header-left-button-wrap a div div {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#hesapPanel > ul > li:last-child > a {
    color: #ff0000 !important;
}

.input-focus-bg {
    background-color: #F4FAFF !important;
    transition: background-color 0.3s ease;
}

.slider-three-dot {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

    .slider-three-dot.active-dot {
        opacity: 1;
    }


.hide-breadcrumb {
    display: none !important;
}

.product-detail-item-link:hover {
    color: #38A2FF;
}

.ziraat-logo-blue {
    width: 48px;
    height: auto;
    max-height: 40px;
}
/*Index CSS*/
.sepet-badge {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
}



.brand-name {
    display: none !important;
}

.index-live-buy-link:hover {
    text-decoration: underline !important;
    color: #38A2FF !important;
    transition: ease-in 0.2s !important;
}

.hero-slider-items {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}


.index-hero-slider {
    overflow: hidden;
    position: relative;
    padding-left: 112px;
    padding-right: 120px;
    background: rgba( 255, 255, 255, 0.25 );
    z-index: 1;
}

.slider-btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    background: transparent;
    right: 10px;
}

.index-live-box-left {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 1;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-live-box-left .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.mobil-change {
    display: none;
}

.percentage-width {
    display: inline-block;
    width: 90px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.farmer-special-slider-items {
    display: flex;
    width: 100%;
}

.menu-item:hover a {
    color: #2198ff !important;
    transition: ease-in-out 0.3s;
}

.farmer-special-slider-items article {
    flex: 0 0 454px;
    max-width: 454px;
}

.farmer-special-slider-items::-webkit-scrollbar {
    display: none;
}

.no-rating-text {
    font-size: 12px;
    font-weight: 300;
    color: #38A2FF;
}

.index-live-price-box {
    max-width: 140px;
    width: 100%;
}

.index-live-pricing-items {
    max-height: 575px;
    overflow-y: auto;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scrollbar-color: #c6c6c6;
    margin-top: 55px !important;
}

    .index-live-pricing-items::-webkit-scrollbar {
        width: 12px;
    }

    .index-live-pricing-items::-webkit-scrollbar-track {
        background: #F3F4F6;
        border-radius: 12px;
    }

    .index-live-pricing-items::-webkit-scrollbar-thumb {
        background: #666666;
        border-radius: 10px;
        border: 2px solid #F3F4F6;
    }

        .index-live-pricing-items::-webkit-scrollbar-thumb:hover {
            background: #4d4d4d;
        }


.mobile-index-price-col {
    display: none;
}

.mobile-price-col,
.mobile-direction-col {
    display: none;
}


.latest-comments-wrapper {
    width: 100% !important;
    overflow: hidden !important;
}

.latest-comments-items {
    display: flex;
    flex-wrap: wrap;
    width: calc(18% * 12);
    transition: transform 0.3s ease;
    gap: 40px;
    padding-right: 50px;
}

.latest-comments-wrapper-profile {
    overflow-x: scroll;
    scroll-behavior: auto;
}

.latest-comments-items-type-for-comment {
    display: flex;
    flex-wrap: wrap;
    width: calc(18% * 12);
    transition: transform 0.3s ease;
    gap: 40px;
    padding-right: 50px;
}

.latest-comments-item-box {
    flex: 0 0 24%;
    background: #ffffff;
}



/*Index CSS*/

/*Header Mobil Bottom Menu CSS Kodları*/

.mobil-bottom-nav {
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
}

.mobile-nav-wrapper-top {
    position: fixed;
    bottom: 76px;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 1000;
}



.mobil-bottom-nav .nav-link {
    flex: 1;
    text-align: center;
    padding: 1.5rem 0;
}

.mobil-bottom-nav-panel {
    display: none;
    position: fixed;
    left: 0;
    bottom: 78px;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 2rem 1rem 1rem 1rem;
}

    .mobil-bottom-nav-panel ul li {
        border-bottom: 0.5px solid #C4C4C4;
        padding-bottom: 0.25rem;
    }

        .mobil-bottom-nav-panel ul li:only-child {
            border-bottom: 0.5px solid #C4C4C4;
            padding-bottom: 0.25rem;
        }

        .mobil-bottom-nav-panel ul li:last-child:not(:only-child) {
            border-bottom: none;
        }

.mobil-bottom-nav .nav-link.bg-blue-50 {
    background-color: #F4FAFF;
}


/*Header Mobil Bottom Menu CSS Kodları*/
/*Tarim Urunleri CSS */
.colorful-slider-container {
    overflow: hidden;
}

.farm-product-boxes-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.farm-product-boxes-colorful {
    margin-right: 0; /* Her slider arasında boşluk yok */
    box-sizing: border-box;
}

.farm-product-items {
    overflow-y: scroll;
    position: relative;
}

.farm-product-scroll-one {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .farm-product-scroll-one::-webkit-scrollbar {
        display: none;
    }

.farmProductContent {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/*Tarim Urunleri CSS */


/*Marka Bilgileri CSS*/
.brand-description-paragraph {
    display: block;
    margin-bottom: 39px;
}

    .brand-description-paragraph:last-child {
        margin-bottom: 0px;
    }


.brand-nav .menu-items li a {
    position: relative;
    transform-origin: center;
    display: inline-block;
    transition: color 0.5s ease;
}

    .brand-nav .menu-items li a.brand-nav-active {
        font-weight: 400 !important;
        color: #2198FF !important;
    }

    .brand-nav .menu-items li a:hover {
        color: #2198FF !important;
    }

.brand-profile-navbar {
    z-index: 3 !important;
}

.comment-custom-file-upload {
    width: 100%;
}

.comment-file-input-hidden {
    position: absolute;
    left: -9999px;
}

.comment-custom-file-label {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 30px;
    background-color: #fff;
    cursor: pointer;
}


    .comment-custom-file-label button {
        background-color: #000;
        border: none;
        border-radius: 50%;
        padding: 10px;
        cursor: pointer;
    }
/*Marka Yorum Sayfasındaki File Input CSS Kodu Burada Bitiyor*/

/*Marka Profili CSS Kodları Buradan Başlıyor*/
.zip-menu-icon {
    left: -9px;
    transform: matrix(-0.99, 0.12, -0.12, -0.99, 0, 0);
    z-index: -1;
}



/*Zip Avantajları CSS Kodları Buradan Başlıyor*/
.avantaj-search-container {
    min-width: 403px;
}

.avantaj-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
}



.dropdown-zip-avantaj .dropdown-menu {
    min-width: 300px;
}

    .dropdown-zip-avantaj .dropdown-menu > li > a {
        color: #000000;
    }

        .dropdown-zip-avantaj .dropdown-menu > li > a:hover {
            background-color: #38A2FF;
            color: white;
        }



.zip-avantaj-bottom-category {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 103px;
}

.zip-avantaj-product-main-container > div {
    transition: all 0.3s ease;
}

.zip-avantaj-product-item,
.zip-avantaj-product-list-item {
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#ZipAvantajLoadMoreBtn {
    transition: all 0.3s ease;
}



.break-all {
    word-break: break-all;
}


.product-prices.favori-product-prices {
    justify-content: start;
    align-items: start;
}

.custom-break {
    width: calc(100% - 100px); /* padding-right:100px e eşdeğer sağ boşluk bıraktım*/
    white-space: normal;
    overflow-wrap: break-word;
}

.zip-header-actions button > span:hover {
    color: #2198FF;
    transition: ease-in-out 0.3s;
}

.zip-avantaj-search-input-wrapper {
    max-width: 705px;
    margin: 0 auto;
}

.zip-avantaj-search-icon {
    right: 30px;
    top: 35%;
    transform: translateY(-50%);
    width: 32px;
    height: 36px;
    cursor: pointer;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}

.tag {
    max-width: 235px;
    width: 100%;
    background: #F5F5F7;
    border-radius: 15px;
    display: flex;
    padding: 6px 0px 6px 64px;
    justify-content: space-between;
    position: relative;
    height: fit-content;
}


.tag-remove {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #B7B7B7;
    padding: 6px 20px;
    width: max-content;
    height: -webkit-fill-available;
    border-radius: 0px 12px 12px 0px;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #fff;
}

.zip-avantaj-filterButton .filterButtonText {
    color: #000;
}

    .zip-avantaj-filterButton .filterButtonText.active {
        color: #007bff;
    }


.zip-avantaj-list-btn .filterButtonText2.active {
    color: #007bff;
}

.zip-avantaj-nav-link {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

    .zip-avantaj-nav-link.active {
        color: #000 !important;
        font-weight: 600;
    }


.section-height-500 {
    height: 500px !important;
}


/*Zip Avantajları CSS Kodları Burada Bitiyor*/

/*Ürün Profili CSS Kodları*/
.text-profile-243 {
    max-width: 740px !important;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        max-height: 100%;
        visibility: visible;
    }
}

@keyframes slideUp {
    0% {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
        /*    padding-top: 40px;
        padding-bottom: 40px;*/
        visibility: visible;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        visibility: hidden;
    }
}



.urun-profili-urun-ozellikler-table tr:last-child {
    border: none !important;
}


/*Urun Profili için yenılenen yorum alanı css kodları burada bitiyor*/

.detayi-gor-btn {
    transition: color 0.3s ease-in-out;
}

    .detayi-gor-btn:hover {
        color: #2198FF !important;
    }
/*Ürün Profili CSS Kodları*/

/*Account (Kayıt Ol - Giriş Yap) CSS Kodları Buradan Başlıyor*/
.card {
    border: 0px !important;
}


/* Varsayılan link stili */
.signup-link {
    text-decoration: none;
    color: #666;
    font-weight: normal;
    margin-right: 10px;
}

/* Aktif link stili */
.active-link {
    font-weight: bold;
    color: #000;
}

.dropdown-sign-up {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
/* Dropdown öğeleri */
.basket-input-custom {
    border: 0.5px solid rgba(0, 0, 0, 0.5) !important;
    padding-left: 1.5rem;
}

.signup-dropdown-item {
    cursor: pointer;
}

.sign-up-custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0.5px solid rgba(0, 0, 0, 0.5) !important;
    font-size: 25px;
    color: #727272;
    padding: 20px 20px;
}

.sign-up-custom-select-second {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 25px;
    color: #727272;
    padding: 20px 28px;
}


.sign-up-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(20%);
    width: 36px;
    height: 38px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36.819" height="18.036" viewBox="0 0 36.819 18.036"><g id="Group_162482" data-name="Group 162482" transform="translate(0.683 0.73)"><line id="Line_389" data-name="Line 389" x2="17.726" y2="16.575" transform="translate(0 0)" fill="none" stroke="%23000" stroke-width="2"/><line id="Line_390" data-name="Line 390" x1="17.726" y2="16.575" transform="translate(17.727 0)" fill="none" stroke="%23000" stroke-width="2"/></g></svg>') no-repeat center center;
    pointer-events: none;
    background-size: contain;
}

.sign-up-select-wrapper-muhendis::after {
    content: "";
    position: absolute;
    top: 24%;
    right: 24px;
    transform: translateY(20%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36.819" height="18.036" viewBox="0 0 36.819 18.036"><g id="Group_162482" data-name="Group 162482" transform="translate(0.683 0.73)"><line id="Line_389" data-name="Line 389" x2="17.726" y2="16.575" transform="translate(0 0)" fill="none" stroke="%23000" stroke-width="2"/><line id="Line_390" data-name="Line 390" x1="17.726" y2="16.575" transform="translate(17.727 0)" fill="none" stroke="%23000" stroke-width="2"/></g></svg>') no-repeat center center;
    pointer-events: none;
    background-size: contain;
}

.sign-up-select-wrapper-muhendis-second::after {
    content: "";
    position: absolute;
    top: 24%;
    right: 24px;
    transform: translateY(20%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36.819" height="18.036" viewBox="0 0 36.819 18.036"><g id="Group_162482" data-name="Group 162482" transform="translate(0.683 0.73)"><line id="Line_389" data-name="Line 389" x2="17.726" y2="16.575" transform="translate(0 0)" fill="none" stroke="%23000" stroke-width="2"/><line id="Line_390" data-name="Line 390" x1="17.726" y2="16.575" transform="translate(17.727 0)" fill="none" stroke="%23000" stroke-width="2"/></g></svg>') no-repeat center center;
    pointer-events: none;
    background-size: contain;
}

/*select2 ile bitki seçme css kodları buradan başlıyor*/
.select2-selection {
    width: 100%; /* Tam genişlik */

    border: 1px solid #343a40; /* Border dark-300 */
    text-align: center;
    font-size: 25px;
    padding: 20px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 20px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 38px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 15px !important;
    background-color: transparent !important;
    border: none !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #38A2FF !important;
    color: #fff !important;
}

.select2-selection__clear {
    display: none !important;
}


.select2-selection {
    padding: 8px 9px 16px !important;
}


/*select2 ile bitki seçme css kodları burada bitiyor*/


/*Account (Kayıt Ol - Giriş Yap) CSS Kodları Burada Bitiyor*/
/*Zipziraat Websitesindeki Animasyon CSS Kodları Buradan Başlıyor*/
/*Index live animation css kodu */
#index-live-contain {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-dot {
    width: 35px;
    height: 35px;
    background-color: #2198FF;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
}


.center-dot-red {
    width: 35px;
    height: 35px;
    background-color: #FF0000;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
}



.pulse-circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    opacity: 0;
    z-index: 1;
    animation: pulse-effect 2s ease-out infinite;
}

.pulse-black {
    border: 2px solid #000 !important;
}

.pulse-red {
    border: 2px solid #FF0000 !important;
}

.pulse-one {
    width: 51px;
    height: 51px;
    animation-delay: 0s;
}

.pulse-two {
    width: 71px;
    height: 71px;
    animation-delay: 1s;
    border: 2px solid #ffffff;
}

@keyframes pulse-effect {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
/*Index live animation css kodu */

/*Zipziraat Websitesindeki Animasyon CSS Kodları Burada Bitiyor*/

/*Urun Profili Canlı Borsa Özelleştirilmiş Tooltip*/

.item-link {
    color: white;
    transition: color 0.3s ease;
}

    .item-link:hover {
        color: #38A2FF !important;
    }


.tooltip-inner {
    background-color: #38A2FF;
    color: #fff;
    padding: 4px 11px;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 170px;
    text-align: center;
    position: relative;
    transform: translateX(-10%)
}


.tooltip.bs-tooltip-top .arrow {
    bottom: 26px;
    left: 25%;
    transform: translateX(120%)
}

    .tooltip.bs-tooltip-top .arrow::before {
        border-width: 5px;
        border-top-color: #38A2FF;
    }

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #38A2FF;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #38A2FF;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #38A2FF;
}

.tooltip .arrow {
    position: absolute;
    bottom: -8px;
    left: -50%;
    transform: translateX(-135%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #38A2FF;
}

.brand-ciftcilere-ozel-slider-navbar {
    max-width: 1280px;
    overflow: hidden;
    user-select: none;
}

    .brand-ciftcilere-ozel-slider-navbar > ul {
        white-space: nowrap;
        cursor: grab;
        transform: translateX(0);
        transition: transform 0.1s ease-out;
        will-change: transform;
    }

        .brand-ciftcilere-ozel-slider-navbar > ul > li {
            white-space: nowrap;
            display: inline-block;
        }


/*Urun Profili Canlı Borsa Özelleştirilmiş Tooltip*/

.farm-product-menu-list-wrapper,
.farm-product-menu-list-items-container {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*max-width: 1160px;*/
    width: 1160px;
    justify-content: start !important;
}

@media(min-width:992px) and (max-width:1023.98px) {
    .farm-product-menu-list-wrapper,
    .farm-product-menu-list-items-container {
        width: 760px;
    }
}

@media(min-width:1024px) and (max-width:1199.98px) {
    .farm-product-menu-list-wrapper,
    .farm-product-menu-list-items-container {
        width: 760px;
    }
}

@media(min-width:1200px) and (max-width:1439px) {
    .farm-product-menu-list-wrapper,
    .farm-product-menu-list-items-container {
        width: 860px;
    }
}

.farm-product-menu-list-wrapper *,
.farm-product-menu-list-items-container * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.farm-product-menu-list-wrapper::-webkit-scrollbar,
.farm-product-menu-list-items-container::-webkit-scrollbar {
    display: none;
}

.farm-product-menu-list,
.farm-product-menu-list-items-container > div {
    display: inline-flex;
    flex-wrap: nowrap;
    min-width: max-content;
    justify-content: center;
}


    .farm-product-menu-list li a {
        display: inline-block;
        min-width: 100px;
        text-align: center;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .farm-product-menu-list a.active {
        font-weight: 400;
        color: #2198FF !important;
    }

.hidden-product-menu-item {
    display: none !important;
}

.back-arrow-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .back-arrow-button:hover {
        background: #fff;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .back-arrow-button:hover {
        background: #fff;
        transform: translate(-50%, -50%) scale(1.1);
    }


/* Transparent geri dönüş butonu */
.transparent-flip-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.transform-btn {
    transition: all 0.3s ease;
}

    .transparent-flip-btn:hover,
    .transform-btn:hover {
        transform: scale(1.1);
    }

.cmn-kapali-accordion[aria-expanded="true"] svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.cmn-kapali-accordion svg {
    transition: transform 0.3s ease;
    will-change: transform;
}


/* Mevcut CSS kodları aynı kalacak */

.passage-dwellers-navbar {
    align-items: center !important;
}



.transform-btn,
.transform-btn-back {
    cursor: pointer;
}

.latest-comments-item-box {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}



.kategori-nav-wrapper {
    max-width: 1200px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .kategori-nav-wrapper::-webkit-scrollbar {
        display: none;
    }

    .kategori-nav-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .kategori-nav-wrapper::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

#kategoriUrunListesiList {
    white-space: nowrap;
    user-select: none;
}

.zip-avantaj-nav-link {
    display: inline-block;
}

@keyframes shrinkAnimation {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.ciftcilere-ozel-slider-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.ciftcilere-ozel-slider-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
}

.index-hero-slider {
    transform: scale(0.9);
    transform-origin: top center;
    margin-right: 28px;
    margin-left: 32px;
}


/*.index-medya-wrapper {
    min-height: 160px;
}
*/

/*Anasayfa ölçeklendirme kodları yeni */



/*Tarım Urunleri Yeni*/
.farms-products-search-area {
    align-items: center;
}

    .farms-products-search-area > span {
        margin-bottom: 78px;
        padding-left: 24px;
    }

.farm-products-container {
    transform: scale(0.9);
    transform-origin: top center;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.index-search-wrapper.tarim-urunleri-search-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*Tarım Urunleri Yeni*/
/*Marka Profili Yeni ölçeklendirme*/
.product-and-info-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
    padding-left: 46px !important;
    padding-right: 46px !important;
}

.marka-latest-comment-container {
    padding-bottom: 80px;
}

.marka-latest-comment-wrap {
    transform: scale(0.9);
    transform-origin: top center;
    width: 100% !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
}

.marka-make-comment-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
    width: 100% !important;
    padding-left: 56px;
    padding-right: 56px;
}

.brand-product-navbar.active {
    background-color: #EBF8FF;
    color: #0066FF;
    font-weight: 600;
}



/*Live Ekran Borsa CSS Kodları*/
.change-percentage {
    position: relative;
    padding: 20px 8px;
    min-width: 120px;
    flex-basis: 120px;
    text-align: left;
    flex-grow: 1;
}


.desktop-change > span:nth-child(1) {
    background: #D30041;
    text-align: center;
}

.desktop-change > span:nth-child(2) {
    background: #26B573;
    text-align: center;
}


.desktop-change > span:nth-child(3) {
    background: #38A2FF;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    flex-grow: 1;
    text-align: center;
}


.mobil-change {
    display: none !important;
}

/*.index-live-change-short-third-box > span:nth-child(3) {
    padding-left: 36px !important;
}*/


.index-live-change-short-third-box {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0 32px 0px 0px !important;
}

    .index-live-change-short-third-box span {
        flex: 1 !important;
        text-align: center !important;
        font-size: 18px !important;
    }

/* Responsive düzenleme */
@media (max-width: 991.98px) {
    .desktop-change-name {
        display: none !important;
    }

    .center-dot {
        width: 24px;
        height: 24px;
        background-color: #2198FF;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
    }

    .pulse-one {
        width: 32px;
        height: 32px;
        animation-delay: 0s;
    }

    .pulse-two {
        width: 52px;
        height: 52px;
        animation-delay: 1s;
        border: 2px solid #ffffff;
    }
}

/*Live Ekran Borsa CSS Kodları*/
/*Ortak Navbarlar CSS Aktif Kodu */
.ort-nav-link {
    color: #000;
    transition: color 0.3s ease-in-out;
}

.ort-menu-item.active .ort-nav-link {
    color: #2198ff;
    font-weight: 300;
}

.ci-mu-nav-link {
    color: #000;
    transition: color 0.3s ease-in-out;
}

.ci-mu-menu-item.active .ci-mu-nav-link {
    color: #2198ff;
    font-weight: 300;
}

.sss-nav-item {
    transition: color 0.3s ease-in-out;
}

    .sss-nav-item .sss-nav-link {
        color: #000;
        font-weight: 300;
        transition: all 0.3s ease-in-out;
    }

    .sss-nav-item.active .sss-nav-link {
        color: #2198ff;
        font-weight: 300;
    }

/*Ortak Navbarlar CSS Aktif Kodu */


.hero-product-box-item h3,
.hero-product-box-item h5,
.hero-product-box-item span {
    user-select: none;
}

.hero-product-box-item img {
    pointer-events: none;
}


/*Zipziraat Pano Component CSS Kodları Buradan Başlıyor*/
.search-pano-first-container {
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 100px;
    margin-top: -100px;
}

.search-pano-first-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
}

.search-pano-first-heading-area h2 {
    /* font-size: clamp(28px, 5vw, 50px);*/
    font-size: var(--fs-display-lg);
}

.search-pano-first-heading-area p {
    /*  font-size: clamp(18px, 5vw, 24px);*/
    font-size: var(--fs-sub);
}

.search-pano-second-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
}

/*Zipziraat Pano Component CSS Kodları Burada Bitiyor*/


/*Destek First Component CSS Kodları Buradan Başlıyor*/
.destek-first-bg-img-wrap {
    background-image: url('/ciftci/images/campaigns/farmerpassage-3.png');
    background-size: cover;
    background-position: left -25px center;
    height: 100%;
    min-height: 300px;
}
/*Destek First Component CSS Kodları Burada Bitiyor*/

/*Özel Switch Toggle CSS Kodları*/

.ozel-switch-lg {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
}

    .ozel-switch-lg input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.ozel-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 30px;
    transition: .4s;
}

    .ozel-switch-slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 2px;
        bottom: 2px;
        background-color: #000;
        border-radius: 50%;
        transition: .4s;
    }

input:checked + .ozel-switch-slider:before {
    transform: translateX(30px);
    background-color: #2196F3;
}

input:focus + .ozel-switch-slider {
    box-shadow: 0 0 1px #2196F3;
}
/*Bildirim Tercihleri Toggle CSS Kodları*/
/*Sepet CSS Kodları ve Sepete Eklenen Ürün Kartı, Yorum Kartı Tarzındaki Tasarım Ortak Css Kodları Burada Başlıyor*/

.basket-custom-toggle {
    position: relative;
    width: 160px;
    height: 50px;
}

.basket-toggle-checkbox {
    display: none;
}

.basket-toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius: 50px;
    position: relative;
    color: white;
    font-size: 18px;
    transition: background-color 0.4s ease;
}

.basket-toggle-ball {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #1e90ff;
    border-radius: 50%;
    transition: transform 0.4s ease;
}

.basket-toggle-text {
    z-index: 1;
    margin-left: 55px;
}

.basket-toggle-checkbox:checked + .basket-toggle-label .basket-toggle-ball {
    transform: translateX(116px);
    background-color: black;
}

.basket-toggle-checkbox:checked + .basket-toggle-label {
    background-color: #1e90ff;
}

    .basket-toggle-checkbox:checked + .basket-toggle-label .basket-toggle-text {
        color: white;
        margin-left: auto;
        margin-right: 50px;
    }


.canta-product-box-image a img {
    width: 56px;
    height: 56px;
}

.canta-product-box-image.canta-product-box-image-reklam a img {
    width: 228px;
}

.quantity-input {
    width: 80px;
    display: inline-block;
    margin: 0 5px;
    height: 60px;
}

    .quantity-input:focus {
        outline: none;
        border-color: #2198FF;
        box-shadow: 0 0 0 0.2rem rgba(33, 152, 255, 0.25);
    }



.cnm-urun-spr-box-card {
    border: 1px solid #707070;
}

.responsive-svg-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

    .responsive-svg-wrapper svg {
        width: 100%;
        height: auto;
        display: block;
    }
/*Sepet CSS Kodları ve Sepete Eklenen Ürün Kartı Tasarım Ortak Css Kodları Burada Bitiyor*/


/*Ortak Kodlar*/

.collapse-answer-detail p,
.collapse-answer-detail span,
.collapse-answer-detail strong,
.collapse-answer-detail label,
.collapse-answer-detail li,
.collapse-answer-detail ul,
.collapse-answer-detail ol,
.collapse-answer-detail a,
.collapse-answer-detail em,
.collapse-answer-detail blockquote,
.collapse-answer-detail div {
    font-size: clamp(18px, 1.3vw, 21px) !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    font-family: Poppins !important;
}


.search-list-item-pr-name-img-box {
    width: 572px;
}

.upload-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: black;
    cursor: pointer;
}
/*Yorum-Dukkan vs sıyah yuvarlak içinde olan buttonlar için */

.comment-expand-btn,
.zip-dukkan-expand-btn {
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .comment-expand-btn:hover,
    .zip-dukkan-expand-btn:hover {
        transform: scale(1.1);
    }

    .comment-expand-btn.active,
    .zip-dukkan-expand-btn.active {
        transform: rotate(45deg);
    }

        .comment-expand-btn.active:hover,
        .zip-dukkan-expand-btn.active:hover {
            transform: rotate(45deg) scale(1.1);
        }

/*Yorum-Dukkan vs sıyah yuvarlak içinde olan buttonlar için */

/*PlacehOLDER*/


input::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 1rem !important;
    opacity: 0.8 !important;
    font-weight: 300 !important;
}

/* Input, select, textarea genel yazı boyutu */
input,
select,
textarea {
    font-size: 1.15rem !important;
    font-weight: 300 !important;
}

    select option {
        font-size: 1.15rem !important;
        font-weight: 300 !important;
    }

/*PlacehOLDER*/
.home-page-location {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 120px;
    transition: all 0.3s ease;
}

.home-page-location-logged-account {
    display: none;
    position: absolute;
    z-index: 10;
    top: 140px;
    right: 80px;
    transition: all 0.3s ease;
}


.close-btn-location {
    position: relative;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 10191919;
    right: -120px;
    top: -10px;
}


.close-btn:hover {
    background-color: #f0f0f0;
    color: #333;
}



/* Büyütme sekmesi stilleri */

/* Mobile responsive */
@media (max-width: 768px) {

    .expand-tab {
        left: -25px;
        width: 25px;
        height: 50px;
    }

    .home-page-location-logged-account {
        display: none;
        position: absolute;
        z-index: 10;
        top: 20px;
        right: 20px;
        transition: all 0.3s ease;
        position: absolute;
        z-index: 10191919;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .select2-container .select2-search--inline .select2-search__field {
        height: 48px !important;
    }
}

@media(min-width:992px) and (max-width:1023.98px) {
    .home-page-location {
        position: absolute;
        z-index: 10;
        top: 40px;
        right: 60px;
        transition: all 0.3s ease;
        z-index: 111112;
    }


    .home-page-location-logged-account {
        display: none;
        position: absolute;
        z-index: 10;
        top: 20px;
        right: 20px;
        transition: all 0.3s ease;
        z-index: 111112;
    }



    .zippasajpage-banner-wrapper {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(min-width:1024px) and (max-width:1199.98px) {
    .home-page-location {
        position: absolute;
        z-index: 10;
        top: 30px;
        right: 60px;
        transition: all 0.3s ease;
        z-index: 111112;
    }

    .home-page-location-logged-account {
        display: none;
        position: absolute;
        z-index: 10;
        top: 20px;
        right: 20px;
        transition: all 0.3s ease;
        z-index: 111112;
    }

    .zippasajpage-banner-wrapper {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(min-width:1200px) and (max-width:1439.98px) {
    .home-page-location {
        position: absolute;
        z-index: 10;
        top: 92px !important;
        right: 60px;
        transition: all 0.3s ease;
        z-index: 111112;
    }


    .home-page-location-logged-account {
        display: none;
        position: absolute;
        z-index: 10;
        top: 180px;
        right: 40px;
        transition: all 0.3s ease;
    }

    .zippasajpage-banner-wrapper {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(min-width:1440px) and (max-width:1559.98px) {
    .home-page-location {
        position: absolute;
        z-index: 10;
        top: 100px;
        right: 90px;
        transition: all 0.3s ease;
    }
}

@media(min-width:1560px) and (max-width:1919.98px) {
    .home-page-location {
        position: absolute;
        z-index: 10;
        top: 100px;
        right: 120px;
        transition: all 0.3s ease;
    }
}


/* ======================================= */
/* ORTAK STİLLER */
/* ======================================= */
[class*="ci-mu-profile-img-wrap"] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}

[class*="ci-mu-profile-img"] {
    border-radius: 50%;
    object-fit: contain;
}

/* ======================================= */
/* ANA PROFİL (Büyük Boy) */
/* ======================================= */
.ci-mu-profile-img-wrap,
.ci-mu-profile-img-wrap-profil {
    width: clamp(100px, 10vw, 170px);
    height: clamp(100px, 10vw, 170px);
}

.ci-mu-profile-img,
.ci-mu-profile-img-profil {
    width: clamp(90px, 8vw, 140px);
    height: clamp(90px, 8vw, 140px);
}

/* ======================================= */
/* İKİNCİ BOYUT (Kart Profili) */
/* ======================================= */
.ci-mu-profile-img-wrap-sec {
    width: clamp(50px, 5vw, 72px);
    height: clamp(50px, 5vw, 72px);
}

.ci-mu-profile-img-sec {
    width: clamp(45px, 4.5vw, 66px);
    height: clamp(45px, 4.5vw, 66px);
}

/* ======================================= */
/* ÜÇÜNCÜ BOYUT (Daha Küçük Profil) */
/* ======================================= */
.ci-mu-profile-img-wrap-third {
    width: clamp(40px, 4vw, 52px);
    height: clamp(40px, 4vw, 52px);
}

.ci-mu-profile-img-third {
    width: clamp(36px, 3.5vw, 48px);
    height: clamp(36px, 3.5vw, 48px);
}

/* ======================================= */
/* DÖRDÜNCÜ BOYUT (Orta Profil) */
/* ======================================= */
.ci-mu-profile-img-wrap-fourth {
    width: clamp(60px, 6vw, 100px);
    height: clamp(60px, 6vw, 100px);
}

.ci-mu-profile-img-fourth {
    width: clamp(55px, 5.5vw, 88px);
    height: clamp(55px, 5.5vw, 88px);
}

/* ======================================= */
/* GİRİŞ YAPMIŞ KULLANICI (Logged) */
/* ======================================= */
.ci-mu-profile-img-wrap-logged {
    width: clamp(60px, 5.5vw, 100px);
    height: clamp(60px, 5.5vw, 100px);
}

.ci-mu-profile-img-logged {
    width: clamp(45px, 4vw, 80px);
    height: clamp(45px, 4vw, 80px);
}

/* ======================================= */
/* BEŞİNCİ (Mini Profil) */
/* ======================================= */
.ci-mu-profile-img-wrap-fifth {
    width: clamp(30px, 3.5vw, 40px);
    height: clamp(30px, 3.5vw, 40px);
}

.ci-mu-profile-img-fifth {
    width: clamp(26px, 3vw, 36px);
    height: clamp(26px, 3vw, 36px);
}


/*Banner Reklam Alanları*/
.wrapper-spec.reklam-panosu-section-first {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
}
/*Banner Reklam Alanları*/



/*Ortak Kodlar*/


/*Ürün kodları*/
.product-top-box-area {
    padding-top: 2.25rem;
    padding-right: 2.75rem;
    padding-left: 2.75rem;
}

.product-box-img.product-pp-box-img {
    height: 180px;
    padding-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.article-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-box-img.product-pp-box-img.product-marka-box-img {
    height: 200px;
    padding-top: 4.7rem !important;
    margin-bottom: 4.21rem !important;
}

.product-rating-text > span {
    color: #000000 !important;
    font-size: 14px !important;
}

@media(max-width:767.98px) {
    .product-box-img.product-pp-box-img {
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 0rem !important;
    }

        .product-box-img.product-pp-box-img > img {
            height: 13rem !important;
        }

        .product-box-img.product-pp-box-img.product-marka-box-img {
            height: 100% !important;
            margin-bottom: 0rem !important;
            padding-top: 0rem !important;
        }

            .product-box-img.product-pp-box-img.product-marka-box-img > img {
                height: 15.5rem !important;
            }
    .hde-detay-container {
      
        padding-bottom: 3rem !important;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .product-box-img.product-pp-box-img > img {
        height: 15rem !important;
    }

    .product-box-img.product-pp-box-img {
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 0rem !important;
    }

        .product-box-img.product-pp-box-img.product-marka-box-img {
            height: 100% !important;
            margin-bottom: 0 !important;
            padding-top: 0rem !important;
        }

            .product-box-img.product-pp-box-img.product-marka-box-img > img {
                height: 15rem !important;
            }
}

@media(min-width:992px) and (max-width:1023.98px) {
    .product-box-img.product-pp-box-img {
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 0rem !important;
    }

        .product-box-img.product-pp-box-img > img {
            height: 17rem !important;
        }

        .product-box-img.product-pp-box-img.product-marka-box-img {
            height: 100% !important;
            margin-bottom: 0 !important;
            padding-top: 0rem !important;
        }

            .product-box-img.product-pp-box-img.product-marka-box-img > img {
                height: 17rem !important;
            }
}

@media(min-width:1024px) and (max-width:1199.98px) {
    .product-box-img.product-pp-box-img > img {
        height: 16rem !important;
    }

    .product-box-img.product-pp-box-img {
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 0rem !important;
    }

        .product-box-img.product-pp-box-img.product-marka-box-img {
            height: 100% !important;
            margin-bottom: 0 !important;
            padding-top: 0rem !important;
        }

            .product-box-img.product-pp-box-img.product-marka-box-img > img {
                height: 15rem !important;
            }
}

@media(min-width:1200px) and (max-width:1439.98px) {
    .product-box-img.product-pp-box-img {
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 0rem !important;
    }

        .product-box-img.product-pp-box-img > img {
            height: 17.5rem !important;
        }

        .product-box-img.product-pp-box-img.product-marka-box-img {
            height: 100% !important;
            margin-bottom: 0 !important;
            padding-top: 0rem !important;
        }

            .product-box-img.product-pp-box-img.product-marka-box-img > img {
                height: 17.5rem !important;
            }
}

@media(min-width:1440px) and (max-width:1559.98px) {

    .product-box-img.product-pp-box-img {
        height: 14.5rem !important;
        margin-bottom: 1rem !important;
        padding-top: 1rem !important;
    }


        .product-box-img.product-pp-box-img > img {
            height: 16.5rem !important;
        }

    .product-top-box-area {
        padding-top: 1.75rem;
    }


    .product-box-img.product-pp-box-img.product-marka-box-img {
        height: 15.5rem !important;
        margin-bottom: 1rem !important;
        padding-top: 2rem !important;
    }

        .product-box-img.product-pp-box-img.product-marka-box-img > img {
            height: 16.5rem !important;
        }
}

@media(min-width:1560px) and (max-width:1919.98px) {

    .product-box-img.product-pp-box-img {
        height: 16.5rem !important;
        margin-bottom: 0 !important;
        padding-top: 1rem !important;
    }


        .product-box-img.product-pp-box-img > img {
            height: 16.5rem !important;
        }

        .product-box-img.product-pp-box-img.product-marka-box-img {
            height: 16.5rem !important;
            margin-bottom: 0 !important;
            padding-top: 1rem !important;
        }

            .product-box-img.product-pp-box-img.product-marka-box-img > img {
                height: 16.5rem !important;
            }

    .product-top-box-area {
        padding-top: 1.75rem;
    }
}

@media(min-width:1920px) and (max-width:2559.98px) {
}

@media(min-width:2560px) {
    .product-box-img.product-pp-box-img.product-marka-box-img {
        height: 280px;
        padding-top: 3.7rem !important;
        margin-bottom: 5rem !important;
    }
}

/*Ürün kodları*/
/*Footer*/

.myFooterSwiper {
    overflow: visible !important;
}

.footer-bottom ul li a:hover,
.footer-bottom div a:hover {
    color: #2198FF !important;
}

@media(min-width: 1200px) and (max-width: 1439.98px) {

    .footer {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media(min-width: 1440px) and (max-width: 1559.98px) {
    .footer {
        padding-right: 5.25rem !important;
        padding-left: 5.25rem !important;
    }
}

@media(min-width: 1560px) and (max-width: 1919.98px) {
    .footer {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
}

@media(min-width:2560px) {
    .myFooterSwiper {
        margin-right: 0 !important; 
    }
}
/*Footer*/
