@charset "utf-8";

@import
	url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600);

/* 產品頁表 - 選單 */
#goods #nav-category.goods-nav {
	margin-top: 8px;
}

.goods-nav.ulSet {
	margin: 0;
	padding: 0px 20px 0px 20px;
	list-style: none;
}

.goods-nav ul.first>li h2 {
	line-height: 30px;
}

.goods-nav .cate {
	padding: 0em 0em 0em 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.goods-nav a {
	font-size: 16px;
	color: #888;
}

.goods-nav li {
	line-height: 20px;
}

.goods-nav>li {
	margin-bottom: 15px;
}

.goods-nav>li {
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "Microsoft JhengHei";
}

.goods-nav a {
	font-size: 16px;
}

.goods-nav li h2.item-ti {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

.goods-nav ul.first>li {
	line-height: 25px;
}

.goods-nav ul.first li a.sub-nav+i {
	display: inline-block;
	margin-left: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.goods-nav ul.first li i.icon-close {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.goods-nav .second {
	display: none;
	margin: 0 0 10px 15px;
}

li.current a {
	color: #f07d00;
}

.goods-nav li.current h2 a {
	color: #f07d00;
}

.goods-nav li.current ul.first li>a {
	color: #888;
}

.goods-nav li.current ul.first li.current>a {
	color: #000;
}

.goods-nav li.current .second ul li a {
	color: #888;
}

.goods-nav li.current .second ul li.current a {
	color: #000;
}

/* 產品頁表 - ban */
.ban.slider-box img {
	border: #e7e7e7 solid 1px;
}

/* 排序 */
ul.sequence {
	margin-top: 20px;
}

ul.sequence li {
	display: inline-block;
	padding: 0 1px;
	color: #888;
	text-align: right;
}

ul.sequence li a {
	color: #666;
}

ul.sequence li a:hover, ul.sequence li.current a {
	color: #ee7300;
}

/* 產品列表 */
}
#goods.p-concent .r-box h3 {
	margin-top: 20px;
}

#goods.p-concent .r-box h3.search {
	margin-top: 5px;
}

#goods .list>div {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	#goods .list>div {
		margin-bottom: 45px;
	}
}

#goods .box a {
	color: #482b03;
	text-align: center;
}

#goods .box a:hover {
	text-decoration: none;
}

#goods .box .pic {
	position: relative;
}

#goods .box .pic span {
	display: block;
	position: absolute;
	padding: 3px 5px 1px;
	width: 42px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #ee7300;
}

#goods .box h4 {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

#goods .box .price {
	display: inline-block;
	padding: 0 6px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #482b03;
	font-weight: bold;
	vertical-align: middle;
}

#goods .box .price del {
	font-size: 13px;
	color: #888;
	font-weight: normal;
}

#goods .box .discount {
	color: #ee7300;
	line-height: 18px;
	border-left: #ccc solid 1px;
}


