/*
 Theme Name: Divi Child
 Description: Divi Child Theme
 Author: Damian Szabra
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

  
/*ikony produktow*/
/* Podstawowy styl ikon dla wszystkich pól */
.dodatkowe-informacje-o-produkcie .ikona::before {
    font-family: "ETmodules"; 
    content: attr(data-icon); 
    font-size: 1.2em; 
    margin-right: 8px; 
    display: inline-block;
    vertical-align: middle;
}

/* Tryb: online */
.tryb.online .ikona::before {
    content: "\e00e"; /* Ikonka monitora */
}

/* Tryb: stacjonarnie */
.tryb.stacjonarnie .ikona::before {
    content: "\e009"; /* Ikonka domku */
}

/* Certyfikat ukończenia */
.certyfikat .ikona::before {
    content: "\52"; /* Uniwersalna ikonka dla dokumentu */
}

/* Zaświadczenie MEN */
.zaswiadczenie-men .ikona::before {
    content: "\52"; /* Uniwersalna ikonka dla dokumentu */
}

/* Nagranie szkolenia */
.nagranie-szkolenia .ikona::before {
    content: "\52"; /* Uniwersalna ikonka dla dokumentu */
}

/*new*/

/* Styl dla ikon wyróżnionych w jednej linii */
.ikony_wyroznione {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
    justify-content: flex-start;
    align-items: center; 
    margin-top: 20px;
  
}

/* Styl dla każdego elementu */
.ikony_wyroznione p {
    display: flex;
    align-items: center; 
    margin: 0;
    border-radius: 8px;
    padding:6px 12px !important;
    color: #232323;
    background-color: #F0F0F0;
}

/* Styl dla ikony */
.ikony_wyroznione .ikona::before {
    line-height: 1;
    margin-right: 8px; 
    display: inline-block;
    vertical-align: middle; 
    font-size: 1.2em; 
}

/* Dostosowanie do mniejszych ekranów */
@media (max-width: 768px) {
    .ikony_wyroznione p {
        flex: 1 1 calc(50% - 10px); /* Po 2 elementy w wierszu */
    }
}

@media (max-width: 480px) {
    .ikony_wyroznione p {
        flex: 1 1 100%; /* Po 1 elemencie w wierszu */
    }
}

/* dodatkowe moduly- teminarz */

.informacje_pola {
    margin-top: 20px;
    padding: 10px;
    font-family: 'Inter';
}

.informacje_pola .moduly,
.informacje_pola .terminarz {
    margin-bottom: 20px;
}

.informacje_pola h3 {
    font-size: 18px;
    color: #333;
    padding: 0;
    
}

.informacje_pola ul,
.informacje_pola ol
{
    line-height: 17px;
    padding: 0 0 0 1em;
    margin-top: -20px;
}

/* Styl dla menu */
/* Styl dla menu old
.custom-menu {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.custom-menu button {
    background-color: #7dc13a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-menu button:hover {
    background-color: #fb902a;
}
.custom-menu button:focus{
  background-color: #fb902a;
}


.custom-content {
    margin-top: 20px;
    padding-left:15px;
}

*/
/*nowe ustawienie submenu w produkcie*/
/* Nowy styl dla custom-menu - spójny z MyAccount */
.custom-menu {
    display: flex;
    justify-content: center;
    margin: 20px 0 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
    gap:50px;
}

.custom-menu button {
    background-color: transparent;
    color: #4F4F4F;
    border: none;
    padding: 10px 40px;
    margin: 0 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Inter';
    position: relative;
    border-radius: 0;
    outline:none;
    flex:1;
}

.custom-menu button:hover,
.custom-menu button:focus {
    font-weight: bold;
    background-color: transparent;
    color: #333;
    border-bottom: 3px solid #232323
}

.custom-menu button.active-tab {
    font-weight: bold;
    border-bottom: 3px solid #232323;
    margin-bottom: -1px;
}
/* Aktywny przycisk */
.custom-menu button.active {
    font-weight: bold;
    border-bottom: 3px solid #232323;
    margin-bottom: -1px;
}



/* Wersja mobilna - poniżej 625px */
@media (max-width: 980px) {
    .custom-menu {
        flex-direction: column;
        align-items: center;
        border-bottom: none;
        gap: 10px;
    }
    
    .custom-menu button {
        width: 80%;
        max-width: 300px;
        padding: 12px;
        border-bottom: 1px solid #eee; /* Linie oddzielające w wersji mobilnej */
    }
    
    /* Ukryj dolne bordery w desktopowej wersji aktywnego elementu */
    .custom-menu button.active-tab {
        border-bottom: 1px solid #232323;
        margin-bottom: 0;
    }
}








