#projector_amount.projector_status__info_amount{
    display: none !important;
}

/*Usuwa ze strony Kontaktu "Odwiedź jeden z naszych sklepów"*/
.contact_page .contact_stocks {
    display: none;
}

/*zmienia baner w stopce */
#footer_links:after {
    
    background: url(https://alezwierzaki.pl/data/include/cms/bannery/stopka_to-min2.jpg);
    
}

div#navagation {
  
  background-color: #2c8635;
}

#menu_additional .account_link, #menu_additional .wishlist_link, .topBasket__sub{
    color:  #ec6608;
}

a.headline, span.headline__name, #main_blog h2 a.headline {
    color:#003e5b;
}

a.headline:hover span, #main_blog h2 a.headline:hover  {
    color:#ec6608;
}

#menu_banners3 .seo-home-txt h1{
	color:#003e5b;
	font-size: 2.3rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
	padding:10px 0;
}

#menu_banners3 .seo-home-txt h2, #blog-item h2{
	color:#003e5b;
	font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
	padding:8px 0;
}
#blog-item h2{
    font-size: 2rem;
    font-weight:400;
    border-bottom: 1px solid #003e5b;
    line-height: 1.1;
}
#blog-item h3, #blog-item h3 a{
   color:#003e5b;
	font-size: 1.7rem;
    font-weight: bold;
    
    line-height: 1.2;
	padding:5px 0;
}
#blog-item h3 a:hover{
    color:#ec6608;
}

#blog-item h4{
   color:#003e5b;
	font-size: 1.5rem;
    font-weight: bold;
    
    line-height: 1.2;
	padding:5px 0;
}
#blog-item table th{
  background-color: #2c8635;
}

#blog-item table th h2{
    font-size:1.8rem;
    text-transform:none;
    border-bottom:none;
    color:#fff;
}
/* Podstawowe style dla tabeli */
#blog-item table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
}

/* Style dla nagłówków - wykorzystuję istniejący styl */
#blog-item table th {
  background-color: #2c8635;
  color: white;
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  font-size: 16px;
}


/* Style dla wierszy parzystych */
#blog-item table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Style dla wierszy nieparzystych */
#blog-item table tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Style dla komórek tabeli */
#blog-item table td {
  border: 1px solid #ddd;
  padding: 10px;
}

/* Doprecyzowanie obramowania - zapewnia spójny wygląd */
#blog-item table, 
#blog-item table th, 
#blog-item table td {
  border: 1px solid #ddd;
}

/* Efekt hover na wierszach dla lepszej czytelności */
#blog-item table tr:hover {
  background-color: #f1f1f1;
}

#blog-item ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

#blog-item ul > li {
  padding: 14px 20px;
  margin: 8px 0;
  position: relative;
  color: #333;
  background-color: #ffffff;
  border-radius: 8px;
  border-left: 4px solid #8ebe4d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

#blog-item ul > li:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding-left: 25px;
}

#blog-item ul > li:nth-child(3n+1) {
  border-left-color: #ec6608;
}

#blog-item ul > li:nth-child(3n+2) {
  border-left-color: #2c8735;
}

#blog-item ul > li:nth-child(3n+3) {
  border-left-color: #003e5b;
}

#blog-item ul > li strong {
  color: #003e5b;
  font-weight: 600;
}


#blog-item ol {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  counter-reset: item;
}

#blog-item ol > li {
  padding: 14px 20px 14px 60px;
  margin: 8px 0;
  position: relative;
  color: #333;
  background-color: #ffffff;
  border-radius: 8px;
  border-left: 4px solid #8ebe4d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  counter-increment: item;
}

#blog-item ol > li:before {
  content: counter(item);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8ebe4d;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

#blog-item ol > li:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding-left: 65px;
}

#blog-item ol > li:nth-child(3n+1) {
  border-left-color: #ec6608;
}

#blog-item ol > li:nth-child(3n+1):before {
  background-color: #ec6608;
}

#blog-item ol > li:nth-child(3n+2) {
  border-left-color: #2c8735;
}

#blog-item ol > li:nth-child(3n+2):before {
  background-color: #2c8735;
}

#blog-item ol > li:nth-child(3n+3) {
  border-left-color: #003e5b;
}

#blog-item ol > li:nth-child(3n+3):before {
  background-color: #003e5b;
}

