@font-face {
	font-family: 'WooCommerce';
	src: url(../fonts/WooCommerce.eot?jj1bj4);
	src: url('../fonts/WooCommerce.eot?jj1bj4#iefix') format('embedded-opentype'), url(../fonts/WooCommerce.ttf?jj1bj4) format('truetype'), url(../fonts/WooCommerce.woff?jj1bj4) format('woff'), url('../fonts/WooCommerce.svg?jj1bj4#WooCommerce') format('svg');
	font-weight: 400;
	font-style: normal
}

[class^="wcicon"],
[class*=" wcicon"] {
	font-family: 'WooCommerce'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.wcicon-ccv:before{content:"\e604"}.wcicon-virtual:before{content:"\e000"}.wcicon-up-down:before{content:"\e022"}.wcicon-reports:before{content:"\e023"}.wcicon-refresh:before{content:"\e031"}.wcicon-navigation:before{content:"\e032"}.wcicon-status-fill:before{content:"\e03c"}.wcicon-contract:before{content:"\e004"}.wcicon-downloadable:before{content:"\e001"}.wcicon-plus:before{content:"\e007"}.wcicon-simple:before{content:"\e006"}.wcicon-on-hold:before,.wcicon-status-unpaid:before{content:"\e033"}.wcicon-external:before{content:"\e034"}.wcicon-contract-2:before{content:"\e036"}.wcicon-expand-2:before{content:"\e035"}.wcicon-phone:before{content:"\e037"}.wcicon-user:before{content:"\e038"}.wcicon-status:before{content:"\e039"}.wcicon-status-pending:before{content:"\e012"}.wcicon-status-cancelled:before{content:"\e013"}.wcicon-west:before{content:"\e02f"}.wcicon-south:before{content:"\e02e"}.wcicon-mail:before{content:"\e02d"}.wcicon-inventory:before{content:"\e02c"}.wcicon-attributes:before{content:"\e02b"}.wcicon-north:before{content:"\e02a"}.wcicon-east:before{content:"\e029"}.wcicon-note:before{content:"\e028"}.wcicon-windows:before{content:"\e027"}.wcicon-user2:before{content:"\e026"}.wcicon-search-2:before{content:"\e025"}.wcicon-search:before{content:"\e024"}.wcicon-star-empty:before{content:"\e021"}.wcicon-share:before{content:"\e030"}.wcicon-phone-fill:before{content:"\e03b"}.wcicon-woo:before{content:"\e03d"}.wcicon-user-fill:before{content:"\e03a"}.wcicon-grouped:before{content:"\e002"}.wcicon-status-refunded:before{content:"\e014"}.wcicon-status-completed:before,.wcicon-status-active:before{content:"\e015"}.wcicon-variable:before{content:"\e003"}.wcicon-expand:before{content:"\e005"}.wcicon-status-failed:before,.wcicon-status-expired:before{content:"\e016"}.wcicon-check:before{content:"\e017"}.wcicon-right:before{content:"\e008"}.wcicon-up:before{content:"\e009"}.wcicon-query:before{content:"\e018"}.wcicon-down:before{content:"\e00a"}.wcicon-truck-1:before{content:"\e019"}.wcicon-left:before{content:"\e00b"}.wcicon-truck-2:before{content:"\e01a"}.wcicon-image:before{content:"\e00c"}.wcicon-globe:before{content:"\e01b"}.wcicon-link:before{content:"\e00d"}.wcicon-gear:before{content:"\e01c"}.wcicon-calendar:before,.wcicon-booking:before,.wcicon-booking{content:"\e00e"}.wcicon-cart:before{content:"\e01d"}.wcicon-processing:before{content:"\e00f"}.wcicon-card:before{content:"\e01e"}.wcicon-view:before{content:"\e010"}.wcicon-stats:before{content:"\e01f"}.wcicon-status-processing:before{content:"\e011"}.wcicon-star-full:before{content:"\e020"}.wcicon-coupon:before{content:"\e600"}.wcicon-limit:before{content:"\e601"}.wcicon-restricted:before{content:"\e602"}.wcicon-edit:before{content:"\e603"}

#list-user-table {
	.customer-order-number {
		display: inline-block !important;
		background-color: #4096ee !important;
		margin-bottom: 3px;
		
		a {
			color: #fff !important;
			text-decoration: none;
		}
	}
	
	.wc-action-button {
		.la-eye {
			position: relative;
			top: 2px;
		}
	}
	

}
#m-customer-detail {
	.m-center-align {
	    text-align: center;
		justify-content: center;
	}
	
	.m-customer-detail-wrapper {
		margin-top: 20px;
		
		.m-section__content {
			tr {
				th {
					&:first-child {
						width: 200px;
					}
				}
			}
		}
	}
}

.m-list-orders-customer,
#my_orders {
	.dashboard-block-empty {
		padding-bottom: 20px;
	}

	.m-section {
		margin-bottom: 20px;
	}
	
	.th-status {
		width: 50px;
		text-align: center;
		
		.woopanel-status-order {
			font-size: 18px;
			font-weight: 700;
		}
		
		.woopanel-status-completed {
			&:before {
				content: "\e015";
				color: #008C00;
			}
		}
		
		
		.woopanel-status-processing {
			&:before {
				content: "\e011";
				color: #73a724;
			}
		}
		
		.woopanel-status-on-hold {
			&:before {
			    content: "\e033";
				color: #6d6d6d;
			}
		}
		
		.woopanel-status-on-hold {
			&:before {
			    content: "\e013";
				color: #a00;
			}
		}
		
		.woopanel-status-refunded {
			&:before {
			    content: "\e014";
				color: #FF1A00;
			}
		}
		
		.woopanel-status-failed {
			&:before {
			    color: #d0c21f;
				content: "\e016";
			}
		}
		
		.woopanel-status-pending {
			&:before {
			    color: #ffba00;
				content: "\e012";
			}
		}
	}
	.m-datatable__table {
		min-height: initial !important;
	}
	
	thead {
		.th-status {
			.woopanel-status-order {
				position: relative;
				top: 5px;
				
				&:before {
					color: #43454b;
				}
			}
		}
		
		th {
			padding: 16px 10px;
			background: #f4f3f8;
		}
	}
	
	tbody {
		tr {
			&:nth-child(even) {
				td, th {
				    background: #f4f3f8;
				}
			}
			
		}
	}
	
	.m-datatable__cell {
		&.column-order {
			width: 200px;
		}
		
		&.column-purchased {
			width: 355px;
		}
		
		&.column-gross {
			width: 220px;
		}
		
		&.column-date {
			width: 120px;
		}
		
		&.column-actions {
			width: 200px;
		}
	}
	
	
	.wc-action-button {
		i {
			&:before {
				position: relative;
				top: 2px;
			}
		}
		
		&.wc-action-button-complete {
			margin-left: 4px !important;
		}
		
		&.wc-action-button-processing {
			i {
				&:before {
					content: "\f1c3";
				}
			}
		}
	}
}