/* Styl dla sekcji treści */
.custom-content {
    margin-top: 20px;
    padding: 15px;
    min-height: 200px; 
    font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  white-space: pre-line;

}

/* Ukrywanie nieaktywnych sekcji */
.custom-content > div {
    display: none;
}

.custom-content > div.active {
    display: block;
}










/*end*/




/* slider */


/*off 1
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

*/

.slider-container {
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.slider-content {
  display: flex;
  transition: transform 0.8s ease-in-out;
  position: relative;
}

.slider-slide {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; /* Wycentrowanie tekstu w pionie */
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  height: 100%; /* Pełna wysokość dla slajdu */
  opacity: 0; /* Domyślnie wszystkie slajdy są niewidoczne */
    transition: opacity 0.5s ease-in-out; /* Płynna zmiana przezroczystości */
    visibility: hidden; /* Ukrywamy slajdy, które nie są aktywne */
  
}

.slider-slide.active {
  opacity: 1;
  position: relative;
  visibility: visible; 
}

.text-side {
  width: 40%;
  padding-left:78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-side h1,
.text-side h2 {
  font-size: 56px;
  margin-bottom: 15px;
  font-weight: 800;

}

.kolor {
  color:#7dc13a;
}

.image-side {
  width: 60%;
  position: relative;
  height: 400px; /* Możesz dostosować tę wysokość do swoich potrzeb */
  display: flex;
  justify-content: center; /* Wyrównanie poziome obrazu, jeśli potrzebne */
  align-items: flex-end; /* Zdjęcie wyrównane do dolnej krawędzi */
  overflow: hidden; /* Ukryj wszystko poza granicami */
}

.image-side img {
  width: auto; /* Zapewnia zachowanie proporcji */
  height: 100%; /* Obraz dostosowuje się do wysokości kontenera */
  position: relative;
  z-index: 2; /* Zdjęcie nad innymi elementami */
}

.circle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none; /* Zapewnia, że kółka nie będą blokować interakcji */
  z-index: 1; /* Ustawienie niższego z-index dla kółek */
}

.circle {
  position: absolute;
  background-color: #7dc13a;
  border-radius: 50%;
  transition: transform 0.5s ease;
  
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Kółka nie blokują kursora */
}






.circle.big {
  width: 120px;
  height: 120px;
}

.circle.medium {
  width: 80px;
  height: 80px;
}

.circle.small {
  width: 60px;
  height: 60px;
}

/* Pozycjonowanie kółek */
.circle:nth-child(1) {
  top: 18%;
  left: 58%;
  animation: moveCircle1 10s infinite alternate;
}

.circle:nth-child(2) {
  top: 12%;
  left: 25%;
  animation: moveCircle2 8s infinite alternate;
  
}

.circle:nth-child(3) {
  top: 59%;
  left: 57%;
  animation: moveCircle3 8s infinite alternate;
  
}

.circle:nth-child(4) {
  top: 37%;
  left: 64%;
  animation: moveCircle4 9s infinite alternate;
 background-color: #ffa500;
}

.circle:nth-child(5) { 
  top: 60%; 
  left: 17%; 
  animation: moveCircle5 10s infinite alternate;
  background-color: #8e63a3;
 
}

.circle:nth-child(6) { 
  top: 5%; 
  left: 56%; 
  animation: moveCircle6 6s infinite alternate;
  background-color: #71dad3;
  
}

.circle:nth-child(7) { 
  top: 19%; 
  left: 12%; 
  animation: moveCircle7 7s infinite alternate;
  background-color: #fb902a;
}

.circle:nth-child(8) { 
  top: 60%; 
  left: 75%; 
  animation: moveCircle8 6s infinite alternate;
  background-color: #203b5d;
}



/* Przemieszczanie kółek*/

@keyframes moveCircle1 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(20px, 30px); }
}

@keyframes moveCircle2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-40px, -40px); }
}

@keyframes moveCircle3 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 30px); }
}

@keyframes moveCircle4 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-70px, 70px); }
}

@keyframes moveCircle5 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, -60px); }
}

@keyframes moveCircle6 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-20px, -30px); }
}

@keyframes moveCircle7 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, -20px); }
}

@keyframes moveCircle8 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(15px, 30px); }
}



 
.slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

button.next, button.prev {
  background-color: #7dc13a;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5em;
}
button.next:hover, button.prev:hover{
  background-color: rgba(101, 195, 1, 0.3);
  color:#1d1d1b;
  
}

button.prev {
  margin-left: 10px;
}

