/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
    background: #fafafa;
}
a:hover {
    color: #0a6292;
    text-decoration: underline;
}
.archive header.woocommerce-products-header, .archive ul.products {
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.archive h1.woocommerce-products-header__title.page-title {
    text-align: center;
    font-size: 1.75rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #0c7bb6;
}
.archive .term-description p {
    text-align: center;
    font-style: italic;
    color: #111;
}
.woocommerce-page ul.products li.product{
	border: 1px solid #fff;
    background-color: #ffffff;
	padding:20px;
}
.woocommerce-page ul.products li.product:hover{
	border: 1px solid #eeeeee;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.woocommerce-page  h2.woocommerce-loop-product__title {
    color: #0c7bb6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce-page  h2.woocommerce-loop-product__title:hover{
    color: #111;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    padding: 2px 12px;
    font-size: 1rem;
    line-height: 38px;
    border-radius: 2px;
    display: block;
    text-align: center;
    background: #58b274;
    border-color: #58b274;
    color: #fff;
}
.woocommerce ul.products li.product .button:hover{
	color: #000;
    background-color: #4b9763;
    border-color: #468e5d;
}
.c_main .elementor-nav-menu .elementor-item:hover{
    background: #eef2f5;
	text-decoration:none;
}
.home_slider .swiper-slide-contents {
    background-color: rgba(255, 255, 255, 0.6);
    color: #0c7ebb;
    padding: 1rem;
}
.home_slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0.15em !important;
}
.home_slider .elementor-slide-description h2 {
    font-size: 2rem;
}
.home_slider .elementor-swiper-button {
    background: white;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(20, 20, 20, 1);
    padding: 5px;
}
.home_slider .swiper .elementor-swiper-button-prev{
	left:0;
}
.home_slider .swiper .elementor-swiper-button-next{
	right:0;
}
.c_cat h2.elementor-heading-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c_cat_hover{
	overflow:hidden;
}
.c_cat_hover .elementor-widget-image img{
	transition: all 0.4s ease-in-out;
}
.c_cat_hover:hover .elementor-widget-image img{
    transform: scale(1.1);
}
.product_meta {
    display: none;
}
.single-product .button, .c_single_button {
    margin-top: 1em;
    padding: 2px 12px;
    font-size: 1rem;
    line-height: 38px;
    border-radius: 2px;
    display: block;
    text-align: center;
    background: #58b274;
    border-color: #58b274;
    color: #fff;
	text-transform: uppercase;
}
.c_single_button:hover{
	color: #000;
}
.woocommerce-product-details__short-description h2 {
    margin-top: 0px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 34px;
    color: rgb(12, 123, 182);
    margin-bottom: 10px;
    font-size: 1.75rem;
}
.woocommerce-product-details__short-description ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
		border: 1px solid #212529;
}
.woocommerce-product-details__short-description ul li{
    position:relative;
	
	margin-bottom: 10px;

	    padding: 10px;
    padding-left: 35px;
		border-bottom: 1px solid #212529;
}
.woocommerce-product-details__short-description ul li:before{
	content:'';
	position:absolute;
	background: url(https://battery-charging-systems.de/wp-content/uploads/2025/05/svg.svg) no-repeat;
	width: 20px;
    height: 20px;
    left: 10px;
    background-size: contain;
	background-repeat:no-repeat;
}
.product-detail-description-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #0c7bb6;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.woocommerce-Tabs-panel h2{
	display:none;
}
.woocommerce-Tabs-panel h4 {
    margin-top: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #0c7bb6;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.woocommerce-Tabs-panel p{
	color:#111111;
}
.woocommerce-Tabs-panel ul{
	margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background-color: #eeeeee;
    color: #333333;
    border-bottom: 0px solid #eeeeee;
    padding: 13px 20px 11px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    background-color: #0c7bb6;
    color: #ffffff;
    border-bottom-color: #0c7bb6;
}

section.related.products> h2 {
    border: 0px solid #0c7bb6;
    background-color: #0c7bb6;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    padding: 13px 20px 11px 20px;
    font-size: 20px;
}
section.related.products ul.products {
    padding: 10px;
    background: #fff;
}
.single-product h1.product_title.entry-title {
    color: #0c7bb6;
    font-size: 2rem;
    font-weight: bold;
}
.tpslick-prev, .tpslick-next {
    background: #0c7bb6 !important;
    padding: .5rem .5rem;
}
.home_slider span.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 1);
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0.4rem;
    border: 2px solid white;
    border-radius: 100%;
    background-size: cover;
    position: relative;
	opacity: 1;
}
.home_slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
    border-radius: 100%;
}
.home_slider .swiper-pagination {
    text-align: right;
}
.home_slider .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 20px;
}
.home_slider .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
    width: auto;
    right: 0;
    left: inherit;
}
.c_table table {
    max-width: 400px;
    border: 0;
	width:100%;
}
.c_table td, .c_table tr {
    border: 0;
}
.c_table table td, .c_table table th {
    border: 0px solid hsla(0, 0%, 50.2%, .5019607843);
}
.woocommerce .woocommerce-result-count, .woocommerce form.woocommerce-ordering, nav.woocommerce-breadcrumb {
   display:none;
}
.woocommerce main#main {
    max-width: 1340px;
}
.single-product h1.product_title.entry-title {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 0;
	padding: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-top-left-radius: 4px;
}
@media (min-width: 768px) {
    .c_main .elementor-nav-menu--dropdown .elementor-sub-item::before {
		position:absolute;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        left: 5px;
        content: "›";
        color: #0c7bb6;
        border-left: none;
    }
}
@media screen and (max-width: 580px) {
	.home_slider .elementor-slide-description h2 {
    font-size: 1.5rem;
}
}