.product-specs ul li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 10px;
  }

.product-tabs-content ul li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 10px;
  }
  
  .product-specs ul li ul li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 20px;
  }

  .short-description ul li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 10px;
  }

  .short-description ul li ul li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 20px;
  }

  .product-specs ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 10px;
  }

  .product-specs ol li ol li{
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 20px;
  }

  .short-description ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 10px;
  }

  .short-description ol li ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 20px;
  }
