body {
	
	font-weight: 400;
	color: #666;
	font-size: 12px;
	
	width: 100%;
    overflow-x: hidden;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
    display: none !important;
}

* {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	outline: 0;
	list-style: none;
	font-family: 'Nunito', sans-serif;
}

.ikonlarsooshield img{
    margin-top: 30px;
}


.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
    font-weight: bold;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.kaplafoto{
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}

.swiper-pagination-bullet{
    display: none !important;
}

.sooshieldbanner{
    margin-top: 100px;
}

.sooshieldbanner img{
    width: 100%;
}

.active:after {
  content: "\2212";
}

.panel {
  
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.panel p{
    padding-top: 20px;
}


#menu .dropdown-inner a{
    background: white !important;
}
/* gramotif */
/*css development www.gramotif.com */

.pagination{
  margin-bottom: 80px !important;
  
}

.goog-te-banner{
    display: none !important;
}

.goog-te-banner-frame {
    display:none !important
    }

.skiptranslate {
    display:none !important
    }

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

.product-thumb .price{
    display: none;
}

.flag li{
    float: left;
    margin-right: 20px;
}

.flag{
    float: right;
    margin-top: 16px;
}

* {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	outline: 0;
	list-style: none;
	font-family: 'Nunito', sans-serif;
}

.goog-te-spinner-pos{
    display: none;
}

.navbar-nav{
    float: right !important;
    margin-right: -10px;
    margin-top: 40px;
    display: table;
}

.nav>li>a{
    color: black !important;
    font-size: 18px !important;
    font-weight: bold;
}

.swiper-pagination{
    margin-top: 720px;
    display: table;
    position: relative;
    z-index: 99999;
   
}

.ilerigeributonlar img{
    width: auto !important;
}

.diorcookmenus{
    float: right !important;
    width: 100%;
}

.custom-pager .img-container {
  width: 167px;
  height: 165px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.tekilicerikler td, tr{
    border: 1px solid rgba(0,0,0,0.2);
   
}

#urundetayis img{
    display: inline-block;
    width: 100%;
    height: 100%;
}

#urundetayis{
    margin-top: 90px;
}

#urundetayis table{
    display: table;
    margin: 0 auto;
}

.tekilicerikler td{
    padding: 20px 50px;
}




.product-slider .img-container {
  height: 525px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.slide a{
  cursor:pointer;
}

.sidebar-personal-info-section {
  position: relative;
    font-size: 30px;
}

.changing-keyword {
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  visibility: collapse;
  position: absolute;
  padding-left: .2rem;
    left: 155px;
}

.shown {
  opacity: 1;
  visibility: visible;
}

.solyazisi{
    margin-right: 70px;
    display: table;
    right: 500px;
}


.solyazisi2{
    margin-right: 70px;
    display: table;
    right: 500px;
    margin-left: 100px;
    
}

a {

  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a:hover { }


.urunfotosu{
    margin-top: -80px;
    position: relative;
  
}

.logotop2 img{
    margin-top: 15px;
}



.yenifotoekle img{
    width: 100%;
    margin-top: 20px;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	background: #579731;
	border-radius: 0 !important;
}

/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
	display: none;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
	display: none;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-menu>li>a:hover {
	background: none;
	color: white;
}
.dropdown-menu>li>a {
	display: table;
	color: white;
	background: #434345;
	min-width: 200px;
}
.dropdown-menu>li>a:hover {
	display: table;
	color: white;
	background: #434345;
    transition: 0.5s all ease-in-out;
}
.dropdown-menu>li>a {
	font-size: 13px;
	padding: 8px 15px;
	border-bottom: 1px solid white;
}
.dropdown-menu {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	margin-left: 14px;
    
}

.koresite{
    display: block;
    width: 100%;
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 19px;
}



#solakaydir {
	margin-left: 21px;
	margin-top: -5px;
}

.soshieldicerik img{
    width: 100%;
    margin-top: 30px;
}


.yaziurundetaysos{
    margin-top: 20px;
    font-weight: bold;
    color: black;
    text-align: center;
}

#solakaydir a {
	background: #76b651 !important;
	padding: 8px 15px;
	border-bottom: 1px solid black;
}
.dropdown-submenu>.dropdown-menu {
	margin-left: 20px;
}
.navbar {
	margin-bottom: 35px;
}

