@font-face {
    font-family: 'opensans-light';
    src: url('opensans-light.ttf') format('truetype');
}

@font-face {
    font-family: 'opensans-medium';
    src: url('opensans-medium.ttf') format('truetype');
}

html {
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #fff;
}

html {
    position: relative;
    min-height: 100%;
    font-family: opensans-light;
}

body {
    transform-origin: top left;
    transition: transform 0.3s ease;
    
}

.topbar {
    border-top: 2px solid #fff;
    font-weight: 600;
    background: #fff
}

.mainnav {
    background: #fff;
    padding: 2px;
    padding-top: 0;
    margin: 0;
    font-family: opensans-medium;
    font-size: 10pt;
    height: 81px;
    top: 81px;
}

.head-icon {
    background: #fff;
}

.mainnav .navbar-brand {
    padding: 0;
}

    .mainnav .navbar-brand:hover {
        background: unset;
    }

.mainnav a {
    text-decoration: none;
    color: #000;
    padding: 30px 20px;
    transition: ease all .7s;
    border-bottom: 4px solid #f9fafb;
}

    .mainnav a:hover {
        color: black;
        border-bottom: 4px solid #908f8f;
    }

    .mainnav a.active {
        color: white;
        background: #fff;
        border-bottom: 4px solid #000;
    }

.shadow {
    box-shadow: 0 3px 5px 3px rgba(0,0,0,.3) !important;
}




.section_header {
    padding: 5rem 10rem;
    background: #fff;
    font-size: 20pt;
    font-weight: bolder;
}

    .section_header h2:after {
        content: "";
        display: block;
        border-bottom: 4px solid #fff;
        width: 100px;
    }


section h4 {
    font-size: 12pt;
    text-align: left;
    padding: 0;
    margin: 0;
}

.section a {
}

.section h2 {
    margin: 6rem 0 1rem 0;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

    .section h2:after {
        content: "";
        width: 90px;
        border-bottom: 4px solid #f9fafb;
        display: block;
    }

    .section h2 a {
        float: right;
        font-size: 14px;
        text-shadow: none;
        padding: 9px;
        font-weight: bold;
        color: red;
        transition: ease all .5s;
    }

        .section h2 a:hover {
            color: #fff;
            background: #908f8f;
        }
/*
section img {
  
    padding: 10px;
    border: 1px solid #258cfb;
    width:100%;
}*/


section .card {
    border: 1px solid white;
    transition: ease all .5s;
}

section .card-header {
    border-bottom: 1px solid #bcbdc0;
}

section .card-footer {
    border-top: 1px solid#bcbdc0;
}

section .price {
    align-self: center;
}

section .card:hover {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

footer {
    background: #000;
    color: #ddd;
}

    footer a {
        color: #ddd;
        text-decoration: none;
        transition: ease all .5s;
    }

        footer a:hover {
            color: #fff;
        }

.credits a {
    text-decoration: none;
}

#toast-container {
    top: 0px;
}

.navbar {
    z-index: 1000;
}

.loginPane span {
    display: none;
}

.loginPane {
    color: #fff;
}

    .loginPane a {
        color: #000 !important;
        padding: 0
    }

    .loginPane .dropdown-menu {
        color: #111 !important;
    }

        .loginPane .dropdown-menu li a {
            color: #111 !important;
            padding: 10px;
        }

    .loginPane .dropdown {
        display: flex;
        align-items: center;
    }

.sepeticon {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

    .sepeticon:hover {
        text-decoration: none;
        color: #fff;
    }

.sepetItems {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 44px !important;
    z-index: 1140;
}

    .sepetItems a {
        padding: 0;
        margin: 0;
        text-decoration: none;
        transition: ease all .4s;
    }

    .sepetItems a {
        padding: 20px 10px;
        border-bottom: none;
    }

        .sepetItems a:hover {
            padding: 20px 10px;
            border-bottom: none;
            background: white;
            color: #8917d8 !important;
        }

.satinAlBtn {
    width: 100%;
    display: block;
    text-align: center;
    background: #971690;
    margin-top: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-decoration: none;
    color: #fff;
    transition: ease all .4s;
}

    .satinAlBtn:hover {
        color: #fff !important;
        background: #ddd !important;
    }

.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1020;
}

.search, .search button, .search span, .search input {
    transition: ease all .4s;
}

    .search:hover button, .search:hover span, .search:hover input {
        color: #000 !important;
    }



    .search button {
        border: none;
        position: absolute;
        background: none;
        top: 10px;
        right: 1px;
        color: #bbb;
    }

    .search span {
        position: absolute;
        right: 27px;
        font-size: 20pt;
        top: 1px;
        font-weight: 100;
        color: #bbb;
    }

    .search input {
        outline: none;
        padding: 10px 10px;
        border-radius: 0px 30px 30px 0px;
        color: #000;
        background: unset;
        margin-bottom: 45px;
        width:500px;
        border:1px solid #bbb;
        
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}


.footer-kategori li {
    text-transform: capitalize
}

.text-bold {
    font-weight: bold;
}

    .text-bold::after {
        display: block;
        content: "";
        border-bottom: 3px solid #f9fafb;
        width: 30px;
    }

.btn-success {
    color: #f1f1f1;
    background-color: #8917d8;
    border-color: #971690;
    transition: ease all .4s;
}

    .btn-success:hover {
        background-color: #971690;
        color: #f1f1f1;
        border-color: #8917d8;
    }

    .btn-success:focus {
        background-color: #f1f1f1;
        color: #971690;
        border-color: #fff;
    }

.bulten {
    padding: 2rem;
    background: #908f8f;
    color: #f1f1f1;
    padding: 90px 0;
}

.slogan {
    text-align: center;
    padding: 2rem;
    color: #f1f1f1;
}

    .slogan i {
        display: block;
        font-size: 45px;
        text-align: center;
        margin-bottom: 9px
    }

    .slogan h6 {
        margin-bottom: 2rem;
        color: #000 !important;
        font-weight: bolder;
    }

.box {
    background-color: #908f8f;
    border: 1px solid #f9fafb;
    display: block;
    height: 100%;
    padding: 3rem;
    transition: ease all .4s;
}

    .box:hover {
        background-color: #f9fafb;
        border: 1px solid #fff;
        display: block;
        height: 100%;
        padding: 3rem;
        color:#000
    }

h4 a {
    text-decoration: none;
    color: #971690;
}

.form-control-secondary {
    border-top: 1px solid #971690;
    border-bottom: 1px solid #971690;
}

.text-line {
    text-decoration: line-through;
}

.text-indirim {
    position: relative;
    float: left;
}

    .text-indirim:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,0.7);
        left: 0;
        top: 50%;
        transform: rotate(-6deg);
    }

