@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
/*  font-family: "Baskervville", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
    font-family: 'Arimo';
    src: url('Arimo-BoldItalic.woff2') format('woff2'),
    url('Arimo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arimo';
    src: url('Arimo-Bold.woff2') format('woff2'),
    url('Arimo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arimo-İtalic';
    src: url('Arimo-Italic.woff2') format('woff2'),
    url('Arimo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arimo';
    src: url('Arimo-Regular.woff2') format('woff2'),
    url('Arimo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------------- 2. Font ---------------------*/
body{
    padding: 0 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
::selection {
    background-color: #3399FF;
}
a{
    text-decoration: none;
    color: black;
}
p{
    margin: 0;
}
.renk{
    display: none;
    position: fixed;
    z-index: 999 !important;
    background-color: rgba(7, 16, 6, 0.5);
    width: 100%;
    height: 200%;
    left: 0;
    overflow: hidden;
}
li{
    list-style: none;
}
#siteContainer {
    width: 100%;
}
.hidden-R{
    overflow: hidden;
}

.header-navbar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
}

.menu {
    position: fixed;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #928786;
    color: white;
    top: 0;
    width: 100%;
    height: 5rem;
    min-height: 64px;
    padding: 0 50px;
    z-index: 998;
}

.login-icons{
    color: white !important;
}

.pack-icons a,
.menu-icons i {
    color: white;
    margin: 0 1rem;
    font-size: 21px;
}
.sepet_bilgi_info{
    font-family: monospace;
    background-color: white;
    color: #928786;
    position: absolute;
    border-radius: 20px;
    margin: -5px 8% 0 0;
    display: inline;
    transform: translate(-20px, -5px);
    font-size: .8rem;
}

.menu-arda {
    cursor: pointer;
}
.menu-arda a{
    display: block;
}
.menu-arda a img{
    width: auto;
    height: 50px;
}

.menu-nav .nav-item-a .link-text {
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    gap: 4rem;
    color: white;
}
.menu-nav .nav-item-a {
    text-decoration: none;
    justify-content: start;
    position: relative;
    display: flex;
}
.vip-a{
    padding-bottom:3px;
}

.menu-nav .nav-item-a i {
    display: inline-block;
    transition: all .5s ease-out;
    padding: 0 0.2rem;
    font-size: 1.1rem;
    color: white;
}

.menu-nav .nav-item-a:hover i {
    display: inline-block;
    transform: rotate(-180deg);
}

.menu-nav .nav-item-a .link-text::after {
    /* Daha önceki ::after kodları buraya gelecek */
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-out;
}

.menu-nav .nav-item-a:hover .link-text::after {
    transform: scaleX(1);
}

.search-menu {
    position: absolute;
    width: 100%;
    height: 5rem;
    top: 16vh;
    left: 0;
    background-color: #928786;
    opacity: 0;
    visibility: hidden;
    transition: left 0.4s ease-in-out;
}
.search-menu.store-info-open {
    top: 80px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search-container{
    position: relative;
    width: 100%;
    margin: 1.5vh auto;
    padding: 0 3rem;
    display: flex;
    gap: 12px;
    align-items: center;
}
.search-line{
    position: relative;
    width: 50px;
    height: auto;
    font-size: 2rem;
    text-align: center;
}
#-search-i2, #-search-i1{
    padding: 0;
    margin: 0;
}

.text-label{
    width: 90%;
    height: 5vh;
    padding: 1vh 2rem;
    background-color: transparent;
    border: none;
    color:white;
    border: 1px solid transparent;
    background-color: transparent;
    transition: 0.5s ease;
}
.text-label:focus{
    outline: none;
    border: 1px solid white !important;
}
/*======Search ayarla===========*/

.geri-container{
    display:none;
}

#open-menu:hover .big-store{display: block;}
.big-store{
    width: 100%;
    height: 45vh;
    position: fixed;
    display:none;
    transition: all 0.3s ease;
}
.store-info{
    display: flex;
    position: fixed;
    background-color: #928786;
    border-top: .1rem solid white;
    top: 4.9rem;
    width: 100%;
    padding: 2rem;
    left: 0;
    height: auto;
    transition: all 0.3s ease;
}
.mobile-shop-info{
    display: none;
}
#kategori_i,#koleksiyon_i,#değerlitas_i{
    display:none;
}
.search-product-list{
    display: grid;
    gap: 1rem;
    top: 5rem;
    position: relative;
    padding: 0 2rem;
    grid-template-columns: repeat(3, 1fr);
}
.search-product-list .swipper-slide-img{
    height: 30rem;
}
.page-content .row{
    width: 100%;
}
.search_page_content{
    margin-top: 1rem !important;
}
.search_list_urunler{
    top: 0;
}


.container-store-text{
    position: relative;
    display: flex;
    width: 60%;
    height: 100%;
    gap: 3%;
}
.store-container{
    width: 100%;
    display: flex;
    height: auto;
    padding-right: 10px;
    flex-wrap: wrap;
    row-gap: 1rem;
}
.container-h3{
    width: 33%;
    border-right: 0.1px solid white;
    padding: 0 1rem;
}
.container-h3 h3{font-size: 1rem; position: relative; display: inline-block;cursor: pointer;left: 0; transition: all 0.4s;
    color: white;}
.container-ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 0.5s ease;
}

.container-h3:hover .container-ul {
    max-height: 500px;
}
.container-ul-span{display:none;}

.container-li{margin-top: 1.5rem;}

.container_a{color: white;transition: 0.4s; position: relative; font-size: 0.7rem; left: 0;}
.container_a:hover,.container-h3 h3:hover{left: 2%;}
.container_a::before,.container-h3 h3::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #FFFF;
    bottom: 0;
    left: 0;
    transition: width 0.4s;
}
.container_a:hover::before,.container-h3 h3:hover::before {
    left: 2%;
    width: 100%;
}
.container-store-img{
    width: 37% !important;
    height: 100%;
    position: relative;
    display: flex;
    gap: 5%;
}
.store-img-2{
    width: 50% !important;
    height: auto !important;
    margin-right: 2rem !important;
    overflow: hidden;
    transition: background-size 0.5s ease-in-out;
}
.left-img-store { object-fit: cover;}
.left-img-store img {
    position: relative !important;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease !important;
}
.left-img-store:hover img{transform: scale(1.2);}
.green-screen{
    position: absolute;
    display: block;
    opacity: 0;
    height: 20%;
    width: 100%;
    background-color: rgba(146, 135, 134, 0.5);
    bottom: 0;
    text-align: center;
    transition: all 0.5s ease;
    align-items: center;

}
.green-screen-p{
    position: absolute;
    color: white;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.store-img-2:hover .green-screen{
    opacity: 1;
}
.left-img-store:hover .green-screen-p{
    transform: translate(-50%, 100%);
}


/*login-mobile*/
.login-mobile{display: none;}
/*login-mobile*/

/*----*/
/*--- YENİ EKLENEN KODLAR ---*/

/* Menü ana kapsayıcısını flexbox yapıyoruz */
.menu-nav {
    display: flex;
    align-items: start !important;
    padding: 20px; /* Kenar boşluğu */
}

/* Her bir menü elemanını kapsayan div */
.nav-item {
    position: relative;
    margin-right: 20px;
}
/* Açılır menünün kendisi (başlangıçta gizli ve aşağıda) */
.dropdown-menu {
    position: absolute;
    top: 1rem;
    left: 0;
    min-width: 180px;
    background-color: #928786;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
    transform: translateY(10px);
    transition: all 0.5s ease;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Açılır menüdeki her bir link */
.dropdown-menu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    position: relative;
}
.dropdown-menu-h3{
    display: none;
}

/*  MENÜ HOVER  */
.dropdown-menu a::after {
    content: '';
    position: absolute;
    width: 0; /* Başlangıç genişliği sıfır */
    height: 2px;
    display: block;
    background: white;
    bottom: 8px; /* Çizginin alttan boşluğu */
    left: 16px; /* padding-left ile aynı değer */
    transition: width .3s ease; /* Genişlik değişimine animasyon ekle */
}

/* Linkin üzerine gelince çizginin genişlemesi */
.dropdown-menu a:hover::after {
    width: calc(100% - 32px); /* padding'leri hesaptan düşerek genişlet */
}
/*----*/

.menu-icons i {
    /*padding: 0 1.5vh;*/
    cursor: pointer;
    transition: 0.5s ease;
}

.menu-icons i:hover {
    color: rgb(113, 113, 113);
}

/*---------------- Body Header -----------------------------------------*/
/* Arka pan*/
.body-header {
    display: flex;
    width: 100%;
    height: 58rem;
}

.left-img,
.right-img {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    filter: grayscale(20%);
}
.left-img img,
.right-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
    object-fit: cover;
    filter: brightness(90%);
}

.left-img img:hover,
.right-img img:hover {
    transform: scale(1.1);
}


/*Yazılar*/
#left-img-span{
    font-size: 1.2rem;
}

.left-img-icerik,
.right-img-icerik {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: white;
    padding: 30px;
}

.left-img-icerik span,
.right-img-icerik span {
    font-size: 1rem;
    left: 10%;
}

