a:visited, a:link, a:hover {
	text-decoration: none
}

address {
	padding: 10px 0;
	clear: both;
}

#product .modal-lg {
	width: 100%;
	margin-top: 0px;
}

#product.modal-dialog {
	width: 800px;
}

#kvFileinputModal .modal-backdrop {
	left: -1000px;
	right: -1000px;
	top: -1000px;
	bottom: -1000px;
}

.selected img {
	opacity: 0.5;
	border: 2px solid orange;
}

.first-clear {
	clear: both;
}

.required:after {
	content: ' *';
	color: red;
}

.sc {
	cursor: pointer;
	float: right;
	color: #f10214;
	font-weight: bold
}

.sc-num {
	background-color: #f10215;
	border-radius: 8px;
	color: white;
	width: 10px;
	font-size: 10px;
	line-height: 12px;
	min-width: 18px;
	text-align: center;
	font-weight: normal;
	float: right;
}

.hand {
	cursor: pointer;
}

.sc-btn {
	text-decoration: none;
	cursor: pointer;
	font-weight: 700;
	color: white;
	height: 60px;
	line-height: 60px
}

.spinner {
	width: 100px;
}

.spinner input {
	text-align: right;
}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
	border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

.prd-attr {
	border: 1px solid;
	padding: 2px;
}

.no-select {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}