.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.woocommerce-account .woocommerce-orders-table {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
	font-size: 14px;
	line-height: 1.5;
	padding: 12px 14px !important;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.woocommerce-account .woocommerce-orders-table thead th {
	background: #fafafa;
	color: #333;
	font-weight: 700;
	text-transform: none;
}

.woocommerce-account .woocommerce-orders-table tbody tr:last-child th,
.woocommerce-account .woocommerce-orders-table tbody tr:last-child td {
	border-bottom: none;
}

.woocommerce-account .woocommerce-orders-table a {
	color: #135fab;
	font-weight: 600;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 40px;
	line-height: 1.2;
	padding: 9px 14px;
	background: #135fab;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button + .button {
	margin-left: 8px;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:focus {
	background: #003f8b;
	color: #fff;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:focus-visible {
	outline: 2px solid #003f8b;
	outline-offset: 2px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table.order_details {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fafafa;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table.order_details th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table.order_details td {
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 10px !important;
	border: 1px solid #ddd !important;
	vertical-align: top;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table.order_details tfoot th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table.order_details tfoot td {
	border: 1px solid #ddd !important;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-orders-table {
		border: 0;
		background: transparent;
	}

	.woocommerce-account .woocommerce-orders-table tbody tr.order {
		display: block;
		margin-bottom: 16px;
		border: 1px solid #ddd;
		background: #fff;
	}

	.woocommerce-account .woocommerce-orders-table tbody tr.order:last-child {
		margin-bottom: 0;
	}

	.woocommerce-account .woocommerce-orders-table th,
	.woocommerce-account .woocommerce-orders-table td {
		padding: 12px !important;
	}

	.woocommerce-account .woocommerce-orders-table tbody tr.order th,
	.woocommerce-account .woocommerce-orders-table tbody tr.order td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-bottom: 1px solid #ddd !important;
		clear: both;
		text-align: right;
	}

	.woocommerce-account .woocommerce-orders-table tbody tr.order th:last-child,
	.woocommerce-account .woocommerce-orders-table tbody tr.order td:last-child {
		border-bottom: 0 !important;
	}

	.woocommerce-account .woocommerce-orders-table tbody tr.order th::before,
	.woocommerce-account .woocommerce-orders-table tbody tr.order td::before {
		content: attr(data-title) ": ";
		float: left;
		font-weight: 700;
		color: #333;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-number {
		background: #f7f7f7;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions::before,
	.woocommerce-account .woocommerce-orders-table tbody tr.order .woocommerce-orders-table__cell-order-actions::before {
		content: none;
		display: none;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		text-align: left;
		white-space: normal;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
		width: 100%;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions .button + .button {
		margin-top: 8px;
		margin-left: 0;
	}
}
