/*
Theme Name: Helo Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1629209101
Updated: 2021-08-17 17:05:01

*/

body{
font-family: var( --e-global-typography-text-font-family ), Arial;
color: var( --e-global-color-text );
margin:0;
font-size:17px;
	overflow-x: hidden;
}
a {
    color: var( --e-global-color-accent);
    text-decoration: none;
}
.ticky {
  list-style: none;
  padding-bottom: 10px;
}
.ticky li{
  padding-bottom: 10px;
}

.ticky li:before {
  content: '✓ ';
  color: var( --e-global-color-4f4e5b83 );
}
.button{
      color: var( --e-global-color-6b317634 ) !important;
  background-color: var( --e-global-color-239ceecc) !important;
}

/* Temel tablo stilini tanımla */
table {
    width: 100%;
    border-radius: 5px;
    margin: 0; /* Eklendi */
    padding: 0; /* Eklendi */
    border-collapse: collapse; /* Eklendi */
}

/* Hücre ve tablo kenarlıklarını belirt */
td, th {
    border: 0.1px solid #B8B8B814;
    padding: 10px;
    border-radius: 5px;
}

/* Başlık hücrelerinin stili */
th {
    background-color: black;
    color: white;
}

/* Alternatif satırlar için arka plan rengi */
tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Hücrelerin arka plan rengini belirt */
td {
    background-color: #ffffff; /* Beyaz arka plan rengi */
}

/* Tek satırlı hücrelerin arka plan rengini belirt */
tr:nth-child(odd) td {
    background-color: #f8f8f8; /* Tek satırlı hücreler için biraz daha koyu arka plan rengi */
}

/* Hücre içeriğini sola hizala */
td, th {
    text-align: left;
}

@media screen and (max-width: 1400px) {
    .menu-tgm {
        font-size: 10px;
    }
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap; 
    flex-wrap: nowrap !important;

    justify-content: flex-start
}

.table-container {
  overflow-x: auto;
}

.tablo-ic {
  border-collapse: collapse;
  width: 100%;

}

.tablo-ic th, .tablo-ic td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  text-align: center;
		border-radius: 0px !important;
}

.boldtext {
  font-weight: bold;
}

.fiyat-listesi {
  text-align: right;
	color: #ed0000;
	font-weight: bold;
}
