 
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px; /* Tablolar arasında boşluk */
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

/* Başlık satırı */
table thead tr th {
  background-color: #ff0000c9; /* Şık yeşil ton */
  color: white;
  text-align: left;
  padding: 12px;
  font-size: 16px;
}

/* Hücreler */
table tbody tr td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

/* Satır hover efekti */
table tbody tr:hover {
  background-color: #f1f1f1;
}

/* Alternatif satır renkleri */
table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Responsive için küçük ekranlar */
@media screen and (max-width: 768px) {
  table thead {
    display: none; /* Başlık satırını gizle */
  }
  table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }
  table tbody tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  table tbody tr td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  table tbody tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    text-align: left;
    font-weight: bold;
  }
}
 
.banner .owl-prev{
    color: #fff  !important;
    border-color: #fff !important;
}
.banner .owl-next{
    color: #fff  !important;
    border-color: #fff !important;
}

.page-detail-product-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
 .photo-gallery-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
 }
 .product-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000 !important;
opacity: .5 !important;
left: 0;
 }

 .MsoNormal span{
    font-family:  "Lexend", sans-serif!important;
    line-height: 1.8 !important;
 }