@import url(https://fonts.googleapis.com/css?family=Exo+2:700,400&subset=latin,latin-ext);


body {
  overflow-x: hidden;
}
/*** Mobil **/
@media all and (max-width: 768px) {
  .hakkimizda {
    background-color: #3c3b3d;
  }
  .sosyal{
    margin-left: 25% !important;
  }
  
  .anaslider {
      height: 300px !important;
      border: none;
  }
}



/*** Menü **/
.navbar {
  height: 150px;
  background-color: #fff !important;
  margin-bottom: 0 !important;
  border-top: 10px solid #dee0e7 !important;

}
.navbar-nav {
    z-index: 999999999;
}
.logo img {
  height: 100px;
}
.menum {
  margin-top: 55px;
}

.menum ul li a {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #000 !important;
  font-size: 15px !important;
}
.menum ul li a p {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  color: #7c7c7c ;
  font-size: 14px !important;
  text-align: left;
}
.menua {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: inherit;
}
.menum ul li {
display: inline-block;
line-height: 5px;
border-top: 3px solid #fff;
padding-top: 8px;
}

.aktif, .menum ul li:hover {border-top: 3px solid #e57b22 !important;}
.aktif p , .menum ul li:hover p  {color:#e57b22 !important;}

.dil {
  margin-top: 20px;
}
.dil ul {
  list-style-type: none;
   padding: 0;
   margin: 0;
}
.dil ul li a {
  color: #7c7c7c !important;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.dil ul li
{
  border-radius: 20px; /* Standart */
   -moz-border-radius: 20px; /* Firefox */
   -webkit-border-radius: 20px; /* Safari ve Chrome */
   border-color: #7c7c7c;
   border: 1px solid #7c7c7c;
   display: inline;
   padding: 4px;
}

/*Menu End*/

.hakkimizda {
  background-image: url('../img/hakkimizda-bg.png');
  background-repeat: repeat-x;
  background-size: 100% 100%;
  position: relative;
  height: 100%;
  top: -80px;
}
.hakkimizda-banner{
  margin-top: -20px;
  margin-bottom: 70px;
}
.tugla-banner-renkli {
  background-color: #e57b22;
  height: 69px;
  margin-left: -17px;
  margin-top: 72px;
}
.hakkimizda h1 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
}
.hakkimizda h1 span {
  color: #e57b22;
  font-weight: 300;
}
.hakkimizda p {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
}
.unutmayalim {
  float: right;
  padding-bottom: 15%;
}
.neden
{

}
 .neden-baslik {
   color: #000;
   font-family: "Exo 2",sans-serif;
   font-size: 50px;
   font-weight: 700;
   left: 35%;
   margin-top: -5%;
   position: absolute;
}
 .neden-baslik span {
  color: #e57b22;
  font-weight: 300;
}
.duzelt {
  margin-top: 50%;
}
.anasayfa-iletisim {
  margin-top: 50px;
  margin-bottom: 50px;
}

.anasayfa-iletisim h1 {
  color: #000;
  font-family: "Exo 2",sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.anasayfa-iletisim h1 span {
 color: #e57b22;
 font-weight: 300;
}
.anasayfa-iletisim .yazi-alani
{
  font-family: "Exo 2",sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.anasayfa-iletisim .yazi-alani hr {
  padding-right: 50%,
}

.ozel-cizgi {
  height: 10px;
  background-color: #e57b22;
  width: 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
}
.form-alani {
  border: 1px solid #bcbbba;
  padding: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.anasayfa-iletisim .form-alani textarea {
  width: 100%;
  color: #e57b22;
  font-family: "Exo 2",sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  height: 150px;
}
.anasayfa-iletisim .form-alani .email {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #e57b22;
  font-family: "Exo 2",sans-serif;
  font-size: 20px;
  font-weight: 400;

}
.anasayfa-iletisim .form-alani .tel {

  margin-bottom: 10px;
  width: 79%;
  color: #e57b22;
  font-family: "Exo 2",sans-serif;
  font-size: 20px;
  font-weight: 400;

}
.anasayfa-iletisim .form-alani .gonder {


  color: #fff;
  background-color: #e57b22;
  font-family: "Exo 2",sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;

}
.footer {
  padding-top: 80px;
  background-color: #f7f7f7;
  padding-bottom: 40px;
}
.footer-menu a {
  color: #000;
  font-family: "Exo 2",sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.footer-menu a:hover {
  color: #e57b22;
}
.footer-menu .kesik
{
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.footer-menu .kesik:hover
{
  background-color: inherit;
  color: #000;
}

.sosyal li{
  float: left;
  list-style: none;
  width: 30px;
  border: 1px solid #000;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sosyal li a {
  color: #000;
  font-size: 16px;
}
.copyright {
  color: #6a6a6a;
  font-family: "Exo 2",sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.araclar .arama {
  background-color: #231f20;
}
.araclar .arama i {
  border: none;
}
.araclar .arama a {
  color: #fff;
}
.araclar li a {
  font-size: 20px;
  line-height: 50px;
  color: #1d1d1d;
}
.araclar li i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 5px;
}
.fa-facebook {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.araclar li {
  float: left;
  height: 50px;
  background-color: #e57b22;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.araclar li:hover {
  background-color: #EBA257;
}
.araclar
{
  float: right;
}


.page-content {
  background-color: #3c3f44;
  border-top: 5px solid #000;
}

.page-title {
  font-size: 25px;
  color: #E87C04;
  padding-top: 30px;
}
.icerik-alani {
  color: #fff;
}
.haberler-alani h4 {
  margin-top: 54px;
  font-weight: bold;
}
.haber-content h6 {
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  padding-bottom: 10px;
}
.haber-content h6 span {
  float: right;
  font-weight: normal;
}

.haber-content p {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}

.haber-content img {
  float: right;
  margin-top: -27px;
  width: 34px;
}
.tanitim {
  margin-top: 40px;
  display: block;
  padding: 15px;
}

.bulten-box h3 {
  color: #E87C04;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 8px;
}

.bulten-box input[type="text"] {
  background-color: #989999;
  color: #fff;
  width: 300px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: none;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.bulten-box input[type="image"] {
  margin-left: -20px;
  position: absolute;
  margin-top: -7px;
  width: 54px;
}

.nerede {
  margin-top: 60px;
  padding-left: 16px !important;
}
.nerede li {

  float: left;
  margin-right: 5px;
  border-right: 1px solid #fff;
  list-style: none;
  padding-right: 10px;
}
.nerede li:last-child {
  border: none;
}

.nerede li a {
  color: #fff;
  text-decoration: none;
}

.urunler-yanmenu h2
{
  color: #E87C04;
}

.urunler-yanmenu ul {
  padding-left: 0 !important;
}

.urunler-yanmenu ul li {
  list-style: none;
  margin-bottom: 30px;
}

.urunler-yanmenu ul li a {
  color: #fff;
  text-decoration: none;
}

.urunler-yanmenu ul li a:hover , .urunler-yanmenu ul li .secili ,.urun-list a:hover,.nerede li a:hover {
  color: #E87C04 !important;
  text-decoration: none;
}

.urun-list .image-box {
  background-color: #fff;
  padding: 20%;
}

.urun-list a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.urun-list p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.urun-list {
  padding-top: 24px;
}
.urunler-ana {
  margin-top: 60px;
}

.urun-detay img {
  padding:0 10% 10% 10%;
}

.urun-detay h2 {
  color: #E87C04;
}
.urun-detay span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.urun-detay p{
  color: #fff;
  padding-right: 14%;
}
.urun-detay {
  padding-bottom: 60px;
}
.ozellik-buton {
  background-color: #E57b21;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px;
}
.ozellik-buton:hover, .urun-yazdir:hover {
  color: #fff !important;
  background-color: #EBA257;
}

.urun-yazdir {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
  background-color: #E57b21;
}

.belge-box {
  padding-left: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 0 !important;
  margin-top: 15px;
}
.referans-box {
  padding-left: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 0 !important;
}
#hidden_link {
  display: none;
}

.aramatext {
  font-size: 22px;
  height: 50px;
  padding-left: 13px;
  width: 400px;
}

.aramabutton {
  border: none;
  height: 51px;
  background-color: #231f20;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 50px;

}


.aramagrup {
  display: none;
}

.ozellik-list-grup {
  margin-top: 20px;
}
.ozellik-list-baslik {
  background-color: #e57b21;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  float: left;
  width: 48%;
  margin-bottom: 5px;
}
.ozellik-list-deger {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  color: #e87c04;
  font-size: 13px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
  width: 50%;
  margin-left: 5px;
  margin-bottom: 5px;
  min-height: 29px;
}

.urunler-yanmenu ul li ul {
  margin-left: 10px;
}
.urunler-yanmenu ul li ul li {
  margin-bottom: 0 !important;
}
.urun-detay-content {
  background-color: #fff;
}

.urun-detay-content span, .urun-detay-content p{
  color: #3c3f44;
}

.urun-detay-content .urunler-yanmenu ul li a {
  color: #3c3f44;
}
.urun-detay-content .ozellik-list-deger{
  background-color:#3c3f44;
  color: #fff;
}

.urun-detay-content .nerede li a {
  color: #3c3f44;
}

.urun-detay-content .nerede li {
  border-right: 1px solid #3c3f44;
}
.urun-detay-content .nerede li:last-child {
  border: none;
}
.urun-detay-content .urun-list .image-box {
  border :1px solid #3c3f44;
}
.buyuk {
  font-size: 17px !important;
  color: #E87C04 !important;
}
.galeri-box {
  margin-bottom: 40px !important;
}
.galeri-isim {
  font-size: 17px !important;
  color: #E87C04 !important;
  text-align: center;
}

.productList {
    --productList-column: 2;
    --productList-gap: 20px;
    display: grid;
    grid-gap: var(--productList-gap);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style-type: none;
}

.productList > li {
    border-bottom: 2px solid #E87C04;
    padding: 20px;
}

.productList > li:nth-child(1), .productList > li:nth-child(2) {
    border-top: 2px solid #E87C04;
}

.productList > li > a {
    display: block;
}

.productList_img {
    width: 100%;
    height: 200px;
}

.productList_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.productList_bottom {
    margin-top: 20px;
}

.productList_bottom_title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #E87C04 !important;
}

.productList_bottom_list {
    padding: 0;
    list-style-type: none;
}

.productList_bottom_list li:not(:last-child) {
    margin-bottom: 5px;
}

.productList_bottom_list li {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #E87C04 !important;
}

.productList_bottom_list li span {
    color: #000 !important;
}

@media all and (max-width: 768px) {
    .productList {
        padding-left: 0;
        --productList-column: 1;   
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