button.next {
  margin-right: 10px;
}

.custom-button {
  background-color: #7dc13a; /* Zielony kolor tła */
  color: white; /* Kolor tekstu - biały */
  text-decoration: none; /* Usunięcie podkreślenia z linku */
  padding: 10px 20px; /* Wewnętrzny odstęp (odstępy wewnętrzne) */
  font-size: 1.2em; /* Rozmiar czcionki */
  border-radius: 10px; /* Zaokrąglenie rogów */
  cursor: pointer; /* Zmienia kursor na wskaźnik */
  transition: background-color 0.3s ease; /* Animacja zmiany tła */
  font-weight: 800;
}

.custom-button:hover {
  background-color: #ffa500; /* Kolor tła na pomarańczowy po najechaniu */
}


/*SLIDER z opiniami */


/* SLIDER z opiniami */
/*off 3 slider z old opiniami*/ 

/*slider z logo*/


/* Kontener główny slidera */
/* Kontener główny slidera */
/* Kontener główny slidera */
/* Kontener główny slidera */
/* Kontener główny slidera */
/* Główny kontener slidera */


/* moje konto - zalogowany */










/*off 5

.woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 20px;
}


.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}


.woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: #7dc13a;
  color: white !important;
  text-align: center;
  padding: 12px 15px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  font-size:18px;
}


.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #6aa82c;
}


.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #fb902a;
  font-weight: 600;
}


.woocommerce-MyAccount-content{
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;


}

*/


/*moje konto menu u gory
@media only screen and (min-width: 769px) {
 
   .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
       float: none;
       width: 100%;
   }
 
   .woocommerce-MyAccount-navigation ul {
       text-align: center;
   }
 
   .woocommerce-MyAccount-navigation ul li {
       display: inline-block;

   }
 
}
*/

/* Stylizacja menu "Moje konto" */
/* Stylizacja menu "Moje konto" - poprawiona wersja */
@media only screen and (min-width: 400px) {
   .woocommerce-account .woocommerce-MyAccount-content, 
   .woocommerce-account .woocommerce-MyAccount-navigation {
       float: none;
       width: 100%;
   }
 
   .woocommerce-MyAccount-navigation ul {
       text-align: center;
       border-bottom: 1px solid #ddd; /* Główna linia menu */
       padding-bottom: 1px; /* Zapobiega przeskokom */
       margin-bottom: 20px;
   }
 
   .woocommerce-MyAccount-navigation ul li {
       display: inline-block;
       margin: 0 15px;
   }
   
   .woocommerce-MyAccount-navigation ul li a {
       padding: 5px 10px;
       text-decoration: none;
       color: #232323;
       display: inline-block;
       font-family: 'Inter';
   }
   
   .woocommerce-MyAccount-navigation ul li.is-active a{
       font-weight: bold;
   }
   
  
   .woocommerce-MyAccount-navigation ul li.is-active a {
       border-bottom: 3px solid #232323; 
       margin-bottom: -1px; 
   }
}
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  width:100%;
}


/*end*/





section.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child {
  display: none;
}

div.auto > p:first-child {
  display: none;
}



#moowoodle_table thead th:nth-child(3) {
  display: none;
}


#moowoodle_table tbody td:nth-child(3) {
  display: none;
}


#moowoodle_table thead th:nth-child(4) {
  display: none;
}


#moowoodle_table tbody td:nth-child(4) {
  display: none;
}

:root :where(.wp-element-button, .wp-block-button__link){
  background-color: #03c03c;
  border-radius: 8px;
  padding: 4px 6px;

}








/* moje konto - logowanie */


/* Główny kontener formularza */
.woocommerce-account .woocommerce {
 /* background-color: #f4f4f4;*/
  padding: 30px;
  border-radius: 10px;
}

.woocommerce form.login,
.woocommerce form.register
{
  border:none;
  box-shadow: none;
  margin:0;
  padding: 0px;
}

/* Sekcje logowania i rejestracji */
.woocommerce-form-login,
.woocommerce-form-register {
  background-color: white;
  padding: 30px;
  border-radius: 10px !important;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  min-height: 410px;
}

/* Nagłówki sekcji */
.woocommerce-account h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

/* Style dla formularzy */
.woocommerce-form,
.woocommerce-form-register {
  margin-bottom: 0;
}

/* Etykiety i pola input */
.woocommerce-form label,
.woocommerce-form-register label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

.woocommerce-form input,
.woocommerce-form-register input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  background-color: #f9f9f9;
}

