/*Poniższe style dotyczą strony produktowej*/

.product-page-two-cols-right li .product-page-list_eko:before {
	content:"Dostępne dodatki:";
	font-weight: 700;
	color: #112337;
}

.product-page-two-cols-right li .product-page-list_eko a {
	color: #005CA9;
	font-weight: 700;
	text-decoration: none;
	margin: 10px 0;
    display: flex;
	align-items: center;
}
.product-page-two-cols-right li .product-page-list_eko a:hover {
	color: #004580;
}

.product-page-two-cols-right li .product-page-list_eko a:before {
	content:"+";
	color:#92A1A8;
	font-weight: 400;
	font-size: 24px;
	padding-right: 4px;
}

.product-page-two-cols-right li .product-page-list_eko a:hover:before {
	color:#009FE3;
}

.product-page-two-cols-right li .product-page-list_eko a span {
	color:#92A1A8;
	font-size: 16px;
	padding-right: 4px;
}

.product-page-two-cols-right li:has(.product-page-list_eko) .check-icon {
	background: none;
	width: 0;
	height: 0;
}

.product-page-two-cols-right li:has(.product-page-list_eko) {
	grid-template-columns: 1fr;
	border-bottom: 0;
	padding: 40px 0 20px 0;
}

/*Pliki do pobrania box w dolnej części strony*/

.download_eko {
	margin-bottom: 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.download_eko p {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 16px;
	color: #112337;
}

.download_eko ul {
	margin-top: 0;
	padding-left: 26px;
}

.download_eko li {
	margin-top: 0;
	font-size: 16px;
}


/*Testy button*/

/*
.language_34 .product-page-pdf-link:first-of-type {
	margin: 46px 0 16px 0!important;
}

.language_34 .product-page-pdf-link {
	margin: 16px 0 16px 0!important;
}
*/

/*
.language_34 .product-page-pdf-link a {
	display: flex;
    padding: 0 10px 0 0px;
	height: auto!important;
    background: none;
    border-radius: 5px;
    font: normal normal bold 18px / 22px Montserrat;
    letter-spacing: -0.3px;
    color: #005CA9;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
}
*/

/*
.language_34 .product-page-pdf-link a {
display: flex;
    width: 100%;
    height: 60px;
    padding: 0 30px 0 30px;
    background: #F1F4F8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: normal normal bold 18px / 24px Montserrat;
    letter-spacing: -0.3px;
    color: #112337;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}
*/

/*
.language_34 .product-page-pdf-link a:hover,
.language_34 .product-page-pdf-link a::before{
    background: none;
	color: #004580;
	text-decoration: underline;
}
*/

/*.language_34 .product-page-pdf-link img {

	margin-left: 10px;
	width: 20px;
    height: 20px;


}*/

/*
.ekopage.language_34 .product-page-pdf-link.product-page-pdf-link-others a {
    padding: 0 0;
}
*/

/*Dopisek przed przyciskiem benefit*/

/*pl*/
.language_15  .product-page-w4u-link::before {
	content: "Przejdź do katalogu technicznego";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}

/*en*/
.language_16  .product-page-w4u-link::before {
	content: "Go to the technical catalogue";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}

/*de*/
.language_22  .product-page-w4u-link::before {
	content: "Gehen Sie zum technischen Katalog";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}

/*fr*/
.language_23  .product-page-w4u-link::before {
	content: "Aller au catalogue technique";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}

/*it*/
.language_24  .product-page-w4u-link::before {
	content: "Vai al catalogo tecnico";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}

/*cz*/
.language_25  .product-page-w4u-link::before {
	content: "Přejděte do technického katalogu";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}

/*nl*/
.language_26  .product-page-w4u-link::before {
	content: "Ga naar de technische catalogus";
	display: inline-block;
	margin-bottom: 6px;
	color: #596574;
	font-size: 16px;
}


