




.slider {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px auto;

 


}

.slides {
  display: flex;
  width: calc(300px * 8); /* resim genişliği x adet */
  animation: slide 25s linear infinite;
}

.slides img {
  width: 400px;   /* istediğin boyutu buradan ayarla */
  height: 300px;  /* kare olacak şekilde */
  object-fit: cover;
  margin-right: 10px;
  border-radius: 8px;
	border: 5px solid #add8e6;
}

@keyframes slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width:600px){
  .slides img { width: 200px; height: 200px; }
}






header{
    background-color: #DDD;
    position: relative;
    padding: 10px 0;
}
header .container{
    position: relative;
    z-index: 2;
}
header a.logo{
    display: block;
}
header a.logo img{
    max-height: 80px;
    float: left;
}
header nav{
    float: right;
}
header nav ul{
    padding-top: 30px;
}
header nav ul li{
    float: left;
}
header nav ul li a{
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
}
header nav ul li a.active{
    position: relative;
    background-color: #9e9eec;
    color: #DDD;
    font-weight: 600;
}

.subheader{
    background-color: #FFF;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    border-top: 3px solid #aaa;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    margin-bottom: 5px;
}

body{
 background-image: url("../../../j.jpg");
    
}


div.banner{
    margin-bottom: 30px;
    padding: 15px 30px 15px 70px;
    background-size: cover;
    background-position: center;
    height: 90px;
    position: relative;
}
div.banner h2{
    color: #ffffff;
    font-size: 44px;
    line-height: 60px;
    text-shadow: 0 0 10px #000000;
}


.box-title{
    font-size: 14px;
    font-weight: 500;
    background-color: #333;
    color: #ffffff;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    border-bottom: 3px solid #3e5d8d;
    border-radius: 6px;
}


nav.side-menu{
    margin-bottom: 30px;
}
nav.side-menu ul{

}
nav.side-menu ul li{
}
nav.side-menu ul li a{
    display: block;
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 10px;
}
nav.side-menu ul li a:hover,
nav.side-menu ul li a.active{
    background-color: blue;
}


main{
    margin-bottom: 50px;
}


/* Ribbon */
.ribbon{
    background-color: #f5f5f5;
    position: relative;
}
.ribbon ul{
}
.ribbon ul li{
    float: left;
    position: relative;
}
.ribbon ul li:after{
    content: '\f101';
    font-family:'FontAwesome';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    color: #fff;
}
.ribbon ul li:last-child:after{
    content: '';
}
.ribbon ul li a{
    display: block;
    line-height: 30px;
    padding: 0 20px 0 10px;
    font-weight: 500;
}
.ribbon ul li:first-child a{
    color: #333;
}