/* Przyciski */
.woocommerce-form .woocommerce-button,
.woocommerce-form-register .woocommerce-button {
  background-color: #03C03C !important;
  color: white !important;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
  text-align: center;
  display: block;
  margin-top: 10px;
}

/*zapomnialem hasla*/

/* Hover i active dla przycisków */
.woocommerce-form .woocommerce-button:hover,
.woocommerce-form-register .woocommerce-button:hover,
.woocommerce-form .woocommerce-button:active,
.woocommerce-form-register .woocommerce-button:active {
  background-color: #fb902a !important;
}
/* Checkbox "Zapamiętaj mnie" - poprawione */
.woocommerce-form-login__remember {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.woocommerce-form-login__remember input[type="checkbox"] {
  margin: 0;
  width: auto;
}

.woocommerce-form-login__remember label {
  margin: 0;
  cursor: pointer;
  user-select: none;
} 
#rememberme{
  width:10%;
}

/* Link "Nie pamiętasz hasła" */
.woocommerce-LostPassword {
  margin-top: 15px;
  text-align: center;
}

.woocommerce-LostPassword a {
  color: #03c03c;
  text-decoration: none;

}

.woocommerce-LostPassword a:hover {
  color: #fb902a;
  text-decoration: underline;
}

/* Separator między formularzami */
.woocommerce-form-login~.woocommerce-form-register {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}









/*Ogolne ustawienia woocommerce */


.woocommerce-info {
  border-radius: 10px;
}

.woocommerce-Input.woocommerce-Input--text.input-text{
  border-radius: 10px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .et_pb_wc_cart_totals .select2-container--default .select2-selection--single, .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single, .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single{

  border-radius: 10px;

}



.no-data-row{
display:none;
}

/*koszyk*/


/* ------------------------- */
/*
.product-quantity, .product-subtotal {
  display: none;
}
*/
.product-price, .product-price{
  text-align: center;

}
/*
[name="update_cart"] {
  display: none !important;
}
  */

  /*wyswietlanie nazwy w koszyku na tel*/
@media (max-width: 800px) {
    tr.woocommerce-cart-form__cart-item.cart_item th.product-name {
        display: block;
    }
}


.woocommerce table.shop_table{
  background-color: #FFFFFF;
  border-radius: 16px;
  font-family: 'Inter';
  color:#000000;
}



.woocommerce-cart table.cart img{
  width:100px;
}


/*podsumowanie koszyka przycisk*/

.wc-proceed-to-checkout .checkout-button {
    background-color: #000000 !important; 
}


/* Dla całej komórki z kuponem (minus i kwota) */
tr.cart-discount td {
    color: #FF3333 !important;
}

/* Dla samej kwoty (dodatkowe zabezpieczenie) */
tr.cart-discount .woocommerce-Price-amount {
    color: #FF3333 !important;
}

/* Dla linku "[Usuń]" - przywrócenie domyślnego koloru */
tr.cart-discount .woocommerce-remove-coupon {
    color: initial !important;
}





/*nowy koszyk test*/
/* Układ koszyka i podsumowania w jednej linii */

@media (min-width: 981px) {
  .woocommerce-cart-form {
    display: inline-flex;
    float: left;
    max-width: 65%;
  }

  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  width:30%;
}

}

 .woocommerce-cart-form button[name="apply_coupon"] {
    background-color: #000000 !important;
  }

.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name a {
    color: #000000 !important;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
}

/*ukrycie th - produkt / cena*/

.woocommerce-cart-form .woocommerce-cart-form__contents thead {
    display: none !important;
}

/*cena*/
.product-price, .product-price{
  color: #000;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
}
/*subtotal*/
.product-subtotal {
  font-weight:600;
  font-size:18px;
}


/* kod rabat*/

.woocommerce-cart table.cart td.actions .coupon .input-text{
  border-radius: 16px;
  background-color: #f0f0f0;
  padding:12px;

}

.cart_totals h2 {
    
    color: #000000;
    font-weight: 600;
    font-family: 'Inter';
}


table.shop_table{
  margin-bottom: 5px !important;
}


@media (max-width: 480px) {
  .coupon {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Odstęp między elementami */
    width: 100%;
  }
  
  .coupon .button[name="apply_coupon"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  .coupon input[name="coupon_code"] {
    width: 100% !important;
    box-sizing: border-box;
  }
}


/*stop*/


/*logowanie*/

/*ukrycie rejestracji*/
.page-id-1657 .u-column2,
 .page-id-1672 .u-column1 {
    display: none !important;
}

/*
.page-id-1657 .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
 .page-id-1672 .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
float: none;
margin: auto;

}
*/

/* Ukrywa TYLKO nagłówek "Logowanie" */
.page-id-1657 .u-column1 h2:first-child,
.page-id-1672  .u-column2 h2:first-child{
    display: none !important;
}






/*komunikaty WC*/

.woocommerce-message{
  border-radius:10px;
}



/*zmowienie*/
.woocommerce form.checkout_coupon{
  background-color: #FFFFFF;
  border-radius: 10px;
}
#order_review_heading{
  margin-top: 25px;
}



