
.box-my-item-global-wh {
	border: 1px solid #F09917;
	padding: 6px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 16px;
	margin: auto;
	margin-right: 10px;
	font-size: 11px;
	color: gray;
	background: #FFF;
}

.box-my-item-global-wh span {
	margin-left: 3px;
	font-weight: 600;
	color: #333;
	font-size: 12px;
}