.ueeshop_product_specification .attribute-layout a {
	text-decoration: underline
}

.ueeshop_product_specification .attribute-layout.show-more .attribute-info {
	position: relative
}

.ueeshop_product_specification .attribute-layout h3 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px
}

.ueeshop_product_specification .attribute-layout .attribute-info h4 {
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px
}

.ueeshop_product_specification .attribute-layout .attribute-list {
	border-collapse: collapse;
	display: table
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item {
	border: 1px solid #ddd;
	display: table-row
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item > div {
	border: 1px solid #ddd;
	color: #222;
	display: table-cell;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 12px
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item > div.left {
	background: #f4f4f4;
	width: 320px
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item > div.right {
	width: 420px
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item > div.right p {
	display: flex;
	margin: 0;
	padding-bottom: 0
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item > div.right span {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px
}

.ueeshop_product_specification .attribute-layout .attribute-list .attribute-item > div.right img {
	border-radius: 4px;
	height: 32px;
	margin-left: 10px;
	width: 32px
}

.ueeshop_product_specification .attribute-layout .more-bg {
	display: none
}