
div.revoshop-grid.limited {
	margin: 0 auto;
	max-width: 1280px !important;
}

div.caddy_grid_total {
	margin-top: 20px;
}

.psp-list input[type="radio"]:checked + label {
  border: solid 3px #000 !important;
}


.switch-input:checked ~ .switch-label {
	background-color: #28a745;
}

.psp-list input[type="radio"]:checked + label {
  border: solid 3px #28a745 !important;
}

.touchspin {
	margin-right: 30px;
	text-align: right;
}

.touchspin button {
	min-height: 32px;
	color: #fff;
	background-color: #000;
	border-radius: 0;
}

.touchspin input, .touchspin button {
	padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	padding: 8px 24px;
	text-align: center;
	font-size: 15px;
	background-color: #d0122a;
	transition: all .3s;
	font-family: 'Noto Sans Extra Bold', Sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	border: none;
}

input[type="submit"].blue, input[type="reset"].blue, input[type="button"].blue, button.blue {
	color: #fff;
	background-color: #d0122a !important;
	border: none !important;
}
	
.prices-button {
	float: right;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
	gap: 20px;
	margin-top: 10px;
	height: 40px;
	color: #fff;
}

button.addcart svg {
	fill: #fff;
}

#lightbox, #lightboxMap {
	padding: 0;
	border-radius: 12px;
	background-color: #fff;	
}

#lightbox h1, #lightboxMap h1 {
	width: 100%;
	line-height: 1;
	color: #000;
}

#lightbox-content, #lightbox-content-map {
	padding: 20px;
	overflow: hidden;
}

.close.icon::before {
    top: 25px;
    left: 10px;
    width: 40px;
    height: 10px;
}

.close.icon::after {
    top: 25px;
    left: 10px;
    width: 40px;
    height: 10px;
}

.revoshopicon.magnifying-glass {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 16px;
	height: 22px;
}

.revoshopicon.magnifying-glass::after,
.revoshopicon.magnifying-glass::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 22px;
}

.revoshopicon.magnifying-glass::before {
	width: 12px;
	height: 12px;
	border: 2px solid;
	left: 0px;
	top: 0px;
}

.revoshopicon.magnifying-glass::after {
	width: 3px;
	height: 10px;
	background: currentColor;
	bottom: 4px;
	right: 2px;
	transform: rotate(-45deg)
}

#maposm.strongbox canvas {
    border-radius: 0 0 10px 10px;
}

@media (min-width: 800px) {
	#content .grid {
		margin-top: 0 !important;
	}
}

