/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2025 | 05:45:31 */
.woocommerce ul.products li.product .woocommerce-loop-product__title,{
    color: #000;
}

/* tecnicalspecification_ table */

.table-container {
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto; /* Ensures table adapts to content width */
}

.table-container td {
  padding: 10px 14px;
  border: 1px solid #ddd;
  text-align: left;
  white-space: nowrap; /* Prevents wrapping text */
}
.table-container th,{
  padding: 10px 14px;
  border: 1px solid #ddd;
  text-align: left;
  white-space: nowrap; /* Prevents wrapping text */
}

.table-container tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-container tr:hover {
  background-color: #f1f1f1;
}

.table-container th {
  background-color: #e6e6e6;
  font-weight: bold;
}

/* Mobile-responsive styles */
@media (max-width: 768px) {
  .table-container {
    overflow-x: scroll; /* Enable horizontal scroll */
  }

  .table-container th,
  .table-container td {
    font-size: 14px; /* Slightly smaller font for mobile */
  }
}






Features */
 .srt_name {
            list-style: none;
            padding: 0;
            margin: 0;
            font-family: Arial, sans-serif;
            font-size: 16px;
            color: #333;
        }

        .srt_name li {
            display: flex;
			    padding: 0;
            align-items: center;
            gap: 10px;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .srt_name li::before {
			content:"➤";
            color: #c40001; 
            font-size: 18px;
            font-weight: bold;
        }




/* 
Features */
 .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
            font-family: Arial, sans-serif;
            font-size: 16px;
            color: #333;
        }

        .feature-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .feature-list li::before {
			content:"■";
            color: #c40001; 
            font-size: 18px;
            font-weight: bold;
        }



/* application */
        .icon-box-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: left;
            padding: 20px;
        }
        .icon-box {
            display: flex;
            align-items: left;
            gap: 10px;
            padding: 10px 15px;
            box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
            font-size: 16px;
            width: 200px;
        }
        
        .icon-box img {
            width: 35px;
            height: 35px;
        }

.icon-list span {
            display: flex;
            align-items: center; /* Ensures text stays centered */
            height: 24px; /* Matches icon height for perfect alignment */
        }






.card-container {
  max-width: 240px;
  text-align: center;
}

.catalog-card {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
  overflow: hidden;
  color: inherit;
}

.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.catalog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.catalog-title {
  background-color: #c40001;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

















