.inline-edit-wrapper td {
	padding: 0;
	padding-bottom: 20px;
}

.inline-edit-legend {
	margin: 0;
	padding: .2em 0;
	line-height: 2.5;
	font-weight: 600;
	text-transform: uppercase;
}

.inline-edit-wrapper .title {
	width: 11em;
	display: inline-block;
	padding-top: 5px !important;
}

.inline-edit-wrapper label {
	display: block;
	margin-top: 15px;
}

.ptitle {
	width: 600px;
	vertical-align: top;
}
	
.form-type {
	display: inline-block;
}
	
.coupon-publish .column-name,
.coupon-publish .column-value,
.coupon-publish .column-code{
	color: red;
}
	
.coupon-publish .approvee {
	display: none;
}
	
#the-comment-list td {
	vertical-align: top;
	border: none !important;
	box-shadow: none !important;
	padding-bottom: 15px;
}
	
.image.column-image {
	padding: 5px !important;
}

.image.column-image img {
	border-radius: 50%;
	width: 80px;
}

#thumbnail {
	width: 80px;
}

#name {
	width: 200px;
}

.inline-edit-wrapper tr .description {
	margin-top: 5px !important;
}

.wp-admin .coupon .images > * {
	width: calc(100% / 3 - 10px);
	margin-top: 0;
	font-weight: 600;
	max-height: 300px;
	overflow: hidden;
}

.wp-admin .coupon .images > * img {
	margin-top: 5px;
	border-radius: 3px;
	width: 100%;
}

.wp-admin .coupon img:hover {
	border: 1px solid #9e9e9e;
	box-sizing: border-box;
	cursor: pointer;
}

.wp-admin .desc-pr {
	width: 240px;
}

.order-products table {
	width: 100%;
	border-collapse: collapse;
}

.order-products td, .order-products th {
	border: 1px solid #cccaca;
	padding: 8px 10px;
	vertical-align: middle;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.no-border td {
	border: none;
	padding: 5px 10px;
	font-weight: bold;
}

.desc-pr {
	white-space: pre;
}
.desc-pr i {
	margin-top: 7px;
	display: block;
}

.customer td {
	padding-bottom: 3px;
}
.creat-by-app .button.button-primary.save {
	display: none;
}

.form-change-product-cart .item-op {
	font-size: inherit;
	padding: 7px 9px;
}

.content-cart[count="1"] .remove-item{
	display: none;
}