.container {
	width: 100%;
	margin: 0 auto;
}

.top .price, .top .more, .main .nav {
	overflow: scroll;
	display: grid;
}

.main .nav .sort {
    display: inline-block;
}

.top .more {
    border-bottom: none;
    width: fit-content;
}

a {
	color: RGB(150, 150, 150);
	font-size: 1.08333333em;
}

.main .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid RGB(226, 226, 226);
	padding: 8px;
}

.content .price {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	width: auto;
	height: 25px;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 8px;
	background-color: white;
}

.main .content .detail {
	display: flex;
	flex-direction: column;
}

.img img {
	padding-left: 12px;
}

.next-page-btn {
	color: #fff;
	border: none;
	padding: 4px 8px;
	margin-top: 14px;
	padding: 10px 18px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: linear-gradient(to bottom, #616161 0%, #383838 100%);
}

.mb {
	display: block;
}

.top .more>*{
	margin-bottom: 3px;
}