*, a{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;

}
a, a:hover{
	text-decoration: none;
	color:#444;
}
.topbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f7b500;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	z-index: 9999;
}
#app{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.app-block{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body {
	margin: 0;
	padding: 0;
	
}
header{
	background-color: white;
	display: flex;
	justify-content: space-between;

	padding: 30px 20px;
}
header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

header ul li {
	
}

header ul li:last-child {
	margin-right: 0;
}
header a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: color 0.2s ease-in-out;
}
.logo{
	width:100%;
	max-width: 800px;
	min-width:250px;
}
.navbar-light .navbar-nav .nav-link{
	color:white;
	font-size:20px;
}
.navbar-light .navbar-nav .nav-link.active{
	color:white;
	font-size:20px;
}
.nav-item{
	margin-right:20px;
}

.page-cover, .page-topbar{
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size:cover !important;
}
.page-cover{
	height:500px;
}
.page-topbar{
	height:180px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.page-topbar-title{
	font-size:48px;
	color:#2e3092;
}

.home-item{
	position: relative;
	height:280px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size:cover !important;
}
.home-item-title{
	font-size:24px;
	color:white;
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	padding:20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}


.content {
	flex: 1;
	/*background-color: #f1f1f1;*/
}

.product-item{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
}
.product-item:hover{
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.product {
	display: flex;
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
}

.product:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.product-image {
	flex: 1;
}

.product-image img {
	display: block;
	width: 100%;
	height: auto;
}

.product-info {
	flex: 2;
	margin-left: 20px;
}

.product-info h2 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.price {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.product-description {
	line-height: 1.5;
}

.nav-link i{
	font-size:24px;
}
.fa-lg{
	vertical-align: 0;
}
.media-icon{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
}
.media-icon i{
	font-size: 20px;
	color: #fff;
}
.media-icon + .media-icon{
	margin-left: 10px;
}
.whatsapp-icon {
	background-color: #25d366;
}

.whatsapp-icon:hover {
	transform: scale(1.1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.facebook-icon {
	background-color: #3b5998;
}

.facebook-icon:hover {
	transform: scale(1.1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
[v-cloak] {
	display: none;
}


.el-tabs__item:hover {
	color: red;
	cursor: pointer;
}
.el-tabs__item.is-active {
	color: red;
}
.el-tabs__active-bar {
	background-color: red;
}


.ck.ck-editor {
	width:100%;
}
.ql-toolbar.ql-snow{
	width:100%;
}