@import url('https://fonts.googleapis.com/css?family=Poppins|Exo|Play|Muli|Nunito|Cinzel|Yrsa|Abril+Fatface|Katibeh|Bai+Jamjuree&display=swap');
*
{
	margin:0;
	padding:0;
    height: auto;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.warning, .error, .info, .success 
{
    width: 95%;
    padding: 12px 0px;
    margin: 15px auto;
    border-style: solid;
    border-width: 1px;
    background-position: 5px;
    background-repeat: no-repeat;
    text-align: center;
}
 
.warning 
{
    background-color: #f8fad5;
    background-image: url(images/warning.png);
    border-color: #e5d35b;
}
 
.error {
    background-color: #f5dfdf;
    background-image: url(images/hata.png);
    border-color: #ce9e9e;
}
 
.info 
{
    background-color: #dfeff5;
    background-image: url(images/info.png);
    border-color: #9ebcce;
}
 
.success 
{
    background-color: #e8f5df;
    background-image: url(images/success.png);
    border-color: #9ece9e;
}


.social{
    font-family: 'social';
    font-size: 50px;
    color: #efefef;
    font-weight: normal;
}

.social:hover{
    color: #000;
    transition: 250ms;
}


h1,h2,h3,h4,h5{
    color: #b00000;
}

a{
    color: black;
}

.sliderH{
    color: #fff;
    font-weight: normal;
}

.altust30{
    margin: 30px 0;
}

.altust50{
    margin: 50px 0;
}

.altust100{
    margin: 100px 0;
}


.yaziOrtala{
    text-align: center;
}

.satirArasi{
    line-height: 22px;
}

.lh24{
    line-height: 24px;
}

.f16{
    font-size: 16px;
}


.f21{
    font-size: 21px;
}

.f26{
    font-size: 26px;
}

.f36{
    font-size: 36px;
}

.ortaCizgi{
    width: 8%;
    border: 1px solid #b00000;
    margin-left: auto;
    margin-right: auto;
}

header{
    position: sticky;
    position:-webkit-sticky;
    top: 0;
    z-index: 1000;
}

.top{
    background-color: #f9f9f9;
    border-bottom: 1px solid #efefef;
    padding: 0 50px;
    overflow: auto;
    font-size: 12px;
    color: #333;
}

.top ul li{
    float: left;
    padding: 10px;
    border-right: 1px solid #efefef;
}

.top ul li:last-child{
    border-right: none;
}


.logo {
  float: left;
    padding: 0 0 0 50px;
}

.dil{
    text-align: center;
    padding: 10px 25px;
}

.dil ul{
    float: right;
}

.dil li{
    float: left;
    padding: 5px 10px;
    border: 1px solid #b00000;
    margin: 0 10px;
}

.dil li:hover{
    background-color: #b00000;
    color: #fff;
    transition: 250ms;
}

.dil a{
    color: #000;
}

.ortaSlider
{
	width:100%;
	height:500px;
	background-color:#e0e0e0;
	overflow:hidden;
    -webkit-box-shadow: 0px 39px 41px -35px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 39px 41px -35px rgba(0,0,0,0.75);
    box-shadow: 0px 39px 41px -35px rgba(0,0,0,0.75);
}	

.sahne{
    padding: 30px 50px;
    overflow: auto;
}

.duzSahne{
    padding: 30px 0px;
    overflow: auto;
}


.sahneBg{
    background-color: #f9f9f9;
}

.ortaKutu{
    width: 33.3%;
    height: auto;
    float: left;
    margin:  0;
    background-color: #fff;
    position: relative;
}

.ortaBilgiler{
    position: absolute;
    bottom: 50px;
}

.resim{
    width: 100%;
}

.resim:hover{
    animation: pulse 1s;
    -webkit-animation: bounce 1s;
}

.resim img{
    width: 100%;
    object-fit: cover;
}

.ortaBilgiler h3{
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}

.ortaBilgiler p{
    color: #fff;padding: 10px;
}

.devami{
    position: absolute;
    padding: 10px 25px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.devami:hover{
    background-color: #111;
    transition: 250ms;
    border: none;
}

.devamiUrun{
    position: absolute;
    padding: 10px 25px;
    bottom: 10px;
    right: 0px;
    color: #b00000;
    text-align: center;
    font-size: 14px;
    border: 1px solid #b00000;
    box-sizing: border-box;
}

.devamiUrun:hover{
    background-color: #b00000;
    transition: 250ms;
    border: none;
    color: #fff;
}


.kalite{
    width: 50%;
    float: left;
    height: auto;
}

.kalite img{
    float: left;
    margin-right: 20px;
    border: 1px solid #087800;
    border-radius: 50%;
    padding: 15px;
}

.kalite p{
    color: #848484;
}

.bottom{
    background-color: #3c3c3c;
    padding: 50px 60px;
    height: auto;
    overflow: auto;
    color: #b8b8b8;
    font-size: 12px;
}

.bottomKutu{
    width: 33.3%;
    height: auto;
    float: left;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
}

.bottomKutu img{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.sosyal{
    width: 45px;
}

.bottomIcon{height: auto;}

.bottomBaslik{
    font-size: 22px;
    padding: 15px 0;
    color: #fff;
}

.bottomIcerik{
    color: #A0A0A0;
    padding-bottom: 5px;
    line-height: 22px;
}

.bottomIcerik span{
    color: #fff;
}

.footer{
    border-top: 1px solid #5E5E5E;
    padding: 30px 30px;
    background-color: #3c3c3c;
    font-size: 14px;
}

.copyright{float: left; width: 50%; color: #b8b8b8;}
.tasarim{width: 50%; float: left; text-align: right; color: #F9D100;}
.tasarim a{color: #F9D100; text-decoration: none;}

.sayfaBanner{
    background-color: yellow;
    width: 100%;
    height: 300px;
    position: relative;
}

.sayfaBanner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sayfaBanner h1{
    color: #fff;
    font-size: 42px;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
}

.sayfaBanner p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-animation: fadeIn 4s;
    animation: fadeIn 4s;
    position: absolute;
    bottom: 30%;
    width: 100%;
    animation-duration: 3s;
    padding: 0 100px;
}

.yol{
    height: auto;
    overflow: auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 0 10px 50px;
    background-color: #b00000;
    border-bottom: 1px solid #efefef;
}

.yol ol{
    text-decoration: none;
    list-style-type: none;
    -webkit-animation: fadeInLeft 1s;
    animation: fadeInLeft 1s;
}

.yol li{
    float: left;
    padding: 0 5px;
}

.yol a{
    color: #efefef;
    text-decoration: none;
}

.yol .breadcrumb-item{
    background-image: url("userdata/images/breadcrumb-item.png");
    padding: 8px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.yol .spanActive{
    font-weight: bold;
}

.menuSol{
    width: 22%;
    float: left;
    overflow: auto;
    padding: 0% 1% 3% 1%;
}

.menuSol h2{
    padding: 15px 0;
    color: #222;
    font-weight: normal;
    border-bottom: 3px solid #efefef;
    margin-bottom: 10px;
}

.menuSol h3{
    font-weight: normal;
    font-size: 22px;
}

ul.ulKategori > li{
    padding: 10px 0;
    background-image: url("userdata/images/icon-arrow-right.png");
    background-position: right;
    background-repeat: no-repeat;
    font-size: 22px;
    color: #b00000;
}

ul.ulKategori a{
    color: #b00000;
}

ul.ulKategori > li:hover{
    color: #b00000;
    transition: 250ms;
}

ul.ulUrunler > li{
    padding: 10px 0 10px 15px;
    color: #222;
}

ul.ulUrunler > li:hover{
    color: #b00000;
    transition: 250ms;
}

ul.ulUrunler a{
    color: #000;
}

ul.ulUrunler a:hover{
    color: #b00000;
}

.hakkimizda{
    width: 75%;
    float: left;
    margin-right: 3%;
    line-height: 22px;
}

.urunler{
    width: 75%;
    overflow: auto;
    float: left;
    margin-right: 3%;
}

.urunler h3{
    padding: 10px 3px;
    text-align: center;
    font-size: 18px;
}

.urunler p{
    font-size: 14px;
}

.urunKutu{
    width: 31.33%;
    height: 400px;
    float: left;
    margin: 0 1% 5% 1%;
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    border-bottom: 1px solid #b00000;
}

.urunResim{
    width: 100%;
}

.urunResim:hover{
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.urunResim img{
    width: 100%;
}

.detaySol{
    width: 32%;
    float: left;
    overflow: auto;
}

.urunDetayResim{
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
    padding: 1%;
}

.urunDetayResim img{
    width: 100%;
}

.paylas{
    margin-top: 20px;
    height: auto;
}

.paylas h2{
    color: #000;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 5px solid #efefef;
}

.paylas img{
    margin: 10px 10px 0 0;
    float: left;
}

.urunDetay{
    width: 44%;
    float: left;
    margin: 0 1%;
    height: auto;
    border-right: 3px solid #efefef;
    padding: 5px 15px;
    line-height: 22px;
}

.iletisimKutu{
    margin: 10px 0;
    background-color: #fff;
    padding: 10px;
    height: auto;
    overflow: auto;
}

.iletisimKutu iframe{
    width: 100%;
    height: 450px;
}

.iletisimBilgileri{
    width: 50%;
    height: auto;
    overflow: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.iletisimBilgisi{
    padding: 5px 0;
    height: auto;
    overflow: auto;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

.iletisimBilgisi img{
    float: left;
    margin-right: 10px;
    width: 20px;
}


.iletisimFormu{
    width: 50%;
    height: auto;
    overflow: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.iletisimFormu input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
}

.iletisimFormu input:focus{
    outline:1px solid #FF0308;
}

.iletisimFormu textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin: 5px 0;
    height: 100px;
    resize: none;
}

.iletisimFormu button{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border: 0;
    background-color: #27ae60;
    color: #fff;
}

.iletisimFormu textarea:focus{
    outline:1px solid #FF0308;
}

.iletisimBaslik{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.guvenlikKodu{
    height: auto;
    overflow: auto;
}

.kod{
    width: 25%;
    padding: 9px 5px;
    float: left;
    background-color: #ebebeb;
    box-sizing: border-box;
    text-align: center;
}

.kodKutu{
    width: 75%;
    float: left;
}



@media only screen and (max-width: 1024px) 
{
.top{
    padding: 0;
}

.yol{
    font-size: 12px;
    padding: 10px 0 10px 5px;
}
    
.sahne{
    padding: 30px 10px;
    overflow: auto;
}
    
.logo {
  padding: 0 5px;
  color: #000;
  float: left;
    width: 80%;
}
    
.logo img{
    max-height: 100%;
    max-width: 100%;
}

.ortaKutu{
    width: 100%;
    float: none;
    margin: 30px 0;
}

.kalite{
    width: 100%;
    float: none;
    margin-bottom: 30px;
    text-align: center;
}
    
.kalite img{
    float: none;
    margin-right: 0px;
}

.kalite p{
    font-size: 14px;
}
  
.bottom{
    padding: 0px;
    height: auto;
}

.bottomKutu{
    width: 90%;
    float: none;
    padding: 40px 10px;
}

.bottomSosyal{
    border-top: 1px solid #5E5E5E;
    margin-top: 40px;
    padding: 30px 10px;
}

.sayfaBanner h1{
    font-size: 42px;
    top: 3%;
}

.sayfaBanner p{
    bottom: 3%;
    padding: 0 10px;
}
  
.hakkimizda{
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;
}

.menuSol{
    width: 100%;
    float: none;
}
    
.urunler{
    width: 100%;
    float: none;
    margin-right: 0;
}

.urunKutu{
    width: 100%;
    height: auto;
    float: none;
    margin: 5% auto;

}
    
.urunKutu p{
    padding-bottom: 70px;
} 
    
.detaySol{
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
 
.urunDetay{
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 30px;
    border-right: none;
}

.copyright{float: none; width: 100%; text-align: center; margin-bottom: 20px;}
.tasarim{width: 100%; float: none; text-align: center;}
    
.iletisimFormu{
    width: 100%;
    float: none;
}

.iletisimBilgileri{
    width: 100%;
    float: none;
}
    
.kod{
    width: 100%;
    float: none;
}

.kodKutu{
    width: 100%;
    float: none;
}

    
    
}

@media only screen and (max-width: 620px) 
{

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  padding: 0 10px;
  color: #000;
  float: left;
    font-size: 38px;
    font-family: 'Cinzel', 'sans-serif';
}



}