/*filtry w sklepie*/



/*nowy projekt filtry*/
/*off -4
.stacOnline{
  margin-top: 10px;
  margin-bottom: -40px;
}
*/

.filtrymargin{
margin-bottom:0px;


}
/*filtry*/
#block-7, #block-16, #block-8, #block-11,  #block-12 {
  margin-bottom:20px !important;
  border-bottom: solid 1px #E7E7E7;
  
}

/*tytuly filtrow*/

.wp-block-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 18px !important;
  margin-bottom: 12px;
}


/*filtr - zakres cen*/

.wc-block-components-price-slider{
  margin-bottom:0px !important;
}

/* Zmien kolor zakresu cen suwaka */





.wc-block-price-filter__range-input-progress,
.wc-block-components-price-slider__range-input-progress {
    background: transparent !important;
}

/* kolor aktywny */
.wc-block-price-filter__range-input-progress::after,
.wc-block-components-price-slider__range-input-progress::after {
    content: "";
    position: absolute;
    left: var(--low);
    right: calc(100% - var(--high));
    height: 4px;
    background: #03C03C !important; 
    z-index: 1;
}

/*suwaki kola*/
/* Suwaki (kółka) - zielone bez obramowania */
.wc-block-price-filter__range-input[type="range"]::-webkit-slider-thumb,
.wc-block-components-price-slider__range-input[type="range"]::-webkit-slider-thumb {
    background: #03C03C !important; 
    border: none !important; 
   
    -webkit-appearance: none !important;
}

/* Dla Firefox */
.wc-block-price-filter__range-input[type="range"]::-moz-range-thumb,
.wc-block-components-price-slider__range-input[type="range"]::-moz-range-thumb {
    background: #4CAF50 !important;
    border: none !important;
}
/*filtr kategorii*/

.wc-block-product-categories-list-item{
  font-family: 'Inter';
  font-size:16px;
  font-weight: 500;

}

/*filtry atrybuty */

/*obramowania selectow od filtow*/

/* Główny kontener filtra 
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){
  border: solid 5px red !important
}
  */
.wc-block-attribute-filter .wc-blocks-components-form-token-field__input-container {
    border: 1px solid red !important;
    border-radius: 4px !important;
}

/* Strzalka rozwijania */
.wc-block-attribute-filter.style-dropdown svg path {
    fill: #03C03C !important;
}
/*numeracja w sklepie*/
/* Stylizacja paginacji WooCommerce - kółka z numerami stron */



/*produkt*/

/*wybierz miasto*/
.prowadzacy > p:first-child {
  
  
  font-size:24px;
  margin-bottom: 20px;
}
.terminy > p:first-child{
  font-size:24px;
  margin-bottom: 20px;
}

#pokaz-warianty, #pokaz-warianty2 {
  background-color:#000000;
  border-radius: 16px;
  color:#FFFFFF;
  border: 0px;
  font-size: 19px;
  padding: 6px 16px;
  margin-left:20px;
}
#pokaz-warianty:hover, #pokaz-warianty2:hover{
  background-color:#fb902a;
}
#warianty-miasta, #warianty-miasta2{
  font-size:17px;
  border-radius:10px;
}

/*ukrycie wariantu wybranego pod divem



 #nowy-testowy-div2 p:first-of-type{
display:none;
}


#nowy-testowy-div p:first-of-type{
  display: none;
}

*/


#nowy-testowy-div > p:first-of-type,
#nowy-testowy-div2 > p:first-of-type{
  display: none;
}

.dane-wariantu222, .dane-wariantu333{
  margin-top:20px;
  font-family: inherit; 
  line-height: 1.6; 
  
}

.dane-wariantu222 p,
.dane-wariantu333 p {
    padding-bottom: 0.2em; 
}


/*zdjecie produktowe zoom*/
/* Wyłącza powiększanie kursora i efekt hover */


/* Ukrywa dodatkowy obrazek zoomu */
.zoomImg {
  display: none !important;
}

/* Blokuje animację przejścia */
.woocommerce-product-gallery__wrapper {
  transition: none !important;
}

