.zg-none-option{
	padding-left:0 !important;
	display:flex;
	align-items:center;
	gap:10px;
}
.dodatkowa-opcja input.opcje-checkbox {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 19px;
	cursor: pointer;
	transform: scale(1.2);
	margin-left: 8px;
	display: block;
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 0;
	position: relative;
}

.dodatkowa-opcja input.opcje-checkbox:checked {
	background: #5454bd;
	border-color: #5454bd;
}

.dodatkowa-opcja input.opcje-checkbox:checked::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.zapakuj .tab span img {
	margin-right: 13px;
	height: 29px;
}
.dodatkowa-opcja table {
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
}

.popup-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.modal-content {
	background: #fff;
	padding: 35px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: min-content; 
	min-width: 600px;
	max-width: 90%;
	border-radius: 20px 0 20px 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-tytul {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	width: 100%; 
}

.modal-images {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0; 
}

.modal-images img {
	height: auto !important;
	max-width: 400px !important;
	max-height: 60vh !important;
	display: block;
	border-radius: 0;
	cursor: default !important;
}

.modal-images img[src=""], 
.modal-images img:not([src]) {
	display: none;
}

.modal-p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	word-wrap: break-word;
	text-align: left;
}

.close-modal {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px 15px;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}

@media (max-width: 480px) {
	.modal-content {
		width: 90%;
		display: block; 
		padding: 20px;
		min-width: 300px;
	}
	.modal-images {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.modal-images img {
    width: 100%;
    max-height: 36vh;
    object-fit: contain;
	}
}
.zapakuj {
	order: 3;
	margin-top: 10px;
	width: 100%;
}

.zapakuj .tab {
	padding: 10px 0 10px 7px;
}
.dodatkowa-opcja .opcjaimg {
	width: 80px;
	text-align: center;
	vertical-align: middle;
}

.dodatkowa-opcja .opcjaimg img {
	width: 60px;
	margin: 0 10px;
	cursor: zoom-in;
	display:block;
}

.dodatkowa-opcja {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.1;
	margin-left: 2px;
	width: 100%;
}

.dodatkowa-opcja table td {
	border: 0 !important;
	background: none !important;
	padding: 0;
	vertical-align: middle;
}

.dodatkowa-opcja table td:last-child {
	text-align: right;
	white-space: nowrap;
}

.dodatkowa-opcja table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 17px;
	border-collapse: collapse;
	border-spacing: 0;
}


.cena-dodatek {
	font-weight: 500;
	margin-left: 5px;
	cursor: pointer;
}

.label {
	cursor: pointer;
}

.powiekszony-checkbox {
	width: 20px;
	height: 20px;
}

@media (max-width:700px) {
	.dodatkowa-opcja input[type="checkbox"], .dodatkowa-opcja input[type="radio"].opcje-checkbox  {
		margin-left: 2px !important;
	}
	.zapakuj .tab {
		padding: 10px 0 9px 0px !important;
	}
	

}