@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
body{font-family: 'Titillium Web', sans-serif;}
.alta{background:#2a2a2a;bottom:0;left:0;color:#f5f5f5;position:relative;padding-bottom:60px;}
.alta a{color:#696969;}
.katman{width:100%;height:150px;background-size:100% auto;}
.breadcrumb{background-color:#fff;}
.telefon{display: table;color:#d5d5d5;}
.goruntu{display: table;}
.alt_gorunum{display: none;}
@media only screen and (max-width: 800px) {
.telefon{display: none; }
.goruntu{display: none;}
.alt_gorunum{display: table;}
}

h1{font-size: 140%;font-weight: bolder}
h2{font-size: 120%;}
h3{font-size: 100%;}
a{color:#363636;}
.urungovde{width:95%;max-width:1100px;padding:6px;margin:auto;display:table;}
.urungovde img{width:90%;max-width:500px;height:auto;float:left;margin:10px 10px}
.urungovde h1{font-size:120%}
.urungovde h2{font-size:100%}
.urungovde h3{font-size:100%}
.dropbtn1 {
  background-color: transparent;
  color:#003355;
  padding: 10px;
  border: none;
  z-index: -10;
  font-size:110%;
  display: table;
}
.fiyat{color:#000;font-size:120%}
.eskifiyat{color:red;font-size: 120%}
.indirimli{color:#000;font-weight: bolder;font-size: 120%}
.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown1-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}
.dropdown1-content a:hover {background-color: #f5f5f5;}
.dropdown1:hover .dropdown1-content {display: block;}
.dropdown1:hover .dropbtn1 {background-color: #;}
.mobildeki{  position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:#f5f5f5;
display: none;
padding:7px;
}
.masadaki{}
@media only screen and (max-width: 800px) {
.mobildeki{display: table; }
.masadaki{display: none; }
}
.ara{right:65px;
  float: right;
bottom:70px;
width:100%;
max-width:35px;
background-color:#fff;
display:table;
padding:7px;
z-index:1000;
position:fixed;
border-radius:20px}