.left-img-icerik a,
.right-img-icerik a {
    font-size: 2.2rem;
    color: white;
}
.left-img-text-button a,
.right-img-text-button a {
    padding: 7px 50px;
    color: white;
    display: flex;
    align-items: center;
}

.left-img-text-button,
.right-img-text-button {
    border: 1px solid white;
    border-radius: 30px;
    width: max-content;
    display: inline-flex;
    margin-top: 1.7rem;
}
.left-img-text-button i,
.right-img-text-button i{
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    opacity: 0;
    left: 0;
    transition: all 0.5s ease;
}
.left-img-text-button:hover i,
.right-img-text-button:hover i{
    left: 15%;
    opacity: 1;
}
.left-img-text-button:hover span,
.right-img-text-button:hover span{
    left: 0;
}
.left-img-button span,
.right-img-button span{
    position:relative;
    transition: all 0.5s ease;
}



/*------------ Featured -------------------*/
.featured {
    position: relative;
    padding: 2rem 0;
}

.featured-text-container {
    text-align: center;
    padding: 0 5vw;
    color: #d7b17d;
}

.featured-container-text h2 {
    font-size: 3rem;
    font-weight: 400;
}

.featured-container-text p {
    font-size: 1.2rem;
    margin: 1.2rem 0;
}

/*------Featured imgs-------*/
.swiper {
    width: 95%;
}


.swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}

.swiper-text img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    z-index: -1;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.swiper-text:hover img {
    transform: scale(1.1);
}

.swiper-text {
    height: 60vh;
}
.swiper-pagination-bullet-active{
    background-color: black !important;
}
/*------swiper-button-----------*/
.swiper-button-next, .swiper-button-prev{
    opacity: 100% !important;
    color: white !important;
    display: block !important;
    transition: all .8s ease;
    width: 3.3rem !important;
    height: 3.3rem !important;
    background-color: black;
    display: grid !important;
    justify-content: center !important;
    border-radius: 50px;
    text-align: center;
}
/*----geri----*/
.swiper-button-prev{
    left: 3rem !important;
}
.swiper-button-prev.swiper-button-disabled{
    left: -6rem !important;
}
/*---ileri---*/
.swiper-button-next{
    right: 3rem !important;
}
.swiper-button-next.swiper-button-disabled{
    right: -6rem !important;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 30% !important;
    cursor: auto !important;
    pointer-events: auto !important;
}
.swiper-button-next i,.swiper-button-prev i{
    font-size: 1.5rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: 'next';
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: 'prev';
    display: none;
}




.container-text {
    position: absolute;
    text-align: center;
    bottom: 10%;
    width: 100%;
    height: auto;
    padding: 1.5rem;
}

.container-text h4 {
    font-size: 1.7rem;
}

.container-text h4 a {
    text-decoration: none;
    color: #d7b17d;
    font-weight: 400;
}

.container-text .card-button {
    position: relative;
    display: inline-flex;
    margin: 2rem 5% 0 5%;
    border: 1px solid rgb(146, 134, 133, 1);
    border-radius: 30px;
}

.container-text .card-button a {
    color: rgb(146, 134, 133);
    position: relative;
    font-size: 1.2rem;
    padding: 10px 2.2vw;
    left: 0;
    transition: all 0.5s ease;
}

.container-text .card-button i {
    position: absolute;
    opacity: 0;
    left: 75%;
    transition: all 0.5s ease;
    color: rgb(146, 134, 133);
}

.container-text .card-button:hover i {
    opacity: 1;
    left: 92%;
}
.container-text .card-button:hover a {
    opacity: 1;
    left: -5%;
}


/*---------- automatic-create -----------------------*/

.automatic-create {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 6rem;
    background-color: #d7b17d;
    white-space: nowrap;
}
.scrolling-words-container {
    white-space: nowrap;
    height: 6rem;
    display: inline-flex;
    align-items: center;
}
.word {
    font-size: 2rem;
    margin-right: 50px;
    text-transform: uppercase;
}

.word a {
    color: white;
}

/*---------- Yelow Gold ----------------------*/
.yellow-gold {
    width: 100%;
    padding: 6vh 12vw;
}

.featured-container-text span {
    font-weight: 600;
}

.yellow-container {
    display: flex;
    gap: 1vw;
}

.yellow-left-img,
.yellow-up-img,
.yellow-down-img {
    display: grid;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.yellow-left-img img,
.yellow-up-img img,
.yellow-down-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.yellow-left-img:hover img,
.yellow-up-img:hover img,
.yellow-down-img:hover img {
    transform: scale(1.1);

}

.yellow-left-img {
    width: 100%;
}

#left-a a {
    color: white;
}

.yellow-right-img {
    width: 100%;
    /* Yükseklik tutarlılığı için düzenlendi */
}

.yellow-up-img {
    width: 100%;
    height: 41.5vh;
    /*margin-bottom: 1vw;*/
}

.yellow-up-img.first {
    margin-bottom: 20px;
}

.yellow-down-img {
    width: 100%;
    height: 41.5vh;
}

/* DEĞİŞTİRİLDİ: Yazı ve butonların her zaman üstte kalması sağlandı */
.yellow-text {
    position: relative;
    z-index: 2;
    /* Arka plan katmanının (z-index: 1) üzerinde kalması için */
    text-align: center;
    margin-bottom: 2rem;
}

.yellow-text a {
    text-decoration: none;
    color: white;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.yellow-buton-right {
    position: relative;
    z-index: 2;
    display: inline-flex;
    border: 1px solid #928685;
    background-color: #928685;
    border-radius: 30px;
    align-items: center;
}

.yellow-buton-right a {
    position: relative;
    color: white;
    font-size: 1.2rem;
    left: 0;
    transition: all 0.5s ease;
    padding: .7rem 2.9rem;
}

.yellow-buton-right i {
    position: absolute;
    opacity: 0;
    left: 70%;
    transition: all 0.5s ease;
    color: white;
    padding: 14px 0;
}

.yellow-buton-right:hover i {
    opacity: 1;
    left: 80%;
}

.yellow-buton-right:hover a {
    left: -5%;
}

/* ID ile belirtilen özel renkler (bu kurallara dokunulmadı) */

/*--------- Automatic create 2.-------------------*/

#marquee1,
#marquee3,
#marquee5 {
    color: white;
}

#marquee2 span,
#marquee4 span,
#marquee6 span {
    -webkit-text-stroke-color: white;
}

/*------------- fantasy ----------------------------*/

.fantasy {
    width: 100%;
    padding-top: 2rem;
}

.fantasy-all {
    padding: 0 0 0 1rem;
}

.fantasy-text-up {
    width: 100%;
    height: auto;
    padding-left: 2rem;
}

.fantasy-text-up h2 {
    font-size: 2.8rem;
    font-weight: 400;
    color: #d7b17d;
}

.fantasy-button {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 2vh;
}

.fantasy-button a {
    position: absolute;
    border: 1px solid gold;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.5s ease;
}

.fantasy-button a span {
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
    color: #928786;
    padding: 15px 60px;
    left: 0;
}

.fantasy-button i {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    color: #928786;
    margin: 15px 0 0 130px;
}

.fantasy-button:hover i {
    opacity: 1;
    margin-left: 145px;
    color: white;
}
.fantasy-button:hover a{
    background-color: #928786;
    border: 1px solid #928786;
}

.fantasy-button:hover a span {
    left: -10px;
    color: white;
}

.fantasy-imgs {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 6rem;
}

.swipper-slide {
    height: 70vh;
    position:relative;
    object-fit:cover;
}
#fantasy-swiper{
    margin-bottom: 0;
}



.swipper-slide-img .gorsel1 {
    transition: opacity 0.5s ease;
    opacity:1;
}
.swipper-slide-img .gorsel2 {
    transition: opacity 0.5s ease;
    opacity:0;
}
.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    border-radius: 50%;
    display: none;
    z-index: 5;
    transition: all 0.3s ease;
}

.swipper-slide-img:hover .favorite-icon {
    display: block;
}
.favorite-icon .favori-ekle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.favorite-icon .favori-ekle:hover {
    background-color: #f2f2f2;
}

.favorite-icon .fa-heart {
    font-size: 16px;
    color: #928786;
}
.products .swipper-slide-img{
    height: 20rem;
}



.swiper-slide img{
    position:absolute;
    display:inline-block;
    height: 100%;
    width:100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.swipper-slide-img {
    position: relative;
    height: 63vh;
    object-fit: cover;
    display:block;
    overflow: hidden;
}

.swipper-slide-img:hover .gorsel1 {
    opacity:0;
}
.swipper-slide-img:hover .gorsel2 {
    opacity:1;
}
.detail_aciklama .detail_fantasy{
    margin-top: 1rem;
}
.detail_swiper_wrapper .swiper-slide{
    width: 50% !important;
    margin: 0 !important;
    padding: .5rem !important;
}
.detail_swiper_wrapper .swipper-slide-img{
    height: 20rem;
}


.sold-sale {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 20px 20px;
    padding: 10px;
    background-color: #579c94;
    color: white;
    border-radius: 10px;
    transition: all .5s ease;
}

.swipper-slide-button {
    cursor: pointer;
}

.swipper-slide-button span {
    font-size: 1rem;
    transition: all 0.5s ease;
    left: 0;
    position: relative;
}

.swipper-slide-img .swipper-slide-button {
    position: absolute;
    width: 95%;
    height: 3rem;
    background-color: #928786;
    display:grid;
    color: white;
    justify-content: center;
    align-items: center;
    margin: 0 2.5%;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    border: 1px solid white;
    transition: all .5s ease;
    z-index: 10;
    transform: translateY(4rem);
    opacity:1;
}

.swipper-slide-img:hover .sold-sale {
    margin-bottom: 80px;
}


.swipper-slide-img:hover .swipper-slide-button {
    transform: translateY(-1rem);
}

.swipper-slide-button i {
    position: absolute;
    opacity: 0;
    left: 80%;
    transition: all 0.5s ease;
    color: white;
}

.swipper-slide-button:hover i {
    opacity: 1;
    left: 90%;
}

.swipper-slide-button:hover span {
    position: relative;
    left: -10%;
}

.swipper-slide-text {
    padding: 0 0.8rem;
    margin-top: 1.6rem;
}

.slide-text-h4 a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 1rem;
}
.slide-text-h4:hover a{
    color: #d7b17d;
}

