/* klorixa: header navigation layout */
.topnav.row {
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

.topnav > .width.row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 50px;
}

.topnav .leftnav {
	flex: 0 0 230px;
	width: 230px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	padding: 0 20px;
	height: 50px;
	box-sizing: border-box;
}

.topnav .leftnav > a {
	font-size: 15px;
	white-space: nowrap;
}

.topnav .navs {
	flex: 1 1 auto;
	min-width: 0;
	margin-left: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.topnav .navs::-webkit-scrollbar {
	display: none;
}

.topnav .navs ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topnav .navs ul li {
	flex: 0 0 auto;
	margin-right: 0;
	padding: 0 14px;
}

.topnav .navs ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 48px;
	padding: 0;
	max-width: none;
	overflow: visible;
	text-overflow: unset;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
}

.topnav .navs ul li a:hover,
.topnav .navs ul li.cur a {
	color: #e2231a;
	font-weight: 600;
	border-bottom-color: #e2231a;
}

/* category dropdown panel */
.home_nav ul li > a {
	display: block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home_nav ul li p {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin: 4px 0 0;
	max-height: none;
	overflow: visible;
}

.home_nav ul li p a {
	max-width: none;
	overflow: visible;
	text-overflow: unset;
	white-space: nowrap;
	margin: 0;
}

.home_nav ul li .dropnav dd {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	align-items: center;
}

.home_nav ul li .dropnav dd a {
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topbar .nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 0 16px;
}

/* list page: compact category bar */
.bg_body_inner .filter {
	padding: 12px 16px;
}

.bg_body_inner .filter .row {
	margin-bottom: 8px;
}

.bg_body_inner .filter .filter-left {
	font-weight: 600;
	color: #666;
	white-space: nowrap;
}

.bg_body_inner .filter .filter-right a {
	display: inline-block;
	margin: 0 8px 6px 0;
	padding: 2px 0;
}

/* product list sort bar */
.bg_body_inner .orderby {
	line-height: normal;
	background: #fff;
	border: 1px solid #e8e8e8;
	display: inline-block;
}

.bg_body_inner .orderby ul {
	margin: 0;
	padding: 0;
	align-items: stretch;
}

.bg_body_inner .orderby ul li a {
	line-height: 40px;
	min-width: 88px;
	text-align: center;
	white-space: nowrap;
}

.bg_body_inner .orderby ul li a.active {
	font-weight: 600;
}

.bg_body_inner .bread {
	padding: 10px 0;
}

.why .col-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	line-height: 1.3;
}

.frinedlink a {
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

/* site-wide price label + currency */
.price-label {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-right: 4px;
}

.piclist-price .price {
	font-size: 16px;
	font-weight: 700;
}

.piclist-price .price .price-label {
	font-size: 12px;
	font-weight: normal;
}

.goods_show .price {
	margin: 12px 0 16px;
	padding: 12px 16px;
	background: #fff5f5;
	border-radius: 4px;
}

.goods_show .price .shoujia {
	color: #e2231a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.goods_show .price .shoujia .price-label,
.goods_show .price .yuanjia .price-label {
	font-size: 14px;
	vertical-align: middle;
}

.goods_show .price .yuanjia {
	margin-top: 6px;
	color: #999;
	font-size: 14px;
}

.goods_show .price .yuanjia #old_price {
	text-decoration: line-through;
}

.shoujia #users_price::before,
.guijiage #spec_price::before,
.total-price #totol_price::before,
.yuanjia #old_price::before {
	content: '$';
	margin-right: 1px;
}

.total-price {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #e2231a;
}

.guijiage {
	color: #e2231a;
	font-weight: 600;
}

@media (max-width: 1280px) {
	.width {
		width: 100%;
		max-width: 1226px;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.topnav .navs ul li {
		padding: 0 10px;
	}

	.topnav .navs ul li a {
		font-size: 13px;
	}
}
