.paymentInfo{
	color: #074068;
	font-size: 16px;
	font-weight: bold;	
}
.price {
    color: #A92446;
    font-weight: bold;
}
.var-info {
	font-size: 10px;
	font-weight: normal;
	margin-top: 8px;
	font-family: 'Open Sans';
	display: block;
}
.order-list li {
	display: flex;
	align-items: center !important;
	justify-content: flex-start;
	flex-direction: row !important;
}
.pricing-section {
	background-image: url("/images/register.webp");
	background-position: right;
	background-position: 35% 40%;
	display: flex;
	justify-content: flex-end;
	padding: 30px;
	min-height: 400px;
	align-items: center;
}
.order-list_col {
	z-index: 1;
}
.order-list_container {
	width: 100%;
}
.order-list {
	padding: 0;
	flex-basis: 55%;
}
.order-list ul {
	margin: 0px;
	padding: 0px;
}
.order-list .header {
	height: 40px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom: RGBA(255, 255, 255, 0.5);
	border-style: solid;
	border-width: 1px;
}
.order-list .header .price-icon {
	visibility: hidden;
}
.order-list .header .name {
	width: 60%;
	font-size: 1em;
}
.order-list .header .price {
	width: 30%;
	font-size: 1em;
	font-weight: normal;
}
.order-list .header .order {
	width: 20%;
}
.order-list .name {
	width: 60%;
	padding-left: 5%;
	text-align: left;
	display: flex;
	flex-direction: column;
	font-size: 18px;
}
.order-list .price {
	width: 25%;
	text-align: right;
	margin-right: 1%;
	font-size: 1.2em;
	font-weight: bold;
	color: inherit;
}
.order-list .order {
	width: 20%;
	min-width: 160px;
	text-align: center;
}
.order-list .price-disc {
	font-size: .7em;
	padding-right: 10px;
	color: #F95E5E;
	display: inherit;
}
.order-list .currency {
	top: -0.5em;
	font-size: .8em;
	left: -0.1em;
	font-weight: normal;
	position: relative;
}
.order-list li {
	width: 100%;
	height: 81px;
	background: rgba(50, 50, 50, 0.60);
	color: #FFFFFF;
	font-size: 18px;
	transition: all .6s ease-out;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(250, 250, 250, 0.25);
	position: relative;
	overflow: hidden;
}
.order-list .price-row:hover {
	background: RGBA(255, 255, 255, 0.2);
	border-color: RGBA(255, 255, 255, 0.7) !important;
	border-style: solid;
	border-width: 1px;
}
.order-list .price-row:hover .price-icon {
	background-color: #E54D42;
}
.order-list li a {
	color: #FFFFFF;
}
.order-list li:not(:last-of-type) {
	margin-bottom: 5px;
}
.order-list .order-btn {
	width: 120px;
	height: 45px;
	border-width: 1px;
	border-color: #E54D42;
	border-style: solid;
	background: #000000;
	font-weight: bold;
	margin: 0px auto;
}
.order-list .order-btn:hover {
	background: #E54D42;
}
.order-list .order-btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	text-align: center;
}
.order-list .price-icon {
	text-align: center;
	font-size: 1.5em;
	height: 100%;
	width: 120px;
	background-color: RGBA(229, 77, 66, 0.7);
	min-width: 80px;
	min-height: 80px;
	padding-top: 17px;
}
.order-list .recommended {
	border-color: #f1cd9e;
}
@media (max-width: 574px) {
	.order-list .header {
		display: none;
	}
	.order-list li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.order-list li {
		height: auto;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		flex-direction: column !important;
	}
	.order-list .name {
		width: auto;
		padding: 0px;
		margin-top: 10px;
		align-items: center;
	}
	.order-list .price {
		width: auto;
		padding: 0px;
		margin: 0px;
		margin-top: 10px;
		text-align: center;
	}
	.order-list .order {
		width: auto;
		padding: 0px;
		margin: 0px;
		margin-top: 10px;
		text-align: center;
	}
}
@media (max-width: 940px) {
	.pricing-section {
		background-position: 20% 40%;
	}
	.order-list {
		flex-grow: 1;
	}
}