.slide-money {
    display: flex;
    gap: 0.5vw;
}
.slide-money del{
    font-weight: 400;
}
.slide-money h4{
    font-weight: 700;
    color: #928786;
    font-size: 1rem;
}

/*---------- Green Section ------------------*/

.green-section {
    display: flex;
    background-color: #074a42;
    height: 100vh;
    max-height: 1080px;
}

.green-left {
    width: 50%;
    color: white;
    background-color: #d7b17d;
    position: relative;
}
.down-left-text-baner{
    left: 20% !important;
    padding:0 3rem 0 0;
}
.green-left-text {
    position: absolute;
    width: 65%;
    max-width: 532px;
    min-width: 270px;
    top: 50%;
    transform: translateY(-59%);
    right: 20%;
    padding:0 0 0 3rem;
}

.green-left-text p {
    font-size: 1.3rem;
}

.green-left-text h3 {
    font-weight: 400;
    margin-top: 1vh;
    font-size: 2rem;
}

.green-left-text .green-p {
    margin-top: 2vh;
    font-size: 1rem;
}

.green-div {
    position: relative;
    margin-top: 1.5vh;
    display: inline-grid;
}

.green-div a {
    border: 1px solid white;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px 40px;
}

.green-div a span {
    display: block;
    position: relative;
    text-decoration: none;
    left: 0;
    transition: all 0.5s ease;
    color: white;
}

.green-div i {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    margin: 15px 0 15px 75%;
    color: white;
}

.green-div:hover i {
    opacity: 1;
    margin-left: 180px;
}

.green-div:hover a span {
    left: -15px;
}

.green-right {
    object-fit: cover;
    width: 50%;
    z-index:2;
}
.green-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#green-left-img {
    z-index: 3;
}

/*--------------- New in Nature----------------------------------------*/

/*-------- Yellow Body ---------------------------*/
.yellow-body {
    padding: 3rem 0;

}

.yellow-body-padding {
    width: 100%;
    height: 100%;
    padding: 0 10vw;
    display: flex;
    justify-content: space-between;
    max-width: 144rem;
    margin: 0 auto;
}

.yellow-big-img {
    position: relative;
    width: 40vw;
    height: 90%;
    min-width: 498px;
}

.yellow-img-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yellow-small-img {
    position: relative;
    width: 25vw;
    height: 80%;
    min-width: 278px;
}

.yellow-img-small img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.yellow-big-text,
.yellow-smal-text {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 1rem;
    color: #928786;
}

.yellow-text-h4 {
    position: relative;
    margin-top: 1.5vh;
    font-size: 1.8rem;
}

.yellow-text-h4 h4 {
    font-weight: 400;
}

.yellow-text-p {
    position: relative;
    margin-top: 1rem;
    font-size: 1rem;
    word-spacing: 1.5px;
}

.yellow-text-p p {
    font-weight: 400;
}

.learn {
    display: inline-flex;
    position: relative;
    margin-top: 1.5rem;
    border-bottom: 0 solid black;
    transition: all .5s ease;
}

.learn a {
    text-decoration: none;
    transition: 0.4s;
    position: relative;
    margin-right: 2rem;

}

.learn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: gold;
    top: 1.5rem;
    bottom: 0;
    left: 0;
    transition: width 0.4s;
}
.green-sirket a::before{
    background-color: white;
}

.learn a:hover::before {
    width: 150%;
}

.learn a span {
    font-size: 1rem;
    color: #928786;
}

/* İkonlar için ortak stiller */
.learn i {
    position: absolute;
    right: 20px;

    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    cursor: pointer;
}

.learn #learn-1 {
    opacity: 0;
    transform: translateX(40px);
    pointer-events: none;
}

.learn #learn-2 {
    opacity: 1;
    transform: translateX(20px);
}



/* ARTI ikonunu gizle */
.learn:hover #learn-2 {
    opacity: 0;
    transform: translateX(0px);
}

.learn:hover #learn-1 {
    opacity: 1;
    transform: translateX(20px);
    pointer-events: auto;
}


/*------------Long -----------*/

.long {
    width: 100%;
    height: auto;
    position: relative;
}

.long-style {
    display: flex;
    background-color: #d7b17d;
}

.long-up,.long-down{
    width: 50%;
    display: flex;
}

.long-text1,
.long-text2 {
    width: 55%;
}

.long-img1,
.long-img2 {
    width: 45.1%;
}
.long-img1 img,.long-img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-long {
    position: relative;
    color: #d7b17d;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80%;
    margin: 0 auto;
}

.text-long h2 {
    font-size: 1rem;
    margin: 0;
}

.text-long .sa {
    font-size: 2.5rem;
}

.text-long .p-2 {
    margin-top: .4rem;
}

.text-long .p-2 {
    font-size: 1.4vw;
}

.text-long .long-buton {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
}

.long-buton a {
    position: relative;
    display: flex;
    border: 1px solid #d7b17d;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
}

.long-buton a span {
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
    color: #d7b17d;
    padding: 15px 42px;
    left: 0;
}
.long-buton:hover a span {
    left: -10px;
}

.long-buton i {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    color: #d7b17d;
    margin: 16px 0 15px 10rem;
}

.long-buton:hover i {
    opacity: 1;
    margin-left: 12rem;
}
/*==== Burada Kaldın===========*/


/*---------------- Mesmer -----------*/

.mesmer {
    position: relative;
    width: 100%;
    padding: 5rem 0 0 0;
}

.mesmer-body {
    max-width: 1440px;
    padding: 0 1rem;
    margin: 0 auto;
}

.mesmer-text-body {
    position: relative;
    width: 100%;
}

.mesmer-up-text {
    font-size: 2rem;
}

.mesmer-up-text h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #d7b17d;
}

.mesmer-down-text {
    margin-top: 1rem;
    color: #928786;
}

.mesmer-down-text p {
    font-weight: 400;
    font-size: 1.2rem;
    word-spacing: 2px;
}


.mesmer-img-body {
    width: 100%;
    margin-top: 1.5rem;
    display: block;
    position: relative;
}

.mesmer-body-img {
    position: relative;
    display: flex;
    gap: 10%;
}

.mesmer-img-left {
    display: flex;
    width: 60%;
}

.mesmer-img-left img {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 70%;
    height: 100%;
}

.mesmer-img-right {
    width: 30%;
    position: relative;
    margin-bottom: -1vh;
}
.mesmer-img-right .swipper-slide-img{
    height: 28rem !important;
}
.mesmer-body-img .swiper-slide{
    width: 100% !important;
}

.mesmer-img1,
.mesmer-img2,
.mesmer-img3 {
    width: 100%;
    height: 30vw;
    object-fit: cover;
    transition: opacity 0.5s ease;
    overflow: hidden;
}
.mesmer-img1 img,.mesmer-img2 img,.mesmer-img3 img{
    transition: opacity 0.5s ease;
    height: 80%;
}
.gorsel-mesmer1{
    opacity:1;
}
.gorsel-mesmer2{
    height: 85%;
    opacity:0;
}
.swiper-slide:hover .gorsel-mesmer1{
    opacity:0;
}
.swiper-slide:hover .gorsel-mesmer2{
    opacity: 1;
}


.mesmer-text {
    position: relative;
    margin-top: 2vh;
}

.mesmer-text-h4 {
    position: relative;
    margin-bottom: 1vh;
}

.mesmer-text-h4 a {
    text-decoration: none;
    font-size: 1rem;
    color: black;
    font-weight: 400;
}

.mesmer-text span {
    margin-top: 4vh;
    font-weight: 500;
}

