/*
Theme Name:  Garg
Description: .

Author:  Rahul
Version: 1.0.1
Tags:  
*/  


.category-list li.active a {
    color: #d62828;
    font-weight: bold;
}

 .product-image img {
      width: 100%;
      max-width: 450px;
      border-radius: 8px;
    }
    .product-details h1 {
      margin: 0;
      font-size: 28px;
    }
    .stars {
      color: green;
      margin: 8px 0;
    }
    .description {
      margin: 20px 0;
    }
    .btn-quote {
      display: inline-block;
      padding: 10px 20px;
      background: green;
      color: white;
      text-decoration: none;
      margin-bottom: 20px;
      border-radius: 4px;
    }
    .share {
      margin-bottom: 30px;
    }
    .share a {
      display: inline-block;
      margin-right: 10px;
      text-decoration: none;
      color: #555;
    }
    .specifications {
      display: flex;
      gap: 50px;
    }
    .specifications h3 {
      margin-bottom: 10px;
    }
    .specifications ul {
      list-style: none;
      padding: 0;
    }
    .specifications ul li::before {
      content: "➜";
      margin-right: 5px;
      color: green;
    }
    table {
      width: 100%;
      border-collapse: collapse;
    }
    table td, table th {
      border: 1px solid #ddd;
      padding: 8px;
    }
    table th {
      background: #f4f4f4;
    }