.enust .container{
    padding: 0 !important;
    
}



.enustsol i{
    margin-right: 10px;
}

.enustsol li{
    margin-right: 20px;
}

.enusticerikler{
    margin-right: 35px;
}

#tekilicerikurunlers img{
    width: 100%;
    
}

#tekilicerikurunlers{
    text-align: center;
}

#tekilicerikurunlers a{
    color: black;
}

.enusticerikler i{
  
}

.enusticerikler li{
    margin-left: 10px;
}

.enust a, footer a{
    color: black;
}

.enust a:hover, footer a:hover{
    color: white;
}

@media (max-width: 767px) {
    
    .menuaktar{
    display: inline-block;
    width: 100%;
}

    .pull-right{
        width: 100% !important;
    }
    
    #information-information{
        margin-top: 50px !important;
    }
    #menu .btn-navbar{
        background: #d3bc9e !important;
        border: none !important;
    }
    
    .logotop2 img{
        margin: 0 auto !important;
        margin-top: 25px !important;
        display: table;
    }
    
    .nav>li{
        width: 100% !important;
        display: inline-block;
    }
    
    #menu .btn-navbar{
      
        width: 100% !important;
    }
    
    #information-information{
        margin-top: -80px;
    }
    
    .tekilbaslikiletisim{
        display: none;
    }
    
	.navbar-nav {
		display: inline;
	}
	.navbar-default .navbar-brand {
		display: inline;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-nav .dropdown-menu>li>a {
		color: red;
		background-color: #ccc;
		border-radius: 4px;
		margin-top: 2px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		background-color: #ccc;
	}
	.navbar-nav .open .dropdown-menu {
		border-bottom: 1px solid white;
		border-radius: 0;
	}
	.dropdown-menu {
		padding-left: 10px;
	}
	.dropdown-menu .dropdown-menu {
		padding-left: 20px;
	}
	.dropdown-menu .dropdown-menu .dropdown-menu {
		padding-left: 30px;
	}
	li.dropdown.open {
		border: 0px solid red;
	}
}
@media (min-width: 768px) {
	ul.nav li:hover>ul.dropdown-menu {
		display: block;
       
	}
	#navbar {
		text-align: center;
	}
}

#menu #category{
    display: none !important;
}


.enust .container{
    padding: 5px !important;
}

.enust ul li:nth-child(1){
    margin-left: 0;
}


h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.yanyanaal li{
    float: left;
    margin-right: 10px;
}

.yanyanaal li a{
    color: black !important;
}

.breadcrumb a{
    color: black !important;
}

.urunaciklamasicontent table{
    width: auto !important;
    padding: 10px;
}

.urunaciklamasicontent td, th{
    padding: 12px;
}

.caption a{
    color: black !important;
}

.loading{
    width: 100%;
    height: 100%;
    background: #253842;
    position: fixed;
    z-index: 999999999999999999999999 !important;
}

.loading img{
    margin: auto;
    display: table;
    position: absolute;
    width: auto !important;
    z-index: 999999999999999999999999 !important;
}

.sosyaldebiz ul li{
    float: none; !important;
}

.sorusor h1{
    color: white;
    text-align: center;
    font-size: 22px;
}


.sorusor {
	background: #427b20;
	padding: 50px 15px;
	border-bottom: 3px solid black;
    border-radius: 20px;
}
.sorusor input {
	width: 100%;
	border: 2px solid #427b20;
	padding: 8px;
    border-radius: 20px;
    text-align: center;
}
.sorusor textarea {
	width: 100%;
	border: 2px solid #427b20;
	padding: 8px;
    border-radius: 20px;
    text-align: center;
}
.gonderbuton {
	background: black;
	font-weight: bold;
    color: white;
}


.enust .container {
	background: none;
}
.navbar-brand{
    margin-top: -15px;
}

.enust {
	background: red;
	color: white;
    padding: 10px;

}
.enust .container {
	padding: 0 28px;
}
.enust i {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	display: table;
}
.enust ul li {
	float: left;
	font-size: 16px;

}
.navbar-nav>li>.dropdown-menu {
	box-shadow: none;
	border: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    color: white;
    background: #579731;
    
}