.opis, .moduly, .prowadzacy{
  font-size: 16px;
  line-height:24px;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span::after{
  border: none;
}

/* menu*/

.et-cart-info span:before {
  color:#7dc13a;
  font-size:22px;
  
}


/*testy naprawa wyswiretlania entery w produktach*/


/*Nowy Front! */

/*produkt nowy*/
/*atrybuty*/
.et_pb_wc_add_to_cart_1_tb_body.et_pb_module .et_pb_module_inner form.cart .variations td select{
  border-radius:10px;
}


.et_pb_wc_add_to_cart form.cart .button{
 float:right !important;
}




/*glowna*/

/*Header - HomePage*/
.przyciskiSlider {
  display: flex;
  justify-content: center;
 
  
}

#stacjonarnyB, #onlineB {
  padding: 16px 28px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

#stacjonarnyB {
  background-color: #D4450C;
  margin-right: 12px;
}

#onlineB {
  background-color: #06892D;
}


/*bestsellers*/
/*oraz sklep*/


.produktyMain{

   display: flex;
    flex-wrap: wrap;
    justify-content: center; /* To wyśrodkuje produkty w poziomie */

    margin: 0 auto; /* Wyśrodkowanie kontenera na stronie */
   
}
/*
.produktyMain .et_shop_image img {
  padding: 10px 10px 6px 10px;
}
*/

.produktyMain.et_pb_shop_0 li.product,
.produktyMain.et_pb_shop_1 li.product,
.produktySklep.et_pb_shop_0_tb_body li.product {
  border-radius: 16px;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.25);
  min-height: auto;
  padding:10px !important
  /*width: 254px !important;
  margin: 0 30px !important;
  */
  
}
.produktyMain.et_pb_shop_0 li.product .price,
.produktyMain.et_pb_shop_1 li.product .price,
.produktySklep.et_pb_shop_0_tb_body li.product .price 
 {
    position: absolute;
    bottom:10px;
  
}



 .et_pb_shop_0 li.product h2.woocommerce-loop-product__title,
  .et_pb_shop_1 li.product h2.woocommerce-loop-product__title,
  .et_pb_shop_0_tb_body li.product h2.woocommerce-loop-product__title {
    margin-bottom: 30px !important;
  }



/* Dla ekranów 981px - 1400px */
@media (min-width: 981px) and (max-width: 1200px) {
  .produktyMain.et_pb_shop_0 li.product,
   .produktyMain.et_pb_shop_1 li.product
   {
    min-height: 290px !important;
  }

  .produktySklep.et_pb_shop_0_tb_body li.product {
    min-height: 320px;
  }


}

/* Dla ekranów 1401px - 1723px */
@media (min-width: 1201px) and (max-width: 1723px) {
  .produktyMain.et_pb_shop_0 li.product,
  .produktyMain.et_pb_shop_1 li.product,
  .produktySklep.et_pb_shop_0_tb_body li.product {
    min-height: 370px !important;
  }
}

/* Dla ekranów powyżej 1724px */
@media (min-width: 1724px) {
  .produktyMain.et_pb_shop_0 li.product,
  .produktyMain.et_pb_shop_1 li.product
  
  {
    min-height: 400px !important;
  }

  .produktySklep.et_pb_shop_0_tb_body li.product{
    min-height:412px;
  }
}

/*responsywnosc - 1 produkt na szerokosc*/

@media (max-width: 760px) {
.et_pb_shop ul.products.columns-3 li.product,
.et-db #et-boc .et-l .et_pb_shop ul.products.columns-3 li.product {

  width:100% !important;
}

}


/*przycisk "+" */

/* Style dla przycisku-linku "+" */
/* Style dla przycisku "+" WEWNĄTRZ linku produktu */
 .custom-product-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #06892D;
    color: white !important;
    border-radius: 8px;
    font-size: 16px;
    padding:8px;
   bottom: 10px;
   right: 10px;
   position: absolute;
   font-weight: bold;
}


/* blog na glownej new*/

.blogMainPage.et_pb_blog_0 .entry-title,
.blogMainPage.et_pb_blog_0 .post-content,
.blogMainPage.et_pb_blog_0 .post-meta
{

    margin-left: -16px;
}

.blogMainPage.et_pb_blog_0 .entry-title{
  min-height: 84px;
}


/*slider z opiniami new - homepage*/


/* Główny kontener slidera */
/* Główny kontener slidera */
/* Główny kontener slidera */
/* Główny kontener slidera */
/* Główny kontener slidera */
.testimonial-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}

/* Kontener na opinie */

