/*=========CUSTOM STYLESHEET=========*/
/*=======Last update 2022-12-28======*/

@media (min-width: 576px){
	.modal-dialog {
		max-width: 720px;
	}
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.container {
		max-width: 960px;
	}
}	

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.stepPagination > li {
	padding: 0px 5px;
	border-radius: 50%
}
.stepPagination .active {
	background: red;
	color: white;
}

/*Identyfikacja?*/
/*
.stepPagination > li:hover {
	background: blue
}
*/

.price::after {
	content: " zł";
}

.qty::after {
	content: " szt.";
}

#pcPower::after {
	content: " kW";
}

#fullPrice::after {
	content: " zł netto";
}

#fullPriceSVAT::after, #fullPriceNVAT::after {
	content: " zł brutto";
}

input[type=number] {
	width: 6em;
	display: inline;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

#homeButton:hover, #prev:hover, #next:hover, #cart li.lh-sm:hover, .stepPagination > li:hover, .previewStep:hover {
	cursor: pointer;
	color: #0d6efd
}

.image-wrapper {
	display: grid;
	align-items: center;
	align-content: space-evenly;
	height: 100%;
	width: 70px;
}
/*Nie działa?*/
#step-6 {
	display: grid;
	grid-gap: 10px;
	font-size: 1.2rem;
}