.scroolTop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #f9fafb;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: .7;
    transition: ease all .5s;
}

    .scroolTop:hover {
        opacity: 1;
    }

    .scroolTop a {
        color: #fff;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

.TeklifDiv {
    position: fixed;
    right: -142px;
    top: 50%;
    transition: ease all .5s;
    background: #8917d8;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: .7;
    z-index: 9999;
}

    .TeklifDiv:hover {
        opacity: 1;
    }

    .TeklifDiv a {
        text-decoration: none;
        color: #fff;
    }

    .TeklifDiv i {
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    .TeklifDiv.open {
        right: 0 !important;
        opacity: 1 !important;
    }
/*
.card a:not(miktarbtn):nth-child(2) {
    height: 300px;
    background: #fff;
    display: grid;
    vertical-align: middle;
    border: 1px solid #fff;
}
    */
.card img {
    margin: auto;
    padding: 10px;
    width: 100%;
}

.card a {
    text-decoration: none;
    display: block;
    margin: 10px;
    color: #111;
}

.miktarbtn {
    border: 1px solid #8917d8;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    transition: ease all .5s;
}

    .miktarbtn:hover {
        background: #971690;
        border: #8917d8;
        border: #8917d8;
        color: #f1f1f1;
    }

#navbarSupportedContent .dropdown-menu {
    padding: 0;
    margin: 0;
}

#navbarSupportedContent .dropdown-item {
    padding: 10px;
    border-bottom: 0px;
    color: #000;
    background: #f1f1f1;
    min-width: 200px;
}

    #navbarSupportedContent .dropdown-item:hover {
        padding: 10px;
        border-bottom: 0px;
        color: #f1f1f1;
        background: #908f8f;
        min-width: 200px;
    }


.urun-prop {
    font-size: 13px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: -14px;
    right: -14px;
}

.sizinicin {
    color: #e248e9;
    border: 1px solid #f3f3f3;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: ease all .5s;
}

    .sizinicin:hover {
        background: #9fbef5;
    }

.coksatan {
    color: #f39be1;
    border: 1px solid #f3f3f3;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .coksatan:hover {
        background: #9fbef5;
    }

.firsat {
    color: #971690;
    border: 1px solid #f3f3f3;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .firsat:hover {
        background: #9fbef5;
    }

.urunResim {
    width: 75%;
    display: block;
    height: 200px;
    background-size: contain;
}

.select2 .select2-choice {
    height: 35.5px;
    padding: 4.5px 6px 5px 9px;
    background: #fff;
    border: 1px solid #ced4da;
    background-color: #fff;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
    padding-top: 3px;
}