#blog-item ol > li strong {
  color: #003e5b;
  font-weight: 600;
}




/* Styl dla spisu treści (TOC) całkowicie niezależny od innych list */
#blog-item .toc {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 25px 0;
  border-left: 4px solid #003e5b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#blog-item .toc h3 {
  color: #003e5b;
  margin-top: 0;
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* Resetowanie wszystkich stylów dla list w TOC */
#blog-item .toc ol {
  list-style: none !important;
  counter-reset: toc-counter !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#blog-item .toc ol li {
  counter-increment: toc-counter !important;
  margin: 8px 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  transition: all 0.2s ease !important;
  position: relative !important;
  color: #333 !important;
}

/* Usunięcie wszystkich :before styles, które mogą zostać odziedziczone */
#blog-item .toc ol li:before {
  all: initial !important; /* Resetuje wszystkie właściwości */
  content: counter(toc-counter) "." !important;
  color: #003e5b !important;
  font-weight: 600 !important;
  display: inline-block !important;
  width: 20px !important;
  margin-right: 5px !important;
  background-color: transparent !important;
  position: static !important;
  transform: none !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: inherit !important;
}

/* Usunięcie wszystkich :hover styles, które mogą zostać odziedziczone */
#blog-item .toc ol li:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  border-left: none !important;
}

/* Style dla linków w spisie treści */
#blog-item .toc ol li a {
  color: #333333 !important;
  text-decoration: none !important;
  display: inline-block !important;
  padding: 3px 0 !important;
  transition: all 0.2s ease !important;
  border-bottom: 1px solid transparent !important;
}

#blog-item .toc ol li a:hover {
  color: #003e5b !important;
  border-bottom: 1px solid #003e5b !important;
  padding-left: 3px !important;
}

/* Style dla zagnieżdżonych list (podpunkty) */
#blog-item .toc ol ol {
  padding-left: 25px !important;
  counter-reset: toc-sub-counter !important;
}

#blog-item .toc ol ol li {
  counter-increment: toc-sub-counter !important;
  font-size: 14px !important;
}

#blog-item .toc ol ol li:before {
  content: counter(toc-counter) "." counter(toc-sub-counter) !important;
}

/* Usunięcie kolorowych obramowań i teł przy :hover i innych stanach */
#blog-item .toc ol li:nth-child(3n+1),
#blog-item .toc ol li:nth-child(3n+2),
#blog-item .toc ol li:nth-child(3n+3) {
  border-left: none !important;
}

#blog-item .toc ol li:nth-child(3n+1):before,
#blog-item .toc ol li:nth-child(3n+2):before,
#blog-item .toc ol li:nth-child(3n+3):before {
  background-color: transparent !important;
}

/* Style dla podświetlonych tekstów w TOC */
#blog-item .toc ol li strong {
  color: #003e5b !important;
  font-weight: 600 !important;
}


#menu_banners3 .seo-home-txt p a, #blog-item p a{
    color:#2c8635;
    
}
#menu_banners3 .seo-home-txt p a:hover, #blog-item p a:hover{
    color:#ec6608;
    
}

/*------------- menu footer -------------------*/

#links_footer_1 {
    border: 0px;
}

/* Bardzo mocne selektory, aby przełamać istniejące style */
#links_footer_2.footer_links,
#links_footer_2.footer_links * {
  box-sizing: border-box;
  border: 0px;
}

#links_footer_2.footer_links {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#links_footer_2.footer_links > li,
#links_footer_2_content.footer_links_sub > li.links_footer_2_item {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  margin: 0 0 0px 0 !important;
}

#links_footer_2_content.footer_links_sub {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  display: block !important;
  width: 100% !important;
}

#links_footer_2_content.footer_links_sub > li.links_footer_2_item > a {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  height:auto!important;
}

/* Resetowanie float, inline i innych właściwości, które mogą powodować układanie w linii */
.footer_links li,
.footer_links_sub li,
.links_footer_2_item {
  float: none !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  position: relative !important;
  text-align: left !important;
}

/* Styl inline do zastosowania bezpośrednio w HTML jeśli CSS nie działa */
/* 
style="display: block !important; float: none !important; width: 100% !important; clear: both !important;" 
*/


#blog-item .toc ol li li:before {
        margin-right: 20px !important;
}