.logoorta{
    border-bottom: 2px solid #427b20;
    padding: 30px 0;
}

.logoorta img {
	margin: 0 auto;
	display: table;
}
.navbar-default {
	padding: 0 6px;
    
}
.navbar-default .navbar-nav>li>a {
	color: black;
	font-size: 19px;
    font-weight: normal;
    margin-top: 10px;
    
}



.boldyapdil{
    font-weight: bold !important;
}

.navbar-default .navbar-nav>li>a:hover {
	background: none !important;
	color: black;
    cursor: pointer;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: 30px;
}
.iletisimform {
	margin-top: -45px;
	display: table;
	margin-left: 20px;
}
.iletisimform a {
	color: white;
	font-size:
}


.owl-prev{
    float: left;
    margin-right: 20px;
    display: table;
    width: 100%;
    left: -20px;
    position: absolute;
    top: 90%;
}

.rutin img{
   width: 100%;
    margin-top: 55px;
}



.owl-next{
    float: left;
    margin-right: 20px;
    display: table;
    width: 100%;
    left: 20px;
    position: absolute;
    top: 90%;
}
.nivo-nextNav {
	
    margin-left: 97%;
    background-image: url("../image/ileri.png");
}
.nivo-prevNav {
    background-image: url("../image/geri.png");
}

.nivo-directionNav a{
    background-repeat: no-repeat;
    color: transparent;
}

.nivo-controlNav{
    display: none !important;
}



.nivo-control {
	color: #579731;
	font-size: 16px;
	margin: 0 4px;
    
}
.nivoSlider {
	
}
.iletisimform div {
	background: #579731;
	padding: 10px;
	color: white;
	margin-bottom: 5px;
	border-bottom: 3px solid black;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-brand {
	margin-left: 4px;
}
.kolonlar {
    position: relative;
    margin-top: 50px;
  
}

.animasyonyazi{
    position: absolute;
    display: table;
    left: 43%;
}
.yardimci {
	margin-top: 80px;
	background: #579731;
   
    padding: 60px;
    padding-bottom: 50px;
    background-image: url('../image/bg.jpg');
   
}

#anasayfabutonlar textarea::-webkit-input-placeholder {
  color: white;
}

#anasayfabutonlar input::-webkit-input-placeholder {
  color: white;
}

.sosyalyazi{
    font-size: 25px;
    font-weight: bold;
}

.ikonlarsosyal ul li{
    float: left;
    margin: 20px;
    font-size: 25px;

    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.ikonlarsosyal ul li:hover{
   background: none;
    
}

.ikonlarsosyal ul li:hover i{
   color: black;
 
}

.ikonlarsosyal  ul{
   justify-content: center;
  display: flex;
  
   
}

.sosyalyazi{
    margin-top: 2px;
}


.ikonlarsosyal ul li i{
    display: table;
    text-align: center;
    margin-left:  17px;
    margin-top: 2px;
    color: black;
}


#anasayfabutonlar textarea::input-placeholder {
  color: white;
}

#anasayfabutonlar input::input-placeholder {
  color: white;
}


#anasayfabutonlar textarea{
    border: 2px solid white !important;
    background: none;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
}

#anasayfabutonlar input{
    border: 2px solid white;
    background: none;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
}

#anasayfabutonlar .gonderbuton{
    background: white !important;
    color: black;
    font-weight: bold;
}


.sosicerikler img{
    width: 100%;
    
}

.sosicerikler .ana{
    margin-top: 35px;
}


.diorikon{
   text-align: center;
    height: 200px;
    font-size: 30px;
}

.yaziikon{
    font-weight: bold;
    margin-top: 10px;
}

.diorikon i{
   
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: table;
    font-size: 55px;
    padding-top: 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 2px;
}

.diorikon i:hover{
    background: #d3bc9e;
}

.diorikon i:hover{
    color: white;
}

.diortexedit{
    margin-top: 30px;
    font-size: 40px;
    box-shadow: 0px !important;
}

.ion-social-facebook{padding-left: 10px}


.yardimci img{width: 100%;}

