@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #58c5c7;
}

html::-webkit-scrollbar {
    width: 6px;
    background-color: #58c5c7;
}

html::-webkit-scrollbar-thumb {
    background-color: #000;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
body{
    background-color: white;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
input,
button {
    font-family: 'Poppins', sans-serif !important;
}


header {
    border-bottom: 3px solid #fcb812;
}

header .navbar {
    background-image: url('../img/header.png');
    height: 100px;

}
header .navbar ul li {
    margin: 0 20px;
}
header .navbar ul li a {
    color: white;
}

header .navbar ul li .nav-link:focus,
header .navbar ul li .nav-link:hover {

    color: #fcb812;
}

header .navbar .btn-warning {

    width: 115px;
    color: white;
    font-weight: bold;
}

.slidersection {
    position: relative;
}

.slideralt {
    margin-top: -90px;
    background-image: url('../img/slider-alt-bg.png');
    background-repeat: no-repeat;
    position: relative;
    /* Ortala */
    background-size: 100% 100%;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 1000px;

    padding-top: 120px;
}


.slideralt .cizgi {
    background-image: url('../img/cizgi.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 395px;
}

.slideralt h3 {
    color: white;
    margin: 10px 0;
}

.slideralt .cizgi .solkutu {
    background-image: url('../img/solkutu.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 270px;
}

.slideralt .cizgi .ortakutu {
    background-image: url('../img/ortakutu.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 270px;
    position: relative;
    top: 130px;
}

.slideralt .cizgi .solkutu .aciklama {
    padding: 0 75px;
    padding-top: 25px;

}


.slideralt .cizgi .solkutu .aciklama img {
    margin-bottom: 5px;
}



.slideralt .cizgi .solkutu .aciklama h4 {
    font-weight: 600;
    font-size: 17px;
    color: black;
}

.slideralt .cizgi .solkutu .aciklama hr {
    border: none;
    border-top: 2px solid #000;
    width: 100%;
    opacity: 1;
}


.slideralt .cizgi .solkutu .aciklama p {
    font-weight: 600;
    font-size: 12px;
    color: black;
}



.slideralt .cizgi .ortakutu .aciklama {
    padding: 10px 50px;
}


.slideralt .cizgi .ortakutu .aciklama img {
    margin-bottom: 5px;
}



.slideralt .cizgi .ortakutu .aciklama h4 {
    font-weight: 600;
    font-size: 17px;
    color: black;
}

.slideralt .cizgi .ortakutu .aciklama hr {
    border: none;
    border-top: 2px solid #000;
    width: 100%;
    opacity: 1;
}


.slideralt .cizgi .ortakutu .aciklama p {
    font-weight: 600;
    font-size: 12px;
    color: black;
}



.whitesection {
    background-image: url('../img/whitebg.png');
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 50px;
    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 1000px;
    position: relative;
    margin-top: -90px;
    z-index: -1;
    float: left;
}

.whitesection .basikbg {
    padding-top: 25px;
    background-image: url('../img/baslikredbg.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 105px;
}

.whitesection .basikbg h4 {
    font-size: 40px;
    color: white;
}

.whitesection .owl-carousel {
    display: block !important;
    width: 100% !important;
}

.whitesection .owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
    /* içeriği engellemesin */
}

.whitesection .owl-carousel .owl-nav button.owl-prev,
.whitesection .owl-carousel .owl-nav button.owl-next {
    font-size: 4rem;
    /* Bootstrap gibi büyük */
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    /* tıklanabilir olsun */
    user-select: none;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.whitesection .owl-carousel .owl-nav button.owl-prev:hover,
.whitesection .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}


.whitesection .urun1 {
    margin: 20px 0;
    background-image: url('../img/urun1bg.png');
    background-position: 100% 100%;
    min-height: 835px;
    height: auto;
    border-radius: 70px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whitesection .urun2 {
    margin: 20px 0;
    background-image: url('../img/urun2bg.png');
    background-position: 100% 100%;
    min-height: 835px;
    height: auto;
    border-radius: 70px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whitesection .urun3 {
    margin: 20px 0;
    background-image: url('../img/urun3bg.png');
    background-position: 100% 100%;
    min-height: 835px;
    height: auto;
    border-radius: 70px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whitesection .urun1 .urunaciklama,
.whitesection .urun3 .urunaciklama {
    padding: 20px;
}

.whitesection .urun1 .urunaciklama h4,
.whitesection .urun3 .urunaciklama h4 {
    color: black;
}

.whitesection .urun1 .urunaciklama p,
.whitesection .urun3 .urunaciklama p {

    font-size: 15px;
    font-weight: 300;
    color: black;
}

.whitesection .urun1 .urunaciklama span,
.whitesection .urun3 .urunaciklama span {
    width: 100%;
    display: block;
    font-size: 32px;
    color: black;
    font-weight: 500;
}

.whitesection .urun1 .urunaciklama a,
.whitesection .urun3 .urunaciklama a {
    width: 100%;
    display: block;
    border: 2px solid #000;
    border-radius: 20px;
    color: #a80432;
    text-decoration: none;
    font-size: 22px;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    margin: 25px 0;

}

.whitesection .urun1 .urunaciklama ul,
.whitesection .urun3 .urunaciklama ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whitesection .urun1 .urunaciklama ul li,
.whitesection .urun3 .urunaciklama ul li {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin: 10px 0;


}

.whitesection .urun1 .urunaciklama ul li::before,
.whitesection .urun3 .urunaciklama ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #a80432;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 11px;
    font-weight: bold;
}



.whitesection .urun2 .urunaciklama h4 {
    color: white;
}

.whitesection .urun2 .urunaciklama {
    padding: 20px;
}

.whitesection .urun2 .urunaciklama p {

    font-size: 15px;
    font-weight: 300;
    color: white;
}

.whitesection .urun2 .urunaciklama span {
    width: 100%;
    display: block;
    font-size: 33px;
    color: white;
    font-weight: 500;
}

.whitesection .urun2 .urunaciklama a {
    width: 100%;
    display: block;
    border: 2px solid #fcb812;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    margin: 25px 0;

}

.whitesection .urun2 .urunaciklama ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whitesection .urun2 .urunaciklama ul li {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 10px 0;


}

.whitesection .urun2 .urunaciklama ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #ffb91d;
    color: #990831;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 11px;
    font-weight: bold;
}

.whitesection .ayricaliklar {
    margin: 20px 0;
    margin-top: 50px;
    position: relative;
    height: 240px;
    background: #fcb812;
    border-radius: 40px;
    color: black;
    text-align: center;
    padding: 40px 20px;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.whitesection .ayricaliklar .icona {
    position: absolute;
    width: 90px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90px;
    border: 3px solid #ffffff;
    border-radius: 100px;
    background: #fcb812;


}

.whitesection .ayricaliklar h5 {
    font-size: 20px;
    color: black;
}

.whitesection .ayricaliklar p {
    font-size: 14px;
    color: black;
}



.blogsection {
    background-image: url('../img/whitebg.png');
    background-repeat: no-repeat;

    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 89vh;
    position: relative;

    padding: 20px 0;
    float: left;
}
.blogsection .bigblog {
    margin: 10px 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    height: auto;
    min-height: 461px;
    padding: 25px;
    border-radius: 50px;
}

.blogsection .bigblog img {
    border: 2px solid #fcb812;
    border-radius: 50px;
}

.blogsection .bigblog .aciklama {
    padding: 20px;
    height: 200px;
}

.blogsection .bigblog .aciklama h4 {
    font-size: 18px;
    color: black;

}

.blogsection .bigblog .aciklama p {
    font-size: 14px;
    color: black;

}


.blogsection .bigblog .aciklama a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    font-weight: 500;
    border: 2px solid #fcb812;
    padding: 5px 50px;
    border-radius: 20px;

}


.blogdetailsection {
    background-image: url('../img/whitebg.png');
    background-repeat: no-repeat;

    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 89vh;
    position: relative;

    padding: 20px 0;
    float: left;
}



.blogdetailsection h1 {
    font-size: 21px;
    color: black;

}

.blogdetailsection p {
    font-size: 16px;
    color: black;

}


.blogdetailsection .blog {

    width: 100%;
    float: left;
    position: relative;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 285px;
    height: auto;
    padding: 25px;
    border-radius: 50px;
}


.blogdetailsection .blog .aciklama h4 {
    font-size: 16px;
    color: black;

}

.blogdetailsection .blog .aciklama p {
    font-size: 13px;
    color: black;

}

.blogdetailsection .blog .image-part {
    height: 210px;
    overflow: hidden;
}

.blogdetailsection .blog .image-part img {
    border: 2px solid #fcb812;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
    /* Resmi taşırmadan kırpar */
    object-position: center;
    display: block;

}

.blogdetailsection .blog .aciklama a {
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: 500;
    border: 2px solid #fcb812;
    padding: 5px 30px;
    border-radius: 20px;

}


.yellowsection {
    background-image: url('../img/yellowbg.png');
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 2000px;

    z-index: -1;
    float: left;
}


.yellowsection .starfanolust {

    background-image: url('../img/whitebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 340px;
    height: auto;
    z-index: -1;
    float: left;
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;

}

.yellowsection .starfanolust h4 {
    color: black;
    font-size: 36px;
    padding: 0 110px;
    margin-bottom: 20px;
}

.yellowsection .starfanolust p {
    color: black;
    font-size: 22px;
    padding: 0 70px;
    margin-bottom: 40px;
}

.yellowsection .starfanolust a {
    border: 2px solid #fcb812;
    border-radius: 20px;
    color: black;
    text-decoration: none;
    font-size: 22px;
    padding: 10px 55px;
    font-weight: 500;
}


.yellowsection .basikbg {
    margin: 50px 0;
    padding-top: 25px;
    background-image: url('../img/baslikwhitebg.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 105px;
}

.yellowsection .basikbg h4 {
    font-size: 40px;
    color: black;
}

.yellowsection .sssp p {
    text-align: center;
    font-size: 28px;
    color: black;
}

.yellowsection .allbtn {
    position: relative;
    float: right;
    text-decoration: none;
    color: black;
    background-color: white;
    padding: 5px 55px;
    border-radius: 20px;
    font-weight: 500;
}

.yellowsection .bigblog {
    margin: 10px 0;
    width: 100%;
    float: left;
    position: relative;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 50px;
    height: auto;
    padding: 25px;
    border-radius: 50px;
}

.yellowsection .bigblog img {
    border: 2px solid #fcb812;
    border-radius: 50px;
}

.yellowsection .bigblog .aciklama {
    padding: 20px;
}

.yellowsection .bigblog .aciklama h4 {
    font-size: 28px;
    color: black;

}

.yellowsection .bigblog .aciklama p {
    font-size: 20px;
    color: black;

}


.yellowsection .bigblog .aciklama a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    font-weight: 500;
    border: 2px solid #fcb812;
    padding: 5px 50px;
    border-radius: 20px;

}



.yellowsection .blog {

    width: 100%;
    float: left;
    position: relative;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 285px;
    height: auto;
    padding: 25px;
    border-radius: 50px;
}


.yellowsection .blog .aciklama h4 {
    font-size: 16px;
    color: black;

}

.yellowsection .blog .aciklama p {
    font-size: 13px;
    color: black;

}

.yellowsection .blog .image-part {
    height: 210px;
    overflow: hidden;
}

.yellowsection .blog .image-part img {
    border: 2px solid #fcb812;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
    /* Resmi taşırmadan kırpar */
    object-position: center;
    display: block;

}

.yellowsection .blog .aciklama a {
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: 500;
    border: 2px solid #fcb812;
    padding: 5px 30px;
    border-radius: 20px;

}

.yellowsection .accordion {
    margin-top: 30px;
}

.yellowsection .accordion-item {

    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.yellowsection .accordion-button {
    color: black;
    font-weight: 500;
    background-color: #fff;
    color: #333;
    border-radius: 0;
    transition: all 0.3s ease;
    justify-content: center !important;
    /* başlığı ortalar */
    text-align: center !important;
    font-size: 17px;
}

.yellowsection .accordion-button:not(.collapsed) {
    background-color: #e6e9ef;
    /* bordo */
    color: black;
    font-weight: 600;


}

.yellowsection .accordion-body {
    background-color: #fdfdfd;
}


footer {
    background-image: url('../img/footerbg.png');
    background-repeat: no-repeat;

    padding: 40px 0;
    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
    float: left;
}


footer h5 {
    color: white;
    font-weight: 500;
}

footer ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #ffb91d;
}

footer hr {
    opacity: 1;
    height: 3px;
    /* Kalınlık */
    background-color: white;
    /* Renk */
    border: none;
    /* Kenarlığı kaldır */
}

footer span {
    color: white;
    font-weight: 500;

}

footer .social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    /* sağa hizala */
    gap: 15px;
}

footer .social-list li a {
    font-size: 20px;
    color: #fff;
    /* isteğe göre değiştirilebilir */
    text-decoration: none;
    transition: color 0.3s;
}

footer .social-list li a:hover {
    color: #ffb91d;
    /* hover rengi */
}

.productdetailsection {
    background-image: url('../img/urundetaybg.png');
    background-repeat: no-repeat;
    padding: 40px 0;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    min-height: 1000px;
    position: relative;
    float: left;

}


.productdetailsection .urundetayaciklama {
    background-image: url('../img/urun1bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #fcb812;
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    float: left;
}

.productdetailsection .urundetayaciklama h4 {
    color: black;
    font-size: 30px;
}

.productdetailsection .urundetayaciklama p {
    color: black;
    font-size: 17px;
}


/* Sarı renk ve check işareti için özel stil */
.productdetailsection .urundetayaciklama .secenekler input[type="radio"] {
    display: none;
}

.productdetailsection .urundetayaciklama .secenekler label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: black;
    user-select: none;
}

.productdetailsection .urundetayaciklama .secenekler label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #fdb912;
    border-radius: 10px;
    background-color: #fff;
}

.productdetailsection .urundetayaciklama .secenekler input[type="radio"]:checked+label::before {
    border-color: #fdb912;
    background-color: #fdb912;
}

.productdetailsection .urundetayaciklama .secenekler input[type="radio"]:checked+label::after {
    content: "✔";
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 16px;
    color: white;
}


.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
    /* içeriği engellemesin */
}

.productdetailsection .owl-carousel .owl-nav button.owl-prev,
.productdetailsection .owl-carousel .owl-nav button.owl-next {
    font-size: 4rem;
    /* Bootstrap gibi büyük */
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    /* tıklanabilir olsun */
    user-select: none;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.productdetailsection .owl-carousel .owl-nav button.owl-prev:hover,
.productdetailsection .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}




.productdetailsection .name-overlay1 {

    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    z-index: 2;
    text-align: center;
    line-height: 1.25rem;
    max-width: 100px;
}



.productdetailsection .name-overlay2 {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    color: #91171f;
    font-size: .875rem;
    font-style: italic;
    font-weight: bold;
    background: transparent;
    z-index: 2;
    text-align: center;
    line-height: 1.25rem;
    max-width: 100px;
}


.productdetailsection .carousel-wrapper,
.single-image-wrapper {
    position: relative;
}

.productdetailsection .carousel-wrapper .item img,
.single-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.productdetailsection .form-area {
    margin-top: 20px;
}

.userloginsection .login-container {
    height: 100vh;
}

.userloginsection .login-image {
    background: url('../img/login.webp') no-repeat center center;
    background-size: cover;
}

.userloginsection .login-form {
    width: 100%;
    max-width: 800px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.userloginsection h2 {
    font-size: 28px;
    color: black;
}




.modalplaket {
    display: none;
    /* Başta kapalı */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(25px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Arka plan + modal komple scroll kapalı */
}


.modalplaket .container {
    padding: 20px;
    max-width: 1100px;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    /* İçerik fazlaysa sadece modal içi kayar */
}

.modalplaket .plaketdetay {
    background-image: url('../img/urun1bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #fcb812;
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    float: left;
}

.modalplaket .plaketdetay h4 {
    font-size: 27px;
    color: black;
    font-weight: bold;

}

.modalplaket .plaketdetay p {
    font-size: 15px;
    color: black;
    font-weight: bold;

}


.modalplaket .plaketdetay h3 {
    font-size: 20px;
    color: black;
    font-weight: bold;

}


.modalplaket .plaketdetay h2 {
    font-size: 20px;
    color: black;
    font-weight: bold;

}

.modalplaket .plaketdetay .btn-danger {
    background-color: #9b0d2a;
    font-weight: bold;
}

.modalplaket .plaketdetay .btn-light {
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}




.siparisdetailsection {
    background-image: url('../img/urundetaybg.png');
    background-repeat: no-repeat;
    padding: 40px 0;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    min-height: 1000px;
    position: relative;
    float: left;

}

.siparisdetailsection h2 {
    color: white;
    font-weight: bold;
    font-size: 15px;

}

.siparisdetailsection p {
    margin: 20px 0;
    color: white;
    font-weight: bold;
    font-size: 13px;

}


.siparisdetailsection .siparisozet ul {
    list-style: none;
    /* Madde işaretlerini kaldır */
    padding: 0;
    margin: 0;
}

.siparisdetailsection .siparisozet ul li {
    display: flex;
    /* Resim ve metin yan yana */
    align-items: flex-start;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.siparisdetailsection .siparisozet ul li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid red;
    margin-right: 15px;
    border-radius: 4px;
}

.siparisdetailsection .siparisozet ul li .text-detail {
    display: flex;
    flex-direction: column;
    /* h4 üstte, p altta */
}

.siparisdetailsection .siparisozet ul li .text-detail h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: black;
    display: flex;
}

.siparisdetailsection .siparisozet ul li .text-detail p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.siparisdetailsection .siparisozet ul li .text-detail span {

    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.siparisdetailsection .siparisozet ul li .text-detail a {

    text-decoration: none;
    font-size: 14px;
    color: #a90432;
}

.siparisdetailsection .siparisozet ul .sepettoplami span {
   font-weight: bold;
    font-size: 16px;
    color: #a90432;
}
.siparisdetailsection .siparisozet ul .sepettoplami span small {
    font-weight: bold;
     font-size: 12px;
     color: #000;
 }


 .siparisdetailsection .odemeformdiv{
    background-image: url('../img/urun1bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #fcb812;
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    float: left;
}

 
.siparisdetailsection .odemeformdiv span{
    color: #a90432;
}
.siparisdetailsection .odemeformdiv hr{
    border: 3px solid #a90432;
    opacity: 1;
    margin:5px 0;
}
.siparisdetailsection .odemeformdiv h3{
    color: black;
    font-weight: bold;
}
.siparisdetailsection .odemeformdiv label{
    color: black;
    font-weight: bold;
    font-size: 13px;
}
.siparisdetailsection .odemeformdiv p{
    color:black;
    font-weight: normal;
}

.siparisdetailsection .odemeformdiv .form-control{
  border-radius: 10px;
  border: 1px solid #a90432;
}
.siparisdetailsection .odemeformdiv .btn-warning{
    background-color: #ffb501;
    border-color: #ffb501;
    color: black;
    font-weight: bold;
}

.siparisdetailsection .odemeformdiv .faturaadresi{
    display: none;
    position: relative;
    width: 100%;
    float: left;
}
.siparisdetailsection .odemeformdiv .kurumsalbilgiler{
    display: none;
    position: relative;
    width: 100%;
    float: left;
}

/* Sarı renk ve check işareti için özel stil */
.siparisdetailsection .odemeformdiv .secenekler input[type="radio"] {
    display: none;
}

.siparisdetailsection .odemeformdiv .secenekler label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: black;
    user-select: none;
}

.siparisdetailsection .odemeformdiv .secenekler label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #fdb912;
    border-radius: 10px;
    background-color: #fff;
}

.siparisdetailsection .odemeformdiv .secenekler input[type="radio"]:checked+label::before {
    border-color: #fdb912;
    background-color: #fdb912;
}

.siparisdetailsection .odemeformdiv .secenekler input[type="radio"]:checked+label::after {
    content: "✔";
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 16px;
    color: white;
}




.user-panel {
    position: relative; /* panelin absolute için referansı */
    width: 220px;
    font-family: Arial, sans-serif;
}

/* Gizli checkbox */
.user-checkbox {
    display: none;
}

/* Buton */
.user-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 14px;
    background: #f59e0b;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    z-index: 2;
    position: relative;
}

/* Panel */
.user-submenu {
    position: absolute;
    top: 100%; /* butonun hemen altı */
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1;
}

/* Checkbox seçiliyse aç */
.user-checkbox:checked ~ .user-submenu {
    max-height: 400px;
    opacity: 1;
}

/* Alt alanlar */
.subitem {
    display: block;
    padding: 12px 14px;
    margin: 6px 0;
    text-decoration: none;
    color: #111827;
    background: #f1f5f9;
    border-radius: 4px;
}

.subitem:hover {
    background: #e2e8f0;
}

/* Chevron döndürme */
.chev {
    transition: transform 0.2s ease;
}

.user-checkbox:checked + .user-toggle .chev {
    transform: rotate(-180deg);
}




.profilsection{
    padding: 20px 0;
    min-height: 70vh;
}
.profilsection .list-group a{
    border: 0;

}

.profilsection .accordion-button:not(.collapsed){
    background-color: white !important;
}


.profilsection .destektalebi .btn{
    background: #a90532;
    border-color: #a90532;
}