/*檔案說明*/
/*無內容時、搜尋不到結果*/
/*搜尋 - 無產品 - 文字提示 */
.result-no {
}
.result__no-box{
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
	height: 340px;
	width: 100%;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;/* 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
	flex-direction: column;
	flex-wrap: wrap;
	border: 1px solid #e1e1e1;
}
/* 標題 */
.result__no-title{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.67;
}
/* 描述 */
.result__no-desc{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
}
/* 按鈕區 */
.result__no-btnbox{
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	/*搜尋 - 無產品 - 文字提示 */
	.result__no {
	}
	/* 標題 */
	.result__no-title{
	}
	/* 按鈕區 */
	.result__no-btnbox{
		margin-top: 30px;
	}
}
@media screen and (min-width: 1024px) {
	/*搜尋 - 無產品 - 文字提示 */
	.result__no {
	}
	
	.result__no-box{
		height: 400px;
	}
}