.mesmer-button {
    position: absolute;
    display: inline-block;
    width: 95%;
    height: 2.5rem;
    background-color: black;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 2.5%;
    bottom: 3.9rem;
    right: 0;
    border-radius: 30px;
    border: 1px solid black;
    transition: all .2s ease;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.swiper-slide:hover .mesmer-button {
    bottom:22%;
    opacity: 1;
    visibility: visible;
}

.mesmer-button i {
    position: absolute;
    opacity: 0;
    left: 80%;
    transition: all 0.3s ease;
    color: white;
}

.mesmer-button:hover i {
    opacity: 1;
    left: 90%;
}

.mesmer-button span {
    position: relative;
    transition: all 0.3s ease;
    left: 0;
}

.mesmer-button:hover span {
    left: -5%;
}
.swiper_pagination_conum{
    position: relative !important;
    margin-top: 25px;
}

/*------------------- FOOTER ----------------------------------------*/
.footer {
    position: relative;
    display: block;
    background-color: #928786;
    color: white;
    padding: 3rem 1rem;
    border-bottom: 0.1rem solid white;
    top: 5rem;
}

.container {
    display: block;
    width: 100%;
    max-width: 144rem;
    padding: 0 3.2rem;
    margin: 0 auto;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}

.footer-texts {
    position: relative;
   /* margin-bottom: 4rem;*/
    margin-bottom: 1rem;
    width: 11rem;
}

.footer-texts .footer-arda {
    display: block;
}
.footer-arda img{
    width: 150px;
}

.footer-texts .footer-entry {
    position: relative;
    margin: 2rem 0 0 0;
}

.footer-ul {
    padding-left: 0;
    display: flex;
    flex-flow: row;
    list-style: none;
}

.footer-ul li {
    margin-right: 1.2rem;
}
.footer-texts ul li a{
    color: white;
}

.footer-ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6rem;
    font-size: 1.5rem;
    color: white;
    transition: all 0.5s ease;
    cursor: pointer;
}

.footer-ul li i:hover {
    color: rgb(194, 194, 194);
}

.footer-text-h6 {
    font-weight: 300;
    font-size: 1rem;
}

.footer-entr-text {
    padding-left: 0;
    flex-flow: row;
    list-style: none;
    margin-top: 1.3rem;
}

.footerli {
    margin-top: 0;
}

.footerli a {
    text-decoration: none;
    color: currentColor;
    display: inline-block;
}

.footer-li-numberto {
    list-style: armenian;
}

.haric {
    transition: all 0.5s ease;
    border-bottom: 1px solid white;
}

.haric:hover {
    border-bottom: 0 solid white;
}

.h3 {
    margin: 1.3rem 0 1rem 0;
    font-size: 1rem !important;
}

.e-mail {
    margin-bottom: 0;
    width: 17rem;
}

/* Eklenecek CSS Kodları */

.form-container {
    margin-top: 20px;
    width: 100%;
    /* Genişliği biraz artırıyoruz */
    max-width: 480px;
}

/* Ana Form Konteyneri */
.subscribe-form {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    /* BUTONU İÇERİDE KONUMLANDIRMAK İÇİN BU GEREKLİ */
    position: relative;
}

.subscribe-form.error {
    border-color: #ff6b6b;
}

/* E-posta Giriş Alanı */
.subscribe-input {
    flex-grow: 1;
    border: none;
    background: transparent;
    outline: none;
    padding: 10px 20px;
    color: white;
    font-size: 12px;
    /* METNİN BUTONUN ALTINA GİRMEMESİ İÇİN SAĞ TARAFA BOŞLUK VERİYORUZ */
    padding-right: 150px;
}

.subscribe-input::placeholder {
    color: #a2c4bf;
    opacity: 1;
}

/* Abone Ol Butonu */
.subscribe-button {
    display: flex;
    border: none;
    background-color: white;
    color: #928786;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;

    /* BUTONU FORMUN İÇİNE ALIP SAĞA YASLIYORUZ */
    position: absolute;
    right: 8px;
    /* Sağdan 8px boşluk bırak */
    top: 50%;
    transform: translateY(-50%);
    /* Dikey olarak tam ortala */
}

.subscribe-button i {
    position: absolute;
    display: inline-block;
    left: 60%;
    opacity: 0;
    transition: all 0.5s ease;
}

.subscribe-button:hover i {
    left: 80%;
    opacity: 1;
}

.subscribe-button:hover {
    background-color: #f0f0f0;
}

.subscribe-button p {
    position: relative;
    left: 0;
    transition: all 0.5s ease;
    margin: 0;
}

.subscribe-button:hover p {
    left: -10%;
}

/* Hata Mesajı */
.error-message {
    color: #ff6b6b;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 5px;
    display: none;
    align-items: center;
    gap: 8px;
}

.error-message.show {
    display: flex;
}

.error-message .fa-circle-info {
    font-size: 16px;
}

.footer-down {
    position: relative;
    display: block;
    padding: 3.2rem;
    background-color: #928786;
    top: 5rem;
    height: 12rem;
}

.footer-down-text {
    position: relative;
    color: white;
    justify-content: space-between;
    display: flex;
    align-items: center;
    text-align: center;
}

