.galleryWidget .item .detail {
  display: none;
}

.safirWidget.homeWidget.c1Bg {
  background-color: #f1f1f1 !important;
}

#menu a {
  font-size: 15px !important;
}

.menuBlock ul.menu li:last-child {
    border-bottom: none !important;
}
 .nakliyat-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .nakliyat-table th,
  .nakliyat-table td {
    padding: 12px;
    border: 1px solid #dddddd;
    text-align: center;
  }

  .nakliyat-table thead th {
    background-color: #2f2f2f;
    color: #ffffff;
  }

  .nakliyat-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }

  .nakliyat-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }

  .nakliyat-table tbody tr:hover {
    background-color: #eaeaea;
  }