.checkwrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 60px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.checkwrap:hover {
	background-color:#ccc;
	cursor:pointer;
}
.checkwrap.checkwrapsel {
	background-color: #ffdeb2;
}

.checkwrap input {
	position: absolute;
	margin-left: -200px;
	width: 0;
	height: 0;
	padding:0;
}
.checknaziv {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: black;
}

.checkinfo {
	font-size: 13px;
	color: gray;
}

.checkwrap .checkcijena {
	position: absolute;
	top: 8px;
	right: 5px;
	font-size: 18px;
	font-weight: 500;
}

.checkwrap .checkcijena .check_cij_dec {
	font-size: 0.5em;
	vertical-align: super;
}

.checkwrap .checkcijena .check_cij_valuta {
	color: gray;
	font-size: 0.6em;
	margin-left: 3px;
}

.checkwrap .checkcijenaold {
	color: gray;
	position: relative;
}

.checkwrap .checkcijenaold:after {
	content: " ";
	position: absolute;
	border-bottom: 2px solid red;
	width: 100%;
	left: 0;
	top: 50%;
	transform: rotateZ(8deg);
	opacity: 0.8;
}

.checkwrap .checkcheck {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/images/check_off.png);
	opacity: 0.3;
}

.checkwrap.checkwrapsel .checkcheck {
	background-image: url(/images/check2orange.png);
	opacity: 1;
}