@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700&display=swap');


body {
    font-family: 'Montserrat', sans-serif;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

a {
    text-decoration: none;
    color: #591F12;
}
.pr-3{
    padding-right:30px;
}
a:hover {
    text-decoration: none;
    color: #4b170b;
}
.HeaderUstTut {
    padding-top: 5px;
}
.nav-item{
    padding-right:25px;
    padding-left:25px;
}
.navbar-nav {
    margin: 0px auto 0px auto;
}
.HeaderLink {
    color: white;
    font-size: 11px;
    margin-left: 20px;
    margin-top: 15px;
    font-weight: 200;
}
.navbar-expand-lg .navbar-nav .nav-link {
    letter-spacing:3px;
    font-size: 14px;
}

.MenuMobil {
    width: 100% !important;
    padding: 0;
    margin: 0px;
}
.ArtirAzaltButton {
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    font-size: 20px;
}
.HeaderSol {
    float: left;
}

.HeaderSag {
    float: right;
}

.HeaderLink:hover {
    color: #fbedcc;
}

.MobilMenu {
    float: right;
    margin-left: 20px;
}

.UstBar {
    height: 35px;
    width: 100%;
    background-color: #591F12;
}

.AramaPozisyon {
    position: relative;
    float: left;
}

.Arama {
    width: 100%;
    height: 45px;
    top: 75px;
}

.AramaSembol {
    position: absolute;
    top: 10px;
    right: 65px;
}
.form-control:{
    padding-left: 10px;
}
.form-control::placeholder {
    padding-left: 0px;
}

.Pozisyon {
    top: 75px;
    position: relative;
}

.LogoTutucu {
    position: relative;
}

.Logolar {
    position: relative;
    float: right;
}
.Sepet {
    margin-left: 10px;
    font-size: 14;
    color: #748084;
}

.Giris {
    margin-left: 10px;
    margin-right: 40px;
    font-size: 14;
    color: #748084;
}

.Giris2 {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 14;
    color: #748084;
}

.SepetAdet {
    margin-left: 10px;
    padding: 6px;
    height: 24px;
    width: 24px;
    border-radius: 55px;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #591F12;
}

.HeaderBorder {
    border: 1px solid #E5E5E5;
    margin-top: 31px;
}

.MenuLink {
    color: #fff;
}

    .MenuLink :hover {
        color: #591F12 !important;
    }

.DropdownResim {
    min-height: 50px;
}

.AltBaslik {
    font-weight: 700;
    color: white;
    font-size: 12px;
}

    .AltBaslik:hover {
        color: #f6f9cc;
    }

.AltKatMenu{
    color: rgb(209, 204, 204);
    font-size: 12px;
    font-weight: 400;
}

    .AltKatMenu:hover {
        color: #f6f9cc;
    }

.Menuler {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}

.SliderBaslik {
    font-size: 60px;
    color: #FFFFFF;
    text-align: left;
}

.carousel-caption {
    top: 38%;
}

.carousel-control-prev-icon {
    background-image: url(/img/SliderSol.svg)
}

.carousel-control-next-icon {
    background-image: url(/img/SliderSag.svg)
}

.carousel .carousel-indicators button {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #FFFFFF;
}

.Baslik {
    margin-top: 50px;
    text-align: center;
    font-size: 24px;
    color: #591F12;
    font-weight:500;
}

.YeniCikanFoto {
    width: 100%;
    margin-top: 40px;
}

    .YeniCikanFoto img {
        width: 100%;
    }

.YeniCikanUrun {
    margin-top: 18px;
    font-size: 18px;
    color: #000000;
    max-width: 40%;
}

.Indirim {
    margin-top: 55px;
    background-color: #FF7700;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
}

.Fiyat {
    color: #a64b29;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.FiyatveButton{
    min-height:120px;
}
.YeniBorder {
    border: 1px solid #E5E5E5;
    margin-top: 70px;
}
.SepetButtonGoster{
    padding:20px;
}
    .SepetButtonGoster:hover .SepeteEkle1 {
        display: block;
    }



.SepeteEkleDetay {
    margin-top: 24px;
    border: none;
    background-color: #a64b29 !important;
    transition: background-color 0.4s ease;
    color: white;
    border: 2px solid #a64b29;
    font-size: 16px;
    padding: 13px 41px;
}

    .SepeteEkleDetay:hover {
        
        color: #000000;
        background-color: #fff !important;
        transition: background-color 0.4s ease;
    }



.SepeteEkle1 {
    display: none;
    margin-top: 24px;
    border: none;
    background-color: none !important;
    transition: background-color 0.4s ease;
    background: none !important;
    color: #000000;
    border: 2px solid #a64b29;
    font-size: 16px;
    padding: 13px 41px;
}

.SepeteEkle1:hover {
    color: white;
    background-color: #a64b29 !important;
    transition: background-color 0.4s ease;
}

.SepeteEkle2 {
    margin-top: 24px;
    border: none;
    background-color: #591F12;
    color: #FFFFFF;
    font-size: 16px;
    padding: 13px 41px;
    border-radius: 10px;
}

.SepeteEkle3 {
    margin-top: 24px;
    border: none;
    background-color: #8CD06B;
    color: #FFFFFF;
    font-size: 18;
    padding: 13px 41px;
    border-radius: 10px;
}

.Bosluk {
    margin-left: 20px;
    margin-right: 20px;
}

.Aralik {
    margin-top: 20px;
}

.Tanitim {
    width: 100%;
}

    .Tanitim img {
        width: 100%;
    }

.FirsatUrunleri {
    font-size: 20px;
    color: #591F12;
}

.FirsatBorder {
    border-bottom: 1px solid #E5E5E5;
    text-align: right;
}

.FirsatUrunTutucu {
    position: relative;
    width: 100%;
}

.FirsatUrunuFoto {
    width: 100%;
    position: relative;
}

.Favori {
    position: absolute;
    padding: 10px 0px 8px 0px;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #F5F5F5;
    top: 8px;
    right: 13px;
}

.YeniEtiket {
    position: absolute;
    top: 50px;
    padding: 7px 9px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #ea5153;
}
.FirsatEtiket {
    position: absolute;
    top: 10px;
    padding: 7px 9px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #591F12;
}

.Olcu {
    color: #81868F;
    font-size: 12px;
}

.OlcuBorder {
    border-bottom: 1px solid #E5E5E5;
    margin-top: 7px;
}

.UrunIsim {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #111;
}

.FirsatIndirim {
    width: 37px;
    margin-top: 18px;
    margin-left: 13px;
    background-color: #FF7700;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}
.HyuzdeYuz {
    height:100%;
}

.UrunBilgileri {
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.Golge {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0),  rgba(0,0,0,1));
    opacity: 0.8;
    width: 100%;
    height:140px;
    position: absolute;
    bottom: 0px;
}
.Duvar{
    width:100%;position:absolute;
    bottom:0px;
    padding-left:20px;
    padding-bottom:10px;
}

.MenuTamRenkBg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.SepetBasliklar{
    padding-left:20px;
}
.SepetTutarBilgi {
    color: #cd3333;
 
    font-weight: bold;
    letter-spacing: 0;
}
.SepetSilme {
    color: black;
    text-decoration: underline;
    letter-spacing: -.7px;
  float:right;
    cursor: pointer;
}

.Cesitler {
    margin-top: 30px;
    min-height: 200px;
}

.AltMenuBg {
    position: relative;
    background-color: #fff;
    min-height: 580px;
}

.UrunKutuBaslik {
    color: #FFFFFF;
    margin-top:10px; 
    font-size: 22px;
    font-weight:bold;
}

.Cesit {
    color: #FFFFFF;
    font-size: 14px;
}

.AltMenu1 {
    background: url(/img/AltMenu1.jpg) no-repeat center center;
    transition: background 0.4s ease;
}

.AltMenu2 {
    background: url(/img/AltMenu2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.AltMenu3 {
    background: url(/img/AltMenu3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.AltMenu4 {
    background: url(/img/TIRAMISU.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.AltMenu5 {
    background: url(/img/AltMenu5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.AltMenu6 {
    background: url(/img/AltMenu6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.AltMenuBg:hover {
    background-color: #a64b29 !important;
    background-blend-mode: multiply !important;
    transition: background-color 0.4s ease !important;
}
.AltMenu1:hover {
    background-color: #a64b29 !important;
    background-blend-mode: multiply!important;
    transition: background-color 0.4s ease !important;
}
.AltMenu2:hover {
    background-color: #a64b29;
    background-blend-mode: multiply;
    transition: background-color 0.4s ease;
}
.AltMenu3:hover {
    background-color: #a64b29;
    background-blend-mode: multiply;
    transition: background-color 0.4s ease;
}
.AltMenu4:hover {
    background-color: #a64b29;
    background-blend-mode: multiply;
    transition: background-color 0.4s ease;
}
.AltMenu5:hover {
    background-color: #a64b29;
    background-blend-mode: multiply;
    transition: background-color 0.4s ease;
}
.AltMenu6:hover {
    background-color: #a64b29;
    background-blend-mode: multiply;
    transition: background-color 0.4s ease;
}
.Kolayliklar {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 40px;
}

.KolayliklarAltBaslik {
    margin-top: 10px;
    font-size: 16px;
    color: #81868F;
}

.Kartlar {
    margin-right: 20px;
}

.KesfetBg {
    width: 100%;
    background-color: #F2F2F2;
    height: auto;
    margin-top: 73px;
    padding-bottom: 70px;
}

.Urunleri {
    font-size: 20px;
    color: #81868F;
    margin-top: 60px;
}

.Kesfet {
    font-size: 30px;
    color: #81868F;
}

.KesfetLink {
    margin: auto;
}

.LinkRenk {
    color: #81868F;
    top: 20px;
}

.MagzaFoto {
    width: 100%;
    height: 200px;
}

.FotoButon {
    border: none;
    border-radius: 40px;
    margin-top: 17px;
}

.FooterBg {
    height: auto;
    width: 100%;
    background-color: #591F12;
}

.FooterMarkaLogo {
    margin-top: 55px;
}

.Email {
    margin-top: 55px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14;
    color: #FFFFFF;
}

.TelNo {
    font-size: 30px;
    color: #FFFFFF;
}

.TakipEt {
    margin-top: 55px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14;
    color: #FFFFFF;
}

.SMedyaLogo {
    margin-right: 12px;
}

.FooterMargin {
    margin: auto;
}

.FooterUrunlerBaslik {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 54px;
}

.Duyuru {
    margin-top: 54px;
}

.UyeOl {
    margin-top: 54px;
}


.FooterUrunler {
    font-family: 'Montserrat', sans-serif;;
    font-size: 14;
    color: #FFFFFF;
    margin-top: 10px;
}

    .FooterUrunler:hover {
        opacity: 0.7;
    }
.FooterBorder {
    border-top: 1px solid #BC0044;
    border-bottom: 1px solid #BC0044;
    margin-top: 40px;
    padding-bottom: 54px;
    padding-left: 83px;
    padding-right: 83px;
}

.SolBorder {
    margin-top: 40px;
    border-right: 1px solid #BC0044;
}

.SagBorder {
    margin-top: 40px;
    border-right: 1px solid #BC0044;
}

.GuncelKal {
    margin-top: 30px;
    font-size: 18px;
    color: #FFFFFF;
}

.form-check-input {
    width: 22px;
    height: 22px;
 
}

    .form-check-input:focus {
      
        width: 22px;
        height: 22px;
     
    }
    .form-check-input:checked {
        background-color: #a64b29;
        border-color: #a64b29;
    }
.Kişisel {
    margin-top: 47px;
    font-size: 12;
    color: #FFFFFF;
}

.KVK {
    font-size: 12;
    color: #FFFFFF;
}

.EmailGir {
    background-color: #fff;
    border-radius: 10px;
    color: black;
    font-size: 16px;
    border: none;
    padding-left: 15px;
   
    font-weight: 500;
}

    .EmailGir:focus {
        background-color: #fff;
        color: black;
    }

.UyeOlButon {
    background-color: #FFFFFF;
    color: #591F12;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    padding: 12px 17px;
    border-radius: 10px;
    margin-top: 20px;
    border: none;
}

.Copyright {
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 25px;
    padding-bottom: 27px;
}

.AramaSearch {
    width: 320px !important;
    padding:15px;
    font-size: 13px;
    border-radius: 100px !important;
}

.KisayolBg {
    position: relative;
    background-color: #F4F4F4;
    background: url(/img/HeaderTopBg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    width: 100%;
    height: 220px;
}

.UrunCesidi {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;
}

.ArkaplanSiyah {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.UrunAdi {
    font-size: 40px;
    width: 50%;
    line-height: 1.1;
    text-align: center;
    margin: 0px auto 0px auto;
    color: #fff;
    font-weight: 200;
    position: relative;
    z-index: 1;
    color: white;
}
.BannerAdi {
    letter-spacing: 14px;
    font-size: 40px;
  
    line-height: 1.1;
    text-align: center;
    margin: 0px auto 0px auto;
    color: #fff;
    font-weight: 200;
    position: relative;
    z-index: 1;
    color: white;
}

.KisayolLink {
    margin-top: 40px;
    color: #BC0044;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
}

.KisayolLink:hover {
    color: #BC0044;
}

.Kisayol {
    bottom: 40px;
}

.UrunTanitim {
  
    background-color: #F4F4F4;
    padding: 14px 47px 20px 47px;
}
.UrunDetayUrunIcerik {
    height: 730px;
}
.SliderAltFotoAyar {
    text-align: center
}

.SliderAltFoto {
    cursor:pointer;
    height: 93px;
    text-align: center;
}
.breadcrumb{
    font-size:12px;

}
.UrunAdi2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #21292f;
}

.GercekFiyat {
    color: #DADBDB;
    font-weight: bold;
}

.IndirimliFiyat {
    color: #ea5153;
    font-weight: bold;
    font-size:23px;
}

.IndirimMiktari {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #ea5153;
    padding: 3px 3px;
    width: 112px;
    margin-top:29px
}


.AdetBilgileri {
    border: 2px solid #AAAAAA;
    text-align: center;
    height: 65px;
}

.UrunAdet {
    color: black;
}

.Adet {
    color: #AAAAAA;
}

.ArttirAzaltBorder {
    border-left: 2px solid #AAAAAA;
}

.Arttir {
    color: #AAAAAA;
    border-bottom: 0.5px solid #AAAAAA;
}

.Azalt {
    color: #AAAAAA;
    border-top: 0.5px solid #AAAAAA;
}

.SepetBg {
    background: #eceded;
}

.SepetUrunTut{
    margin-top:8px;
    background:#fff;
}

.SepeteEkle {
    background-color: #591f12;
    padding: 20px 50px;
    color: #FFFFFF;
    text-align: center;
    border: none;
}

.SepeteEkle:hover {
    background-color: #a64b29;
}
.Gonderim {
    color: #60a578;
}
.GonderimTarih {
    font-weight: bold;
}

.UrunAciklama{
    font-size:12px;
}

.UrunDetayBaslik {
    color: #21292f;
    font-size: 18px;
}

.UrunDetaySiparisNo{
    font-size:12px;
}


.SepeteEkleMobil {
    background-color: #005E5C;
    padding: 20px 8%;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    border: none;
}

.SepeteEkle:hover {
    background-color: #591F12;
}

.SepeteEkleMobil:hover {
    background-color: #591F12;
}
.SepetUrunBorder {
    border: 1px solid #E5E5E5;
    margin-top: 30px;
}

.KargoTarih {
    font-size: 13px;
}

.SepetAdet2 {
    margin-left: 35px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;
}

.UrunOnayla {
    width: 20px;
    height: 20px;
    border-radius: 30px;
}

.UrunResimSepet {
    width: 100%;
    border: 1px solid #E5E5E5;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

    .UrunResimSepet img {
        width: 100%;
    }

.UrunOzellik {
    margin-top: 8px;
}

.SepetUrunuAyarlar {
 
    padding-top: 6px;
    padding-bottom: 12px;
}

.SepetUrunAdi {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #484848;
}

.KargoMetni {
    margin-left: 7px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;;
    color: #81868F;
}

.KargoTarih2 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #FF7700;
}

.SepetAdetAyar {
    text-align: center;
    margin: auto;
}

.round {
    position: relative;
    margin-top: 120px;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: #66bb6a;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.AlisverisOzet {
    border: 1px solid #E5E5E5;
}

.SecilenUrunler {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #591F12;
}

.SecilenUrunlerFiyat {
    margin-top: 13px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #484848;
}

.AlisverisButon:hover {
  
    text-decoration: none;
    color: #fff;
    background: #bb4930;

}
.AlisverisButon {
    margin-top: 26px;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    background-color: #591F12;
    padding: 15px 23px;
}

.Taksit {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    color: #6485A3;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    background-color: #dddddd;
    padding: 16px 26px;
}
.SepetAdresSecimi {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    color: #6485A3;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #dddddd;
    padding: 16px 26px;
}
.UstKisim {
    padding: 38px 25px 30px 25px;
}

.KargoKismi {
    padding: 30px 26px;
}

.Kargo2 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #555555;
}

.KargoDurum {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
    color: #BCBCBC;
}

.FloatRight {
    float: right;
}

.KargoFiyat {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;
}

.UrunlerFiyat {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
    color: #484848;
    float: right;
}

.KampanyaKismi {
    border-top: 1px solid #E5E5E5;
    padding: 14px 26px;
}

.Kampanya {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #555555;
}

.KampanyaFirsat {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;

}

.KampanyaIndirim {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;
}

.HediyeButon {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
    color: #591F12;
    background-color: #F2F2F2;
    padding: 17px 15px;
    border: none;
    margin: 20px auto 20px auto;
    border-radius: 5px;
    margin-bottom: 5px;
}

.KolayliklarBosluk {
    margin-top: 30px;
}

.Kolayliklar2 {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 40px;
}

.IletisimBg {
    background-color: #F7F7F7;
}

.IletisimKismi {
    margin-left: 70px;
}

.IletisimBilgileriBaslik {
    margin-top: 100px;
    font-size: 30px;
    color: #000000;
}

.IletisimBilgileri {
    margin-top: 70px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    color: #000000;
}

.SosyalMedyaBaslik {
    margin-top: 130px;
    font-size: 30px;
    color: #000000;
}

.BiziTakipEdin {
    margin-top: 20px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;;
    color: #591F12;
}

.SMedyaLogo2 {
    margin-right: 6px;
    margin-top: 10px;
    margin-bottom: 120px;
}

.IletisimForm {
    width: 100%;
    height: 50px;
    background-color: #F7F7F7;
    border: none;
    border-radius: 7px;
    color: #4D4D4D;
    font-size: 16;
    font-family: 'Montserrat', sans-serif;
    padding: 14px 18px;
}

input[type="checkbox"].Onayla {
    width: 28px;
    height: 28px;
    background-color: #F1F1F1;
    border-radius: 20px;
}

.KVKOnayla {
    margin-top: 26px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;;
    color: #4D4D4D;
    max-width: 200px;
}

.Gonder {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #591F12;
    padding: 15px 50px;
    border: none;
    border-radius: 10px;
    margin-left: 40px;
}

.HakkimizdaBg {
    background-color: #591F12;
    width: 100%;
}

.HakkimizdaBaslik {
    margin-top: 80px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
}

.Hakkimizda {
    margin-top: 60px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;;
    color: #FFFFFF;
    margin-bottom: 200px;
}

.HakkimizdaLogo {
    text-align: center;
    width: 100%;
}

.LogoBorder {
    border: 1px solid #FFFFFF;
    margin-top: 66px;
    padding: 15% 15%;
    margin-bottom: 250px;
    width: 100%;
}

.FormBaslik {
    font-size: 30px;
    color: #000000;
    margin-top: 87px;
}

.GirisYapBorder {
    border: 1px solid #F1F1F1;
    padding: 50px 52px;
    margin-top: 38px;
}

.MarginAuto {
    margin: auto;
}

.GirisYapButon {
    padding: 16px 45px 16px 50px;
    background-color: #FFFFFF;
    color: #484848;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    border: 3px solid #F1F1F1;
    border-radius: 10px;
}

.UyeOlButon {
    padding: 16px 62px;
    background-color: #F1F1F1;
    color: #484848;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    border: 3px solid #F1F1F1;
    border-radius: 10px;
}
    .UyeOlButon:hover {
        background-color: #a64b29;
        color:#fff;
        border: 3px solid #a64b29;
    }
    .GirisYapForm {
    width: 100%;
    height: 50px;
    background-color: #F1F1F1;
    color: #999999;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    border: none;
    border-radius: 6px;
    padding: 16px 18px;
}

.IslemTamamlaButon {
    background-color: #591F12;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 15px 81px;
    margin-top: 28px;
}

.SifreUnuttum {
    color: #999999;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
}

.GirisYapButon2 {
    padding: 16px 45px 16px 60px;
    background-color: #F1F1F1;
    color: #484848;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    border: 3px solid #F1F1F1;
    border-radius: 10px;
}

.UyeOlButon2 {
    padding: 16px 60px 16px 52px;
    background-color: #FFFFFF;
    color: #484848;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    border: 3px solid #F1F1F1;
    border-radius: 10px;
}

.EpostaUye {
    margin-top: 40px;
    color: #484848;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
}

.GirisYapForm2 {
    width: 100%;
    height: 50px;
    background-color: #F1F1F1;
    color: #999999;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    border: none;
    border-radius: 6px;
    padding: 16px 18px;
}

.RizaMetni {
    margin-top: 23px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;
    max-width: 260px;
}

.AydinlatmaMetni {
    padding-left: 50px;
    margin-top: 40px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;;

    color: #999999;
}

.AydinlatmaMetniHesap {
    padding-left: 50px;
    margin-top: 40px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;;
    color: #999999;
}

/* -***********************************/
.nav > li.dropdown.open {
    position: static;
}

.TamSayfa {
    margin-top: -1px !important;
    width: 100% !important;
    background-color: #591F12;
    text-align: center;
}

    .TamSayfa .dropdown-item {
        color: white;
        background: none;
    }

.dropdown-menu > li {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

/*  SOL MENÜ BAŞLANGIÇ*/

.bg-Harman {
    background: #591F12;
    padding: 10px 15px 30px 15px;
    min-height: 600px;
    position: relative;
}

.SolMenuLogo {
    position: absolute;
    width: 86%;
    bottom: 20px;
}

.SolMenuBaslik {
    color: white;
}

.SolMenuLink {
    color: white;
    font-weight: 200;
    margin-left: 15px;
}

    .SolMenuLink:hover {
        color: #f7f1a6
    }
/* ----------------------- */



/* HESAP BİLGİLERİ */


.HesapBaslik {
    margin-top: 20px;
}

.Sepet {
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

    .Sepet:hover {
        color: #591f12;
    }

.HesapBorder {
    border: 1px solid #F1F1F1;
    padding: 50px 52px;
}

.nav-link {
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

    .nav-link:hover {
        color: #591f12;
    }

.navbar-toggler {
    position: absolute;
    top: -96px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.5rem !important;
}

.navbar-toggler{
    border:none !important;
}






.NitelikDegeriList{
    float:left;
    margin-right:10px;

}

.ClearBoth{
    clear:both;
}











/* ----------------------- */
@media screen and (max-width: 767px) {
    .dropdown-menu > li {
        display: block;
    }
}
/*
.nav-item {
     padding-left: 20%;
}
    */

/* -***********************************/
@media (max-width: 1000px) {
    /* TABLET İSE */

    .AramaPozisyon {
        display: none;
    }
}


/* -***********************************/
@media (max-width: 756px) {
    /* MOBİL İSE */
    .Logolar {
        top: -160px;
    }



    .MobildeHeightYok {
        height: 0px !important;
    }

    .MobildeGizle {
        display: none;
    }

    .AramaPozisyon {
        display: none;
    }


    .UrunAdi2 {
        text-align: center;
    }


    /* MENÜ ORTALANCAK */
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #a64b29;
    border-color: #a64b29;
}


/*
 *  ScroolOzel
 */

.ScroolOzel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #a64b29;
}

.ScroolOzel::-webkit-scrollbar {
    width: 12px;
    background-color: #a64b29;
}

.ScroolOzel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a64b29;
}

