/* ============================================ *
 * Checkout - Success
 * ============================================ */

.checkout-onepage-success {
	.em-col-main{
		.page-title{
			display: block;
			h1{
				text-transform: none;
				padding: 20px;
				border: 1px dashed;
				&:before{
					@include font-awesome(\f00c,18px);
					margin-right: 10px;
				}
			}
		}
		h2.sub-title{
			text-transform:uppercase;
			margin: 30px 0 20px;
		}
		.print-order{
			text-decoration:underline;
			&:hover{
				text-decoration:none;
			}
		}
		.buttons-set{
			margin-top: 30px;
		}
	}
	.wrapper-main .em-wrapper-main > p{
		text-align: left;
	}
}
