.x-sku__goods-price,
.x-sku__price-num,
.x-sku__price-symbol {
	vertical-align: middle
}

.x-sku-container {
	font-size: 14px;
	background: #fff;
	overflow-y: visible;
	max-height: -webkit-max-content;
	max-height: max-content
}

.x-sku-body {
	max-height: 350px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.x-sku-body::-webkit-scrollbar {
	display: none
}

.x-sku-img-uploader,
.x-sku-row__item,
.x-sku__quota,
.x-sku__stock {
	display: inline-block
}

.x-sku-group-container {
	margin-left: 15px;
	padding: 12px 0 2px
}

.x-sku-header {
	margin-left: 15px
}

.x-sku-header__img-wrap {
	position: relative;
	float: left;
	margin-top: -10px;
	width: 80px;
	height: 80px;
	background: #f8f8f8;
	border-radius: 2px
}

.x-sku-header__img-wrap img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%
}

.x-sku-header__goods-info {
	padding: 10px 60px 10px 10px;
	min-height: 82px;
	overflow: hidden;
	box-sizing: border-box
}

.x-sku__goods-name {
	font-size: 12px
}

.x-sku__price-num {
	font-size: 16px
}

.x-sku__goods-price {
	color: #f44;
	margin-top: 10px
}

.x-sku__close-icon {
	top: 10px;
	right: 15px;
	font-size: 20px;
	color: #999;
	position: absolute;
	text-align: center
}

.x-sku-row {
	margin: 0 15px 10px 0
}

.x-sku-row:last-child {
	margin-bottom: 0
}

.x-sku-row__title {
	padding-bottom: 10px
}

.x-sku-row__item {
	padding: 5px 9px;
	margin: 0 10px 10px 0;
	height: 28px;
	min-width: 52px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	text-align: center;
	border: 1px solid #999;
	border-radius: 3px;
	box-sizing: border-box
}

.x-sku-row__item--active {
	color: #fff;
	border-color: #f44;
	background: #f44
}

.x-sku-row__item--disabled {
	background: #e8e8e8;
	border-color: #eee;
	color: #c9c9c9
}

.x-sku-stepper-stock {
	padding: 12px 0;
	margin-left: 15px
}

.x-sku-stepper-container {
	height: 30px;
	margin-right: 20px
}

.x-sku__stepper {
	float: right
}

.x-sku__stepper-title {
	float: left;
	line-height: 30px
}

.x-sku__stock {
	margin-right: 10px;
	color: #999;
	font-size: 12px
}

.x-sku__quota {
	color: #f44;
	font-size: 12px
}

.x-sku-messages {
	padding-bottom: 10px;
	background: #f8f8f8
}

.x-sku-messages__image-cell .x-cell__title {
	max-width: 90px
}

.x-sku-messages__image-cell .x-cell__value {
	text-align: left
}

.x-sku-img-uploader__header {
	padding: 0 10px;
	border: 1px solid #eee;
	line-height: 24px;
	border-radius: 3px;
	font-size: 12px
}

.x-sku-img-uploader__header .x-icon {
	top: 3px;
	margin-right: 5px;
	font-size: 14px
}

.x-sku-img-uploader__img {
	height: 60px;
	width: 60px;
	float: left;
	margin: 10px 10px 0 0;
	position: relative;
	border: 1px solid #eee
}

.x-sku-img-uploader__img img {
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.x-sku-img-uploader__delete {
	position: absolute;
	color: #f44;
	top: -12px;
	right: -14px;
	z-index: 1;
	padding: 6px
}

.x-sku-img-uploader__delete::before {
	border-radius: 14px;
	background-color: #fff
}

.x-sku-img-uploader__uploading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px
}

.x-sku-actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}