.products-list{

}
.products-list .list-item-product{
    float: left;
    width: calc((100% / 2) - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
border: 5px solid #fff;
border-radius: 10px;

}
.products-list .list-item-product:nth-child(2n+2){
    margin-right: 0;
}
.products-list .list-item-product a{
    display: block;
    background-color: #000000;
}
.products-list .list-item-product a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.products-list .list-item-product a:hover div{
    opacity: .5;
}
.products-list .list-item-product a:hover i{
    display: block;
}
.products-list .list-item-product a div{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.products-list .list-item-product a i{
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    top: 30%;
    left: 50%;
    margin-left: -20px;
    z-index: 200;
    display: none;
}
.products-list .list-item-product a h2{
    background-color: #ffffff;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    height: 40px;
    overflow: hidden;
}



div.product{
    position: relative;
}
div.product h1{
    font-size: 18px;
    padding: 0 0 10px 0;
}
div.product div.images{
    position: relative;
}
div.product div.images div.image{
    padding: 10px 0;
}
div.product div.images div.image img{
    max-width: 100%;
    float: left;

}
div.product div.images ul{
    width: 100%
}
div.product div.images ul li{
    float: left;

}
div.product div.images ul li a{
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
color: #fff;
}
div.product table{
    width: 100%;
}
div.product table tr:nth-child(odd){
    
}
div.product table tr td{
    border-bottom: 1px solid #fff;
    padding: 5px;
    vertical-align: top;
color: #fff;
}
div.product table tr:last-child td{
    border-bottom: 0;
color: #fff;
}




div.embed iframe{
    width: 100% !important;
}




div.form-item{
    padding: 15px 0;
}
div.form-item div.form-title{
    padding-bottom: 5px;
}
div.form-item div.form-title label{
    font-weight: 500;
    font-size: 14px;
}
div.form-item div.form-input{

}
div.form-item div.form-input input,
div.form-item div.form-input select,
div.form-item div.form-input textarea{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 6px;
}
button{
    padding: 0 35px 0 30px;
    background-color: #34407c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    line-height: 30px;
    position: relative;
    border-radius: 6px;
}
button i{
    color: inherit;
}




footer{
    background-color: #34407c;
    padding: 20px;
}
footer .container{
}
footer ul{
    float: left;
}
footer ul li{
    float: left;
}
footer ul li a{
    display: block;
    padding: 0 8px;
    color: #ffffff;
    line-height: 30px;
}
footer address{
    color: #ccc;
    text-align: right;
}

.whatsapp{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
}
.whatsapp a{
    display: block;
    width: 100%;
    height: 100%;
}
.whatsapp a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}


.footer-quick-link-list{
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    display: flex;
    background: #ffffff;
    box-shadow: 0 -3px 5px rgba(0,0,0,.2);
}
.footer-quick-link-list a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 28px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.footer-quick-link-list a i{
    color: inherit !important;
    margin-right: 5px;
}
.footer-quick-link-list a.map-link{
    background: #CCC;
}
.footer-quick-link-list a.phone-link{
    background: #CCC;
    -webkit-animation: fade 2s infinite; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fade 2s infinite; /* Firefox < 16 */
        -ms-animation: fade 2s infinite; /* Internet Explorer */
         -o-animation: fade 2s infinite; /* Opera < 12.1 */
            animation: fade 2s infinite;
}
.footer-quick-link-list a.whatsapp-link{
    background: #4FCE5D;
}

@keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Firefox < 16 */
@-moz-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Opera < 12.1 */
@-o-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}




/* === Mobil Görünüm Desteği === */
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }

  .col {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }

  header .col.c5,
  header .col.c7 {
    text-align: center;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  nav ul li {
    margin: 5px 0;
  }

  .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  @media (max-width: 480px) {
    .products-list {
      grid-template-columns: 1fr;
    }
  }

  table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  footer .col {
    text-align: center;
  }

  .footer-quick-link-list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 9999;
  }

  .footer-quick-link-list a {
    color: white;
    font-size: 14px;
    text-decoration: none;
  }
}

/* === Mobil görünüm onarımı === */
@media (max-width: 768px) {

  /* Tüm sabit genişlikleri sıfırla */
  * {
    max-width: 100% !important;
    width: auto !important;
    box-sizing: border-box;
  }

  /* Ana container */
  .container, .wrapper, .main {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
  }

  /* Slider düzeni */
  .slider {
    position: relative;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
  }

  .slider img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
  }

  /* Kutu ve kartlar */
  .col, .box, .product, .brand-box, .category {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin: 10px auto !important;
    text-align: center;
  }

  /* Görseller */
  img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }

  /* Menü ortalama */
  nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 0;
  }

  nav ul li {
    list-style: none;
  }

  nav ul li a {
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
  }

  /* Alt bar düzeltilmiş */
  .footer-quick-link-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 9999;
  }

  .footer-quick-link-list a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    font-weight: 600;
    color: #000;
  }

  .footer-quick-link-list a:nth-child(1) { background: #e0e0e0; }
  .footer-quick-link-list a:nth-child(2) { background: #f5f5f5; }
  .footer-quick-link-list a:nth-child(3) { background: #25d366; color: white; }

  body { padding-bottom: 70px; }
}

