{"id":20768,"date":"2024-12-18T12:01:12","date_gmt":"2024-12-18T04:01:12","guid":{"rendered":"https:\/\/manlybattery.com\/?page_id=20768"},"modified":"2025-07-04T09:19:44","modified_gmt":"2025-07-04T01:19:44","slug":"calcolatore-del-tempo-di-ricarica-della-batteria","status":"publish","type":"page","link":"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/","title":{"rendered":"Calcolatore del tempo di carica della batteria"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20768\" class=\"elementor elementor-20768\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5667c3f4 e-flex e-con-boxed e-con e-parent\" data-id=\"5667c3f4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f4f166 elementor-widget elementor-widget-text-editor\" data-id=\"0f4f166\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h1 style=\"text-align: center;\">Battery Charge Time Calculator<\/h1><p>Looking for a simple and precise way to estimate your battery&#8217;s charging time? Our <strong>Battery Charge Time Calculator<\/strong> is designed to make this process straightforward and efficient. Whether you are charging lead-acid, LiFePO4, or lithium-ion batteries, this tool provides accurate results tailored to your specific needs.<\/p><p>From professionals managing complex battery systems to everyday users, this calculator adapts to a variety of requirements. It takes into account battery capacity, charge current, and charger type, ensuring precise and reliable estimations. If you&#8217;re wondering <strong>how to calculate battery charging time<\/strong>, this tool is the perfect solution.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f829edb elementor-widget elementor-widget-html\" data-id=\"f829edb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"manly-charge-calculator\" role=\"region\" aria-label=\"Battery Charge Time Calculator\">\r\n  <h2>Battery Charge Time Calculator<\/h2>\r\n\r\n  <!-- Simple Mode -->\r\n  <div class=\"manly-charge-title\">Simple Mode (Required Fields)<\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Battery Capacity (Ah):<\/label>\r\n    <input type=\"number\" id=\"manly-capacity\" placeholder=\"Enter value\" min=\"0\">\r\n  <\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Charge Current (A):<\/label>\r\n    <input type=\"number\" id=\"manly-current\" placeholder=\"Enter value\" min=\"0\">\r\n  <\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Battery Type:<\/label>\r\n    <select id=\"manly-battery\">\r\n      <option value=\"lead_acid\">Lead Acid<\/option>\r\n      <option value=\"lifepo4\">LiFePO4<\/option>\r\n      <option value=\"lithium_ion\">Lithium-Ion<\/option>\r\n    <\/select>\r\n  <\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Charger Brand:<\/label>\r\n    <select id=\"manly-brand\">\r\n      <option value=\"manly\">MANLY Battery Charger<\/option>\r\n      <option value=\"common\">Common Charger Brands<\/option>\r\n    <\/select>\r\n  <\/div>\r\n\r\n  <!-- Advanced Mode -->\r\n  <div class=\"manly-charge-title\">Advanced Mode (Optional Fields)<\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Number of Batteries:<\/label>\r\n    <input type=\"number\" id=\"manly-qty\" placeholder=\"Enter number\" min=\"1\">\r\n  <\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Configuration:<\/label>\r\n    <select id=\"manly-config\">\r\n      <option value=\"series\">Series<\/option>\r\n      <option value=\"parallel\" selected>Parallel<\/option>\r\n    <\/select>\r\n  <\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Temperature:<\/label>\r\n    <select id=\"manly-temp\">\r\n      <option value=\"low\">0\u00b0C - 10\u00b0C (Low Temperature)<\/option>\r\n      <option value=\"optimal\" selected>10\u00b0C - 25\u00b0C (Optimal Temperature)<\/option>\r\n      <option value=\"high\">Above 25\u00b0C (High Temperature)<\/option>\r\n    <\/select>\r\n  <\/div>\r\n  <div class=\"manly-charge-group\">\r\n    <label>Electricity Cost ($\/kWh):<\/label>\r\n    <input type=\"number\" id=\"manly-cost\" placeholder=\"Enter cost\" step=\"0.01\">\r\n  <\/div>\r\n\r\n  <button id=\"manly-charge-btn\">Calculate<\/button>\r\n  <div class=\"manly-charge-result\" id=\"manly-charge-output\"><\/div>\r\n<\/div>\r\n\r\n<style>\r\n.manly-charge-calculator {\r\n  font-family: Arial, sans-serif;\r\n  background: #f8f8f8;\r\n  padding: 20px;\r\n  border-radius: 8px;\r\n  box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n  max-width: 600px;\r\n  margin: 20px auto;\r\n}\r\n.manly-charge-title {\r\n  font-size: 18px;\r\n  font-weight: bold;\r\n  margin: 20px 0 10px;\r\n  color: #333;\r\n}\r\n.manly-charge-group {\r\n  display: flex;\r\n  align-items: center;\r\n  margin-bottom: 15px;\r\n}\r\n.manly-charge-group label {\r\n  flex: 1;\r\n  font-weight: bold;\r\n}\r\n.manly-charge-group input,\r\n.manly-charge-group select {\r\n  flex: 2;\r\n  padding: 10px;\r\n  border: 1px solid #ccc;\r\n  border-radius: 4px;\r\n  width: 100%;\r\n  box-sizing: border-box;\r\n}\r\n#manly-charge-btn {\r\n  width: 100%;\r\n  padding: 10px;\r\n  background-color: #007BFF;\r\n  color: #fff;\r\n  border: none;\r\n  border-radius: 4px;\r\n  font-size: 16px;\r\n  cursor: pointer;\r\n}\r\n#manly-charge-btn:hover {\r\n  background-color: #0056b3;\r\n}\r\n.manly-charge-result {\r\n  margin-top: 20px;\r\n  font-weight: bold;\r\n  text-align: center;\r\n  color: #00688B;\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  document.getElementById('manly-charge-btn').addEventListener('click', function(){\r\n    const capacity = parseFloat(document.getElementById('manly-capacity').value);\r\n    const current = parseFloat(document.getElementById('manly-current').value);\r\n    const battery = document.getElementById('manly-battery').value;\r\n    const brand = document.getElementById('manly-brand').value;\r\n    const qty = parseInt(document.getElementById('manly-qty').value) || 1;\r\n    const config = document.getElementById('manly-config').value;\r\n    const temp = document.getElementById('manly-temp').value;\r\n    const cost = parseFloat(document.getElementById('manly-cost').value) || 0;\r\n\r\n    if (isNaN(capacity) || isNaN(current) || capacity <= 0 || current <= 0) {\r\n      document.getElementById('manly-charge-output').innerText = \"Please enter valid capacity and current.\";\r\n      return;\r\n    }\r\n\r\n    const brandEff = brand === 'manly' ? 0.95 : 1.0;\r\n    let tempFactor = 1;\r\n    if (temp === 'low') tempFactor = 1.5;\r\n    if (temp === 'high') tempFactor = 1.2;\r\n\r\n    let typeFactor = 1;\r\n    if (battery === 'lead_acid') typeFactor = 1.2;\r\n    if (battery === 'lifepo4') typeFactor = 0.9;\r\n\r\n    const totalCapacity = config === 'parallel' ? capacity * qty : capacity;\r\n    const adjustedCapacity = totalCapacity * typeFactor;\r\n    const chargeTime = (adjustedCapacity \/ current) * brandEff * tempFactor;\r\n    const totalEnergy = (adjustedCapacity * 12) \/ 1000;\r\n    const totalCost = totalEnergy * cost;\r\n\r\n    document.getElementById('manly-charge-output').innerHTML = `\r\n      Estimated Charge Time: ${chargeTime.toFixed(2)} hours<br>\r\n      Total Energy Used: ${totalEnergy.toFixed(2)} kWh<br>\r\n      Estimated Cost: $${totalCost.toFixed(2)}\r\n    `;\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44160e11 elementor-widget elementor-widget-text-editor\" data-id=\"44160e11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2><strong>How to Use the Battery Charge Time Calculator<\/strong><\/h2>\nOur <strong>Battery Charge Time Calculator<\/strong> is designed to simplify the process of estimating charging times for various battery types. Follow these steps to get the most accurate results:\n<h4><strong>Step 1: Select the Battery Capacity and Unit<\/strong><\/h4>\n<ul>\n \t<li>Choose the appropriate capacity unit for your battery, such as Ah (Amp Hours) or Wh (Watt Hours).<\/li>\n \t<li>For Wh, the calculator will automatically convert it to Ah based on the voltage of your battery.<\/li>\n \t<li>Example: If your battery has a capacity of 100Ah, enter &#8220;100&#8221; and select &#8220;Ah&#8221; from the dropdown menu.<\/li>\n<\/ul>\n<h4><strong>Step 2: Enter the Charge Current<\/strong><\/h4>\n<ul>\n \t<li>Input the charging current supplied by your charger. This is typically listed in the charger\u2019s specifications as amps (A).<\/li>\n \t<li>If your charger displays the output in watts (W), select &#8220;W&#8221; as the unit, and the calculator will handle the conversion based on your battery\u2019s voltage.<\/li>\n<\/ul>\n<h4><strong>Step 3: Choose Your Battery Type and Charger Brand<\/strong><\/h4>\n<ul>\n \t<li>Select your battery type from the list, such as <strong>lead-acid, LiFePO4, or lithium-ion batteries<\/strong>. This ensures the calculation accounts for the unique charging characteristics of your battery.<\/li>\n \t<li>Choose your charger brand (e.g., <strong>MANLY Battery Charger<\/strong>) to apply the appropriate efficiency factor, as MANLY chargers reduce charging time by up to 30% compared to standard chargers.<\/li>\n<\/ul>\n<h4><strong>Step 4: Click &#8220;Calculate&#8221;<\/strong><\/h4>\n<ul>\n \t<li>Hit the &#8220;Calculate&#8221; button, and the calculator will provide an estimated charging time in hours.<\/li>\n \t<li>Example: A 100Ah battery with a 10A charger and MANLY efficiency settings might display:\n<strong>Estimated Charging Time: 7 Hours<\/strong> (adjusted for higher efficiency).<\/li>\n<\/ul>\n<h3><strong>Advanced Mode: For Professionals and Complex Setups<\/strong><\/h3>\nThis mode is tailored for users managing multiple batteries in series or parallel configurations or requiring detailed cost and performance insights.\n<h4><strong>Steps:<\/strong><\/h4>\n<ol>\n \t<li><strong>Complete the Simple Mode Steps<\/strong>\n<ul>\n \t<li>Start with the same steps outlined in the Simple Mode.<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Enter the Number of Batteries<\/strong>\n<ul>\n \t<li>Input how many batteries are in your system.<\/li>\n \t<li>Example: If you have four 12V, 100Ah batteries in series, enter &#8220;4.&#8221;<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Select Configuration Type<\/strong>\n<ul>\n \t<li><strong>Series:<\/strong> Batteries are connected end-to-end, increasing the total voltage but keeping the capacity constant.\n<ul>\n \t<li>Example: Four 12V, 100Ah batteries = 48V, 100Ah.<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Parallel:<\/strong> Batteries are connected side-by-side, increasing the total capacity but keeping the voltage constant.\n<ul>\n \t<li>Example: Four 12V, 100Ah batteries = 12V, 400Ah.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Input Temperature (Optional)<\/strong>\n<ul>\n \t<li>Enter the operating temperature in \u00b0F or \u00b0C. This can influence charging time, especially for lithium-ion batteries, which perform best at moderate temperatures.<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Operating Cost Estimation<\/strong>\n<ul>\n \t<li>Enter the local electricity cost in <strong>$\/kWh<\/strong> to calculate the cost of fully charging your batteries.<\/li>\n \t<li>Example: Charging a 1.2kWh battery at $0.12\/kWh costs $0.144.<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Click &#8220;Calculate&#8221;<\/strong>\n<ul>\n \t<li>The calculator provides the charging time, total energy consumed, and estimated charging cost.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<strong>Why Use the Advanced Mode?<\/strong>\n\nThe Advanced Mode is perfect for professionals managing industrial applications, such as:\n<ul>\n \t<li>Large-scale solar energy storage systems.<\/li>\n \t<li>Electric vehicles with multiple battery packs.<\/li>\n \t<li>Forklifts, marine batteries, or golf cart battery banks.<\/li>\n<\/ul>\nFor more on battery configurations and charging efficiency, visit <a href=\"https:\/\/en.wikipedia.org\/wiki\/Battery_(electricity)#Battery_configurations\" target=\"_new\" rel=\"noopener\">Battery Configuration Basics &#8211; Wikipedia<\/a>.\n<h3><strong>Why Accurate Charging Time Matters<\/strong><\/h3>\nAccurate charging time estimation helps prevent overcharging, improves battery health, and reduces energy consumption. To learn more about the science behind battery charging, visit this <a href=\"https:\/\/en.wikipedia.org\/wiki\/Battery_charging\" target=\"_new\" rel=\"noopener\">Wikipedia page on battery charging techniques<\/a>.\n<h3><strong>Tips for Charging Lithium Batteries Safely<\/strong><\/h3>\n<ul>\n \t<li>Use a charger specifically designed for <strong>charging lithium batteries<\/strong> or <strong>charging lithium-ion batteries<\/strong>, as these require precise voltage and current management.<\/li>\n \t<li>Avoid charging in extreme temperatures. For optimal performance, charge at room temperature (32\u00b0F\u2013113\u00b0F or 0\u00b0C\u201345\u00b0C).<\/li>\n \t<li>Regularly monitor your battery\u2019s state of charge (SoC) to avoid deep discharges, which can shorten the battery\u2019s lifespan.<\/li>\n<\/ul>\nFor a deeper understanding of <strong>how to calculate battery charging time<\/strong> and optimize your charging process, explore our related resources.\n\n<a href=\"https:\/\/manlybattery.com\/lithium-battery-charger\/\"><img decoding=\"async\" class=\"aligncenter wp-image-20722\" title=\"Lithium battery charger waterproof\" src=\"https:\/\/manlybattery.com\/wp-content\/uploads\/2024\/08\/Golf-cart-battery-charger-waterproof.webp\" alt=\"Lithium battery charger waterproof\" width=\"600\" height=\"474\" srcset=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Golf-cart-battery-charger-waterproof.webp 800w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Golf-cart-battery-charger-waterproof-300x237.webp 300w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Golf-cart-battery-charger-waterproof-768x607.webp 768w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Golf-cart-battery-charger-waterproof-705x557.webp 705w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/a>\n<h2><strong>MANLY Battery Charger vs. Common Charger Brands<\/strong><\/h2>\nWhen selecting a battery charger, it\u2019s crucial to evaluate performance, safety, and compatibility. The table below highlights the key advantages of the <strong>MANLY Battery Charger<\/strong> compared to common charger brands. This comparison will help you make an informed decision tailored to your needs.\n<table>\n<thead>\n<tr>\n<th><strong>Feature<\/strong><\/th>\n<th><strong>MANLY Battery Charger<\/strong><\/th>\n<th><strong>Common Charger Brands<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Efficiency<\/strong><\/td>\n<td>5 &#8211; 8% higher with optimized energy conversion, reducing charging time and power loss.<\/td>\n<td>Standard efficiency, often resulting in longer charge times.<\/td>\n<\/tr>\n<tr>\n<td><strong>Charge Time Reduction<\/strong><\/td>\n<td>Yes, thanks to advanced fast-charging technology.<\/td>\n<td>No, limited by conventional design.<\/td>\n<\/tr>\n<tr>\n<td><strong>Multi-Voltage Support<\/strong><\/td>\n<td>Compatible with multiple voltages (12V, 24V) for various battery types.<\/td>\n<td>Limited, often requiring different chargers for specific voltages.<\/td>\n<\/tr>\n<tr>\n<td><strong>Safety Features<\/strong><\/td>\n<td>Includes overcharge protection, short circuit prevention, temperature monitoring, and reverse polarity safeguards.<\/td>\n<td>Basic protection; may lack comprehensive features like temperature control.<\/td>\n<\/tr>\n<tr>\n<td><strong>Smart Charging<\/strong><\/td>\n<td>Intelligent chip adjusts charging parameters based on battery condition, enhancing lifespan.<\/td>\n<td>Lacks dynamic charging adjustments, potentially reducing battery health.<\/td>\n<\/tr>\n<tr>\n<td><strong>Durability<\/strong><\/td>\n<td>High-strength metal casing, fire-resistant, impact-proof.<\/td>\n<td>Plastic or low-grade materials, less impact-resistant.<\/td>\n<\/tr>\n<tr>\n<td><strong>Portability<\/strong><\/td>\n<td>Lightweight, compact design, easy to carry.<\/td>\n<td>Bulkier and less portable.<\/td>\n<\/tr>\n<tr>\n<td><strong>Environmental Impact<\/strong><\/td>\n<td>Energy-efficient and eco-friendly, with reduced energy consumption.<\/td>\n<td>Standard energy consumption, less environmentally friendly.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3><strong>Why Choose MANLY Battery Charger?<\/strong><\/h3>\n<ol>\n \t<li><strong>Faster Charging with Higher Efficiency:<\/strong>\nMANLY chargers use integrated modules for 20%-30% higher efficiency, saving time and energy. This makes them ideal for applications requiring quick charging, such as <strong>charging lithium batteries<\/strong> or <strong>charging lithium-ion batteries<\/strong> in electric vehicles or solar storage systems.<\/li>\n \t<li><strong>Enhanced Safety and Longevity:<\/strong>\nAdvanced protection features ensure the safety of your batteries and reduce the risks of overcharging, overheating, or short circuits. Learn more about battery safety standards on <a href=\"https:\/\/en.wikipedia.org\/wiki\/Battery_safety\" target=\"_new\" rel=\"noopener\">Battery Safety &#8211; Wikipedia<\/a>.<\/li>\n \t<li><strong>Future-Ready Technology:<\/strong>\nThe intelligent charging system dynamically adjusts to the battery\u2019s condition, extending its life while maintaining optimal performance. This is particularly important for modern <strong>lithium-ion batteries<\/strong>, which require precise charging management.<\/li>\n \t<li><strong>Versatility and Compatibility:<\/strong>\nMANLY chargers support multiple battery types, including <strong>lead-acid, LiFePO4, and lithium-ion batteries<\/strong>, and are compatible with a variety of voltages.<\/li>\n<\/ol>\n<a href=\"https:\/\/manlybattery.com\/product-item\/golf-cart-battery-charger\/\"><img decoding=\"async\" class=\"aligncenter wp-image-20733 size-large\" title=\"Features of lithium golf cart battery charger\" src=\"https:\/\/manlybattery.com\/wp-content\/uploads\/2024\/08\/Features-of-lithium-golf-cart-battery-charger-1030x589.webp\" alt=\"Features of lithium golf cart battery charger\" width=\"1030\" height=\"589\" srcset=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Features-of-lithium-golf-cart-battery-charger-1030x589.webp 1030w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Features-of-lithium-golf-cart-battery-charger-300x172.webp 300w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Features-of-lithium-golf-cart-battery-charger-768x439.webp 768w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Features-of-lithium-golf-cart-battery-charger-705x403.webp 705w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Features-of-lithium-golf-cart-battery-charger.webp 1500w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/a>\n<h3><strong>How MANLY Battery Charger Supports Sustainability<\/strong><\/h3>\nMANLY chargers are designed with energy efficiency in mind, reducing energy waste and contributing to a greener future. If you\u2019re interested in how efficient charging technology impacts sustainability, explore this <a href=\"https:\/\/en.wikipedia.org\/wiki\/Energy_efficiency\" target=\"_new\" rel=\"noopener\">comprehensive guide to energy efficiency<\/a>.\n\nBy choosing a <strong>MANLY Battery Charger<\/strong>, you invest in a product that prioritizes speed, safety, and sustainability without compromising on quality. For detailed charging calculations, try our Battery Charge Calculator.\n<h2><strong>Frequently Asked Questions about Battery Charging<\/strong><\/h2>\n<h3><strong>1. How do you calculate battery charge time?<\/strong><\/h3>\nTo calculate battery charge time, use the formula:\n\n<span class=\"katex-display\"><span class=\"katex\"><span class=\"katex-mathml\">Charging Time (hours)=Battery Capacity (Ah) \/ Charge Current (A)<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord\"><span class=\"mfrac\"><span class=\"vlist-t vlist-t2\"><span class=\"vlist-r\"><span class=\"vlist-s\">\u200b<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n\nFor example, if you have a 100Ah battery and your charger outputs 10A, it will take approximately 10 hours to charge. Factors such as charger efficiency and battery type can affect the final time.\n<h3><strong>2. How long will it take to charge a 100Ah battery?<\/strong><\/h3>\nThe charging time for a 100Ah battery depends on the charger&#8217;s current output and efficiency.\n<ul>\n \t<li>With a 10A charger: approximately 10 hours.<\/li>\n \t<li>Using a high-efficiency charger like MANLY Battery Charger, the time can be reduced by 20%-30% due to its advanced module design.<\/li>\n<\/ul>\n<h3><strong>3. What factors affect battery charging time?<\/strong><\/h3>\nSeveral factors influence battery charging time, including:\n<ul>\n \t<li><strong>Battery Type:<\/strong> Lithium-ion batteries generally charge faster than lead-acid batteries due to lower internal resistance.<\/li>\n \t<li><strong>Charger Efficiency:<\/strong> High-efficiency chargers, such as MANLY Battery Chargers, minimize energy loss and reduce charging time.<\/li>\n \t<li><strong>Charge Current:<\/strong> Higher currents lead to faster charging but may impact battery longevity if not managed properly.<\/li>\n \t<li><strong>Battery State of Charge (SoC):<\/strong> A partially charged battery takes less time to recharge.<\/li>\n \t<li><strong>Environmental Temperature:<\/strong> Extreme temperatures can slow down the charging process.<\/li>\n<\/ul>\n<h3><strong>4. How to charge lithium ion batteries safely?<\/strong><\/h3>\nLithium-ion batteries should be charged using a charger specifically designed for them. For safe and efficient charging:\n<ul>\n \t<li>Use chargers with built-in protection features, like <strong>short circuit<\/strong> and <strong>overcharge protection<\/strong>.<\/li>\n \t<li>Avoid overcharging by using smart chargers, such as <strong>MANLY Battery Chargers<\/strong>, which adjust charging parameters based on battery condition.<\/li>\n \t<li>Keep the charging environment within the recommended temperature range (e.g., 32\u00b0F to 113\u00b0F \/ 0\u00b0C to 45\u00b0C).<\/li>\n<\/ul>\nIf you want to learn more about the proper methods for charging lithium-ion batteries, please read our detailed article: <a href=\"https:\/\/manlybattery.com\/how-to-charge-lithium-ion-battery\/\" rel=\"noopener\">How to Charge Lithium Ion Battery<\/a>.\n<h3><strong>5. Are fast chargers safe for batteries?<\/strong><\/h3>\nYes, fast chargers can be safe if designed with proper safety measures. For example, MANLY Battery Chargers support fast charging while protecting against overcharging, overheating, and short circuits. They also optimize charging speed based on the battery&#8217;s real-time status, ensuring long-term battery health.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dc4561 e-flex e-con-boxed e-con e-parent\" data-id=\"3dc4561\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0ece9f elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"b0ece9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t\t\t\t<div class=\"astra-advanced-hook-23721 \">\n\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"23721\" class=\"elementor elementor-23721\" data-elementor-post-type=\"astra-advanced-hook\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04bc954 e-flex e-con-boxed e-con e-parent\" data-id=\"04bc954\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f3ae6c elementor-widget elementor-widget-text-editor\" data-id=\"7f3ae6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2>Contact Us<\/h2><p>To receive your email faster, please copy <span style=\"color: #f66a38;\"><strong>info@manlybattery.com<\/strong> <\/span>and send your email directly, or fill out the form below.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79d2220 elementor-mobile-button-align-stretch elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"79d2220\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"\u8be2\u76d8\u8868\u5355\" aria-label=\"\u8be2\u76d8\u8868\u5355\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"23721\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"79d2220\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your Name *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your E-mail *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_e48e53c elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_e48e53c\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tSubject*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_e48e53c]\" id=\"form-field-field_e48e53c\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your Subject*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"5\" placeholder=\"Your Message *\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e975668 e-flex e-con-boxed e-con e-parent\" data-id=\"e975668\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc91609 elementor-widget elementor-widget-heading\" data-id=\"bc91609\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hot Research\n<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c3f543 e-con-full e-flex e-con e-child\" data-id=\"4c3f543\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed48cc3 elementor-widget elementor-widget-heading\" data-id=\"ed48cc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/product-category\/lithium-battery-charger\/\">Lithium Battery charger<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c854b1 elementor-widget elementor-widget-heading\" data-id=\"2c854b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/club-car-golf-cart-battery-charger\/\">Golf Cart Battery Charger <\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88eb7e9 elementor-widget elementor-widget-heading\" data-id=\"88eb7e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/marine-starting-battery\/\"> Marine Starting Battery  <\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5b2207 e-con-full e-flex e-con e-child\" data-id=\"c5b2207\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5512e8 elementor-widget elementor-widget-heading\" data-id=\"f5512e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/lithium-battery-golf-cart-for-sale\/\">Lithium Battery Golf Cart for Sale<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e09a81 elementor-widget elementor-widget-heading\" data-id=\"3e09a81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/wholesale-battery-distributors\/\">Wholesale Battery Distributors <\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1b206d elementor-widget elementor-widget-heading\" data-id=\"a1b206d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/bulk-batteries\/\">Bulk Batteries<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf5b2e6 e-flex e-con-boxed e-con e-parent\" data-id=\"cf5b2e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b4b29d elementor-widget elementor-widget-shortcode\" data-id=\"2b4b29d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t\t\t\t<div class=\"astra-advanced-hook-24687 \">\n\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"24687\" class=\"elementor elementor-24687\" data-elementor-post-type=\"astra-advanced-hook\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e0c875 e-flex e-con-boxed e-con e-parent\" data-id=\"5e0c875\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a161b09 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-left elementor-widget elementor-widget-divider\" data-id=\"a161b09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<p class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tTrending Now\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b674d73 e-flex e-con-boxed e-con e-parent\" data-id=\"b674d73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc9d290 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"bc9d290\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"197776016\" aria-label=\"Guias. Abra os itens com Enter ou Espa\u00e7o, feche com Escape e navegue usando as teclas de seta.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1977760161\" data-tab-title-id=\"e-n-tab-title-1977760161\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1977760161\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAll \/\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1977760162\" data-tab-title-id=\"e-n-tab-title-1977760162\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1977760162\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t12V Lithium Battery \/\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1977760163\" data-tab-title-id=\"e-n-tab-title-1977760163\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1977760163\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t48V Lithium Battery\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1977760161\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1977760161\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-2548545 e-con-full e-flex e-con e-child\" data-id=\"2548545\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-551b1b9 elementor-widget elementor-widget-ucaddon_woocommerce_product_grid\" data-id=\"551b1b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_woocommerce_product_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Woo Product Grid -->\n\t\t<link id='font-awesome-css' href='https://manlybattery-static-cdn.cimen.club/manlybattery/it/https:\/\/manlybattery.com\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https://manlybattery-static-cdn.cimen.club/manlybattery/it/https:\/\/manlybattery.com\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Woo Product Grid *\/\n\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;    \n}\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_woocommerce_product_label-custom-field{\n\tz-index: 100;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_category_wrapper{\n  display: flex;\n  flex-wrap: wrap;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_item{\n\ttransition: all.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 span.add-to-cart__loader{\n  \tposition: absolute;\n  \tright: 0;\n  \ttop: 50%;\n  \ttransform: translate(0, -50%);\n  \tline-height: 1em;\n}\n#uc_woocommerce_product_grid_elementor_551b1b9 .add_to_cart_button.loading span.add-to-cart__loader{\n\tdisplay: inline-block !important;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons{\n\tdisplay: flex;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons button{\n\tdisplay: flex;\n    align-items:center;\n    justify-content:center;\n    flex-grow:0;\n    flex-shrink:0;\n    line-height:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons button:disabled{\n\topacity:0.5;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_more_btn-custom-field{\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons button svg{\n\theight:1em;\n    width:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number{\n  text-align:center;\n  flex-grow:1;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 {\n  margin:0 auto;\n  position:relative;  \n}\n\n.uc_post_grid_style_one .uc_post_grid_style_one_item {\n\tcolor: #111;\n\tfont-size: 16px;\n\toverflow: hidden;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_image {\n\twidth: 100%;\n\toverflow: hidden;\n\tdisplay: block;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_image {\n    position:relative;\n\tdisplay: block;\n\ttransition: all 0.25s ease-in-out;\n    overflow:hidden;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_image--second{\n  \twidth: 100%;\n    height: 100%;\n    object-fit: cover;\n\tposition: absolute;\n  \ttop: 0;\n  \tright: 0;\n  \t  \t\topacity: 0;\n  \t \n  \ttransition: all .3s;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_image:hover .uc_post_image--second{  \n  \t  \t\topacity: 1;\n  \t}\n\n#uc_woocommerce_product_grid_elementor_551b1b9  .uc_post_image img\n{\n  width:100%;\n  display: block;\n  transition:0.3s;\n}\n\n\n.uc_post_grid_style_one .uc_title {\n    font-size: 21px;   \n}\n\n.uc_post_grid_style_one .uc_title a {\n\ttext-decoration: none;\n   transition: all .3s ease;\n}\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_button > a,\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_button > button,\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-button-addcart,\n#uc_woocommerce_product_grid_elementor_551b1b9 .added_to_cart,\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_more_btn-custom-field{\n\tdisplay: inline-block;\n\ttext-align: center;\n    text-decoration: none;\n    text-transform: none;\n\ttransition: all 0.25s ease-in-out;\n    vertical-align: middle;\n}\n\n  #uc_woocommerce_product_grid_elementor_551b1b9 .uc-button-addcart.added{\n    display:none;\n  }\n\n#uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\t\n    display: grid;\n}\n\n    #uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_content{\n      flex-grow: 1;\n      display: flex;\n      flex-flow: column nowrap;\n    }\n    #uc_woocommerce_product_grid_elementor_551b1b9 .ue_grid_item_bottom    {\n      margin-top:auto;\n    }\n\n  .uc_post_grid_style_one .uc_post_grid_style_one_item {\n      flex-direction:column;\n      display:flex;\n  }\n\n\n\n\n\n@media (max-width:1023px){\n\t#uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n@media (max-width:639px){\n\t#uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n\n\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_category_label{\n  display:block;\n  text-decoration:none;\n  transition: all .3s ease;\n  position: relative;\n}\n\n\/* hide default arrows in input type number *\/\n\/* Chrome, Safari, Edge, Opera *\/\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number::-webkit-outer-spin-button,\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number::-webkit-inner-spin-button{\n\t-webkit-appearance: none;\n  \tmargin: 0;\n}\n\n\/* Firefox *\/\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number[type=number]{\n\t-moz-appearance: textfield;\n}\n\/* end hide default arrows in input type number *\/\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_regular_price:not(.uc_regular_price--single){\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 del{\n  display: block;\n  color: #000;\n  opacity: .5;\n  font-size: 26px;\n  font-weight: 400;\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 ins{\n  color: #000;\n  font-size: 36px;\n  font-weight: 400;\n  text-decoration: none;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_woocommerce_product_carousel_sale_label{\n  display:inline-block;\n  position:absolute;\n  z-index: 1;\n  left:10px;\n  top:10px;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_woocommerce_product_grid_out_of_stock_label{\n  \t    position: absolute;\n  \t  \twidth: fit-content;\n  \tleft:10px;\n  \ttop:10px;\n  \tz-index: 1;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue-inner-btn-wrapper{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  position: relative;\n  pointer-events: none;\n}\n\n<\/style>\n\n<div class=\"uc_post_grid_style_one woocommerce_product_grid uc-filterable-grid  \" id=\"uc_woocommerce_product_grid_elementor_551b1b9\"   data-ajax='true'  data-filterbehave='ajax'  data-filtergroup='group2'  querydata='{&quot;count_posts&quot;:4,&quot;total_posts&quot;:72,&quot;page&quot;:1,&quot;num_pages&quot;:18,&quot;orderby&quot;:&quot;date&quot;,&quot;woo&quot;:true}' style=\"direction:ltr;text-align:left;\">\n  <div class=\"uc_post_grid_style_one_wrap uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item1\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/72v-100ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/72v-100ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"72v 100ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/72v-100ah-lithium-battery-robot-battery-768x768.webp\" alt=\"72v 100ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/72v-100ah-lithium-battery\/\">72V 100Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item2\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/36v-100ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-36v-100ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 36v 100ah Lifepo4 Lithium Battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/36v-100ah-lifepo4-lithium-battery-1-768x768.webp\" alt=\"Buy 36v 100ah Lifepo4 Lithium Battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/36v-100ah-lithium-battery\/\">36V 100Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item3\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"48v 60ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lithium-battery-robot-battery-768x768.webp\" alt=\"48v 60ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">48V 60Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item4\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/24v-300ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-300ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"24v 300ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-300ah-lithium-battery-robot-battery-768x768.webp\" alt=\"24v 300ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/24v-300ah-lithium-battery\/\">24V 300Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n  <\/div>\n<\/div>\n\n\n  <div id=\"uc_woocommerce_product_grid_elementor_551b1b9_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No products found<\/div>\n\n<!-- end Woo Product Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fac2ef1 elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_archive_pagination\" data-id=\"fac2ef1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_archive_pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Pagination -->\n\n<style>\/* widget: Post Pagination *\/\n\n#uc_archive_pagination_elementor_fac2ef1 nav\n{\n  padding:0px;\n  margin:0px;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 \n{\n  display:flex;\n  flex-wrap: wrap;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .nav-links\n{\n  display:flex;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .nav-links > *\n{\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers\n{\n  display:flex;\n  \n  align-items:center;\n  justify-content:center;\n  transition:0.3s;\n  line-height:1em;\n}\n\n\n#uc_archive_pagination_elementor_fac2ef1 a.page-numbers, #uc_archive_pagination_elementor_fac2ef1 .dots\n{\n  color:#393939;\n  background-color:;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 a.page-numbers:hover\n{\n  color:#6e6e6e;\n  background-color:#eeeeee;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers.current,\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers.current:hover\n{\n  background-color:#005FB3;\n  color:#ffffff;\n}\n\n\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers.prev, #uc_archive_pagination_elementor_fac2ef1 .page-numbers.next\n{\n  padding-left:15px;\n  padding-right:15px;\n}\n\n\n\n#uc_archive_pagination_elementor_fac2ef1 .prev:before {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f053\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-right:10px;}\n\n#uc_archive_pagination_elementor_fac2ef1 .next:after {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f054\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-left:10px;}\n\n#uc_archive_pagination_elementor_fac2ef1.uc-ajax-loading{\n\topacity:1 !important;\n}\n\n#uc_archive_pagination_elementor_fac2ef1.uc-ajax-loading .current{\n\tposition:relative;\n    overflow:hidden;\n}\n\n\n#uc_archive_pagination_elementor_fac2ef1.uc-ajax-loading .current:before{\n  content: \"\";\n  display:block;\n  width:100%;\n  height:100%;\n  box-sizing:border-box;\n  position:absolute;\n  top:0px;\n  left:0px;\n  background-color: #c2c2c2;\n  animation: uc-spinning-border 0.5s linear infinite;\n  opacity:50%;\n  border-radius:inherit;\n}\n\n@keyframes uc-spinning-border {\n\t0%{transform: scale(0);}\n\t100%{transform: scale(1); }\t\n}\n\n\n\n<\/style>\n\n<div id=\"uc_archive_pagination_elementor_fac2ef1\" class=\"archive_pagination uc-filter-pagination \">\n<span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Pagina 18\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/18\/\" data-e-disable-page-transition=\"true\">18<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/2\/\" data-e-disable-page-transition=\"true\">Next<\/a>\n<\/div>\n<!-- end Post Pagination -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1977760162\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1977760162\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-48451bc e-con-full e-flex e-con e-child\" data-id=\"48451bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f518c7 elementor-widget elementor-widget-ucaddon_woocommerce_product_grid\" data-id=\"8f518c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_woocommerce_product_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Woo Product Grid -->\n\n<style>\/* widget: Woo Product Grid *\/\n\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;    \n}\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_woocommerce_product_label-custom-field{\n\tz-index: 100;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_category_wrapper{\n  display: flex;\n  flex-wrap: wrap;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_item{\n\ttransition: all.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 span.add-to-cart__loader{\n  \tposition: absolute;\n  \tright: 0;\n  \ttop: 50%;\n  \ttransform: translate(0, -50%);\n  \tline-height: 1em;\n}\n#uc_woocommerce_product_grid_elementor_8f518c7 .add_to_cart_button.loading span.add-to-cart__loader{\n\tdisplay: inline-block !important;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons{\n\tdisplay: flex;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons button{\n\tdisplay: flex;\n    align-items:center;\n    justify-content:center;\n    flex-grow:0;\n    flex-shrink:0;\n    line-height:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons button:disabled{\n\topacity:0.5;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_more_btn-custom-field{\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons button svg{\n\theight:1em;\n    width:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number{\n  text-align:center;\n  flex-grow:1;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 {\n  margin:0 auto;\n  position:relative;  \n}\n\n.uc_post_grid_style_one .uc_post_grid_style_one_item {\n\tcolor: #111;\n\tfont-size: 16px;\n\toverflow: hidden;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_image {\n\twidth: 100%;\n\toverflow: hidden;\n\tdisplay: block;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_image {\n    position:relative;\n\tdisplay: block;\n\ttransition: all 0.25s ease-in-out;\n    overflow:hidden;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_image--second{\n  \twidth: 100%;\n    height: 100%;\n    object-fit: cover;\n\tposition: absolute;\n  \ttop: 0;\n  \tright: 0;\n  \t  \t\topacity: 0;\n  \t \n  \ttransition: all .3s;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_image:hover .uc_post_image--second{  \n  \t  \t\topacity: 1;\n  \t}\n\n#uc_woocommerce_product_grid_elementor_8f518c7  .uc_post_image img\n{\n  width:100%;\n  display: block;\n  transition:0.3s;\n}\n\n\n.uc_post_grid_style_one .uc_title {\n    font-size: 21px;   \n}\n\n.uc_post_grid_style_one .uc_title a {\n\ttext-decoration: none;\n   transition: all .3s ease;\n}\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_button > a,\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_button > button,\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-button-addcart,\n#uc_woocommerce_product_grid_elementor_8f518c7 .added_to_cart,\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_more_btn-custom-field{\n\tdisplay: inline-block;\n\ttext-align: center;\n    text-decoration: none;\n    text-transform: none;\n\ttransition: all 0.25s ease-in-out;\n    vertical-align: middle;\n}\n\n  #uc_woocommerce_product_grid_elementor_8f518c7 .uc-button-addcart.added{\n    display:none;\n  }\n\n#uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\t\n    display: grid;\n}\n\n    #uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_content{\n      flex-grow: 1;\n      display: flex;\n      flex-flow: column nowrap;\n    }\n    #uc_woocommerce_product_grid_elementor_8f518c7 .ue_grid_item_bottom    {\n      margin-top:auto;\n    }\n\n  .uc_post_grid_style_one .uc_post_grid_style_one_item {\n      flex-direction:column;\n      display:flex;\n  }\n\n\n\n\n\n@media (max-width:1023px){\n\t#uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n@media (max-width:639px){\n\t#uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n\n\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_category_label{\n  display:block;\n  text-decoration:none;\n  transition: all .3s ease;\n  position: relative;\n}\n\n\/* hide default arrows in input type number *\/\n\/* Chrome, Safari, Edge, Opera *\/\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number::-webkit-outer-spin-button,\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number::-webkit-inner-spin-button{\n\t-webkit-appearance: none;\n  \tmargin: 0;\n}\n\n\/* Firefox *\/\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number[type=number]{\n\t-moz-appearance: textfield;\n}\n\/* end hide default arrows in input type number *\/\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_regular_price:not(.uc_regular_price--single){\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 del{\n  display: block;\n  color: #000;\n  opacity: .5;\n  font-size: 26px;\n  font-weight: 400;\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 ins{\n  color: #000;\n  font-size: 36px;\n  font-weight: 400;\n  text-decoration: none;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_woocommerce_product_carousel_sale_label{\n  display:inline-block;\n  position:absolute;\n  z-index: 1;\n  left:10px;\n  top:10px;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_woocommerce_product_grid_out_of_stock_label{\n  \t    position: absolute;\n  \t  \twidth: fit-content;\n  \tleft:10px;\n  \ttop:10px;\n  \tz-index: 1;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue-inner-btn-wrapper{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  position: relative;\n  pointer-events: none;\n}\n\n<\/style>\n\n<div class=\"uc_post_grid_style_one woocommerce_product_grid uc-filterable-grid  \" id=\"uc_woocommerce_product_grid_elementor_8f518c7\"   data-ajax='true'  data-filterbehave='ajax'  data-filtergroup='group2'  querydata='{&quot;count_posts&quot;:4,&quot;total_posts&quot;:24,&quot;page&quot;:1,&quot;num_pages&quot;:6,&quot;orderby&quot;:&quot;date&quot;,&quot;woo&quot;:true}' style=\"direction:ltr;text-align:left;\">\n  <div class=\"uc_post_grid_style_one_wrap uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item1\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-400ah-lifepo4-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-400ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 12v 400ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-400ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"Buy 12v 400ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-400ah-lifepo4-lithium-battery\/\">12v 400Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item2\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-5ah-lithium-lifepo4-deep-cycle-battery-f2\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-lifepo4-lithium-battery-1ah-12ah-768x768.webp\"  alt=\"Buy 12v Lifepo4 Lithium Battery 1ah to 12ah\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-lifepo4-lithium-battery-wholesale-battery-1ah-12ah-768x768.webp\" alt=\"Buy 12v Lifepo4 Lithium Battery 1ah to 12ah\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-5ah-lithium-lifepo4-deep-cycle-battery-f2\/\">12v 5Ah Lithium Lifepo4 Deep Cycle Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item3\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-150ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-150ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 12v 150ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-150ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"Buy 12v 150ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-150ah-lifepo4-battery\/\">12v 150Ah Deep Cycle Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item4\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-100ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-100ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 12v 100ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-100ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"Buy 12v 100ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-100ah-lifepo4-battery\/\">12 Volt Lithium Battery 100Ah<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n  <\/div>\n<\/div>\n\n\n  <div id=\"uc_woocommerce_product_grid_elementor_8f518c7_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No products found<\/div>\n\n<!-- end Woo Product Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19931bb elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_archive_pagination\" data-id=\"19931bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_archive_pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Pagination -->\n\n<style>\/* widget: Post Pagination *\/\n\n#uc_archive_pagination_elementor_19931bb nav\n{\n  padding:0px;\n  margin:0px;\n}\n\n#uc_archive_pagination_elementor_19931bb \n{\n  display:flex;\n  flex-wrap: wrap;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_19931bb .nav-links\n{\n  display:flex;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_19931bb .nav-links > *\n{\n}\n\n#uc_archive_pagination_elementor_19931bb .page-numbers\n{\n  display:flex;\n  \n  align-items:center;\n  justify-content:center;\n  transition:0.3s;\n  line-height:1em;\n}\n\n\n#uc_archive_pagination_elementor_19931bb a.page-numbers, #uc_archive_pagination_elementor_19931bb .dots\n{\n  color:#393939;\n  background-color:;\n}\n\n#uc_archive_pagination_elementor_19931bb a.page-numbers:hover\n{\n  color:#6e6e6e;\n  background-color:#eeeeee;\n}\n\n#uc_archive_pagination_elementor_19931bb .page-numbers.current,\n#uc_archive_pagination_elementor_19931bb .page-numbers.current:hover\n{\n  background-color:#005FB3;\n  color:#ffffff;\n}\n\n\n#uc_archive_pagination_elementor_19931bb .page-numbers.prev, #uc_archive_pagination_elementor_19931bb .page-numbers.next\n{\n  padding-left:15px;\n  padding-right:15px;\n}\n\n\n\n#uc_archive_pagination_elementor_19931bb .prev:before {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f053\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-right:10px;}\n\n#uc_archive_pagination_elementor_19931bb .next:after {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f054\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-left:10px;}\n\n#uc_archive_pagination_elementor_19931bb.uc-ajax-loading{\n\topacity:1 !important;\n}\n\n#uc_archive_pagination_elementor_19931bb.uc-ajax-loading .current{\n\tposition:relative;\n    overflow:hidden;\n}\n\n\n#uc_archive_pagination_elementor_19931bb.uc-ajax-loading .current:before{\n  content: \"\";\n  display:block;\n  width:100%;\n  height:100%;\n  box-sizing:border-box;\n  position:absolute;\n  top:0px;\n  left:0px;\n  background-color: #c2c2c2;\n  animation: uc-spinning-border 0.5s linear infinite;\n  opacity:50%;\n  border-radius:inherit;\n}\n\n@keyframes uc-spinning-border {\n\t0%{transform: scale(0);}\n\t100%{transform: scale(1); }\t\n}\n\n\n\n<\/style>\n\n<div id=\"uc_archive_pagination_elementor_19931bb\" class=\"archive_pagination uc-filter-pagination \">\n<span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Pagina 6\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/6\/\" data-e-disable-page-transition=\"true\">6<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/2\/\" data-e-disable-page-transition=\"true\">Next<\/a>\n<\/div>\n<!-- end Post Pagination -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1977760163\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1977760163\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-60c559e e-con-full e-flex e-con e-child\" data-id=\"60c559e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a186c7b elementor-widget elementor-widget-ucaddon_woocommerce_product_grid\" data-id=\"a186c7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_woocommerce_product_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Woo Product Grid -->\n\n<style>\/* widget: Woo Product Grid *\/\n\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;    \n}\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_woocommerce_product_label-custom-field{\n\tz-index: 100;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_category_wrapper{\n  display: flex;\n  flex-wrap: wrap;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_item{\n\ttransition: all.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b span.add-to-cart__loader{\n  \tposition: absolute;\n  \tright: 0;\n  \ttop: 50%;\n  \ttransform: translate(0, -50%);\n  \tline-height: 1em;\n}\n#uc_woocommerce_product_grid_elementor_a186c7b .add_to_cart_button.loading span.add-to-cart__loader{\n\tdisplay: inline-block !important;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons{\n\tdisplay: flex;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons button{\n\tdisplay: flex;\n    align-items:center;\n    justify-content:center;\n    flex-grow:0;\n    flex-shrink:0;\n    line-height:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons button:disabled{\n\topacity:0.5;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_more_btn-custom-field{\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons button svg{\n\theight:1em;\n    width:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number{\n  text-align:center;\n  flex-grow:1;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b {\n  margin:0 auto;\n  position:relative;  \n}\n\n.uc_post_grid_style_one .uc_post_grid_style_one_item {\n\tcolor: #111;\n\tfont-size: 16px;\n\toverflow: hidden;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_image {\n\twidth: 100%;\n\toverflow: hidden;\n\tdisplay: block;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_image {\n    position:relative;\n\tdisplay: block;\n\ttransition: all 0.25s ease-in-out;\n    overflow:hidden;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_image--second{\n  \twidth: 100%;\n    height: 100%;\n    object-fit: cover;\n\tposition: absolute;\n  \ttop: 0;\n  \tright: 0;\n  \t  \t\topacity: 0;\n  \t \n  \ttransition: all .3s;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_image:hover .uc_post_image--second{  \n  \t  \t\topacity: 1;\n  \t}\n\n#uc_woocommerce_product_grid_elementor_a186c7b  .uc_post_image img\n{\n  width:100%;\n  display: block;\n  transition:0.3s;\n}\n\n\n.uc_post_grid_style_one .uc_title {\n    font-size: 21px;   \n}\n\n.uc_post_grid_style_one .uc_title a {\n\ttext-decoration: none;\n   transition: all .3s ease;\n}\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_button > a,\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_button > button,\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-button-addcart,\n#uc_woocommerce_product_grid_elementor_a186c7b .added_to_cart,\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_more_btn-custom-field{\n\tdisplay: inline-block;\n\ttext-align: center;\n    text-decoration: none;\n    text-transform: none;\n\ttransition: all 0.25s ease-in-out;\n    vertical-align: middle;\n}\n\n  #uc_woocommerce_product_grid_elementor_a186c7b .uc-button-addcart.added{\n    display:none;\n  }\n\n#uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\t\n    display: grid;\n}\n\n    #uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_content{\n      flex-grow: 1;\n      display: flex;\n      flex-flow: column nowrap;\n    }\n    #uc_woocommerce_product_grid_elementor_a186c7b .ue_grid_item_bottom    {\n      margin-top:auto;\n    }\n\n  .uc_post_grid_style_one .uc_post_grid_style_one_item {\n      flex-direction:column;\n      display:flex;\n  }\n\n\n\n\n\n@media (max-width:1023px){\n\t#uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n@media (max-width:639px){\n\t#uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n\n\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_category_label{\n  display:block;\n  text-decoration:none;\n  transition: all .3s ease;\n  position: relative;\n}\n\n\/* hide default arrows in input type number *\/\n\/* Chrome, Safari, Edge, Opera *\/\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number::-webkit-outer-spin-button,\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number::-webkit-inner-spin-button{\n\t-webkit-appearance: none;\n  \tmargin: 0;\n}\n\n\/* Firefox *\/\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number[type=number]{\n\t-moz-appearance: textfield;\n}\n\/* end hide default arrows in input type number *\/\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_regular_price:not(.uc_regular_price--single){\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b del{\n  display: block;\n  color: #000;\n  opacity: .5;\n  font-size: 26px;\n  font-weight: 400;\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b ins{\n  color: #000;\n  font-size: 36px;\n  font-weight: 400;\n  text-decoration: none;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_woocommerce_product_carousel_sale_label{\n  display:inline-block;\n  position:absolute;\n  z-index: 1;\n  left:10px;\n  top:10px;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_woocommerce_product_grid_out_of_stock_label{\n  \t    position: absolute;\n  \t  \twidth: fit-content;\n  \tleft:10px;\n  \ttop:10px;\n  \tz-index: 1;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue-inner-btn-wrapper{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  position: relative;\n  pointer-events: none;\n}\n\n<\/style>\n\n<div class=\"uc_post_grid_style_one woocommerce_product_grid uc-filterable-grid  \" id=\"uc_woocommerce_product_grid_elementor_a186c7b\"   data-ajax='true'  data-filterbehave='ajax'  data-filtergroup='group2'  querydata='{&quot;count_posts&quot;:4,&quot;total_posts&quot;:17,&quot;page&quot;:1,&quot;num_pages&quot;:5,&quot;orderby&quot;:&quot;date&quot;,&quot;woo&quot;:true}' style=\"direction:ltr;text-align:left;\">\n  <div class=\"uc_post_grid_style_one_wrap uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item1\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"48v 60ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lithium-battery-robot-battery-768x768.webp\" alt=\"48v 60ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">48V 60Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item2\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-50ah-lithium-ion-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2022\/12\/48v-50ah-telecom-battery.webp\"  alt=\"Telecom Battery: 48V 50Ah LiFePO4 Battery | 48V 50Ah Lithium Ion Battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2022\/12\/48v-50ah-telecom-battery.webp\" alt=\"Telecom Battery: 48V 50Ah LiFePO4 Battery | 48V 50Ah Lithium Ion Battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-50ah-lithium-ion-battery\/\">48V 50Ah Lithium Ion Telecom Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item3\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-20ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2023\/08\/48v-20ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"48v 20ah Lifepo4 Lithium Battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2023\/08\/48v-20ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"48v 20ah Lifepo4 Lithium Battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-20ah-lifepo4-battery\/\">48V 20Ah LiFePo4 Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item4\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/51-2v-20ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-lifepo4-lithium-battery-768x768.webp\"  alt=\"24v - 72v lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-lithium-battery-robot-battery-768x768.webp\" alt=\"24v - 72v lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/51-2v-20ah-lifepo4-battery\/\">51.2V 20Ah LiFePo4 Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n  <\/div>\n<\/div>\n\n\n  <div id=\"uc_woocommerce_product_grid_elementor_a186c7b_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No products found<\/div>\n\n<!-- end Woo Product Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59512f3 elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_archive_pagination\" data-id=\"59512f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_archive_pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Pagination -->\n\n<style>\/* widget: Post Pagination *\/\n\n#uc_archive_pagination_elementor_59512f3 nav\n{\n  padding:0px;\n  margin:0px;\n}\n\n#uc_archive_pagination_elementor_59512f3 \n{\n  display:flex;\n  flex-wrap: wrap;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_59512f3 .nav-links\n{\n  display:flex;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_59512f3 .nav-links > *\n{\n}\n\n#uc_archive_pagination_elementor_59512f3 .page-numbers\n{\n  display:flex;\n  \n  align-items:center;\n  justify-content:center;\n  transition:0.3s;\n  line-height:1em;\n}\n\n\n#uc_archive_pagination_elementor_59512f3 a.page-numbers, #uc_archive_pagination_elementor_59512f3 .dots\n{\n  color:#393939;\n  background-color:;\n}\n\n#uc_archive_pagination_elementor_59512f3 a.page-numbers:hover\n{\n  color:#6e6e6e;\n  background-color:#eeeeee;\n}\n\n#uc_archive_pagination_elementor_59512f3 .page-numbers.current,\n#uc_archive_pagination_elementor_59512f3 .page-numbers.current:hover\n{\n  background-color:#005FB3;\n  color:#ffffff;\n}\n\n\n#uc_archive_pagination_elementor_59512f3 .page-numbers.prev, #uc_archive_pagination_elementor_59512f3 .page-numbers.next\n{\n  padding-left:15px;\n  padding-right:15px;\n}\n\n\n\n#uc_archive_pagination_elementor_59512f3 .prev:before {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f053\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-right:10px;}\n\n#uc_archive_pagination_elementor_59512f3 .next:after {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f054\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-left:10px;}\n\n#uc_archive_pagination_elementor_59512f3.uc-ajax-loading{\n\topacity:1 !important;\n}\n\n#uc_archive_pagination_elementor_59512f3.uc-ajax-loading .current{\n\tposition:relative;\n    overflow:hidden;\n}\n\n\n#uc_archive_pagination_elementor_59512f3.uc-ajax-loading .current:before{\n  content: \"\";\n  display:block;\n  width:100%;\n  height:100%;\n  box-sizing:border-box;\n  position:absolute;\n  top:0px;\n  left:0px;\n  background-color: #c2c2c2;\n  animation: uc-spinning-border 0.5s linear infinite;\n  opacity:50%;\n  border-radius:inherit;\n}\n\n@keyframes uc-spinning-border {\n\t0%{transform: scale(0);}\n\t100%{transform: scale(1); }\t\n}\n\n\n\n<\/style>\n\n<div id=\"uc_archive_pagination_elementor_59512f3\" class=\"archive_pagination uc-filter-pagination \">\n<span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Pagina 5\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/5\/\" data-e-disable-page-transition=\"true\">5<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-charge-time-calculator\/2\/\" data-e-disable-page-transition=\"true\">Next<\/a>\n<\/div>\n<!-- end Post Pagination -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Battery Charge Time Calculator Looking for a simple and precise way to estimate your battery&#8217;s charging time? Our Battery Charge [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":18681,"parent":16730,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-20768","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"featured_image_url":{"thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1-80x80.webp","medium":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1-300x300.webp","medium_large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1-768x768.webp","large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","1536x1536":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","2048x2048":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","trp-custom-language-flag":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","wpgs_custom_main":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","wpgs_custom_thumb":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","woocommerce_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","woocommerce_single":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp","woocommerce_gallery_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/08\/Battery-charger-with-fan1.webp"},"post_author":"administrator","assigned_categories":"","aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/20768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/comments?post=20768"}],"version-history":[{"count":9,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/20768\/revisions"}],"predecessor-version":[{"id":28170,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/20768\/revisions\/28170"}],"up":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/16730"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/media\/18681"}],"wp:attachment":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/media?parent=20768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}