main {
	background: #fff;
	color: #626b73;
	font-size: 16px;
}
#order-page .container {
	height: 100%;
}
#order-page .wrapper {
	height: 100%;
    border:none !important;
    border-spacing: 0px !important;
    padding: 15px;
}
#order-page .content {
	position: relative;
	z-index: 2;
	max-width: 1060px;
	margin: 0px auto;
}
#order-page .table {
	display: table;
	border-collapse: collapse;
}
#order-page .row {
	display: table-row;
}
#order-page .cell {
	display: table-cell;
}

/* Left Column */
#order-page .c_left .anim_title {
	opacity: 0;
}
#order-page .c_left {
	position: relative;
	z-index: 3;
	background-color: #fff;
	border-right: 1px solid #eee;
}
#order-page p {
	margin: 0px;
	padding: 0px;
}
#order-page .c_left p.title {
	font-size: 48px;
	font-weight: 600;
}
#order-page .c_left p.subtitle {
	font-size: 24px;
}
#order-page .c_left p.lc_details {
	font-size: 22px;
	font-weight: 400
}
#order-page .c_left ul {
	list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px 16px 0px;
    font-size: 16px;
    font-weight: 400;
}
#order-page .c_left li {
    padding: 5px 0px;
}
#order-page .c_left li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAG1BMVEVHcExZsegclODk8vtVr+gnmeHj8vshl+EmmeGIlgEzAAAAAXRSTlMAQObYZgAAAB1JREFUCNdjMAw0YGAQUnJgYAhSKoCyDBsTGBAAAE2rA5G/9VbyAAAAAElFTkSuQmCC");
}
#order-page .bluebutton {
	margin-top: 30px;
	background-color: #6ac07f;
}
#order-page .bluebutton:hover {
	background-color: #62b376;
}
/* Right Column */

#order-page .c_right {
	color: #626b73;
	margin: 0px;
	padding: 50px 20px 20px;
    font-size: 16px;
    font-weight: 400;
}
#order-page .c_right p {
	padding: 0px;
}
#order-page .c_right p.prod_price_org {
	font-size: 24px;
	font-weight: 400;
	color: #626b73;
}
#order-page .strike_through {
	color: #626b73;
	color: rgba(100,100,100,0.4);
	text-decoration:line-through;
}
#order-page .c_right p.prod_price {
	font-size: 38px;
	font-weight: 600;
}
#order-page .c_right p.prod_vat {
	font-size: 14px;
	font-weight: 600;
}
#order-page .c_right p.discount {
	font-size: 14px;
	font-weight: 600;
	color: #dd8616;
	margin-top: 10px;
}
#order-page .c_right p.title {
	padding: 0px 0px 20px;
	margin: 0px;
	font-size: 28px;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}
#order-page a {
	color: #626b73;
}
#order-page a:hover {
	color: #3971a8;
}


