@media print {

body.woocommerce-checkout {
	padding-top: 0px! important;
	margin-top: -60px! important;
}
.site-header {
	display: none! important;
}
.site-inner {
	padding-top: 0! important;
}
.footer-widgets {
	display: none! important;
}
.entry {
	border: none;
}
.entry-content h2 {
    margin-bottom: 0;
    margin-top: 15px;
}
.product-name a:nth-child(2) {
	display: none;
}
.shop_table.order_details td:nth-child(2) a {
	display: none;	
}
.shop_table tfoot td:nth-child(3) {
	display: none;	
}
.shop_table tfoot a {
	display: none;	
}
.confirmation_page_split {
    width: 100%;
    float: none;
}
.confirmation_page_split  {
	padding-left: 0px! important;
}
.woo-commerce_MyAccount-content p {
	margin-bottom: 0;
}
.shop_table.customer_details,.shop_table.payment_details  {
	line-height: 1.2;
}
.shop_table.customer_details th, .shop_table.payment_details th {
	width: 50%;
}

.woocommerce table.shop_table td {
    padding: 0px 12px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 0px 12px;
}
.woo-commerce .shop_table.payment_details th {
	padding-left: 6px;
}
.confirmation_page_split tbody {
    border: none;
    float: none;
    width: 95%;
	margin: 0 auto;
}

}