.footer-down-imgs img {
    width: 2.5rem;
    height: 1.5rem;
    margin: 0.5rem;
    border-radius: 5px;
}
.nav__toggle {display: none;}
.nav__toggle i,.nav__close i{
    display: none;
}
.show-menu{
    left: 0;
}
.pack-mobile{
    display: flex;
    position: fixed;
    width: 520px;
    max-width: 520px;
    min-width: 320px;
    top: 0;
    right: -150%;
    height: 100vh;
    background-color: #928786;
    padding: 0 1rem;
    transition: right 0.5s;
    z-index: 1003 !important;
    flex: 1;
    flex-direction: column;
}
.pack-up{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 0.01rem solid white;
    margin-bottom: 1vh;
    height: 10vh;
}
.pack-up p{
    font-size: 1.9rem;
}
.pack-up button{
    position: relative;
    width: 2.5rem;
    height: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.pack-up button i{
    font-size: 2rem;
    color: white;
    border-radius: 20px;
}

/*==============CART MENU?????====================*/
.dropdown_menu_header{
    width: 100%;
    height: auto;
}
.header_cart_section_menu{
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow-x: hidden;
    height: 90vh;
}
.header_cart_menu{
    padding-bottom: 0.6rem !important;
    margin-bottom: 1rem !important;
}
.header_section_cart{
    height: 11rem !important;
}
.header_body_media{
    min-width: 30% !important;
    max-width: 30% !important;
}
.header_body_texts{
    width: 70% !important;
    height: 100% !important;
    display: grid !important;
    padding-right: 0 !important;
    justify-content: normal !important;
}
.header_body_text{
    padding-right: 0 !important;
    gap: 0.3rem !important;
}
.header_cart_section_menu .product_cart_section{
    display: flex;
}
.header_cart_section_menu .cart_body_media{
    width: 30%;
    max-width: 30%;
}
.header_cart_section_menu .cart_body_texts{
    width: 70%;
    display: block;
}
.header_cart_section_menu .detail_container_add{
    width: 9rem;
    height: 2rem;
    margin: 0;
}
.header_cart_section_menu .cart_body_fiyat{
    text-align: left;
}
.header_cart_section_menu .cart_body_sil,.header_cart_section_menu .cart_body_fiyat,.header_cart_section_menu .detail_container_add,.header_cart_section_menu .cart_body_text{
    margin-bottom: 0.7rem;
}
.header_cart_section_menu .header_button{
    height: 6.5vh !important;
}

.cart_head{
    color: white !important;
    order: 1;
}
.cart_head_text{
    font-size: 1rem !important;
}
.cart_id{
    font-weight: 350;
}
.cart_id_2{
    font-size: 0.9rem;
    order: 3;
}
.header_sayac{
    order: 4;
}
.header_container_add{
    width: 6rem !important;
    height: 2rem !important;
    background-color: #35736c !important;
}
.header_add_remove{
    padding: 0.2rem !important;
}
.header_button_input{
    color: white;
}
.header_body_fiyat{
    text-align: left !important;
    order: 2;
}
.header_sil{
    order: 5;
}
.header_remove{
    color: white !important;
}
.header_cart::before{
    background-color: white !important;
}
.header_section_checkout{
    padding: 3vh 0 2vh 0;
}

.header_checkout_buttons{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header_button{
    background-color: white !important;
    color: black !important;
    width: 49% !important;
    height: 3.5rem !important;
    max-height: 50px;
}
.header_button i {
    color: black !important;
}
.accept_button_header{
    padding-bottom: 1vh;
    height: 25vh;
}



.pack-down{
    height: 30vh;
    display: block;
    align-items: center;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-drawer__empty {
    height: calc(100% - 10rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;
}
.h5{
    font-size: 1.6rem;
}
.cart-drawer__empty-actions{
    margin-top: 1.5rem;
}
.cart-drawer__empty-actions .learn span{
    color: white;
}
.cart-drawer__empty-actions .learn a::before{
    background-color: white;
}
.mobile-show-menu{
    right: 0;
}
.cart_form_padding{
    padding: 0 12px;
    width: auto !important;
 }
.cart_padding{
    padding: 0 1.2rem !important;
}
/*.box-address{
    display: none;
}*/


/*
================================================
==============Collections ======================
================================================
*/
.collections {
    position: relative;
    top: 6rem;
    display: block;
    width: 100%;
    height: auto;
}

/*=========Text=============*/
.collection-text {
    padding: 3rem 0;
    display: grid;
    text-align: center;
}

.collection-text h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

.collection-text h1 {
    font-size: 3rem;
    font-weight: 400;
}

/*================Body================*/
.collections-body {
    position: relative;
    padding: 1rem 0;
    width: 100%;
    height: auto;
}

.collections-main {
    padding: 0 3rem;
    width: 100%;
}

.collections-ul {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 100%;
}

.collections-li {
    border-radius: 20px;
    padding: 0 0 1rem 0;
}

.collections-img {
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 80%;
    overflow: hidden;

}

.collections-img img {
    width: 100%;
    height: 100%;


    transition: transform 0.5s ease;
}

.collections-img img:hover {
    transform: scale(1.2);
}

.collection-img-text {
    padding: 1rem;
    position: relative;
    display: block;
}

.img-text-h4 {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-text-h4 h4 {
    font-size: 1.1rem;
}

.img-text-h4 a {
    color: black !important;
    font-weight: 400;
}

.collections-learn a span {
    font-size: 0.9rem;
}

.collections-learn a:hover::before {
    width: 120% !important;
}

/*============button========*/
.collection-button {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.button-collection {
    padding: 4rem 2rem;
    margin-bottom: 4rem;
}

.collection-button-ul {
    display: flex;
    position: relative;
    gap: 10px;
    max-width: 280px;
    margin: auto;
}

.collection-button-span h3 {
    padding: 1rem 1.5rem;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.collection-button-span h3 i {
    font-weight: 300;
}

.collection-button-span:hover h3 {
    background-color: #a9a9a9;
}

.collection-button-span:focus h3 {
    border: 1px solid rgb(231, 231, 231);
}

/*
======================================
=================Earings==============
======================================
*/
.earings-header{
    margin-top: 4rem;
    background-color: #928786;
    color: white;
    text-align: center;
}
.earing-header-text{
    padding: 5rem 0;
}
.earing-header-text h1{
    font-weight: 400;
}
/*=====conum===*/
.earings-conum{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
}
.earings-container{
    padding: 1.5rem 0;
}
.earings-inline-container{
    padding: 0 3rem;
}
.earings-inline-h4{
    color: #8c8c8c;
    font-size: 0.9rem;
}
.earings-inline-h4 a{
    color: #d9d9d9 !important;
    transition: all 0.5s ease;
}
.earings-inline-h4 a:hover{
    color: black !important;
}
/*==Filter==*/
.earings-filter{
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.filter-container{
    justify-content: right;
    display: flex;
}
.filter-left{
    display: block;
    position: relative;
}
.filter-text{
    display: flex;
    gap: 0.7rem;
}
.filter-text i{
    font-size: 1.4rem;
}
.filter-text h4{
    font-size: 1.2rem;
    font-weight: 400;
}
.filter-text h5{
    padding: 0.2rem 0;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
}

/*==Filter==*/
.earings-filter {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.filter-left {
    display: block;
    position: relative;
    cursor: pointer;
}

.filter-text {
    display: flex;
    gap: 0.7rem;
    align-items: center;
}

.filter-text i {
    font-size: 1.4rem;
    transition: transform 0.5s ease;
}
.filteri{
    transform: rotate(-180deg);
}

.filter-text h4 {
    font-size: 1.2rem;
    font-weight: 400;
}

.filter-text h5 {
    padding: 0.2rem 0;
    font-size: 0.9rem;
    font-weight: 400;
}

/*=============Filter Right Best Selling===========*/
.filter-right-open{
    position: absolute;
    visibility: hidden;
    background-color: white;
    top: 9.04rem;
    right: -3rem;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
}
.filter_price_opens{
    visibility: visible !important;
    top: 3.03rem !important;
    opacity: 1 !important;

}
/*==FİLTRENİN AÇILIP KAPANMASINI AYRARLA*/
.filter-right-ul{
    padding: 0.5rem 3rem;
}
.filter-right-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    border-bottom: .1rem solid gray;
    transition: padding-left 0.5s ease-out;
    width: 13rem;
}

.filter-right-li a{
    position: relative;
    color: black;
    margin: 1.25rem 0 1.25rem 0;
    transition: margin-left 0.5s ease;
}
.filter-right-li a:hover{
    margin-left: 1rem;
}
.filter-right-li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: black;
    bottom: -0.2rem;
    left: 0;
    transition: width 0.4s;
}

.filter-right-li a:hover::before {
    width: 100%;
}
.filter-right-li a:focus{
    border-bottom: 1px solid black;
    margin-left: 0;
}
.filter-right-li a:focus::before{
    width: 0;
}



/*
==================================
========Hakkimizda================
=================================
*/
.page-title-banner{
    position: relative;
    padding: 4rem;
    background-color: #928786;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: white;
    order: 1;
}
/*
.contact-container{
    margin-top: 6rem !important;
}
 */
.iletisim-child-header h3{
    color: #d7b17d;
}
.page-image{
    margin-top: 4.5rem !important;
    height: auto;
    display: flex;
    flex-direction: column;
}
.page-image img{
    order: 2;
}
.page-icerik{
    padding: 2rem 10%;
    font-size: 1.3rem;
    color: #928786;
}
.contact_bize_ulasin_div{
    background-color: #928786;
    border-radius: 20px;
}
.contact_header_img{
    padding-top: 0 !important;
    height: auto;
}
/*.text-center{
    display: none;
}*/
.contact_header_img .write{
    position: absolute;
    bottom: 50%;
    margin-left: 0;
    width: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    padding-left: 0;
}

.hakkimizda-images-body{
    position: relative;
    display:block;
    width: 100%;
}
.hakkimizda-images{
    position: relative;
    display: flex;
    width: 100%;
}
.images-center{
    position: relative;
    overflow: hidden;
    width: 50%;
}
.images-center img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
/*======================2==============*/
.section_wrapper{
    position: relative;
    display: block;
    padding:4rem 0;
}
.hakkimizda-acik{
    position: relative;
    display: flex;
    max-width: 90rem;
    padding:0 3rem;
    margin: 0 auto;
}
.hakimizde-texts2{
    display: block !important;
}
.hakkimizda-acik-text{
    position: relative;
    display: block;
    padding:1rem 0 0 0;
}
.hakkimizda-acik-text p{
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    margin-top: 1rem;
    line-height: 2rem;
}
/*==========3=========*/
.hakimizda-autocreate{
    background-color: #ffffff;
}
/*=========4==========*/
.hakkimizda_orta_images{
    position: relative;
    display: block;
    width: 100%;
}
.images-twos,.images-twos img{
    width: 100%;
}
/*==========5============*/
.hak-green{
    background-color: #074a42;
    color: white;
}

.sirket2 span {
    animation-delay: 2.5s;
    -webkit-text-stroke-color: white;
}

.sirket3 span {
    animation-delay: 5s;
}

.sirket4 span {
    animation-delay: 7.5s;
    -webkit-text-stroke-color: white;
}
/*================6=================*/
.hakimizde-yellow{
    background-color: #074a42;
    color: white;
}
.hakimizde-yellow span{
    color: white !important;
}
/*=============7=============*/
.sirket_end-auto span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 17s linear infinite;
    font-weight: 500;
}
.sirket5 span {
    animation-delay: 4.25s;
}

.sirket6 span {
    animation-delay: 8.50s;
}

.sirket7 span {
    animation-delay: 12.75s;
}
.sirket8 span {
    animation-delay: 17s;
}
/*=================8===================*/
.twos_images{
    background-color: #f8f7f4;
}
/*=========9============*/
.end-block-body{
    display:grid;
    width: 100%;
}
.sirket_header{
    text-align: center;
}
.sirket_header h2{
    font-size: 2.5rem;
    font-weight: 400;
}
.sirket-body{
    position: relative;
    display:grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
}
.end_block_three{
    display:block;
    padding: 1rem;
    text-align: center;
}
.endblock_img{
    display: block;
    width: 100%;
    max-height: 20rem;
    height: 20rem;
    min-height: 20rem;
}
.endblock_img img{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: cover;
}
.text_p{
    margin: 0.5rem 0 1rem 0;
    font-size: 0.9rem;
    font-weight: 400;
}
.text_h3{
    font-size: 1.6rem;
    font-weight: 350;
}

/*===================================
=======Contacts=======================
======================================
*/
/*========1=========*/
.contacts_header{
    position: relative;
    display: block;
    top: 8vh;
    width: 100%;
    height: 40rem;
    background-color: #074a42;
}
.contacts_header img{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    z-index: 1;
}
.contact_header_texts{
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}
.contact_header_texts p{
    font-size: 1.5rem;
}
.contact_header_texts h2{
    font-size: 3rem;
    font-weight: 400;
}
/*=================================================
==================2=========================
===================================================
 */
.big-login{
    top: 8vh;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
}
.samll-login{
    margin-bottom: 1.6rem;
}
.login-form{
    padding: 0;
}
.login-button-container .d-flex{
    display: none !important;
}
.form-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 66.4rem;
    padding: 0;
    margin: 0 auto;
}
.form-center{
    position: relative;
    padding: 8vh 16vh;
}
.form-head,.form-down{
    text-align: center;
}
.sirket_head{
    text-align: left;
}
.form-head-h1{
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.form-head-p{
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.form-body{
    margin-bottom: 3.2rem;
}
.sirket-bottom{
    border-bottom:1px solid #e3e3e3;
}

.create-login-flex{
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.5rem;
}
.form-row{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1.6rem;
}
.fieald{
    position: relative;
}
.field__label{
    margin-bottom: 1rem;
}
.form-input-wrapper{
    position: relative;
}
.form-input-wrapper input{
    margin-top: 1rem;
    width: 100%;
    height: 6vh;
    border-radius: 30px;
    padding: 0 2rem;
    border: 1px solid rgb(228, 228, 228);
    background-color: rgb(245, 245, 245);
    transition: border-color 0.3s ease;
}
.sirket_textarea{
    margin-top: 1rem;
    width: 100%;
    min-height: 10rem;
    max-height: 100rem;
    border-radius: 30px;
    padding: 1rem 2rem;
    border: 1px solid rgb(228, 228, 228);
    background-color: rgb(245, 245, 245);
    transition: border 0.3s ease;
    font-size: 1rem;
    color: #333; /* Yazı rengi */
    field-sizing: content;
    overflow: hidden;
    resize: vertical;
}
.field-i{
    color: black;
    text-decoration:underline;
    font-weight: 900;
}
.field-i i{
    font-weight: 400;
    margin-right: 5px;
}
.field-i:hover{
    text-decoration: none;
}
.form__actions{
    width: 100%;
    height: 5rem;
    position: relative;
    margin-top: 2rem;
}
.form-button{
    position: relative;
    width: 100%;
    height: 3.5rem;
    background-color: black;
    color: white;
    border-radius: 30px;
    border: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.form-button span{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    font-size: 1rem;
    transition: all 0.5s ease;
}
.sirket_button{
    width: 15rem;
}
.form-button:hover span{
    left: 40%;
}
.form-button i{
    left: 70%;
    transform: translateX(-50%);
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    font-size: 1rem;
    transition: all 0.5s ease;
}
.form-button:hover i {
    opacity: 1;
    left: 80%;
}

.form-input-wrapper input:focus {
    outline: none;
    border-color: #555;
}

.field__error {
    display: none;
    margin-top: 0.8rem;
    color: #e74c3c;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-input-icon {
    display: none;
    position: absolute;
    right: 2rem;
    top: 60%;
    transform: translateY(-50%);
    color: #e74c3c;
    font-size: 1.8rem;
}

.field--error .form-input-wrapper input {
    border-color: #e74c3c;
    background-color: #fceceb;
}

.field--error .form-input-icon {
    display: block;
}

.field--error .field__error {
    display: flex;
}
.form-down{
    width: 100%;
}
.form-down p{
    color:black;
    font-size: 1rem;
}
.form-down a{
    color: black;
    text-decoration:underline;
    font-weight: 700;
}
.form-down a:hover{
    text-decoration: none;
}
.contact_info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.contact_number{
    width: 40%;
    height: auto;
}
.contact_header{
    margin: 4.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
}
.contact_header h1{
    color: #fff;
    padding: 3rem 0;
    background-color: #928786;
    margin: 0;
}
.contact_header_info{
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0 0.5rem 0
}
.iletisim_bilgileri{
    display: flex;
    position: relative;
    gap: 10px;
    width: 100%;
    height: auto;
}
.bilgi_i{
    font-size: 1.4rem;
    position: relative;
}
.sirket_infos{
    color: black !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.2rem 0;
}
.sirket_map{
    position: relative;
    top: 5.3rem;
}



/*
===============================================
=================Ürün detay?===================
===============================================
*/
.detail-favori-icon{
    display: block !important;
    right: 0;
    text-align: right;
    transform: translateY(-13px);
}
.detail-favori-icon .favori-ekle{
    width: 40px;
    height: 40px;
}
.detail-favori-icon svg{
    font-size: 20px !important;
}
.favori-list{
    padding: 0 0 0 1rem !important;
}



.urun_detail{
    position: relative;
    top: 5rem;
    width: 100%;
}
.detail_padding{
    width: 100%;
    padding: 1rem 4rem;
    height: auto;
    display: block;
}
.detail_main{
    width: 100%;
    display: flex;
}
.detail_img{
    width: 60%;
    position: relative;
    height: auto;
    overflow-x: hidden;
}
.detail_img_detay{
    width: 100%;
    position: sticky;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    height: auto;
}
.detail_images_detay{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    z-index: 1;
}
.detail_img_close_button{
    position: fixed;
    display: block;
    padding: 1rem;
    background-color: #d7d7d7;
    z-index: 1007;
    right: 2rem;
    top: 2rem;
    border-radius: 50px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.detail_img_open_section{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1005;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.detay_görsel_konum{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.detail_images_detay_open{
    position: relative;
    display: inline-block;
    width: auto;
    height: 90%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.acil_acil{
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    z-index: 1010 !important;
}




.detail_aciklama{
    width: 40%;
    height: 100%;
    display: grid;
    padding-left: 1rem;
    position: sticky;
    top: 95px;
}
.detail_container_conum{
    padding: 0;
}
.detail_sale{
    position: relative;
    width: fit-content;
    height: auto;
    margin: 0;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
}
.detail_urun_aciklama_fiyat{
    display: flex;
}
.datails_urun_aciklama{
    width: 50%;
    height: auto;
}
.detail_urun_fiyat{
    width: 50%;
    height: auto;
}
.detail_aciklama_h1{
    font-size: 1.5rem;
    font-weight: 400;
}
.detail_urun_fiyat{
    display: grid;
    column-gap: 0;
    justify-content: flex-end;
}
.detail_fiyat{
    display: flex;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}
.detail_fiyat del{
    font-weight: 400;
}
.vergi{
    justify-content: flex-end;
    display: flex;
}
.detail_yildiz{
    position: relative;
    display: flex;
    align-items: center;
}
.detail_yildiz i{
    color: gold;
    font-size: 1.6rem;
}
.detail_yildiz span{
    margin-left: 1rem;
}
.yorum_yildiz_detay{
    justify-content: center;
}
.display_flex{
    display: flex;
}
.detail_paragraf{
    font-size: 1rem;
    font-weight: 500;
}
.R{
    margin-bottom: 1rem;
}

/*=====================================*/
.detail_name_input{
    width:  100%;
    height: auto;
    display: grid;
    position: relative;
    gap: 1rem;
}
.detail_name_info{
    font-size: 1.1rem;
    font-weight: 400;
}
.field_input_info{position: relative;}
.detail_input{
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    background-color: #e5e5e5;
    border-radius: 20px;
    border: 1px solid white;
    transition: border .5s ease;
    cursor: pointer;
}
.detail_input.error {
    border: 1px solid red;
}
/*=========================*/
.detail_container_add{
    position: relative;
    display: flex;
    width: 7rem;
    height: 3.4rem;
    background-color: #e5e5e5;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}


.detail_button_input{
    display: flex !important;
    width: 3.5rem !important;
    height: 100% !important;
    background-color: transparent !important;
    text-align: center !important;
    border: 0 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 10px !important;
}
.cetail_add_remove{
    font-size: 1.2rem;
    font-weight: 500;
}
/*==========================*/
.detail_stock{
    width: 100%;
    position: relative;
    display: grid;
    gap: 1rem;
}
.info_stock{
    color: #d7b17d;
}
.stock_bar_detail{
    width: 100%;
    height: 0.5rem;
    border: 1px solid #595d00;
    border-radius: 30px;
}
.stock_bar_detail:after{
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    left: 0;
    background-color: #727574;
}
/*============================*/
.detail_buttons{
    display: grid;
    position: relative;
    gap: 1.5rem;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.detail_button{
    position: relative;
    display: grid;
    width: 100%;
    height: 3.5rem;
    border: 0;
    border-radius: 30px;
    background-color: #d7b17d;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.detail_button2{
    background-color: transparent;
    color: #d7b17d;
    border: 1px solid #d7b17d;
}
.detail_button2 i{
    color: #d7b17d;
}
.white_background{
    position: fixed;
    background-color: rgba(255,255,255,0.5);
}
.beyaz_form_konum{
    background-color: white;
    top: 20%;
    max-width: 70%;
    max-height: 75%;
    height: auto;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 10px;
}
.white_bottom{
    border-bottom: none;
}
.arkasi_beyaz_header{
    position: relative;
    top: 0;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.arkasi_beyaz_h4{
    font-size: 1.5rem;
    font-weight: 400;
}
.beyaz_arka_icon{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
    padding: 0.3rem;
}
.white_message_box{
     display: flex;
     gap: 5%;
 }
.white_input{
    grid-template-columns: repeat(1, 1fr);
}
.white_label_style{
    width: 47.5%;
}



/*=============================*/
/* Her bir ana akordeon bölümü (div) */
.detail_section {
    width: 100%; /* Akordeonun maksimum genişliği */
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e9ecef;
}

/* Ana Akordeon Başlığı (DIV) */
.detail-header-main {
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1rem; /* Biraz daha büyük başlık fontu */
    transition: all 0.5s ease-in-out;
}

/* Başlık ikon (artı işareti) */
.detail-header-main .detail_icon {
    font-size: 24px;
    line-height: 1;
    margin-right: 15px;
    transition: all 0.5s ease-in-out;
}

/* Başlık aktif olduğunda ikonun dönüşümü */
.detail_section.active .detail-header-main .detail_icon {
    transform: rotate(45deg); /* Artıyı çarpıya çevir */
}

/* Akordeon İçeriği (Alt Maddeleri Barındıran DIV) */
.detail_content_main {
    max-height: 0; /* Başlangıçta gizli */
    overflow: hidden; /* Taşmayı engeller */
    transition: all 1s ease-in-out; /* Animasyon geçişi */
    padding: 0 25px; /* Yatay padding, dikey padding başlangıçta sıfır */
    box-sizing: border-box;
    background-color: #ffffff;
}

/* Akordeon içeriği aktif olduğunda */
.detail_section.active .detail_content_main {
    max-height: 500px; /* İçerik yüksekliğine göre ayarlanmalı (içinde liste var) */
}

/* İçerikteki liste (alt maddeler) */
.detail_content_main ul {
    list-style: initial !important; /* Varsayılan liste stilini koru (madde işaretleri) */
    padding: 1rem 0.5rem; /* UL'nin varsayılan sol padding'ini sağlar */
    margin: 0; /* Üst/alt margin'i sıfırla */
}
.detail_content_main ul span {
    font-size: 1.4rem;
    font-weight: 400;
}

/* İçerikteki liste maddeleri (li) */
.detail_content_main ul li {
    list-style: initial;
    padding: 5px 0; /* Madde içeriği için dikey boşluk */
    color: black;
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20%; /* SADECE BU LI'LERE SOLDAN %20 BOŞLUK */
    box-sizing: border-box;
}
.detail_fantasy{
    width: 100%;
    height: auto;
}

.detail_swiper_slide {
    width: 50% !important;
    padding: 0.5rem;
    height: auto !important;
    margin-right: 0 !important;
}
.detail_swiper_h2{
    font-size: 1.5rem;
    font-weight: 400;
}
.detail_slide_img{
    width: 100%;
    height: 20rem;
}
/*======================================*/
.fantasy_detail_p{
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.details_fantasy{
    margin: 0;
}
.detail_checkout{
    position: relative;
    display: block;
    padding: 1.5rem 2rem;
}
.checkout_detail_body{
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 60rem;
    padding: 1rem 2rem;
    margin: 0 auto;
    height: auto;
}
.detail_musteri{
    border-bottom: 1px solid #575757;
}
.detail_checkout_text{
    padding-top: 2rem;
    width: 30%;
    height: auto;
    position: relative;
}
.checkout_p{
    font-size: 1rem;
    font-weight: 400;
}
.checkout_h2{
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 1rem;
}
.detail_checkout_images{
    width: 100%;
}

.detail_collection_ul{
    grid-template-columns: repeat(1, 1fr);
}
.musteri_yorum{
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.musteri_yorum_baslik{
    position: relative;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    width: 100%;
}
.yorum_yapmak{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}
.yorum_yildiz{
    position: relative;
    display:flex;
    width: 50%;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.yorum_yildiz i{
    font-size: 1.5rem;
}
.toplam_yorum{
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
}
.yorum_button{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.yorum_button_a{
    padding: 0.7rem 3rem;
    background-color: transparent;
    border: 1px solid #928786;
    transition: all 0.5s ease;
    color: #928786;
    cursor: pointer;
}
.yorum_button_a:hover{
    background-color: #928786;
    border-color: gold;
    color: white;
}
.starrating > input{
    display: none;    
}
.starrating > input:checked ~ label{
    color: gold;
}
.starrating > label:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-size: 50px;
    font-family: FontAwesome;
    display: inline-block;
}
/*=====================Yorum===Kisi======================*/
.musteri_yorum_container{
    position: relative;
    display: block;
    width: 100%;
}
.yorum_container,.yorum_kisimi,.kisim_yildiz_profil{
    display: block;
}
.yorum_container{
    padding: 2rem 1rem;
}
.yildiz_tarih_section{
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.2rem 0;
}
.yildiz_section{
    display: inline-flex;
}
.yildiz_section i{
    font-size: 1.2rem;
}
.yorum_tarih{
    font-size: 0.9rem;
    color: #7b7b7b;
}
.profil_section{
    display: flex;
}
.profil_foto{
    position: relative;
    display: block;
}
.profil_foto img{
    width: 40px;
    height: 40px;
    display: inline-block;
}
.profil_username{
   /* padding: 0 0.5rem;*/
    font-weight: 500;
    color: #928786;
}
/*--------------*/
.kisim_yorum_bar{
    display: block;
    width: 100%;
}
.kisim_yorum_bar div{
    padding: 0.5rem 0;
}
.baslik_yorum{
    font-weight: 500;
}
.yorum_aciklama{
    font-weight: 400;
}
.yorum_yok{
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: grid;
}

/*===========================*/
.detail_yorum_container{
    position: relative;
    display: block;
    max-width: 620px;
    width: 620px;
    max-height: 0;
    padding: 0 1rem;
    margin: 0 auto;
    transition: all 0.5s ease;
    overflow: hidden;
}
.detail_menu_section_form{
    max-height: 1300px;
    margin: 3rem auto;
    width: 100%;
    border-bottom: 1px solid black;
}
.review-container {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
}
.review-container h2 {
    position: relative;
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
.rating {
    text-align: center;
    margin-bottom: 20px;
}
.rating span {
    font-size: 40px;
    color: #ccc;
    cursor: pointer;
    margin: 0 5px;
}
.rating span.active,
.rating span:hover {
    color: #ffc107; /* Gold color for active/hover stars */
}
.picture-upload {
    text-align: center;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.picture-upload svg {
    width: 50px;
    height: 50px;
    color: #bbb;
    margin-bottom: 10px;
}
.picture-upload p {
    color: #888;
    margin: 0;
}
.name-display {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.name-display label {
    margin-right: 10px;
}
.name-display span {
    color: #007bff; /* Blue for "John Smith" */
    font-weight: normal;
}
.name-display select {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #007bff;
    cursor: pointer;
    outline: none;
}
.privacy-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-top: 25px;
    text-align: center;
}
.privacy-text a {
    color: #007bff;
    text-decoration: none;
}
.privacy-text a:hover {
    text-decoration: underline;
}
.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    background-color: #928786;
    transition: background-color 0.3s ease;
}
.buttons button:hover{
    background-color: #5d5655;
}
.buttons button:focus{
    background-color: #000000 !important;
}
.buttons .cancel-btn {
    display: none;
    background-color: white;
    color: #333;
    border: 1px solid gold;
}
.buttons .cancel-btn:hover {
    border-color: goldenrod;
    color: white;
}
.buttons .submit-btn {
    background-color: #074A42; /* Green for submit */
    color: white;
}
.buttons .submit-btn:hover {
    background-color: #17695f;
}

/*=========================================================================
==================================Main Cart================================
===========================================================================*/
.alert-warning{
    border: none;
    background-color: transparent;
    display: flex;
    padding: 2rem 20px;
    font-size: 1.3rem;
    width: 100%;
    color: black;
}

.main_cart{
    position: relative;
    width: 100%;
    height: auto;
    top: 5rem;
}
.main_cart_padding{
    display: block;
    padding: 5rem 0;
}
.main_container{
    max-width: 85%;
    padding: 1rem 2rem;
    margin: 0 auto;
}
.cart_main{
    position: relative;
    display: grid;
    gap: 2rem;
    width: 100%;
    height: auto;
}
.cart_body{
    width: 100%;
    display: grid;
}
.cart_body_head{
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 0 0 2rem 0;
    margin: 0 0 1rem 0;
    border-bottom: .1rem solid #e9e9e9;
}
.cart_body_body_cart{
    display: flex;
    width: 100%;
    height: auto;
}
.cart_button_input{
    text-align: center;
}
.cart_info_h1{
    font-size: 2rem;
    font-weight: 400;
    display: inline-block;
    color: #d7b17d;
}
.cart_body_button{
    display: grid;
    position: relative;
    max-width: 15rem;
    height: 3rem;
    border: 1px solid #928786;
    color: #d7b17d;
}
.cart_body_button i{
    color: #d7b17d;
    top: 50%;
    transform: translateY(-50%);
}
/*=============================================================*/
.cart_body_body{
    border-bottom: .1rem solid #e9e9e9;
}
.cart_body_main{
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
}
.cart_body_media{
    min-width: 15%;
    max-width: 15%;
    height: 100%;
}
.cart_body_media_a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.cart_body_media_a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease;
}
.cart_body_media_a:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
}
.cart_body_media_a img{
    display: inline-block;
    width: 80%;
}
.cart_body_texts{
    display: flex;
    justify-content: space-between;
    padding:0 1rem;
    width: 85%;
}
.cart_body_text{
    padding-right: 1rem;
    display: block;
    flex: 1;
}
.cart_body_text_head{
    color: black;
}
.cart_body_text_head:hover{
    color: #d7b17d;
}
.cart_text{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 350;
}
.cart_body_fiyat{
    padding-right: 1rem;
    text-align: right;
    flex: 1;
}
.cart_fiyat{
    font-size: 1.1rem;
    font-weight: 500;
    color: #928786;
}
.cart_body_sil{
    padding: 0 1rem 0 0;
    text-align: right;
}
.cart_remove{
    color: #d7b17d;
    position: relative;
    display: inline-block;
}
.remove_cart{
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
}
.remove_cart::before{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    background-color: #d7b17d;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
}
.remove_cart:hover::before{
    width: 100%;
}
.product_cart_section{
    display: flex;
    width: 100%;
}
/*===============================================*/
.cart_leg{
    position: relative;
    display: block;
    width: 100%;
}
.cart_gap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cart_order_message,.cart_leg_fatura{
    display: block;
    position: relative;
    width: 100%;
}
.leg_order_not{
    width: 100%;
    height: auto;
    display: block;
    font-size: 1rem;
    font-weight: 450;
}
/*====*/
.leg_fatura_fiyat{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}
.leg_fatura_ürün{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin: 0 0 1vh 0;
}
.fatura-text{
    font-size: 1.1rem;
    font-weight: 500;
}
.fatura-fiyati{
    font-size: 1rem;
    font-weight: 400;
}
.leg_p{
    display: block;
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 3vh;
}
.leg_button{
    background-color: black;
}
.leg_cart_icon{
    display: block;
    opacity: 1 !important;
    left: -1.5rem !important;
}
/*--------*/
.leg_fatura_kabul_ediyoruz{
    display: block;
    margin: 1.5rem 0 0 0;
    width: 100%;
    height: auto;
}
.kabul_p{
    font-size: 1rem;
    margin: 0 0 1rem 0;
}
.cart_frima img{
    box-shadow: 0 0 2px black;
}
.cart_products_tr{
    display: block;
    width: 100%;
}
.cart_products_tr td{
    margin-bottom: 1rem;
    display: flex;
}
/*=============================================================================================
=======================LOGİN==============================LOGİN================================
================================================================================================*/
/*.gap-2,.account-create-container-text,.mb-3:nth-child(5),.mb-3:nth-child(6),.row:nth-child(6),.row:nth-child(7),.custom-control,.col-md-6:nth-child(1) div:nth-child(4),.iletisim-phone-number,.contact_sss_link_div{
.iletisim-phone-number,.contact_sss_link_div{
    display: none !important;
}*/
.account-create-container-text,.contact_sss_link_div,.iletisim-phone-number{
    display: none;
}

.account-login-container{
    display: grid;
}
.login-container-text{
    text-align: center;
}
.email,.password,.reset_password_div input,.reset-password-out input,.form-control,.form-group input[type="text"], .form-group input[type="email"], .form-group textarea{
    border-radius: 30px !important;
    border: 2px solid transparent !important;
    background-color: #e5e5e5;
    padding: 0.7rem 1rem !important;
}
.email:focus,.password:focus,.reset_password_div input:focus,.reset-password-out input:focus,.form-control:focus,.form-group input[type="text"]:focus, .form-group input[type="email"]:focus, .form-group textarea:focus{
    border-color: black !important;
    outline: none !important;
}
.detail_container_add input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    appearance: none !important;
    margin: 0 !important;
}
.row .col-md-8{
    padding: 0;
}
.row .col-md-4{
    padding: 0;
}

.login-button-container{
    flex-direction: column-reverse !important;
}
.login-button-container button,.reset_password_div button,.reset-password-out-button,.btn-submit,.error-title-text .mt-2,.iletisim-button-container button{
    border-radius: 30px !important;
    background-color: #928786 !important;
    border: .1rem solid #928786;
    color: white !important;
    transition: all .5s ease;
}
.iletisim-button-container:hover button{
    background-color: #5b5453 !important;
    border: .1rem solid #5b5453;
}
.login-button-container button{
    padding: 15px 100px !important;
}
.login-button-container button:hover,.reset_password_div button:hover,.reset-password-out-button:hover,.btn-submit:hover,.error-title-text .mt-2:hover{
    border-color: black !important;
    background-color: black !important;
    color: white !important;
}
.login-button-container button svg{
    left: 40% !important;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.login-button-container button:hover svg{
    left: 50% !important;
    opacity: 1;
    visibility: visible;
}
.login-button-container a{
    color: black !important;
    font-size: 15px !important;
}
.login-button-container a:hover{
    text-decoration: none;
}
.my-5{
    margin-top: 0 !important;
}
.account-create-container{
    flex-direction: inherit;
    justify-content: center;
    width: 100% !important;
    padding: 0;
    top: 16px;
}
.account-create-container-button button{
    padding: 0;
    color: black !important;
    background-color: transparent;
    border: 0 !important;
    text-decoration: underline;
}
.account-create-container-button button:hover{
    text-decoration: none;
}
/*.row{
    display: grid;
}*/
.col-lg-12 form,.mb-5{
    position: relative;
    margin: 0 auto !important;
    padding: 0 10px;
    max-width: 550px;
}
.mb-5{
    max-width: 640px !important;
}
.col-lg-12,.col-7{
    width: 100% !important;
}
.col-md-6,.row-gap-4{
    width: 100%;
}
.col-md-6 {
    padding-right: 0;
}
.col-md-6:nth-child(1) .row{
    width: 100%;
    display: flex;
    padding: 0;
    margin-left: 0.05rem;
}
.col-md-6:nth-child(1) .row .col-md-6:nth-child(1),.col-md-6:nth-child(1) .row .col-md-6:nth-child(2){
    width: 50%;
    padding: 0;
}
.col-lg-12 form .col-md-6:nth-child(2) h5,.col-lg-12 form .col-md-6:nth-child(2) .mt-0{
    display: none;
}
.col-lg-12 form .col-md-6:nth-child(1) h5{
    text-align: center;
    font-size: 2rem;
}
.btn-submit{
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1.3rem;
}
.btn-submit svg{
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s ease;
}
.btn-submit:hover svg{
    opacity: 1 !important;
    visibility: visible !important;
}
.page-content .row button svg{
    color: white !important;
}

/*==================Errror=section=========*/
.error-title-text{
    position: relative;
    display: block;
    align-items: center;
    left: 100%
}
.swal2-styled.swal2-cancel,.basket-register:nth-child(2){
    color: white;
    background-color: #928786 !important;
    transition: all .5s ease;
}

.swal2-styled.swal2-confirm,.basket-register:nth-child(1){
    color: white;
    background-color: #d7b17d !important;
    transition: all .5s ease;
}
.swal2-styled.swal2-confirm:hover,.swal2-styled.swal2-cancel:hover {
    color:white;
    box-shadow:0 0 10px black;
}
/*-----------hesap_bilgilerim------*/
/*.page-content .row{
    display: flex !important;
    width: 100%;
}*/
.justify-content-end button,.btn-send{
    border: 1px solid black;
    background-color: #fcae00 ;
    transition: all .5s ease;
}.justify-content-end button:hover ,.btn-send:hover{
     border: 1px solid #fcae00;
     background-color: black;
 }
.justify-content-end button span,.btn-send{
    color: white !important;
}
.list-group-flush .list-group-item a{
    background-color: transparent !important;
}
.list-group-flush .list-group-item a:hover{
    background-color: transparent !important;
    color: #fcae00 !important;
}
.account-menu a,.page-content .btn-success{
    color: #928786 !important;
    background-color: #fcae00 !important;
    border-color: #fcae00 !important;
}
.account-menu a:hover,.page-content .btn-success:hover{
    color: #fcae00 !important;
    background-color: #928786 !important;
}

.page-content .row .account-menu{
    width: 35%;
}
.row .col-lg-8,.col-md-8{
    width: 65%;
}
.nav.nav-pills .nav-link{
    color: #928786 !important;
    border-color: #928786 !important;
    border-bottom: .1rem solid transparent !important;
}
.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active{
    color: #000000 !important;
    border-color: #000000 !important;
    border-bottom: .1rem solid black !important;
}

.col-lg-4 .summary-cart{
    padding: 15px !important;
}
.cart-inner {
    width: 80% !important;
    margin: 10% auto 0 auto !important;
}
.siparis-ozet-btn{
    border: 1px solid #fcae00 !important;
}
.siparis-ozet-btn:hover {
    color: white !important;
    background-color: #fcae00 !important;
}
/*siparis ---- Adresleri*/
.login-button-container .d-flex{
    display: none;
}
.address-list .item .title{
    border-bottom: 0;
}
#guestUserAddressForm .col-md-4{
    padding: 0;
}
/*====================ozet-kayit-tamamla============*/
.ozet-kayit-tamamla,.btn-address-save,.kayit-olmak-istemiyorum {
    background-color: #d7b17d;
    color: white;
    border: .1rem solid #d7b17d;
    transition: all .5s ease;
}
.ozet-kayit-tamamla:hover,.btn-address-save:hover,.kayit-olmak-istemiyorum:hover {
    background-color: #a08c70;
}

/*===========checkout============*/
.form-group-main .col-lg-6{
    padding: 0 !important;
}
/*============ödeme=tamamlandi=========*/
.modal-title{
    width: 90%;
}

.modal-body .btn-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
}/*
.modal-footer{
    display: none;
}*/

.text-muted a{
    color: #928786 !important;
}

#sortForm select,
option{
    border: none;
}

#sortForm select:focus{
    border: none !important;
}

/*==========================SİPARİŞ SORGULA======================*/
.order-search{
    margin: 10rem auto !important;
    width: 35rem !important;
}
.order-search button{
    background-color: #928786;
    border-radius: 0 100px 100px 0;
    color: white;
    padding: 0 .5rem;
    height: 46.38px;
    margin: 2px 2px 0 0;
}
.order-search button:hover {
    background-color: #5c5353;
    color: #bfbbbb;
}

/*
#paymentCreditCard .CreditCardBox,#paymentCreditCard .form-group-main {
    width: 100%;
}
*/