#header {
	height: 92px;
	box-shadow: none;
	background: #3b82f6;
}

.yyj img {
	width: 100%;
}

.mui-col-12-5 {
	width: 20%;
}

.mui-table-view.mui-grid-view {
	padding: 0
}

.autoComplete {
	height: 200px;
	position: absolute;
	top: 40px;
	left: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	z-index: 10;
	list-style-type: none;
	overflow: scroll;
	border-radius: 5px;
}

.autoComplete li {
	padding: 5px 10px;
	line-height: 0.9375rem;
	font-size: 0.75rem;
}

#mui-search {
	padding: 0 10px;
	overflow: visible;
}

#mui-search .autoComplete li a {
	padding-top: 0;
	color: gray;
}

#mui-search-input {
	width: 100%;
	padding-left: 10px;
	font-size: 12px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #607D8B;
	border-radius: 3px;
}

.mui-bar .mui-input-row .mui-input-clear~.mui-icon-clear,
.mui-bar .mui-input-row .mui-input-speech~.mui-icon-speech {
	right: 15px;
}

.searchProduct.product {
	background-image: url(../../images/index/search.png);
}

.searchProduct.scan {
	background-image: url(../../images/index/scan_white.png);
}

.searchProduct {
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	vertical-align: middle;
	font-size: 14px;
}

.round-back {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

.round-back::after {
	content: '';
	width: 140%;
	height: 100px;
	position: absolute;
	left: -20%;
	top: 0;
	z-index: -1;
	border-radius: 0 0 50% 50%;
	background: linear-gradient(180deg, #3b82f6, #74ffa6a6 60%);
}

.mui-card.sta {
	margin: 10px;
	border-radius: 10px;
	padding: 10px;
}

.mui-card.sta p:first-child {
	margin-bottom: 5px;
}

.sta_title {
	font-size: 0.875rem;
	color: goldenrod;
	font-weight: bold;
}

.sta_data {
	font-size: 20px;
	color: #4b4b4b;
	font-weight: bold;
	height: 24px;
	text-overflow: inherit;
}

.sta_data span {
	font-size: 12px;
	font-weight: normal;
}

.sta_compare .up {
	background-color: red;
	color: #ffffff;
	padding: 0 5px 0 0;
	border-bottom-right-radius: 50%;
}

.sta_compare .down {
	background-color: #00aa7f;
	color: #ffffff;
	padding: 0 5px 0 0;
	border-top-right-radius: 50%;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell {
	height: 140px;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.left {
	width: 30%;
	line-height: 240px;
	text-align: center;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.left img {
	max-width: 100%;
	max-height: 100%;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.right {
	width: 70%;
	padding-left: 20px;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.right h4 {
	font-size: 14px;
	line-height: 22px;
	color: black;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.right h4 span.bt {
	border: 1px solid red;
	border-radius: 5px;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.right p {
	font-size: 12px;
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.right p span.price {
	color: red;
	font-size: 14px;
	font-weight: 600;
}

#productList .mui-table-view-cell .mui-table .mui-table-cell.right p span.retailPrice {
	color: gray;
	margin-left: 10px;
	text-decoration: line-through;
	-moz-text-decoration-color: black;
}

.cart-icon {
	position: absolute;
	right: 10px;
	top: 120px;
	bottom: 0px;
	font-size: 16px;
}

.cart-icon button {
	padding: 3px 5px;
	border: 0;
	background-color: #FF4444;
	color: white;
	border-radius: 0;
}

.mui-table-view-cell:after {
	background-color: #c8c7cc;
}

.username {
	font-size: 20px;
	font-weight: bold;
	color: black;
}