*{
	margin: 0;
	padding: 0;
	}
body{
	background-color: #f5f5f5;
	overflow-x: hidden;
}
nav{
	
	background-color: #fff;
}
.navbar-nav li a{
	color: #0170b9;
}
.dropdown-menu{
	border-top: 3px solid #0170b9;
}
.language{
	margin-left: 14px;
	line-height: 2em;
}
footer{
	height: 100px;
	background-color: #eeeeee;

}
.main{
	background-color: #fff;
	padding: 50px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.index_title{
	background-color: #f2e1e1;
	width: 100%;
	padding: 60px;
	font-weight: bold;
	color: #3e440d;
}
.logo_text{
	font-weight: bold;
	font-size: 26pt;
	color: #000;
	text-decoration: none;
	width: 40%;
}
.logo_text img
{
	width: 100%;
	height: 100%;
}
.collapse ul li a{
	white-space: nowrap;
}
.product div a{
	color: #000;
	text-decoration: none;
}
.newProduct{
	background-color: #f7f6f7;
	border-top: 3px solid #0170b9; 
	padding: 20px;
}
.cartIconCheck{
	font-size: 18pt;
	color: #0170b9;
	margin-right: 10px;

}
.cartList{
	width: 100%;
	font-size: 12pt;
}
.listHead{
	background-color: #fbfbfb;
	padding: 10px;
	border: 1px solid #dee2e6; 
	
}
.listHead tr th,tbody tr th{
	padding-top: 20px;
	padding-bottom: 20px;
}

.product_bg_img{
	background-image: url('../images/毛王爺紀念照片-1.png');
	background-color: #000;
	height: 600px;
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center center;
  	color: yellow;
  	background-color: rgba(0, 0, 0, 0.8);

}
input[name="quantity[]"],input[name="quantity"] {
  width: 40px;
  text-align: center;
}
@media (max-width: 768px) { 

	.man img{
		width: 100%;
	}
	.logo_text{
	width: 90%;
	font-size: 20pt;
	}
 }