﻿ .kutu-12{float: left;width: 100%;box-sizing: border-box;}
.kutu-6{float: left;width: 50%;box-sizing: border-box;}
.kutu-9{float: left;width: 57%;/* padding:5px; */box-sizing: border-box;margin-right: 31px;}
.kutu-3{float: left;width: 40%;box-sizing: border-box;/* padding:5px; */}
.iinputs{float: left;
    width:96%;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 15px;
    margin: 16px 0;}
.bilgi ul {
    width: 100%;
    float: left;
    text-align: left;
    padding:20px 0;
}

.bilgi ul li {/*    width: 100%;*/float: left;position: relative;box-sizing: border-box;padding:0px 0px 0px 20px;margin-bottom: 8px;font-size: 18px;line-height: 20px;}
.bilgi ul .baslikss {
    width: 85%;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.bilgi ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: left center;
    background-repeat: no-repeat;
}

.bilgi ul li.adres:before {
    background-image: url(../images/map.svg);
}

.bilgi ul li.telefon:before {
    background-image: url(../images/telefon2.svg);
}

.bilgi ul li.mail:before {
    background-image: url(../images/mail.svg);
}

.bilgi ul li.sosyal:before {
    background-image: url(../images/sosyal.svg);
}
.sols{float:left;width: 30%}
.sags{float:left;width: 70%}
.aramaWrap h2 {
    color: #fff;padding:25px 0;
}
.araclar {
    float: left;
    width: 100%;
    margin: 50px 0 auto;
}
.araclar .sol {
    float: left;
    width: 30%;
}

.araclar .sag {
    float: left;
    width: 100%;
}
.aramaWrap {padding:0}
.menu {
    float: left;
    width:90%;
    background: #eae0d6;
    padding:10px;
    border-radius:0 0 8px 8px ;
    border-bottom: 4px solid var(--renk3);
    margin-bottom: 20px;
}
.menu a{
    float: left;
    width:93%;
    background: var(--renk2);
    color: #000;
    padding:10px;
    margin:2px 0;
    border-radius:8px
}
.menu a:hover{
    float: left;
    width:93%;
    background: var(--renk3);
    color: #ffffff;
    padding:10px;
    margin:2px 0;
    border-radius:8px
}
.menu a:before {
    content: '';
    background: url(../images/git.svg);
    width: 20px;
    height: 20px;
    float: right;
    right: 20px;
    position: relative;
}
.menu a:hover:before {
    content: '';
    background: url(../images/git.svg);
    width: 20px;
    height: 20px;
    float: right;
    right: 0px;
    position: relative;
}
.sayfaBaslik{
    float: left;
    width:96%;
    background: var(--renk1);
    color: #ffffff;
    padding:20px 0;
    border-radius:8px 8px 0 0;
    text-align: center;
    font-size:18px;
    border-bottom: 4px solid var(--renk3);
}
.sayfaBaslik:after{
    content:'';
    width: 74px;
    height: 2px;
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    margin-top: 5px;
    left: 40px;
}
.sayfaBaslik:before{
    content:'';
    width: 74px;
    height: 2px;
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    margin-top: 5px;
    left: 230px;
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
    .lokasyon.genelListe ul { width: 100%; margin: 0 0 20px 0; }
    .lokasyon.genelListe li { margin-bottom: 9px; }

    .kampanya.genelListe:not(.caro) li, .kampanya.genelListe.noCaro li { width: 50%; }
}

@media screen and (max-width: 720px) {
    .kampanya.genelListe li { width: 50%; }
    .araclar .sol {
    float: left;
    width: 30%;
    display:none;
}
.araclar .sag {
    float: left;
    width: 100%;
}
.araclar .sag img{
    float: left;
    max-width: 100%;
}

}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 568px) {
}

@media screen and (max-width: 530px) {
}

@media screen and (max-width: 510px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 470px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 370px) {
}
.adetinput{float: right;max-width: 50px;border:1px solid #ccc;padding: 4px 10px;border-radius: 8px;text-align: center;font-size: 16px;height: 30px;margin-top: 2px;}
.inputss:focus,.inputsss:focus{border:1px solid var(--renk1);}
.inputss{float: left;width: 96%;border:1px solid #ccc;padding: 4px 10px;border-radius: 8px;font-size: 15px;height: 30px;margin: 16px 0;}
.inputsss{float: left;width: 92%;border:1px solid #ccc;padding: 4px 10px;border-radius: 8px;font-size: 15px;height: 30px;margin: 16px 0;}
.innput label{
    float: left;
    width: 100%;
    padding-left: 5px;
    font-weight: 600;
    font-size: 15px;
    }
input{    
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 15px;
    height: 30px;
    font-family: 'Titillium Web', sans-serif !important;
}
.odeme .radiobutton{
    border: none;
    float: left;
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 8px;
    margin-top: 10px;
}
.odeme .radiobutton label{
    font-weight:600 !important;
}
.radiobutton{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 8px;
    margin-top: 10px;
}
.radiobutton label{float: left;width: auto;padding-top: 7px;font-weight: 500;}
.radiobutton span{float: left;width: 100%;padding-left:35px;font-weight: 500;}
.radiobutton input[type=radio]{
    float: left;
    border-radius:50%;
    width:20px;
    accent-color: var(--renk1);
    /* box-shadow: 0 6px 12px rgba(33, 150, 243, 0.35); */
    }
.gonders {
    float: left;
    width: 200px;
    background: var(--temsilci);
    color: #000;
    border-radius: 8px;
    padding: 11px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /* margin-right: 8px; */
}

.gonders:hover {
    color: var(--renk2);
    background:var(--renk4);
}

.gonders:before {
    content: '';
    background: url(../images/sent.svg);
    fill: #ff0000;
    width: 20px;
    height: 20px;
    float: right;
    right: 20px;
    position: relative;
}

.sosyalaglar a.facebook {display:block;;background: url(../images/social/facebook3.svg) no-repeat center center;width: 30px;height: 30px;}
.sosyalaglar a.twitter {display:block;;width: 25px;background: url(../images/social/twitter3.svg) no-repeat center center;width: 30px;height: 30px;margin: 0 10px;}
.sosyalaglar a.instagram {display:block;;background: url(../images/social/instagram3.svg) no-repeat center center;width: 30px;height: 30px;}