/* 
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 */
/*accordion */
 #my-accordion .acc_section .acc_head{
 background: none;
 }
/* Linia pod aktywnym tabem - zielona */
/* Usuń obramowanie dookoła sekcji */
 #my-accordion .acc_section {
  border: none !important;
    margin-top: 0;  
  border-top: none;      /* usuń górną linię */
    border-bottom-width: 1px; /* zostaw dolną linię */
    border-bottom-style: solid;
    border-bottom-color: #ccc; /* szara linia */
}

/* Zielona linia pod aktywnym tabem  zielona czcionka*/
#my-accordion .acc_section.acc_active > .acc_head {
  background: none;
  border: none;
  color: #b2s235
  border-bottom: 1px solid #b2d235; /* zielona linia */
}

/* Nieaktywny nagłówek - linia na dole szara */
#my-accordion .acc_section:not(.acc_active) > .acc_head {
  border: none;
  border-bottom: 1px solid #ccc; /* szara linia */
}

/* Jeśli chcesz, by ostatni tab miał szarą linię na dole, można zostawić margin */
#my-accordion .acc_section:last-of-type {
  border-bottom: none; /* lub usuń jeśli chcesz linię */
}
/*Wyglad ceny w promocji*/
p {margin-block-end: 0px;}
h3{margin-block-end: 0.2rem;}
/*wyswietlanie ceny */
p.price{margin-block-end: 0;
	}
/*wyswietlanie ceny */
ins {
text-decoration: none ;
	}
del{
	font-size:70%;
}
/* Wyłączenie strzałek ilości przy produktach Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*plus i minus ilości*/
.quantity-wrapper {
  display: inline-flex;
  align-items: center;
}

.quantity-wrapper button {
  background: none;
  color: #fff;
  border: none;
  padding: 5px 0px;
  font-size: 25px;
  cursor: pointer;
}

.quantity-wrapper input.qty {
  width: 50px;
  text-align: center;
  margin: 0px 5px;
	border: 1px solid #ccc;
}
/* wyróżnik w opisie produktu*/
.desc_highlight{
	background: #b2d235;
padding: 10px;
border-radius:10px;
color: #fff;}
/* tytuł w zakłdakach na stronie produktu, jeden css dodany w widzecie w elementorze*/
.woocommerce-Reviews-title{
	display: none;
}
.yikes-custom-woo-tab-title{
    display: none;}
    .lightStroke {
	font-size: 25px !important;
}
.lightStroke::after {
  content: "";
  display: block;
  margin: 2px 0; /* odstęp od nagłówka */
  width: 40%;
  height: 2px;
  background-color: #b2d235; /* kolor linii */
}
.benefits-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.benefit-item {
  position: relative;
  flex: 1 1 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
}

.benefit-item img {
  max-width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.benefit-item h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 0;
	color: #14244b;
	font-weight: 700;
}

.benefit-description {
  font-size: 12px;
 
}

/* Pionowe linie między elementami */
.benefit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #b2d235;
  transform: translateX(50%);
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
  .benefit-item {
    flex: 1 1 100%;
  }
  
  .benefit-item::after {
    display: none;
  }
  
  .benefit-item:not(:last-child) {
    border-bottom: 0px solid green;
  }
	  .benefits-row {
    flex-direction: column;
  }
}
