.codeItem-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.codeItem[data-active="false"] {
	opacity: 0.5;
}

.codeItem-title {
	font-size: 20px;
}

.codeItem-discount {
	font-size: 35px;
	font-weight: bold;
}

.codeItem-info {
	margin-top: 10px;
}

#pack-popup {
	padding: 20px;
	width: 440px;
}

#pack-popup .popup-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#pack-popup .popup-content {
	margin-top: 10px;
}