.ae2-cure-pack-row {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	border: solid 2px #e8f3ed;
	border-radius: 10px;
	margin: 10px 0;
	align-items: center;
}

#ae2-cure-pack a {
	font-weight: normal;
}

.ae2-cure-pack-row.first {
	background: #e8f3ed;
}

.ae2-cure-pack-row .left-ctn {
	position: relative;
	width: 70%;
	padding-left: 40px;
}

.ae2-cure-pack-row .left-ctn:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 15px;
	background: white;
	border: solid 2px #1c8c47;
}

.ae2-cure-pack-row.first .left-ctn:before {
	border: solid 8px #1c8c47;
}

.ae2-cure-pack-row .left-ctn .name {
	color: #565656;
	font-size: 16px;
	line-height: normal;
}

.ae2-cure-pack-row .left-ctn .reduction {
	color: #1C8C47;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.ae2-cure-pack-row .right-ctn {
	width: 30%;
}

.ae2-cure-pack-row .right-ctn .row-price {
	color: #565656;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: right;
}

.ae2-cure-pack-row .right-ctn .row-old-price {
	text-align: right;
	color: #B7B7B7;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

.product-exists {
	text-align: center;
	color: #1C8C47;
	font-weight: 700;
	padding: 5px;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 991px) {
	.ae2-cure-pack-row {
		padding: 15px;
	}

	.ae2-cure-pack-row .left-ctn .name,
	.ae2-cure-pack-row .right-ctn .row-price,
	.product-exists {
		font-size: 16px;
	}

	.ae2-cure-pack-row .left-ctn .reduction,
	.ae2-cure-pack-row .right-ctn .row-old-price {
		font-size: 12px;
	}

	.ae2-cure-pack-row .left-ctn:before {
		width: 20px;
		height: 20px;
		border: solid 1px #1c8c47;
	}

	.ae2-cure-pack-row.first .left-ctn:before {
		border: solid 5px #1c8c47;
	}

	.ae2-cure-pack-row .left-ctn {
		padding-left: 35px;
	}
}