/*
Theme Name:     Hale Łukowe
Theme URI:      n/a
Template:       kadence
Author:         Wojciech Kamiński
Author URI:     n/a
Description:    Child Theme Description
Version:        1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin: 20px 0;
}

thead tr {
  background-color: #0C7779;
  color: #ffffff;
}

th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
}

tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

tbody tr:hover {
  background-color: #eef2f7;
}

td:first-child {
  font-weight: 500;
  color: #333;
}

td:last-child {
  color: #555;
}

#table-product .kt-inside-inner-col {
	padding-top:0px;
	padding-bottom:0px
}
