/* Center form */
@media (min-width: 981px) {
	.et_right_sidebar #left-area {
		float: none;
		padding-right: 0;
	}
	#left-area {
		width: 100%;
	}
	.order-mgmt-header {
    	margin-top: 0;
    }
}
form.track_order {
	max-width: 500px;
	margin: 0 auto;
}
/* Page title */
h1.main_title {
	display: none;
}
/* Labels and text inputs */
form.track_order label[for]{
	display: none;
}
.woocommerce form.track_order .form-row input {
	font-size: 1em;
	border: none;
	border-bottom: 1px solid #DDD;
	padding: 0.5em 0;
	margin: 1em 0;
}
/* Button */
.woocommerce form.track_order button {
	background: #333;
	border: none;
	color: #fff !important;
	display: block;
	width: 100%;
	padding: 1.5em !important;
	margin: 1em 0 3em 0;
}
.woocommerce form.track_order button:hover {
    border: none;
}

/* Order details on tracking result page */
.woocommerce table.shop_table {
	border: none;
}
/* Hide table headings */
thead {
	display: none;
}
/* Product lines */
.woocommerce table.shop_table tbody tr:first-of-type td {
	border-top: none;
}
.product-thumbnail {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}
.product-info {
	display: inline-block;
	vertical-align: middle;
}
/* Product name */
.product-name a {
	color: #333;
}
.brake-position {
	display: block;
	font-size: 0.8em;
	line-height: 1.1em;
} 
/* Charging cable */
#left-area ul.wc-item-meta {
	padding: 0;
}
.wc-item-meta li {
	list-style-type: none;
	font-size: 0.8em;
	margin-top: 0.3em;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
	display: none;
}

/* Totals */
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	font-weight: 200;
}
.woocommerce table.shop_table td small.shipped_via {
	font-weight: 200;
}
.woocommerce table.shop_table tfoot tr:last-of-type th,
.woocommerce table.shop_table tfoot tr:last-of-type td {
	font-weight: 600;
}


/* Order shipping info */
.woocommerce table.shop_table .order-item-shipping-info td,
#content-area table .order-item-shipping-info td {
	border: none;
	padding-top: 0;
}
.shipping-service {
	display: inline-block;
	padding: 0 0.4em;
}
.shipping-tracking {
	display: inline-block;
}