.fotofoto img{
    width: 100%;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    0px 0px 14px 0px rgba(255, 255, 255, 0.75);
box-shadow:         0px 0px 14px 0px rgba(255, 255, 255, 0.75);
}
.yardimci .container {
	
	padding: 30px 0;
	color: white;
}
.yardimci h1 {
	margin: 0;
	padding: 0;
}
.yardimci span {
	font-size: 18px;
}
.yardimci p {
	margin: 0 !important;
	padding: 0 !important;
    text-align: justify;
}

.harita iframe{
    margin-top: -2px;
    position: relative;
    z-index: 999;
}

.sag{

}

.sagbuyuk img {
	width: 100%;
}
.ikonlar {
	text-align: center;
    margin-top: 60px;
}
.ikontekil h3 {
	font-weight: bold;
}
.ikonlar .ikon {
	background: #427b20;
	display: table;
	padding: 20px;
	border-radius: 100%;
}
.ikon {
	margin: 0 auto;
	display: table;
	text-align: center;
}




.fotolar img{
    border: 1px solid rgba(0,0,0,0.1);
}

footer{
    background: #f6c877;
    padding-bottom: 30px;
    position: relative;
    z-index: 9999;
    margin-top: -9px;
    color: black !important;
}

footer a:hover{
    text-decoration: none;
    color: black;
}

footer .fotbaslik{
    font-weight: bold;
    font-size: 26px;
    color: black !important;
}

.fotbaslik{
    color: white !important;
}

.solacek{
    margin-left: -40px;
}

.fotolar img{
    width: 100%;
}

footer ul li{
  
    color: white !important;
}

.tablever{
    display: table;

}

footer ul li i{
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

.footerlogo{
   
  
    float: right;
}

.diorcookikonlar{
    margin-top: 40px;
    color: black;
}

#usttenbosluk{
    padding-top: 40px;
}

.usttenbosluk ul li{
    float: left;
    color: black !important;
}

.usttenbosluk a{
    float: left;
    color: black !important;
}

.usttenbosluk ul li i{
    margin-top: -5px;
}

.footerenalt{
    margin-top: 20px;
    color: black;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 60px;


}



.sorusormak{
    background: black;
    margin-top: -2px;
    position: relative;
    z-index: 999;
    color: white;
    padding: 50px 0;
    margin-top: -20px;
  
}

.sorusormak .col-md-9{
    font-size: 26px;
}


.sorusormak button{
    font-size: 26px;
    padding: 15px;
    background: none;
    color: white;
    border: 2px solid white;
      -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.sorusormak button:hover{
    background: white;
    color: black;
    border: 2px solid black;
      -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}




.tekilbaslik .container{
    margin-top: -10px;
    position: relative;
   
}

.tekilbaslik h1{
    position: absolute;
    text-align: center;
    top: 7%;
    margin-top: 100px;
    color: white;
    font-weight: bold;
    display: table;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.tekilbaslikiletisim h1{
    position: absolute;
    text-align: center;
    top: 7%;
    margin-top: 45px;
    color: white;
    font-weight: bold;
    display: table;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.tekilbaslik img{
    width: 100%;
  
}

.solmenu{
     background: #434345 !important;
    padding: 30px;
     border-bottom: 3px solid black;
    text-align: left;
}

.solmenu li{
    font-size: 17px;
    color: white;
   
}

.solmenu li a{
    color: white;
}

.solmenu li a:hover{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.tekilicerikler{
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: justify;
}

#iletisimformuss .gonderbuton{
    height: auto !important;
    background: #434345;
}

#iletisimformuss input, textarea{
    border-color: #434345 !important;
}

.diorharita{
    margin-top: 50px;
    margin-bottom: 50px;
}

.tekilicerikler h2{
    margin: 0;
    font-size: 18px;
}

.diorsvgsi{
    margin-top: 20px;
}

.tekilicerikler .col-md-3{
    padding: 0 !important;
 }

.tekilicerikler .col-md-9{
    padding-right: 0 !important;
    padding-left: 35px;
 }

.tekilicerikler .col-md-9{
    margin-top: 16px;
}


.okisareti{
    margin: 0 auto;
    display: table;
}

.tekilicerikler input{
    width: 100%;
    height: 30px;
    padding: 30px;
    margin-top: 15px;
    border: 1px solid #579731 !important;
    border-radius: 20px;
}



.tekilicerikler textarea{
    width: 100%;
    height: 150px;
    padding: 30px;
    margin-top: 15px;
    border: 1px solid #579731 !important;
     border-radius: 20px;
}



.tekilicerikler .gonderbuton{
    background: #579731;
    color: white !important;
    padding: 20px;
  
}

.iletisimsayfasi .col-md-2{

}

.iletisimbilgileri{

}

.kutukutu{

    height: 160px;
    text-align: center;
    font-size: 15px;

    border:2px solid white;
    margin-top: 20px;
    padding: 40px;
}

.enustsol{
    margin-left: 35px;
}

.kutukutu i{
    font-size: 36px;
    color: #434345;
}

.fotogenel{
    height: 280px;
}

#fotolar img{
    width: 100%;
}


#sosyalaglardadior{
 
    color: black !important;
}



