<!--
#p_koszyk_alert {  z-index: 1000000; position: fixed; top: 25%;  left: 50%;  transform: translate(-50%, -50%);  width: 50%;
height: auto;  background-color: white;  margin: auto;  border:1px dashed #aaa;   box-shadow: 10px 10px 25px grey;
display:none;margin-bottom:0;text-align:center;font-weight:bold;font-size:12pt;background-color: rgb(138,199,162);padding:5pt;border-radius: 6px;border:1px dashed #aaa;
}
.conta { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding:0; font-size:12pt;}
.conta > div.a { margin:0; width: auto; text-align:left; }
.conta > div.b { margin:0; width: auto; text-align:right; }

img.prd { cursor: pointer; }
@media (min-width: 740px) { img.prd { max-width: 180px; } #p_koszyk_alert { width:600px; } } 

.title { line-height: 90%; height:20px; font-size: 11pt; font-weight: bold; margin-bottom:10px;}
.hlink { color: #3a8f5a; text-decoration:underline; cursor: pointer; }
.tlink { color: #3a8f5a; text-decoration:none; cursor: pointer; }
.klink { color: orange; text-decoration:none; cursor: pointer; font-size:10pt;}
.produkt {  float: left; width: 30%;  text-align:center; border:1px dashed #aaa; padding:4px; padding-top:8px; margin:4px; margin-bottom:10px;border-radius: 5px;}

.rowa {margin-top:10pt;}
.rowa:after {  content: "";  display: table;  clear: both; margin-bottom:20px; text-align:center;}
@media (max-width: 739px) { 
.produkt { width:94%; } 
img { width:100%; }
#conta > div.a { font-size:13pt; }
#conta > div.b { font-size:13pt; }
.title { font-size: 13pt; font-weight: bold; margin-bottom:10px;}
}

.d-none { display: none; }
.d-border { border:1px dashed #aaa; }

.noselect {
user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
}

.noselect::selection { background: transparent;color:inherit; }
.noselect::-moz-selection { background: transparent;color:inherit; }

.prd-ilosc-szt { padding-left:3px;padding-right:3px;background-color: rgba(255,255,255,0.4);display:inline-block;width:54px;text-align:center; }
.prd-ilosc-minus { color:brown;margin-right:2px;cursor:pointer; }
.prd-ilosc-plus { color: green;margin-left:2px;cursor:pointer; }
.prd-do-koszyka { color:green;cursor:pointer;font-size:1.2em; }
.prd-wartosc { text-align:center;font-size:1.3em; }
.prd-akcje { font-size:1.4em;margin-top:5pt; }
.prd-szwaderki { background-color: rgba(255,255,255,0.4);  }

.centered-div {
z-index: 1000000;  position: fixed;  top: 50%;  left: 50%;
transform: translate(-50%, -50%);  width: 426px;  height: 650px;
background-color: white;  margin: auto;  border:1px dashed #aaa;   box-shadow: 10px 10px 25px grey;  border-radius: 5px;
}

.centered-div .title { font-size:14pt; padding-top:3px;}
.centered-div a { font-size:12pt; }
.centered-div img { max-height:600px; }

#cimage {cursor: pointer;}

@media (max-width: 739px) { 
	.centered-div { width: 320px;  height: 496px; }
}


-->