.select2-container--default .select2-selection--single {
    height: 38px;
    padding: 4.5px 6px 5px 9px;
    border: 1px solid #ced4da;
    background-color: #fff;
    background-clip: padding-box;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

.select2-search__field {
    height: 35.5px;
    padding: 4.5px 6px 5px 9px;
    background: #fff;
    border: none;
    outline: unset;
}

.input-group > .select2-container--default .select2-selection--single {
    height: 40px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 6px 5px 9px;
}

    .input-group > .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

.form-floating .select2-container--default .select2-selection--single {
    height: 60px !important;
}

.form-floating .select2-selection__rendered {
    padding-top: 20px;
}

.form-floating > .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
}

.banner {
    border-bottom: 1px solid gray;
}

.uruncls {
    border: 12px solid #971690;
}

.card-header {
    background-color: white;
    border: 1px solid #fff;
}

.uruncls card {
}


body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 20px;
    border:1px solid #bbb;
}
.border-radius{
    border-radius:10px;
}
.product {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    max-width: 300px;
    margin: 10px;
    overflow: hidden;
    height:100%;
    min-height:300px !important;
}
.product a{
    overflow:hidden;
    width:260px;
    display:block;
}
    /* Sabit boyut ve güzel görünüm için img ve wrapper ayarları */
    .product img {
        width: auto;
        margin:auto;
        height: 250px; /* İstediğiniz sabit yüksekliği belirleyin */
        min-height:250px;
    }
.productGroupTitle {
    margin: 20px auto;
    padding: 28px 20px 20px 20px;
    background: #971690;
    color: #fff;
}
.productGroupSubTitle {
    margin: 20px auto;
    padding: 28px 20px 20px 20px;
    font-size:16px;
    background:#8917d8;
    color:#fff;
}
/* Sol üstteki "Stokta Yok" kuşağı */
.ribbon-top-left {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 5px;
}

/* Stokta Yok kuşağının hemen altına "Sepette %10 İndirim" etiketi */
.discount-badge {
    position: absolute;
    top: 40px; /* Stokta Yok'un hemen altına alındı */
    left: 0;
    background-color: green;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 5px;
}

/* Hover sırasında açılan sepete ekle bölümü */
.hover-info {
    position: absolute;
    top: calc(100% - 80px); /* Ürün adı kısmının hemen üstüne denk gelsin */
    left: 0;
    width: 100%;
    height: 80px; /* Hover etkisi çok fazla yukarı çıkmayacak */
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    transform: translateY(100%); /* Başlangıçta gizli */
    transition: transform 0.3s ease;
    text-align: center;
    display: flex; /* Flex kullanarak içeriği yatay olarak hizalayalım */
    justify-content: space-between;
    align-items: center;
}

/* Hover durumunda yukarı hareket et */
.product:hover .hover-info {
    transform: translateY(0); /* Hover sırasında ürün adı kısmının üstünden açılacak */
}

.counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .counter input {
        width: 50px;
        text-align: center;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 10px; /* Butonlarla aralığı ayarlamak için */
    }

.button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

/* Sepete Ekle Butonunun Rengi */
.add-to-cart {
    background-color: #f9fafb; /* İstediğin renk */
    color: #000;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .add-to-cart:hover {
        background-color: #908f8f; /* Hover durumunda daha koyu bir ton */
    }

.request-quote {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .request-quote:hover {
        background-color: #0056b3;
    }

/* Ürün bilgisi tekrar eski yerine (görselin altına) alındı */
.product-info {
    margin-top: 10px;
    text-align: center; /* Ortalamak için */
}

    .product-info h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

.price {
    display: block; /* Satırlar alt alta olacak */
}

.old-price {
    text-decoration: line-through;
    color: #999;
}

.current-price {
    font-weight: bold;
    color: #333;
}



.urunlerlista a {
    background: #fff;
    color: #000
}

    .urunlerlista a:hover {
        text-decoration-line:underline
    }
.page-link {
    color: #000;
    background:#f9fafb
}
.page-item.active .page-link {
    color: #000;
    background: #f9fafb;
    border-color: #908f8f
}
.urunsearchlist{
    border-radius:5px;
    border:1px solid #f9fafb
}
    .urunsearchlist:hover {
        background: #f9fafb;
        color:white
    }
.loginpage {
    background-image: url('../images/login_page.jpg');
    border:1px solid #000;
    padding:70px;
    background-size:contain;
    background-repeat: no-repeat;
}

.product{
    padding:20px;
    border:1px solid #ccc;
    background:#fff;
    transition:ease all .3s;
}
.product:hover{
    box-shadow:3px 3px 10px 3px #333;
}
.box {
    border:1px solid #333 !important;
}