.footerlogo img{
    margin-top: 48px;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    
    .tekilbaslik{
        margin-top: 50px;
    }
    
    .tekilbaslik h1{
        font-size: 21px;
        padding-bottom: 22px;
        padding-top: 19px;
    }
    
    #fotolar{
        margin: 10px 0;
    }
    
    h2{
        text-align: left;
    }
    
    .tekilicerikler .col-md-9{
        margin: auto;
        padding: 0;
    }
    
    .fotogenel{
        height: auto;
        margin-bottom: 20px;
    }
    
    .yardimci h1{
        font-size: 20px;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		float: none !important;
	}
	.iletisimform {
		margin-top: 20px;
		margin-left: 0;
	}
	.navbar-brand {
		padding: 0;
		margin-top: 20px;
		margin: 0;
	}
	.navbar-default {
		margin-top: 30px;
	}
	.nivoSlider {
		margin-top: 65px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none !important;
        width: auto;
        padding: 0;
        text-align: left !important;
        float: left;
	}
	.enust .container {
		padding: 0;
	}
	.enust .pull-right {
		float: none !important;
	}
	.navbar-toggle {
		margin-top: 60px;
		border-radius: 0 !important;
		background: #434345;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: white;
	}
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        width: 100%;
        text-align: center;
    }
    
    .header .container{
        padding: 0 !important;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: white;
        background: none !important;
        border: none;
      
    }
    
    #solakaydir{
        margin: 0;
        background: none;
    }
    
    
    #solakaydir a{
        border: none;
        border-radius: 0;
        background: none !important;
        
    }
    
    .menu-item{
        margin-left: -10px;
    }
    
    .navbar-default{
     
     
    }
    
    .navbar{
        margin: 0;
      
     
        
    }
    

    
    .navbar-toggle{
        margin: 0 auto;
    }
    
   
    
    .header{
       
    }
    
    .footerlogo{
        float: right;
        
    }
   
    
    .urunfotosu{
        margin-top: 0 !important;
    }

    
    .footerenalt .col-md-4{
        text-align: left;
        float: left;
        display: table;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background: none !important;
        color: #579731 !important;
    }
    
    .yardimci{
        padding: 10px;
    }
    
    .navbar-brand img{
        margin-top: -40px;
        margin-left: -20px;
    }
    
    .pull-right{
        float: left !important;
    }
    
    .enust .pull-right{
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }
    
    .enusticerikler  ul{
        display: table;
        margin: 0 auto;
    } 
    
    .pull-left{
        display: table;
        margin: 0 auto;
        width: 100%;
        float: none !important;
        text-align: center;
        margin-left: 30%;
    }
    
    .animasyonyazi{
        left: 6%;
    }
    
    .yardimci img{
        margin-bottom: 50px;
    }
    
    .diortexedit {
        text-align: center;
    }
    
    .ikonlarsosyal ul li{
        margin-bottom: 40px;
    }
    
    body{
        overflow-x: hidden;
    }
    
    .tekilbaslik{
        display: none;
    }
    
    .tekilicerikler{
        margin-top: 80px;
    }
    
}
/* gramotif */







legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
    font-weight: bold;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {

}
#menu .nav > li > a {
	
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
    margin-left: -20px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
    background: grey !important;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
    
    #menu .btn-navbar{
       
    }
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
    footer {
	background: #d3bc9e;

	
	
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer h5 {
	
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}

.product-thumb img{
    width: 100%;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
