<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/******************************

1. basic
2. inside banner
3. breadcrumb
4. pagination
5. pager
6. leftnav
7. select Quantity 數量+-
8. form style
9. tab (for login.html &amp; member.html)
10. tableStyle1 (for cart.html &amp; member.html)
11. tableStyle2 (for cart1.html &amp; orders_detail.html)
12. 應付金額總計算 (for orders_detail.html &amp; cart.html)
13. 收件人資料/付款/取貨資料/等等 (for orders_detail.html &amp; cart1.html)

******************************/





/*********************************
1. basic
*********************************/

.edit {
	float: left;
	width: 100%;
}

.inside #content-wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.inside #content-wrap { /*header fixed height (for mobile)*/
	padding-top: 50px;
}

}

@media only screen and (min-width: 992px) {

.inside #content-wrap {
}

}

/*********************************
2. inside banner
*********************************/

.inside-banner-section {
	float: left;
	width: 100%;
}

.inside-banner-section .inside-banner {
	float: left;
	width: 100%;
}

.inside-banner-section .inside-banner img {
	float: left;
	width: 100%;
}

/*********************************
3. breadcrumb
*********************************/

.breadcrumb-section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.85em;
}

.breadcrumb-section .breadcrumb {
	float: left;
	line-height: 1.4;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align:left;
	list-style-type: none;
}

.breadcrumb-section .breadcrumb li {
	list-style-type: none;
	display: inline;
}

.breadcrumb-section .breadcrumb li+li:before {
    padding: 8px;
    color: #969696;
    content: "&gt;";
}

.breadcrumb-section .breadcrumb li a {
	color: #000;
	text-decoration: none;
}

.breadcrumb-section .breadcrumb li:last-child a {
	text-decoration: none;
	color: #000;
}

/*********************************
4. pagination
*********************************/

