/* Ã‡alÄ±ÅŸtÄ±klarÄ± ekran boyutu : 1080X790px */



/*urun-liste*/

.urun-liste {
    width: 100%;
    height: 98%;
    background: #fff;
    display: block;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 13px;
    color: #003C27;
}

.urun-liste a {
    color: #003C27;
}

.urun-liste a:hover {
    color: #e30613;
}

.urun-liste .urun-liste-resim {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.urun-liste .urun-liste-resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.urun-liste .urun-liste-bilgi-aciklama {
    width: 100%;
    height: auto;
    padding: 0px 15px 15px;
    display: block;
}

.urun-liste .urun-liste-bilgi {
    width: 100%;
    height: auto;
    display: block;
}

.urun-liste .urun-liste-bilgi h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    height: 33px;
    width: 100%;
    overflow: hidden;
}

.urun-liste .urun-liste-bilgi li.barkodno {
    width: 100%;
    margin-bottom: 5px;
    color: #e30613;
}

.urun-liste .urun-liste-bilgi li:first-child {
    margin-top: 0px;
}

.urun-liste .urun-liste-bilgi li {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    margin-top: 2px;
}

.urun-liste .urun-liste-bilgi li small {
    height: auto;
    font-size: 12px;
    font-weight: 300;
    display: block;
    width: 72px;
}

.urun-liste .urun-liste-bilgi li span,.urun-liste .urun-liste-bilgi li div {
    height: auto;
    font-size: 14px;
    font-weight: 700;
    display: block;
    /*width: calc(100% - 72px);*/
    font-family: "Gill Sans", sans-serif;

}

.urun-liste .urun-liste-bilgi li.ozellik span {
    width: 100%;
}

.urun-liste .urun-liste-bilgi .fiyatbg {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.urun-liste .urun-liste-bilgi .urun-liste-fiyat {
    width: auto;
    height: auto;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    color: #003C27;
}

.urun-liste .urun-liste-bilgi .form-control {
    margin-left: 10px;
    padding: 5px;
    height: 26px;
    border-radius: 4px;
    max-width: 54px;
}

@media(max-width:1200px) {
    .urun-liste .sepetbg .row div{
        margin-bottom: 15px;
    }
}
    
.urun-liste .sepetbg {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}

.urun-liste .sepetbg .adett {
    display: flex;
}
.urun-liste .sepetbg .adett .form-control {
    width: 100%;
    max-width: 100px;
}

.urun-liste .sepetbg .adett .btn {
    padding: 5px 19px;
}

/*urun-detay*/

.urun-detay {
    width: 100%;
    height: auto;
    position: relative;
}

.urun-detay .resimbg {
    background: #fff;
    border: 1px solid #e2e7ec;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 5%);
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urun-detay .resim img {
    height: 100%;
}

.urun-detay .sag-bolum {
    display: block;
    padding: 35px;
    background: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
}

.urun-detay .baslik {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    max-width: 80%;
    line-height: 1.2;
    margin-bottom: 20px;
}

.urun-detay .fiyat {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    color: #B4BB6B;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.urun-detay .kod {
    display: flex;
    width: 100%;
    font-size: 15px;
}

.urun-detay .kod b {
    display: flex;
    width: 200px;
}

.urun-detay .kod span {
    width: calc(100% - 200px);
    font-weight: 700;
    font-family: "Gill Sans", sans-serif;

}

.pazlarmaciGiris {
    width: 100%;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    border-radius: 0rem;
    background-color: #003C27;
    color: #FFFFFF;
    transform: scale(1);
}

.pagination .page-item .page-link {
    background-color: #fff;
}

@media(min-width:1023px) {
    .table_bb tr td .resimm:hover img {
        transform: scale(8);
        transition: transform 0.4s;
    }
}

@media(max-width:1200px) {
    .header-navbar .navbar-container ul.nav li>a.nav-link {
        height: auto;
    }

    .header-navbar .navbar-container ul.nav li>a.nav-link {
        padding: 5px;
        font-size: 12px;
    }

    .header-navbar .user-name {
        font-size: 12px;
    }

    .header-navbar .navbar-container ul.nav li {
        margin-left: 0;
    }

    .mobil-button {
        position: absolute;
        right: 15px;
        color: #fff;
    }

    .icon-menu {
        font-size: 23px;
        color: #000;
    }

    .navbar-nav .dropdown-user {
        border-right: 1px solid #ffffff0f;
    }

    .brand-logo img {
        width: 100px;
    }


    .HomeSlider .swiper-slide {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .hakkimizda {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 25px 15px;
    }

    .resim1 {
        height: 200px;
    }

    .hakkimizda .text {
        padding: 15px;
    }

    .hakkimizda .sag-bolum {
        padding: 30px 0px;
    }

    .hakkimizda .baslik h2,
    .galeri .baslikk h3 {
        width: 100%;
        height: auto;
        position: relative;
        font-size: 30px;
        max-width: 460px;
        color: #545d5c;
    }

    .hakkimizda .resim2 {
        width: 100%;
        height: 200PX;
    }

    .uretim a.uretim_liste {

        padding: 24px 24px;
    }

    .galeri .swiper-wrapper {
        margin-left: 0px;
    }

    .galeri .galeri_liste {
        width: 100%;
        height: 190px;
    }

    footer.footer8 .footer_logo {
        width: 170px;
        height: auto;
        margin-bottom: 25px;
    }

    footer.footer8 .footer_logo img{
        width: 80%;
     
    }

    .footer8_bilgiler .liste small {
        font-size: 16px;
        font-weight: 700;
    }

    .footer8_bilgiler .liste {
        border-right: 1px solid #ffffff29;
        padding: 15px 15px;

    }

    .header-navbar .navbar-horizontal {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-brand {
        margin-top: 12px;
    }
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}