.testimonial-container {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

/* Wrapper zawierający wszystkie slajdy */
.testimonial-wrapper {
  display: flex;
  width: calc(100% + 20px);
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  padding: 0 20px;
}

/* Pojedyncza opinia */
.testimonial-box {
  flex: 0 0 calc((100% - 40px) / var(--visible-slides));
  background: white;
  border-radius: 15px;
  padding: 25px 20px 5px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  position: relative;
}

/*cyku test*/
@media (max-width: 1200px) {
  /* 2 boxy na średnich ekranach */
  .testimonial-box {
    flex: 0 0 calc(50% - 15px);
  }
  
  /* Aktualizacja dla JS */
  html {
    --visible-slides: 2;
  }
}


@media (max-width: 900px) {
  /* Ukrywamy zdjęcia profilowe */
  .testimonial-profile img {
    display: none;
  }
}

@media (max-width: 600px) {
  /* 1 box na małych ekranach */
  .testimonial-box {
    flex: 0 0 calc(100% - 10px);
    margin-right: 10px;
  }
  
  /* Aktualizacja dla JS */
  html {
    --visible-slides: 1;
  }
}

/* Dodatkowy padding na małych ekranach */
@media (max-width: 600px) {
  .testimonial-wrapper {
    padding: 0 10px;
  }
}



/*koniec*/

/* Nagłówek z profilem i oceną */
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

/* Profil użytkownika */
.testimonial-profile {
  display: flex;
  align-items: center;
}

.testimonial-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.profile-info {
  display: flex;
  flex-direction: column;
}

.profile-name {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  color: #18181B;
}

.profile-position {
  font-size: 14px;
  margin: 0;
  color: #71717A;
}

/* Ocena */
.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  position: absolute;
  top: 25px;
  right: 25px;
}

.rating-star {
  width: 12px;
  height: 12px;
}

/* Tekst opinii */
.testimonial-text {
  font-size: 16px;
  line-height: 1.5;
  color: #71717A; 
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
  padding-top: 10px;
}


/*footer nowy*/

.footernew.et_pb_blurb_4 .et_pb_module_header {
  padding:6px 0 0 0;

}

.socialikonki.et_pb_social_media_follow li:not(:first-child) {
  margin-left: -14px;
}



/*nowe menu*/
#newmenuedu {
  margin-top:3px !important;
}

.newmenuedu.et_pb_menu--style-left_aligned .et_pb_menu__logo{
  
  margin-right:64px;
}

.newmenuedu.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a {
 
padding:10px 5px !important; 
}

/*przyciski*/ 
.container_menu_btn {
    display: flex;
    gap: 15px;
    align-items: center;
  justify-content:flex-end;


}

.e-learning-btn, .login-btn {
   font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight:600px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.e-learning-btn {
   background-color: #D8FFE3;
    
    color: #0B702A !important;
    border:solid 1px #0B702A;
}

.e-learning-btn:hover {
    background-color: #0B702A;
    color:white !important;
}

.login-btn {
    background-color: #06892D;
    color: #FFFFFF !important;
}

.login-btn:hover {
    background-color:#D4450C;
    
     
}

.cart-icon {
    font-family: ETmodules;
    font-size: 23px;
    cursor: pointer;
    color:#232323;
}

.cart-icon::before {
    content: "\E07A";
}


.et_pb_menu__cart-count{
  display: none;
}

/*responsywnosc menu*/
@media (max-width: 1265px) {
  .newmenuedu.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 20px;
  }

  .newmenuedu.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a{
    padding:5px 1px;
  }
}
@media (max-width: 400px) {
  .newmenuedu.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    max-width:150px;
  }


}


/*responsywnosc strona glowna */

/*header*/
@media (max-width: 1400px) {
  #h1mainpage h1{
    font-size:42px;
    line-height:52px;
  }
}



/*produkty na glownej - respo */

@media (max-width: 980px) {
.et_pb_shop ul.products.columns-4 li.product {

  width:100% !important;
}

}


/*kontakt*/

/* kolor zielony w boxach */
.mainColor  {
   

    color: #06892d !important; 
}

/*kontakt form*/
.kontaktform .et_contact_bottom_container {
  width: 100%;
  flex-direction: column;
  gap: 1em;
  padding-left: 3%;
  margin-top: 0px;
}

.kontaktform .et_contact_bottom_container button {
  width: 100%;
  margin: 0;
}


/*blog*/ 
/*wiecej wpisow*/
/* Wyśrodkowanie całej paginacji */


.et_pb_blog_3_tb_body .pagination a{
float: none !important;
  
  width: 100%;
  
 
  display: flex;
  justify-content: center;
  text-align: center;
}