.pagination-section-wrap {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagination-section {
	max-width: 580px;
	margin: auto;
}

.pagination-section .pagination {
}

.pagination-section .pagination li { /*小於768縮起頁碼*/
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
}

.pagination-section .pagination .pagination-button {
    border: none;
}

.pagination-section .pagination li {
	display: none;
}

.pagination-section .pagination li.pagination-button {
    display: inline-block;
}

.pagination-section .pagination a, .pagination span {
	color: #000; /*頁碼字體顏色*/
	float: left;
	width: 30px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}

.pagination-section .pagination a.pagination-disabled {
	color: rgba(102,102,102,0.4);
	pointer-events: none;
}

.pagination-section .pagination a:active, .pagination a:hover {
	text-decoration: underline;
}

.pagination-section .pagination .current { /*目前頁碼*/
	background-color: #6fba2a;
	border-color: #fff;
	color: #fff;
}

.pagination-section .pagination.navigation-icon .pagination-button a { /*左箭頭*/
	width: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	color: transparent;
	background-image: url("../images/basic/pagination_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.pagination-section .pagination.navigation-icon .pagination-button:last-of-type a { /*右箭頭*/
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination-section .pagination-count {
	display: inline-block;
}

.pagination-section .pagination-count input {
	width: 30px;
	height: 30px;
	text-align: center;
}

.pagination-section .pagination-count button {
	width: 55px;
	height: 30px;
	background-color: #6fba2a;
	color: #fff;
	border: 1px solid #6fba2a;
	margin-left: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

.pagination-section .pagination-count {
	display: none;
}

.pagination-section .pagination {
	max-width: 768px;
	margin: auto;
	text-align: center;
	width: auto;
	display: inline-block;
	border-radius: 0.25em;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

}

@media only screen and (min-width: 768px) {

.pagination-section .pagination li {
	display: inline-block;
}

}

/*********************************
5. pager
*********************************/

.pager-section {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.pager-section .prev {
	float: left;
	width: 50%;
	text-align: left;
}

.pager-section .next {
	float: left;
	width: 50%;
	text-align: right;
}

.pager-section a {
	text-decoration: none;
	color: #000
}

.pager-section a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.pager-section {
	padding-bottom: 20px;
}

.pager-section .prev {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.pager-section .next {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

}

/*********************************
6. leftnav
*********************************/

.product-nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.product-nav .product-nav-list {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.product-nav .product-nav-list li {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.product-nav .product-nav-list li a {
	text-decoration: none;
	color: #666;
	display: block;
	float:left;
	width: 100%;
}

.product-nav .product-nav-list li.current {
	background-color: #6fba2a;
}

.product-nav .product-nav-list li.current a {
	color: #fff;
}

.product-nav .product-nav-list li.current a:hover {
	color: #fff;
}

.product-nav .product-nav-list li a:hover {
	color: #6fba2a;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}

/*hover show arrow*/
.product-nav .product-nav-list li {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.product-nav .product-nav-list li:after {
	content: '»';
	position: absolute;
	color: #6fba2a;
	opacity: 0;
	top: 10px;
	right: 20px;
	transition: 0.5s;
}

.product-nav .product-nav-list li:hover {
	padding-left: 40px;
}

.product-nav .product-nav-list li:hover:after {
	opacity: 1;
	right: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

/*手機版選單*/
.product-nav {
	position: relative;
}

.product-nav-toggle {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.product-nav-toggle {
	width: 100%;
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	color: #666;
	letter-spacing: 1px;
	font-size: 1.3em;
	padding-left: 40px;
	padding-right: 40px;
	height: 50px;
	line-height: 50px;
}

.product-nav-toggle i {
	float: right;
	line-height: 50px;
}

.product-nav-list {
	overflow-y: hidden;
}

}

@media screen and (min-width:992px) {

.product-nav-toggle {
	display: none;
}

.product-nav-list {
	overflow-y: hidden;
	display: block!important;
}

}

/*********************************
7. select Quantity 數量+-
*********************************/

.selectQuantity {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.selectQuantity .qty {
	float: left;
	width: 50px;
	height: 28px;
	color: #000;
	border-top: solid 1px #AFAFAF;
	border-bottom: solid 1px #AFAFAF;
	text-align: center;
	font-size: 1.2em;
	background-color: #f5f3f3;
    -moz-box-shadow: inset 0 0 3px #a7a5a5;
	-webkit-box-shadow: inset 0 0 3px #a7a5a5;
	box-shadow: inset 0 0 3px #a7a5a5;
}

.selectQuantity .inc {
	float: left;
	width: 25px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	font-size: 1.5em;
	border-top: solid 1px #AFAFAF;
	border-bottom: solid 1px #AFAFAF;
	border-right: solid 1px #AFAFAF;
}

.selectQuantity .dec {
	float: left;
	width: 25px;
	height: 28px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	font-size: 1.5em;
	border-top: solid 1px #AFAFAF;
	border-bottom: solid 1px #AFAFAF;
	border-left: solid 1px #AFAFAF;
}

/*********************************
8. form style
*********************************/
.inputBox {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.inputBox-select {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	padding: 5px;
}

.inputBox-input,
.inputBox-input-long {
	float: left;
	width: 100%;
}

.inputBox-input-narrow {
	float: left;
	width: 60px;
}

.gender {
	float: left;
	width: 200px;
}

.gender input[type="radio"] {
	float: left;
	width: 20px;
	margin-left: 10px;
	margin-top: 7px;
}

.gender label {
	float: left;
	margin-top: 3px;
}

/*********************************
9. tab (for login.html &amp; member.html)
*********************************/

.fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.tab {
	padding-left: 15%;
	padding-right: 15%;
	display: none;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.tab {
		padding-left: 0%;
		padding-right: 0%;
	}

}

.tabNav {
	position: relative;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tabNav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0px;
	bottom: -1px;
	border: 1px solid#e4e4e4;
}

.tabNav li {
	display: inline-block;
}

.tabNav li:nth-last-child(1) {}

.tabNav li a.active {
	position: relative;
	background-color: #efeff7;
	color: #2a2013;
	border-top: 3px solid #6fba2a;
}

.tabNav li a {
	position: relative;
	color: #555;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 600;
	padding: 10px 40px;
	font-size: 1.2em;
	border-top: 3px solid rgb(244, 239, 239);
}

.tabContent {
	height: auto;
	padding: 20px 20px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}

/*********************************
10. tableStyle1 (for cart.html &amp; member.html)
*********************************/

.tableStyle1 {
	float:left;
	width: 100%;
}

.tableStyle1 tr {
	border: 1px solid #AFAFAF;
	border-bottom: 0;
}

.tableStyle1 thead {
    background-color: #f5f5f5;
}

.tableStyle1 tbody {
    border: 1px solid #AFAFAF;
}

.tableStyle1 th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-weight: bold;
	/*padding-left: 20px;
	padding-right: 20px;*/
	line-height: 1.4;
}

.tableStyle1 td {
	padding-top: 15px;
	/*padding-left: 20px;
	padding-right: 20px;*/
	padding-bottom: 15px;
	line-height: 1.4;
	vertical-align: top;
	text-align: center;
    vertical-align: middle;
}

.tableStyle1 tr.orderDetail {
	border: 1px solid #AFAFAF;
	border-top: 0;
  display: none;
}

.tableStyle1 tr.orderDetail td {
	padding-top: 0;
	padding-bottom: 5px;
	border: 0;
}

.tableStyle1 tr.orderDetail td table {
	width: 100%;
}

.tableStyle1 tr.orderDetail td table thead {
	background-color: cornsilk;
}

.tableStyle1 tr.orderDetail td table tr {
	border: 0;
}

.tableStyle1 tr.orderDetail td table thead th {
	padding: 3px;
}

.tableStyle1 tr.orderDetail td table thead td {
	padding: 3px;
}

.tableStyle1 tr.orderDetail td table tbody {
	border: 0;
}

@media only screen and (min-width: 721px) {

.tableStyle1 tr td:nth-child(1) {
	width: 30%;
}

.tableStyle1 tr td:nth-child(2) {
    width: 25%;
}

.tableStyle1 tr td:nth-child(3) {
    width: 15%;
}

.tableStyle1 tr td:nth-child(4) {
    width: 15%;
}

.tableStyle1 tr td:nth-child(5) {
    width: 15%;
}

}

@media screen and (max-width: 720px) {

/*.tableStyle1 {
	width: 99.9%;
	text-align: left;
}

.tableStyle1 thead {
    display: none;
}

.tableStyle1 tr td {
	float: left;
	width: 100%;
	border-top: none;
	padding: 3px;
	text-align: left;
}

.tableStyle1 tr {
	float:left;
	width: 100%;
    padding: 15px;
}

.tableStyle1 th {
	display: none;
}

.tableStyle1 td {
	display: block;
	border: none;
}

.tableStyle1 td:before {
	content: attr(data-th) " ";
	float: left;
	font-weight: bold;
	width: 90px;
	color: #888888;
	font-size: 0.85em;
    padding-left: 15px;
}*/

}

@media screen and (max-width: 576px) {

}

/*********************************
11. tableStyle2 (for cart1.html &amp; orders_detail.html)
*********************************/
.tableStyle2 {
	float: left;
	width: 100%;
}

.tableStyle2 tr {
	border: 1px solid #AFAFAF;
}

.tableStyle2 thead {
	background-color: #f5f5f5;
}

.tableStyle2 th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
}

.tableStyle2 td {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	line-height: 1.4;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
}

.btn_back {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 140px;
	margin-top: 10px;
	display: inline-block;
}

a.btn_back:hover {
	color: #2a2013;
}

@media only screen and (min-width: 721px) {

	.tableStyle2 tr td:nth-child(1) {
		width: 45%;
	}

	.tableStyle2 tr td:nth-child(2) {
		width: 15%;
	}

	.tableStyle2 tr td:nth-child(3) {
		width: 20%;
	}

	.tableStyle2 tr td:nth-child(4) {
		width: 20%;
	}

}

@media screen and (max-width: 720px) {

	.tableStyle2 {
		width: 99.9%;
		text-align: left;
	}

	.tableStyle2 thead {
		display: none;
	}

	.tableStyle2 tr td {
		float: left;
		width: 100%;
		border-top: none;
		padding: 3px;
		text-align: left;
	}

	.tableStyle2 tr {
		float: left;
		width: 100%;
		padding: 15px;
	}

	.tableStyle2 th {
		display: none;
	}

	.tableStyle2 td {
		display: block;
		border: none;
	}

	.tableStyle2 td:before {
		content: attr(data-th) " ";
		float: left;
		font-weight: bold;
		width: 90px;
		color: #888888;
		font-size: 0.85em;
		padding-left: 15px;
	}

	.orders-detail-bottom a.btn {
		width: 100px;
	}

}

/*********************************
12. 應付金額總計算 (for orders_detail.html &amp; cart.html)
*********************************/

.totalShipBox {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.totalShipBox .totalBox {
	float: right;
	width: 220px;
}

.totalShipBox .totalBox .title1 {
	float: left;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.totalShipBox .totalBox .amount1 {
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.totalShipBox .totalBox .title2 {
	float: left;
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	border-top: 1px #ccc solid;
}

.totalShipBox .totalBox .amount2 {
	float: left;
	width: 140px;
	color: rgb(186, 45, 45);
	font-size: 2em;
	text-align: right;
	border-top: 1px #ccc solid;
}

/*********************************
13. 收件人資料/付款/取貨資料/等等 (for orders_detail.html &amp; cart1.html)
*********************************/

.infoTableBox {
	float: left;
	width: 100%;
}

.infoTableBox .box {
	float: left;
	width: 100%;
	padding: 40px;
	background-color: #f8f8f8;
	border: 1px solid #AFAFAF;
	margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {

	.infoTableBox .box {
		padding: 20px;
	}

}

.infoTableBox .box h2 {
	float: left;
	color: #000;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.infoTable {
	float: left;
	width: 100%;
}

.infoTable th {
	height: 32px;
	line-height: 32px;
	width: 15%;
	text-align: left;
	color: #333;
}

.infoTable td {
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 85%;
}

@media only screen and (min-width: 1px) and (max-width: 720px) {

	.infoTable th {
		float: left;
		width: 100%;
	}

	.infoTable td {
		float: left;
		width: 100%;
		padding-top: 0;
		padding-bottom: 14px;
	}

}
</pre></body></html>