
/* = Document Setup
---------------------------------------------------- */

@page{
	padding: 1cm;
	size: A4;
}

html, body{
	width: 190mm;
	height: 277mm;
}

body{
	font-size: 9pt;
	line-height: 14pt;
	background: none;
	width: 100%;
}

h1, .h1{
	font-size: 20pt;
	line-height: 23pt;
}

h2, .h2{
	font-size: 15pt;
	line-height: 18pt;
}

h3, .h3{
	font-size: 13pt;
	line-height: 18pt;
}

h4, .h4{
	font-size: 11pt;
	line-height: 16pt;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	font-size: 9pt;
	line-height: 14pt;
}

/* = Core Classes
---------------------------------------------------- */

.wrap{
	max-width: 100%;
	padding: 0;
}

/* = Site Container
---------------------------------------------------- */

.site-container{
	padding-bottom: 50px;
	min-height: 100%;
}

/* = Site Header
---------------------------------------------------- */

.site-header{
	display: none;
}

/* = Page Header
---------------------------------------------------- */

.page-header{
	display: none;
}

/* = Page Content
---------------------------------------------------- */

.page-content p,
.page-content ol,
.page-content ul{
	margin-bottom: 14pt;
}

/* = Full-Width Page
---------------------------------------------------- */

.page.full-width .page-content{
	padding: 0;
}

/* = Tables
---------------------------------------------------- */

.order-content-header,
.order-totals-header{
	background-color: transparent;
	border-bottom: 1.5pt solid #808080;
	color: #808080;
}

.order-content-item{
	border-bottom-color: #808080;
}

.order-content-item-meta{
	background-color: transparent;
	border-top: 0.75pt solid #ccc;
}

.order-totals-info{
	background-color: transparent;
}

.order-content-item-main > div{
	padding-bottom: 10px;
	padding-top: 10px;
}

.order-content-item-meta > div{
	padding-bottom: 12px;
	padding-top: 12px;
}

.order-content-header > div,
.order-totals-header > div,
.order-totals-info > div{
	padding-bottom: 8px;
	padding-top: 8px;
}

.order-content-header > div:first-child,
.order-content-item-main > div:first-child,
.order-totals-header > div:first-child,
.order-totals-info > div:first-child{
	padding-left: 0;
}

.order-content-header > div:last-child,
.order-content-item-main > div:last-child,
.order-content-item-meta > div:last-child,
.order-totals-header > div:last-child,
.order-totals-info > div:last-child{
	padding-right: 0;
}

.order-item-thumb { width: 13.821138%; }
.order-item-style { width: 14.227642%; }
.order-item-color { width: 17.750678%; }
.order-item-size { width: 10.433604%; }
.order-item-quantity { width: 15.582656%; }
.order-item-price { width: 12.237127%; }
.order-item-amount { width: 15.947154%; }
.order-item-total:last-child { width: 15.947154%; }

.order-item-decoration-summary { width: 15.853659%; }
.order-item-decoration-logo { width: 13.143631%; }
.order-item-decoration-location { width: 15.447154%; }
.order-item-decoration-type { width: 18.292683%; }
.order-item-decoration-pricing { width: 10.975610%; }
.order-item-decoration-notes { width: 26.287263%; }

.order-item-decoration-summary{
	background-color: transparent;
	color: #808080;
}

.order-item-decoration-logo .label,
.order-item-decoration-location .label,
.order-item-decoration-type .label,
.order-item-decoration-pricing .label,
.order-item-decoration-notes .label{
	padding-bottom: 0;
}

.order-item-decoration-logo img{
	padding-top: 2px;
}

.order-item-decoration-notes-inner{
	padding-right: 0;
}

.order-table.size-normal .order-item-decoration-notes textarea{
	font-size: 9pt;
	line-height: 14pt;
}

.order-table.size-small .order-item-decoration-notes textarea{
	font-size: 8pt;
	line-height: 12.5pt;
}

.order-table.size-normal .order-totals{
	margin-top: 40px;
}

.order-table.size-small .order-totals{
	margin-top: 25px;
}

.order-totals-label { width: 50.542005%; }
.order-totals-quantity { width: 21.273713%; }
.order-totals-amount { width: 28.184282%; }

/* = Thank You Page
---------------------------------------------------- */

.woocommerce-order{
	max-width: 100%;
	padding: 0;
}

.woocommerce-order .checkout-tabs{
	display: none;
}

.woocommerce-order .page-title{
	margin-bottom: 8px;
}

.woocommerce-order .page-subtitle{
	margin-bottom: 16px;
}

.woocommerce-order .order-number{
	margin-bottom: 16px;
}

.woocommerce-order .print-order{
	display: none;
}

.woocommerce-order .page-buttons{
	display: none;
}

/* = Order Details
---------------------------------------------------- */

/* notes */

.woocommerce-order-details .order-notes{
	line-height: 13pt;
	margin-top: 30px;
}

/* meta */

.woocommerce-order-details .order-meta{
	background-color: transparent;
	border-top: 1.5pt solid #808080;
	padding: 25px 0 0;

	line-height: 13pt;
}

.woocommerce-order-details .order-meta strong,
.woocommerce-order-details .order-meta strong:last-child{
	margin-bottom: 10px;
}

/* = Site Footer
---------------------------------------------------- */

.site-footer{
	background-color: transparent;
	padding: 0;

	line-height: 14pt;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.site-footer-inner{
	display: none;
}

.copyrights{
	font-size: inherit;
	line-height: inherit;
	color: #b2b2b2;
}