.pagination.clearfix .alignleft,
.pagination.clearfix .alignright{
  float: none !important;
}


/*wyrownanie wysokosci boxow w blogu*/
.et_pb_blog_grid .et_pb_post {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.et_pb_blog_grid .et_pb_post .post-content {
    flex-grow: 1; /* rozciąga zawartość */
}


/*header na stronie blog */



/*tylko pokazowo*/

/*foto wpisu z lewej




@media (min-width: 767px) {



.pa-blog-list .entry-featured-image-url  {
width: 50%;
float: left;
margin-bottom: 0!important;
}



.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content {
width: 50%;
float: right;
padding-left: 10px;
}
}
*/

/*ten fragment u gory do usuniecia raczej*/




/*sklep nowy*/

/* produkty w sklepie

.produktySklep{

  display: flex;
    flex-wrap: wrap;
    justify-content: center; 

    margin: 0 auto; 
    background-color: green;

}

.produktySklep.et_pb_shop_0_tb_body li.product
 {
  border-radius: 16px;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.25);
  min-height: auto;
  padding:10px !important

 
  
}
  */



  /*sklep*/

  /*szukaj produktu*/
  .et_pb_widget .wp-block-search__input{
    border-radius: 8px;
    border: solid 1px #D0D5DD;

  }

  .et_pb_widget .wp-block-search__button {
    border-radius: 8px;
    background-color: transparent;
    border:none;
  }
  .wp-block-search__inside-wrapper {
    margin-top:1px;
  }

  /*ikonka szukaj*/
  /* Zamiana tekstu "szukaj" na ikonkę ETmodules */
.wp-block-search__button {
    position: relative;
    font-family: 'ETmodules' !important; 
    top: unset !important;
}

.wp-block-search__button::before {
    content: "\55"; /* Kod ikonki lupy w ETmodules */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color:#667085;
    font-size: 17px;
    margin-right: 15px;
   
}


.wp-block-search__button {
    color: transparent !important;
    font-size: 0 !important;
}

/*numeracja stron w sklepie*/
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: transparent;
  color:#06892D;
}

.woocommerce nav.woocommerce-pagination ul{

  border:solid 1px #06892D;
  border-radius: 8px;
}

/*.woocommerce nav.woocommerce-pagination ul li*/

.woocommerce nav.woocommerce-pagination ul li:last-child {
    border-right: none !important; 
}



/*sortuj po np. cenie domyslnie itp*/
.orderby{
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  
}

/*blokowanie klawiatury w inputach - filtry sklep*/

.wc-block-attribute-filter .components-form-token-field__input {
    caret-color: transparent !important; /* Ukrywa kursor */
    pointer-events: none !important;   /* Blokuje interakcję */
}

/*wcag*/
.et_pb_post img {
 
  border-radius: 24px;
}

.et_pb_post .entry-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

/*focus*/

a:focus {
  outline: 5px solid #003411;
  outline-offset: 4px !important;
  border-radius: 8px;
}

footer a:focus {
  outline: 5px solid #FFFFFF;
}


/*sklep wcag*/
p.woocommerce-result-count{
  color:#757575;
}

/*label wyszukiwarki produktow*/

.et_pb_widget .wp-block-search__label {
    display: block;
}

#flexiblecookies_open_settings{
  color: #06892d !important;
}


/*zdjecie w blogu*/
.et_pb_title_featured_container img{
  border-radius: 16px;
}


/*alerty zamowienia*/

.woocommerce-error,
.woocommerce-error li,
.woocommerce-error a,
.woocommerce-error a:visited,
.woocommerce-error a:hover {
    color: white !important;
}

.woocommerce-error{
  border-radius: 10px;
}

/*czerwony kolor w opisach*/
.czerwony{
  color:red;
}

/*przycisk pokaz terminy / prowadzacy mobile*/

 @media only screen and (max-width: 625px) {
       #pokaz-warianty, #pokaz-warianty2 {
      margin-left:5px; 
      margin-top:10px;
    }
  }

/*koszyk - kontynuuj zakupy*/
.woocommerce-message a.button.wc-forward {
    display: none !important;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    background-color: #d4450c !important;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover {
    background-color: #000000 !important;
    
}

/*certyfikat w opisie*/
.mobileCertProd {
  display: none;
}
.desktopCertProd{
  display: block;
  margin-bottom:-100px;
}

@media (max-width: 979px) {
  .mobileCertProd {
    display: block; 
    margin-bottom:-120px;
    margin-top:-20px;
  }
  .desktopCertProd{
    display:none;
  }
}

/*mapa -miasta */
.mapka-miasto iframe{
  display: block;
}