#accessibility-panel {
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 9999;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	padding: 10px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
	display: flex;
	flex-direction: column;
}
#accessibility-panel button, 
#accessibility-panel span {
	color: silver !important;
}

body.dark-mode-active .logo,
body.dark-mode-active .producentsmall{
  filter: invert(91%) brightness(1.4) grayscale(1);
}
body.dark-mode-active .product_img_link img {
	filter: brightness(0.90);
}
/* Główne kontenery PS 1.6 */
body.dark-mode-active,
body.dark-mode-active #page,
body.dark-mode-active #accessibility-panel, 
body.dark-mode-active .columns-container,
body.dark-mode-active .hppContainerBlockMainDiv .product-container {
    background-color: #222 !important;
    color: #ccc !important;
}


body.dark-mode-active a.product-name, 
body.dark-mode-active .product-name a,
body.dark-mode-active a, 
body.dark-mode-active a:visited, 
body.dark-mode-active a:active, 
body.dark-mode-active a:focus,
body.dark-mode-active #blocknewsletter > div > h4,
body.dark-mode-active .product-container, 
body.dark-mode-active .product-listing,
body.dark-mode-active .block .title_block,
body.dark-mode-active .shopping_cart .shopping_cart_sum span,
body.dark-mode-active .stanNaLiscie,
body.dark-mode-active .productslist-sku,
body.dark-mode-active .ppGrid .block-3 .content_price .price,
body.dark-mode-active h1,
body.dark-mode-active .h1, 
body.dark-mode-active h2, 
body.dark-mode-active .h2, 
body.dark-mode-active h3, 
body.dark-mode-active .h3, 
body.dark-mode-active h4,
body.dark-mode-active .h4,
body.dark-mode-active h5,
body.dark-mode-active .h5,
body.dark-mode-active h6,
body.dark-mode-active .h6,
body.dark-mode-active .select > select 
{
    color: silver !important;
}

/* Kolor jasny żółty */
body.dark-mode-active .product-view .selected a, 
body.dark-mode-active .product-view .selected a:hover{
  color: #fff000 !important;
}
/* Stopka i bloki boczne */
body.dark-mode-active .footer-container, 
{
    background: #111 !important;
    color: #fff !important;
}


body.dark-mode-active .x13stars-list-stars {
	background: url(/modules/x13stars/views/img/star-list-dark.png) no-repeat center center / 70px 14px;
	height: 14px;
    filter: brightness(0.8) grayscale(1);
}
body.dark-mode-active .x13stars-list-stars img {
	display: none;
}


body.dark-mode-active #pptopmenu,
body.dark-mode-active footer .footer-top-2,
body.dark-mode-active .footer-content .row,
body.dark-mode-active .hppContainerBlockMainDiv,
body.dark-mode-active .so {
	background: #363535;
}
body.dark-mode-active .pptopmenu {
	border: 0px solid #eaeaea;
}

/* Usuwanie tła */
body.dark-mode-active .ppcategories {
	background-color:transparent;
}