    h2.spec {margin-top:10px;margin-bottom:5px;}
    ul.spec {display:inline-block;width:100%;}
    ul.spec li {float:left;margin:3px 0;width:50%;box-sizing:border-box;}
   /* ul.spec li h2 {inherit;} */
    
    ul.submenu li {float:left;display:inline-block;border-top:3px solid #eee;padding:12px;margin:4px;font-size:15px;}
    ul.submenu li a {display:block;color:#333;}
    
    ul.spec2 {display:inline-block;width:100%;}
    ul.spec2 li {float:left;margin:3px 0;width:49%;box-sizing:border-box;}
    @media only screen and (max-width: 600px)
    {
        ul.spec li {float:left;margin:3px 0;width:49%;box-sizing:border-box;}
    }
    
    ul.spec li h2:nth-child(1) {box-sizing:border-box;float:left;display:inline-block;background:#333;color:#ddd;border:1px solid #333;
                                    padding:13px 6px;width:46%;height:auto !important;line-height:17px;font-size:12px;margin-right:1px;border-radius:8px;}
    ul.spec li h2:nth-child(2) {box-sizing:border-box;display:inline-block;background:#fafafa;color:#333;border:1px solid #333;padding:3px 6px;width:46%;line-height:16px;
                                height:42px;border-bottom:5px solid #333;font-weight:bold;font-size:15px;}
                                
                                
                                
    ul.spec2 li span:nth-child(1) {box-sizing:border-box;float:left;display:inline-block;background:#333;color:#fff;border:1px solid #333;
                                    padding:3px 6px;width:76%;height:auto !important;line-height:17px;font-size:12px;margin-right:5px;}
    ul.spec2 li span:nth-child(2) {box-sizing:border-box;display:inline-block;background:#fafafa;color:#333;border:1px solid #333;padding:3px 6px;width:24%;line-height:16px;
                                height:42px;border-bottom:5px solid #333;font-weight:bold;font-size:15px;text-shadow:1px 0 0 #fff;}

/************NEW CSS START ***************/

/* === SPEC BAŞLIK === */
h2.spec {
  margin: 20px 0 10px;
  color: #004b8e;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  border-left: 4px solid #0077c8;
  padding-left: 8px;
}

/* === SPEC LISTE === */
ul.spec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* === SPEC MADDELER === */
ul.spec li {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.25s ease;
}

ul.spec li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* === SOL TARAF (etiket) === */
ul.spec li h2:nth-child(1) {
  flex: 0 0 45%;
  background: linear-gradient(135deg, #f4f6f8, #e9edf1);
  color: #1f2d3d;
  border-right: 1px solid #e0e6ee;
  padding: 10px 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === SAĞ TARAF (değer) === */
ul.spec li h2:nth-child(2) {
  flex: 1;
  background: linear-gradient(135deg, #0077c8, #005fa3);
  color: #fff;
  padding: 10px 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  ul.spec li {
    flex: 1 1 100%;
  }
  ul.spec li h2:nth-child(1) {
    font-size: 12px;
    padding: 8px 4px;
  }
  ul.spec li h2:nth-child(2) {
    font-size: 14px;
    padding: 8px 4px;
  }
}
/************NEW CSS FINISH ***************/
    
    ul.foto {display:inline-block;width:100%;margin:15px 0;}
    ul.foto li {float:left;display:inline-block;border:0;}
    ul.foto li:first-child{width:20%;}
        ul.foto li:first-child div.img_list {overflow-y:hidden; overflow-x:hidden;height:320px;margin-top:17px;}
        @media only screen and (max-width: 600px)
        {
            ul.foto li:first-child div.img_list {overflow-y:hidden; overflow-x:hidden;height:160px;}
        }
    ul.foto li:nth-child(2){width:80%;margin-top:17px;}
    
    ul.foto li span.list {display:block;padding:3px;}
    ul.foto li span.list img{width:100%;height:auto;padding:2px;}
    ul.foto li div.display{display:block;padding:3px;height:340px;overflow-y:hidden;}
        @media only screen and (max-width: 600px)
        {
        ul.foto li div.display{display:block;padding:3px;height:200px;overflow-y:hidden;}
        }
    ul.foto li div.display img{width:99%;height:auto;}
    


special_ul li{padding:12px 10px;border-radius:5px;background:#e5e3e3;display:inline-block;margin:1px;}
special_ul li:hover {background:#279CFF;}
.compare h2 {color: #333;font-size:20px;padding:0px;margin:4px 0px;border-radius:1px;}

ul.special_ul li {
  padding: 12px 10px;
  border-radius: 5px;
  background: #e5e3e3;
  display: inline-block;
  margin: 1px;
}

ul.special_ul li:hover {
  background: #279CFF;
}


.yorum-form {
  max-width: 99%;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.yorum-form h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.yorum-form label {
  display: block;
  margin-bottom: 5px;
}

.yorum-form input[type="text"],
.yorum-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.yorum-form textarea {
  height: 100px;
}

.yorum-form button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.yorum-form button:hover {
  background-color: #45a049;
}

/**** Carscss ****/
 #commentForm {
    max-width: 99%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #commentForm h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #commentForm label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }

  #commentForm input[type="text"],
  #commentForm textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  #commentForm button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  #commentForm button[type="submit"]:hover {
    background-color: #45a049;
  }

  #message {
    margin-top: 10px;
    font-weight: bold;
  }

/* Page */ 

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.pagination a:hover {
  background-color: #e0e0e0;
}

.pagination .current {
  background-color: #ccc;
}

/* Breadcrumb ScrollBar Hide */
.bread::-webkit-scrollbar {
  display: none;
}


/*********** RIBBON ***********/
.ribbon span {
  width: 225px;
  height: 35px;
  background-color: #1f36df;
  position: absolute;
  transform: rotate(-45deg);
  right: -20px;
  top: 40px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.ribbon::before,
.ribbon::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: darkgray;
  position: absolute;
  bottom: 0;
  z-index: -2;
}


.box{position:relative;}

.ribbon::before {
  top: 0;
  right: 0;
  z-index: -2;
}

@keyframes anim {
  100% {
    width: 150px;
    height: 150px;
  }
}


/* CONTAINER */
.ribbon {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
  animation: anim 2s forwards;
}
/*********** RIBBON ***********/

/**** Comment CSS *********//

.comment {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  background-color: #f5f5f5;
margin-bottom:1px solid red;
}

.comment div {
  font-weight: bold;
  margin-bottom: 5px;
}

.comment small {
  float: right;
  font-size: 12px;
  color: gray;
}

.comment .comment1 {
  margin-top: 10px;
}



/********* Comment Finish *********/