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

/*************************
*******Header CSS******
**************************/
.btn-group.open .dropdown-toggle {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
	background-color: #4287d7;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	text-decoration: none;
}

.header-bottom {
	background: #fff;
	color: #363636;
	padding: 0 0;
}

.topmsgbox {
	display: none;
}

.navbar-collapse.collapse {
	padding-left: 0;
}

.mainmenu ul li {
	padding-right: 15px;
	padding-left: 15px;
}

.mainmenu ul li:first-child {
	padding-left: 0px;
}

.mainmenu ul li a {
	color: #696763;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding: 0;
	padding-bottom: 10px;
}

.mainmenu ul li a:hover,
.mainmenu ul li a.active,
.shop-menu ul li a.active {
	background: none;
	color: #fdb45e;
}

.search_box input {
	padding: 8px 45px 8px 8px;
	border: 1px solid rgba(0, 0, 0, 0.13);
	background: none;
	outline: none;
	-webkit-appearance: none;
	color: rgba(0, 0, 0, 0.74);
	font-size: 0.875em;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	height: 35px;
	outline: medium none;
	padding-left: 10px;
	width: 155px;
	background-image: url(../images/searchicon.png);
	background-repeat: no-repeat;
	background-position: 130px;
}

.search_box02 input {
	margin-top: 20px;
	padding: 8px 45px 8px 8px;
	border: 1px solid #aaa;
	background: none;
	outline: none;
	-webkit-appearance: none;
	color: rgba(0, 0, 0, 0.74);
	font-size: 1em;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	height: 45px;
	outline: medium none;
	width: 500px;
	background-image: url(../images/searchicon.png);
	background-repeat: no-repeat;
	background-position: 480px;
}

/*  Dropdown menu*/
.navbar-header .navbar-toggle .icon-bar {
	background-color: #fff;
}

.nav.navbar-nav &gt; li:hover &gt; ul.sub-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	-moz-animation: fadeInUp 400ms;
	-ms-animation: fadeInUp 400ms;
	-o-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active {
	color: #fdb45e;
	padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
	padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
	padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
	color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
	color: #fdb45e;
}

.fa-angle-down {
	padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*************************
******* Home ******
**************************/
#slider {
	padding-bottom: 10px;
	width: 100%;
}

.carousel-indicators li {
	background: #c4c4be;
}

.carousel-indicators li.active {
	background: #4287d7;
}

.item {
	padding-left: 0px;
}

.pricing {
	position: absolute;
	right: 40%;
	top: 52%;
}

.item h1 {
	color: #b4b1ab;
	font-family: abel;
	font-size: 48px;
	margin-top: 115px;
}

.item h1 span {
	color: #fe980f;
}

.item h2 {
	color: #363432;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 22px;
	margin-top: 10px;
}

.item p {
	color: #363432;
	font-size: 16px;
	font-weight: 300;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}

.get {
	background: #4287d7;
	border: 0 none;
	border-radius: 0;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-top: 23px;
}

.item button:hover {
	background: #4287d7;
}

.control-carousel {
	position: absolute;
	top: 50%;
	font-size: 60px;
	color: #c2c2c1;
}

.control-carousel:hover {
	color: #4287d7;
}

.right {
	right: 0;
}

.category-products {
	margin-bottom: 35px;
}

.left-sidebar h2,
.brands_products h2 {
	color: #4287d7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto 30px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}

.left-sidebar h2:after,
h2.title:after {
	content: " ";
	position: absolute;
	border: 0;
	height: 1px;
	background: #363636;
	background-image: linear-gradient(to right, #ccc, #363636, #ccc);
	bottom: 8px;
	left: 0;
	width: 100%;
	z-index: -2;
}

.left-sidebar h2:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

h2.title:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

#hidesidebar {
	width: 100%;
}

#wholepage {
	width: 100%;
}

.left-sidebar h3,
.brands_products h3 {
	color: #fff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 3px 3px 0;
	text-transform: uppercase;
	padding: 12px 10px;
	background: #4287d7;
	border: 1px solid #ddd;
}

.category-products .panel {
	background-color: #ffffff;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	color: #ffffff;
}

.category-products .panel-default .panel-heading .panel-title a {
	color: #363636;
	display: block;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.category-products .panel-default .panel-heading .panel-title a:hover {
	color: #4287d7;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 0 none;
}

.category-products .badge {
	background: none;
	border-radius: 10px;
	color: #4287d7;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.panel-body ul {
	padding-left: 20px;
}

.panel-body ul li a {
	color: #363636;
	display: block;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 15px;
	padding: 3px 10px;
	text-transform: uppercase;
}

.panel-body ul li a:hover {
	background-color: #f2f2f2;
}

.brands-name {
	padding-bottom: 30px;
	padding-top: 2px;
}

.brands-name .nav-stacked li a {
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	color: #363636;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
	color: #4287d7;
}

.tooltip-inner {
	background-color: #4287d7;
	border-radius: 4px;
	color: #ffffff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #4287d7;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.padding-right {
	padding-right: 0;
}

.features_items {
	overflow: hidden;
}

.features_items .row {
	margin-right: -5px;
	margin-left: -5px;
}

.features_items .row .col-xs-6,
.features_items .row .col-sm-4,
.features_items .row .col-md-4 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
/*商品列表*/
.product-image-wrapper {
	border: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
	height: 470px;
	background-color: #fff;
}

.product-image-wrapper05 {
	border: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
	height: 520px;
	background-color: #fff;
}

.product-search-image-wrapper {
	border: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
	height: 470px;
	background-color: #fff;
}

.product-search-image-wrapper05 {
	border: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
	height: 520px;
	background-color: #fff;
}

.single-products {
	padding: 0px 0px;
}

.productinfo {
	height: 370px;
	text-align: center;
	line-height: 370px;
	overflow: hidden;
}

.productinfo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 3px;
}

.productinfo:hover {
	display: block;
	border-width: thin;
	transition: 1s;
}

.single-products .name {
	color: #666;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	padding-left: 5px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	height: 41px;
}

.single-products .name05 {
	color: #666;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	padding-left: 5px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 100px;
	line-height: 1.3;
}

.single-products .name06 {
	color: #666;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	height: 41px;
}

.single-products .price {
	color: #4287d7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 3px 5px;
}

.single-products .price span {
	color: #565656;
	padding-left: 3px;
}

.single-products .priceRise {
	color: #565656;
	padding-left: 3px;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
}

.single-products .demoprice {
	color: #a7a7a7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
}

/* .col-sm- Max container width:540px */
@media (min-width: 320px) and (max-width: 575.98px) {
	.product-image-wrapper {
		height: 300px;
	}
	.product-image-wrapper05 {
		height: 335px;
	}
	.product-search-image-wrapper {
		height: 280px;
	}
	.product-search-image-wrapper05 {
		height: 340px;
	}
	.single-products {
		padding: 0 0;
	}
	.productinfo {
		height: 200px;
		padding: 0 0;
		line-height: 200px;
	}
	.productinfo img {
		width: 100%;
		height: auto;
		vertical-align: middle;
		margin-bottom: 3px;
	}
	.single-products .name05 {
		width: 80%;
	}
	.single-products .name {
		padding-left: 0px;
		width: 80%;
	}
}

/* .col-md- Max container width:720px */
@media (min-width: 576x) and (max-width: 767.98px) {
	.product-image-wrapper {
		height: 275px;
	}
	.product-image-wrapper05 {
		height: 340px;
	}
	.product-search-image-wrapper {
		height: 320px;
	}
	.product-search-image-wrapper05 {
		height: 360px;
	}
	.single-products {
		padding: 0 0;
	}
	.productinfo {
		height: 190px;
		padding: 0 0;
		text-align: center;
		line-height: 190px;
	}
	.productinfo img {
		width: 100%;
		height: auto;
		vertical-align: middle;
		margin-bottom: 3px;
	}
	.single-products .name05 {
		width: 85%;
	}
	.single-products .name {
		width: 85%;
	}
}

/* .col-lg- Max container width:960px */
@media (min-width: 768px) and (max-width: 991.98px) {
	.product-image-wrapper {
		height: 335px;
	}
	.product-image-wrapper05 {
		height: 400px;
	}
	.product-search-image-wrapper {
		height: 340px;
	}
	.product-search-image-wrapper05 {
		height: 400px;
	}
	.single-products {
		padding: 0 0;
	}
	.productinfo {
		height: 250px;
		padding: 0 0;
		text-align: center;
		line-height: 250px;
	}

	.productinfo img {
		width: 100%;
		height: auto;
		vertical-align: middle;
		margin-bottom: 3px;
	}
	.single-products .name05 {
		width: 85%;
	}
	.single-products .name {
		width: 85%;
	}
}

.add-to-cart {
	background: #4287d7;
	border: 1px solid #5087d7;
	border-radius: 1px;
	color: #fff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 15px;
	margin: 0 5px 5px 5px;
}

.add-to-cart:hover {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 1px;
	color: #474747;
}

.add-to {
	margin-bottom: 10px;
}

.add-to-cart i {
	margin-right: 5px;
}

.recommended_items {
	overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
	padding-left: 0;
}

.recommended-item-control {
	position: absolute;
	top: 41%;
}

.recommended-item-control i {
	background: none repeat scroll 0 0 #4287d7;
	color: #ffffff;
	font-size: 20px;
	padding: 4px 10px;
}

.recommended-item-control i:hover {
	background: #ccccc6;
}

.recommended_items h2 {
}

.our_partners {
	overflow: hidden;
}

.our_partners ul {
	background: #f7f7f0;
	margin-bottom: 50px;
}

.our_partners ul li a:hover {
	background: none;
}

/*************************
*******Shop CSS******
**************************/
.pagination {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 15px;
	font-size: 1.2em;
}

.pagination li:first-child a,
.pagination li:first-child span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
	background-color: #4287d7;
	border-color: #4287d7;
	color: #ffffff;
	cursor: default;
	z-index: 2;
}

.pagination li a,
.pagination li span {
	background-color: #fff;
	border: 0;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 15px;
	border-radius: 3px;
	position: relative;
	text-decoration: none;
	margin: 0 0.5em;
	color: #000;
	border-radius: 3px;
}

.pagination li a:hover {
	background: #4287d7;
	color: #fff;
}

.pagination li a.focus {
	background-color: #4287d7;
	border-color: #4287d7;
	color: #ffffff;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
	border-radius: 3px;
}

@media (max-width: 767px) {
	.pagination {
		padding-left: 5px;
		font-size: 1em;
	}

	.pagination li a,
	.pagination li span {
		margin: 0 0.35em;
		padding: 2px 5px;
	}
}

/*************************
*******Product Details CSS******
**************************/
.product-details {
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 25px;
}

.product-details01 {
	margin-bottom: 40px;
	margin-top: 25px;
}

.productinfo-mask {
	position: relative;
}

.productinfo-mask img {
	opacity: 0.2;
	z-index: 1;
}

.productinfo-mask-text {
	position: absolute;
	top: 40%;
	left: 42%;
	background-color: #333;
	color: #fff;
	padding: 10px 10px;
	border-radius: 2px;
	opacity: 1;
	display: none;
}
.productinfo-mask .productinfo-mask-text {
	display: block;
}

.view-product {
	position: relative;
	max-height: 500px;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	background-color: #fff;
}

.view-product:after {
	padding-top: 56.25%;
	content: "";
	display: block;
}

.view-product img {
	max-width: 100%;
	margin: auto;
	padding: 1em 1em;
	height: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
	.view-product {
		position: relative;
		max-height: auto;
		padding: 2px 2px;
		width: 100%;
	}
	.view-product:after {
		padding-top: 0%;
	}
	.view-product img {
		max-width: 100%;
		margin: auto;
		height: auto;
	}
}

#similar-product {
	margin: 10px 0 0 0;
	padding-left: 30px;
	width: 100%;
	position: relative;
	display: none;
}

#similar-product .pic {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 3px 3px 3px;
	width: 60px;
	height: 60px;
	text-align: center;
}

.morearrow01 {
	top: 10px;
	left: 0;
	position: absolute;
}

.morearrow02 {
	top: 10px;
	right: 0;
	position: absolute;
}

.pricearea_cn {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	height: 100px;
	margin: 20px 0 15px 0;
	text-align: left;
}

.pricearea {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 90px;
	margin: 20px 0;
	text-align: left;
}

.pricearea02 {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 12px;
	height: 60px;
	margin: 20px 0 15px 0;
	text-align: left;
}

.pricearea02 .price02 {
	color: #4287d7;
	font-size: 15px;
}

.pricearea02 .price02 b {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.pricearea,
	.pricearea_cn {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}

.pricearea .price,
.pricearea_cn .price {
	text-decoration: line-through;
	color: #999;
}

.pricearea .price02,
.pricearea_cn .price02 {
	color: #4287d7;
	font-size: 15px;
}

.pricearea .price02 b,
.pricearea_cn .price02 b {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.pricearea .share {
	color: #999;
}

.pricearea .share i {
	font-size: 16px;
}

.pricearea .share a:link {
	padding: 3px 2px;
	display: inline-block;
}

.pricearea .qrcode {
	padding-left: 20px;
	vertical-align: top;
}

.product-information span input {
	border: 1px solid #dededc;
	color: #696763;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 33px;
	outline: medium none;
	text-align: center;
	width: 50px;
}

.cart {
	background: #4287d7;
	border: 1px solid #5087d7;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 15px;
	margin: 0 5px 0 5px;
}

.cart02 {
	background: #4287d7;
	border: 0 none;
	border-radius: 0;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 15px;
	margin-bottom: 25px;
	width: 100%;
}

.cartbox {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	z-index: 9999;
}

.cartbox img {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
}

.shop-details-tab {
	border: 1px solid #f7f7f0;
	margin-bottom: 75px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.finishmsg {
	color: #8c2830;
	font-size: 35px;
}

#reviews ul {
	background: #ffffff;
	border: 0 none;
	list-style: none outside none;
	margin: 0 0 20px;
	padding: 0;
}

#reviews ul li {
	display: inline-block;
}

#reviews ul li a {
	color: #696763;
	display: block;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 14px;
	padding-right: 15px;
}

#reviews ul li a i {
	color: #fe980f;
	padding-right: 8px;
}

#reviews ul li a:hover {
	background: #fff;
	color: #fe980f;
}

#reviews p {
	color: #363432;
}

#reviews form span {
	display: block;
}

#reviews form span input {
	background: #f0f0e9;
	border: 0 none;
	color: #a6a6a1;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 14px;
	outline: medium none;
	padding: 8px;
	width: 48%;
}

#reviews form span input:last-child {
	margin-left: 3%;
}

#reviews textarea {
	background: #f0f0e9;
	border: medium none;
	color: #a6a6a1;
	height: 195px;
	margin-bottom: 25px;
	margin-top: 15px;
	outline: medium none;
	padding-left: 10px;
	padding-top: 15px;
	resize: none;
	width: 99.5%;
}

#reviews button {
	background: #4287d7;
	border: 0 none;
	border-radius: 0;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 14px;
}

/*************************
*******404 CSS******
**************************/
.logo-404 {
	margin-top: 60px;
}

.content-404 h1 {
	color: #363432;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 41px;
	font-weight: 300;
}

.content-404 img {
	margin: 0 auto;
}

.content-404 p {
	color: #363432;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
}

.content-404 h2 {
	margin-top: 50px;
}

.content-404 h2 a {
	background: #4287d7;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 44px;
	font-weight: 300;
	padding: 8px 40px;
}

/*************************
*******login page CSS******
**************************/
#form {
	display: block;
	margin-bottom: 75px;
	margin-top: 75px;
	overflow: hidden;
}

@media (max-width: 800px) {
	#form {
		margin-bottom: 1px;
		margin-top: 35px;
	}
}

.login-form,
.signup-form {
	font-size: 16px;
	color: #565656;
}

.login-form h2,
.signup-form h2 {
	border-bottom: 1px solid #999;
	color: #565656;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 2px;
}

.login-form,
.signup-form,
.sale-form {
	background-color: rgba(240, 240, 240, 0.5);
	padding: 15px 25px;
}

.login-form h2,
.signup-form h2,
.sale-form h2 {
	border-bottom: 1px solid #999;
	color: #565656;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 2px;
}

.login-form form input,
.signup-form form input,
.sale-form .all,
.cancel-form .all {
	background: #fff;
	border: 1px solid #ccc;
	color: #363636;
	display: block;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	margin-bottom: 10px;
	outline: medium none;
	padding-left: 10px;
	width: 100%;
}

.login-form form span {
	line-height: 25px;
}

.login-form form span input {
	width: 15px;
	float: left;
	height: 15px;
	margin-right: 5px;
}

.login-form form button {
	margin-top: 23px;
}

.login-form form button,
.signup-form form button {
	background: #4287d7;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	display: block;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	padding: 6px 25px;
}

.login-form label input {
	border: medium none;
	display: inline-block;
	height: 0;
	margin-bottom: 0;
	outline: medium none;
	padding-left: 0;
}

.signup-form p {
	color: #666;
	font-size: 16px;
}

.or {
	background: #686868;
	border-radius: 40px;
	color: #ffffff;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	text-align: center;
	width: 50px;
}

@media (max-width: 800px) {
	.or {
		margin-top: 10px;
	}
}

/*************************
*******Cart CSS******
**************************/
#do_action {
	margin-bottom: 50px;
}

.breadcrumbs {
	position: relative;
}

.breadcrumbs .breadcrumb {
	background: transparent;
	margin-bottom: 20px;
	padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
	background: #fe980f;
	color: #ffffff;
	padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
	content: "";
	height: auto;
	width: auto;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent transparent #4287d7;
	position: absolute;
	top: 11px;
	left: 48px;
}

.breadcrumbs .breadcrumb &gt; li + li:before {
	content: "&nbsp;";
}

#cart_items .cart_info {
	border: 1px solid #e6e4df;
	margin-bottom: 50px;
}

#cart_items .cart_info .cart_menu {
	background: #4287d7;
	color: #fff;
	font-size: 16px;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
	height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
	border-bottom: 1px solid #f7f7f0;
}

#cart_items .cart_info .table.table-condensed tr:last-child {
	border-bottom: 0;
}

.cart_info table tr td {
	border-top: 0 none;
	vertical-align: inherit;
}

#cart_items .cart_info .image {
	padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
	margin-bottom: 0;
}

#cart_items .cart_info .cart_description h4 a {
	color: #363432;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#cart_items .cart_info .cart_description p {
	color: #696763;
}

#cart_items .cart_info .cart_price p {
	color: #696763;
	font-size: 18px;
}

#cart_items .cart_info .cart_total_price {
	color: #4287d7;
	font-size: 24px;
}

.cart_product {
	display: block;
	margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
	background: #f0f0e9;
	color: #696763;
	display: inline-block;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	width: 35px;
	float: left;
}

.cart_quantity_input {
	color: #696763;
	float: left;
	font-size: 16px;
	text-align: center;
	font-family: "Roboto", sans-serif;
}

.cart_delete {
	display: block;
	margin-right: -12px;
	overflow: hidden;
}

.cart_delete a {
	background: #f0f0e9;
	color: #ffffff;
	padding: 5px 7px;
	font-size: 16px;
}

.cart_delete a:hover {
	background: #fe980f;
}

.bg h2.title {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}

.heading h3 {
	color: #363432;
	font-size: 20px;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}

.heading p {
	color: #434343;
	font-size: 16px;
	font-weight: 300;
}

#do_action .total_area {
	padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
	border: 1px solid #e6e4df;
	color: #696763;
	padding: 30px 25px 30px 0;
	margin-bottom: 80px;
}

.total_area span {
	float: right;
}

.total_area ul li {
	background: #e6e4df;
	color: #696763;
	margin-top: 10px;
	padding: 7px 20px;
}

.user_option label {
	color: #696763;
	font-weight: normal;
	margin-left: 10px;
}

.user_info {
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
	overflow: hidden;
}

.user_info label {
	color: #696763;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.user_info .single_field {
	width: 31%;
}

.user_info .single_field.zip-field input {
	background: transparent;
	border: 1px solid #f0f0e9;
}

.user_info &gt; li {
	float: left;
	margin-right: 10px;
}

.user_info &gt; li &gt; span {
}

.user_info input,
select,
textarea {
	background: #f0f0e9;
	border: 0;
	color: #696763;
	padding: 5px;
	width: 100%;
	border-radius: 0;
	resize: none;
}

.user_info select:focus {
	border: 0;
}

.chose_area .update {
	margin-left: 40px;
}

.update,
.check_out {
	background: #4287d7;
	border-radius: 0;
	color: #ffffff;
	margin-top: 18px;
	border: none;
	padding: 5px 15px;
}

.update {
	margin-left: 40px;
}

.check_out {
	margin-left: 20px;
}

/*************************
*******checkout CSS******
**************************/
.step-one {
	margin-bottom: -10px;
}

.register-req,
.step-one .heading {
	background: none repeat scroll 0 0 #f0f0e9;
	color: #363432;
	font-size: 20px;
	margin-bottom: 35px;
	padding: 10px 25px;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}

.checkout-options {
	padding-left: 20px;
}

.checkout-options h3 {
	color: #363432;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}

.checkout-options p {
	color: #434343;
	font-weight: 300;
	margin-bottom: 25px;
}

.checkout-options .nav li {
	float: left;
	margin-right: 45px;
	color: #696763;
	font-size: 18px;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-weight: normal;
}

.checkout-options .nav label {
	font-weight: normal;
}

.checkout-options .nav li a {
	color: #4287d7;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
}

.checkout-options .nav li a:hover {
	background: inherit;
}

.checkout-options .nav i {
	margin-right: 10px;
	border-radius: 50%;
	padding: 5px;
	background: #4287d7;
	color: #fff;
	font-size: 14px;
	padding: 2px 3px;
}

.register-req {
	font-size: 14px;
	font-weight: 300;
	padding: 15px 20px;
	margin-top: 35px;
}

.register-req p {
	margin-bottom: 0;
}

.shopper-info p,
.bill-to p,
.order-message p {
	color: #696763;
	font-size: 20px;
	font-weight: 300;
}

.shopper-info .btn-primary {
	background: #4287d7;
	border: 0 none;
	border-radius: 0;
	margin-right: 15px;
	margin-top: 20px;
}

.form-two,
.form-one {
	float: left;
	width: 47%;
}

.shopper-info &gt; form &gt; input,
.form-two &gt; form &gt; select,
.form-two &gt; form &gt; input,
.form-one &gt; form &gt; input {
	background: #f0f0e9;
	border: 0 none;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	font-weight: 300;
}

.form-two &gt; form &gt; select {
	padding: 10px 5px;
}

.form-two {
	margin-left: 5%;
}

.order-message textarea {
	font-size: 12px;
	height: 335px;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.order-message label {
	font-weight: 300;
	color: #696763;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	margin-left: 10px;
	font-size: 14px;
}

.review-payment h2 {
	color: #696763;
	font-size: 20px;
	font-weight: 300;
	margin-top: 45px;
	margin-bottom: 20px;
}

.payment-options {
	margin-bottom: 125px;
	margin-top: -25px;
}

.payment-options span label {
	color: #696763;
	font-size: 14px;
	font-weight: 300;
	margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
	margin-bottom: 10px;
	margin-top: 35px;
	color: #696763;
}

#cart_items .cart_info .table.table-condensed.total-result tr {
	border-bottom: 0;
}

#cart_items .cart_info .table.table-condensed.total-result span {
	color: #4287d7;
	font-weight: 700;
	font-size: 16px;
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
	border-bottom: 1px solid #f7f7f0;
}

/*************************
*******Blog CSS******
**************************/
.blog-post-area .single-blog-post h3 {
	color: #696763;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 17px;
}

.single-blog-post &gt; a {
}

.blog-post-area .single-blog-post a img {
	border: 1px solid #f7f7f0;
	width: 100%;
	margin-bottom: 30px;
}

.blog-post-area .single-blog-post p {
	color: #363432;
}

.blog-post-area .post-meta {
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
}

.blog-post-area .post-meta ul {
	padding: 0;
	display: inline;
}

.blog-post-area .post-meta ul li {
	background: #f0f0e9;
	float: left;
	margin-right: 10px;
	padding: 0 5px;
	font-size: 11px;
	color: #393b3b;
	position: relative;
}

.blog-post-area .post-meta ul li i {
	background: #fe980f;
	color: #ffffff;
	margin-left: -4px;
	margin-right: 7px;
	padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	border-color: transparent transparent transparent #4287d7;
	border-width: 4px;
	border-style: solid;
	top: 6px;
	left: 24px;
}

.blog-post-area .post-meta ul span {
	float: right;
	color: #4287d7;
}

.post-meta span {
	float: right;
}

.post-meta span i {
	color: #4287d7;
}

.blog-post-area .single-blog-post .btn-primary {
	background: #8c2830;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	margin-top: 17px;
}

.pagination-area {
	margin-bottom: 45px;
	margin-top: 45px;
}

.pagination-area .pagination li a {
	background: #f0f0e9;
	border: 0 none;
	border-radius: 0;
	color: #696763;
	margin-right: 5px;
	padding: 4px 12px;
}

.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active {
	background: #fe980f;
	color: #fff;
}

/*************************
*******Blog Single CSS******
**************************/
.pager-area {
	overflow: hidden;
}

.pager-area .pager li a {
	background: #f0f0e9;
	border: 0 none;
	border-radius: 0;
	color: #696763;
	font-size: 12px;
	font-weight: 700;
	padding: 4px;
	text-transform: uppercase;
	width: 57px;
}

.pager-area .pager li a:hover {
	background: #4287d7;
	color: #fff;
}

.rating-area {
	border: 1px solid #f7f7f0;
	direction: block;
	overflow: hidden;
}

.rating-area ul li {
	float: left;
	padding: 5px;
	font-size: 12px;
}

.rating-area .ratings {
	float: left;
	padding-left: 0;
	margin-bottom: 0;
}

.rating-area .ratings li i {
	color: #cccccc;
}

.rating-area .rate-this {
	color: #363432;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.rating-area .ratings .color,
.rating-area .color {
	color: #4287d7;
}

.rating-area .tag {
	float: right;
	margin-bottom: 0;
	margin-right: 10px;
}

.rating-area .tag li {
	padding: 5px 2px;
}

.rating-area .tag li span {
	color: #363432;
}

.socials-share {
	margin-bottom: 30px;
	margin-top: 18px;
}

.commnets .media-object {
	margin-right: 15px;
	width: 100%;
}

.commnets {
	border: 1px solid #f7f7f0;
	padding: 18px 18px 18px 0;
	margin-bottom: 50px;
}

.commnets .pull-left {
	margin-right: 22px;
}

.commnets p,
.response-area p,
.replay-box p {
	font-size: 12px;
}

.media-heading {
	color: #363432;
	font-size: 14px;
	font-weight: 700;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	margin-bottom: 15px;
}

.blog-socials {
	margin-top: 14px;
}

.blog-socials ul li {
	display: inline-block;
	height: 17px;
	margin-right: 5px;
	text-align: center;
	width: 17px;
}

.blog-socials ul li a {
	color: #393b3b;
	display: block;
	font-size: 10px;
	padding: 1px;
	background: #f0f0e9;
}

.blog-socials ul li a:hover {
	color: #fff;
	background: #fe980f;
}

.media-list .btn-primary,
.commnets .btn-primary {
	background: #8c2830;
	border: 0 none;
	border-radius: 0;
	color: #ffffff;
	float: left;
	font-size: 10px;
	padding: 1px 7px;
	text-transform: uppercase;
}

.response-area h2 {
	color: #363432;
	font-size: 20px;
	font-weight: 700;
}

.response-area .media {
	border: 1px solid #f7f7f0;
	padding: 18px 18px 18px 0;
	margin-bottom: 27px;
}

.response-area .media img {
	height: 102px;
	width: 100%;
}

.response-area .media .pull-left {
	margin-right: 25px;
}

.response-area .second-media {
	margin-left: 5%;
	width: 95%;
}

.sinlge-post-meta {
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 15px;
}

.sinlge-post-meta li {
	background: #f0f0e9;
	color: #363432;
	float: left;
	font-size: 10px;
	font-weight: 700;
	margin-right: 10px;
	padding: 0 10px 0 0;
	position: relative;
	text-transform: uppercase;
}

.sinlge-post-meta li i {
	background: #fe980f;
	color: #ffffff;
	margin-right: 10px;
	padding: 8px 10px;
}

.sinlge-post-meta li i:after {
	top: 7px;
	border-width: 6px;
	left: 27px;
}

.replay-box {
	margin-bottom: 107px;
	margin-top: 55px;
}

.replay-box h2 {
	font-weight: 700;
	font-size: 20px;
	color: #363432;
	margin-top: 0;
	margin-bottom: 45px;
}

.replay-box label {
	background: #fe980f;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 3px 15px;
	float: left;
	font-weight: 400;
}

.replay-box span {
	color: #4287d7;
	float: right;
	font-weight: 700;
	margin-top: 21px;
}

.replay-box form input {
	border: 1px solid #f7f7f0;
	color: #adb2b2;
	font-size: 12px;
	margin-bottom: 22px;
	padding: 8px;
	width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
	border: 1px solid #4287d7;
}

.text-area {
	margin-top: 66px;
}

.text-area textarea {
	background: transparent;
	border: 1px solid #f7f7f0;
}

.btn .btn-primary {
	background: #4287d7;
	border: 0 none;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	margin: 16px 20px;
}

.blank-arrow {
	position: relative;
}

.blank-arrow label:after {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	border-style: solid;
	border-width: 8px;
	border-color: #fe980f transparent transparent transparent;
	top: 25px;
	left: 5px;
}

/*************************
******* Contact CSS ********
**************************/
.contact-map {
	width: 100%;
	height: 385px;
	margin-bottom: 70px;
}

.contact-info .heading,
.contact-form .heading {
	text-transform: capitalize;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

#contact-page .form-control::-moz-placeholder {
	color: #8d8d8d;
}

#contact-page .form-control {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #696763;
	height: 46px;
	padding: 6px 12px;
	width: 100%;
	font-size: 16px;
	border-radius: 4px;
	box-shadow: inherit;
}

#contact-page #message {
	height: 160px;
	resize: none;
}

#main-contact-form .btn-primary {
	margin-bottom: 15px;
	margin-top: 20px;
}

#contact-page .form-control:focus,
#contact-page .form-control:hover {
	box-shadow: inherit;
	border-color: #fdb45e;
}

#contact-page .contact-info {
	padding: 0 20px;
}

#contact-page .contact-info address {
	margin-bottom: 40px;
	margin-top: -5px;
}

#contact-page .contact-info p {
	margin-bottom: 0;
	color: #696763;
	font-size: 16px;
	line-height: 25px;
}

.social-networks {
	overflow: hidden;
	text-align: center;
}

.social-networks ul {
	margin-top: -5px;
	padding: 0;
	display: inline-block;
}

.social-networks ul li {
	float: left;
	text-decoration: none;
	list-style: none;
	margin-right: 20px;
}

.social-networks ul li:last-child {
	margin-right: 0;
}

.social-networks ul li a {
	color: #999;
	font-size: 25px;
}

.contact-info .social-networks ul li a i {
	background: none;
}

.contact-info .social-networks ul li a:hover {
	color: #4287d7;
}

.morebox {
	width: 100%;
	height: auto;
	margin: 0 0 3.5em 0;
	padding: 0 2%;
}

.morebox h2 {
	color: #4287d7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto 10px;
	text-align: center;
	border-bottom: 1px dotted #666;
}

.morebox .morepic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}

.morepic p img[alt|=""] {
	max-width: 100%;
	height: auto;
	margin: 5px;
}

.stepbox {
	color: #4287d7;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 35px 0;
}

.stepbox span {
	color: #ccc;
	padding-left: 30px;
}

.stepbox i {
	padding-right: 5px;
}

.orderSearchtable {
	font-size: 16px;
	font-family: arial, Microsoft JhengHei, "微軟正黑體", sans-serif;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.orderSearchtable tr {
	padding: 5px;
}

.orderSearchtable th {
	text-align: center;
	border-bottom: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
}

.orderSearchtable th.serial {
	width: 10%;
}

.orderSearchtable th.date {
	padding: 10px 5px;
	width: 12%;
}

.orderSearchtable th.total {
	padding: 10px 5px;
	width: 13%;
}

.orderSearchtable th.fee {
	width: 8%;
}

.orderSearchtable th.name {
	width: 10%;
}

.orderSearchtable th.info {
	width: 8%;
}

.orderSearchtable th.remark {
	width: 10%;
}

.orderSearchtable td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.orderSearchtable td.ship {
	padding: 0 0;
	text-align: center;
	vertical-align: top;
	background: rgba(240, 240, 240, 0.5);
	border-top: 0;
}

.orderSearchtable th.pic02 {
	width: 5%;
	text-align: center;
}
.orderSearchtable th.spec {
	width: 5%;
	text-align: center;
}

.orderSearchtable td.spec {
	width: 6%;
	text-align: center;
}

.orderSearchtable th.serialNo {
	width: 5%;
	text-align: center;
}

.orderSearchtable th.quantity {
	padding: 10px 0px;
	width: 3%;
	text-align: center;
}
.orderSearchtable td.quantity {
	padding: 10px 5px;
	width: 3%;
}
.orderSearchtable th.price {
	padding: 10px 0px;
	width: 4%;
	text-align: center;
}

.orderSearchtable td.price {
	text-align: right;
	width: 4%;
	white-space: nowrap;
}

@media (max-width: 1024.98px) {
	.orderSearchtable td {
		min-height: 38px;
	}
	.orderSearchtable td.name {
		width: 100%;
		text-align: right;
	}
	.orderSearchtable td.spec {
		width: 100%;
	}
	.orderSearchtable td.spec select {
		max-width: 60%;
		font-size: 16px;
		line-height: 1.5;
	}
	.orderSearchtable td.pic02 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.orderSearchtable td.pic02 img {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 60%;
		height: auto;
	}
	.toolmsg .toolinfo .hidebox {
		display: none;
	}
	.orderSearchtable td.serialNo {
		word-break: break-all;
	}
}

@media (min-width: 320px) and (max-width: 1024.98px) {
	.orderSearchtable td.spec,
	.odrertable td.spec {
		text-align: left;
	}
}

@media (min-width: 1025px) {
	.orderSearchtable td.spec,
	.odrertable td.spec {
		text-align: center;
		max-width: 120px;
	}
	.orderSearchtable td.serialNo {
		word-break: break-all;
	}
	.orderSearchtable td.info {
		width: 4%;
		text-align: center;
	}
	.orderSearchtable td.remark {
		width: 3%;
	}
}

.carttable {
	font-size: 16px;
	font-family: arial, Microsoft JhengHei, "微軟正黑體", sans-serif;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.carttable tr,
.odrertable tr {
	padding: 5px;
}

.carttable td.note {
	border-top: 1px solid #fff;
}

.carttable th,
.carttable td,
.odrertable th,
.odrertable td {
	padding: 10px 10px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.carttable td.ship {
	padding: 0 0;
	text-align: center;
	vertical-align: top;
	background: #f8f8f8;
	border-top: 0;
}

.carttable th {
	border-bottom: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
}

.carttable th.first {
	background: #f7f7f7;
}

.carttable td.del {
	font-size: 18px;
	font-weight: 700;
	width: 10%;
	vertical-align: middle;
}

.carttable td.pic {
	width: 10%;
	text-align: left;
}

.carttable td.pic02 {
	width: 10%;
	text-align: left;
}

.carttable td.pic img,
.carttable td.pic02 img {
	margin: 0 5px 0 2px;
	border: 1px solid #ddd;
	padding: 1px 1px;
	display: inline-block;
	max-width: 100px;
	max-height: 100px;
}

.carttable td.spec {
	width: 25%;
	text-align: left;
}

.carttable td.name {
	width: 35%;
	text-align: left;
}

.carttable td i {
	font-size: 1.5em;
	display: block;
}

@media (max-width: 1199px) {
	.carttable td,
	.odrertable td {
		min-height: 35px;
	}
	.carttable td.name {
		width: 100%;
		text-align: right;
	}
	.carttable td.spec {
		width: 100%;
	}
	.carttable td.spec select {
		max-width: 60%;
		font-size: 16px;
		line-height: 1.5;
	}
	.carttable td.pic02 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.carttable td.pic02 img {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 60%;
		height: auto;
	}
	.toolmsg .toolinfo .hidebox {
		display: none;
	}
}

@media (min-width: 320px) and (max-width: 1199px) {
	.carttable td.spec,
	.odrertable td.spec {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.carttable td.spec,
	.odrertable td.spec {
		text-align: left;
		max-width: 120px;
	}
}

.carttable td.spec02 {
	width: 20%;
	text-align: left;
}

.carttable td.spec05 {
	width: 10%;
	text-align: left;
}

.carttable td.price {
	text-align: right;
	width: 10%;
	white-space: nowrap;
}

.odrertable td.price {
	text-align: right;
	width: 10%;
	white-space: nowrap;
}

.toolmsg {
	position: relative;
}

.toolmsg .toolinfo {
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #ddd;
	color: #666;
	text-align: center;
	border-radius: 2px;
	padding: 2px 2px;
	position: absolute;
	z-index: 9999999999;
	border: 1px solid #ddd;
	left: 0;
	top: 25px;
}

@media screen and (max-width: 991px) {
	.toolmsg .toolinfo {
		left: -45%;
		top: 25px;
	}
}

.toolmsg .toolinfo .title {
	color: #f00;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
}

.toolmsg .toolinfo .specname {
	padding: 5px 2px;
	text-align: center;
}

@media (min-width: 320px) and (max-width: 991.98px) {
	.toolmsg .toolinfo .specnamehide {
		display: none;
	}
}

.toolmsg:hover .toolinfo {
	visibility: visible;
}

.toolinfo table tr td {
	background-color: #fff;
}

.carttable td.quantity input,
.carttable td.minQuantity input {
	width: 75px;
	padding: 0 5px;
	text-align: right;
	margin: 0 auto;
}

.carttable td.total {
	text-align: right;
	width: 18%;
}

.odrertable td.total {
	text-align: right;
	width: 10%;
}

.carttable td.totalmsg {
	width: 70%;
}

.carttable td.totalmsg,
.odrertable td.totalmsg {
	text-align: right;
}

.odrertable td.totalmsg {
	text-align: right;
}

.odrertable td.totalmsg02 {
	text-align: right;
	padding-right: 3%;
}

.odrertable td.totalmsg05 {
	border-top: 2px solid #aaa;
	font-weight: 700;
	text-align: right;
}

.odrertable td.totalmsg06 {
	border-top: 2px solid #aaa;
	color: #4287d7;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	padding-right: 3%;
}

.carttable td.totalmsg02 {
	text-align: right;
	padding-right: 3%;
}

.carttable td.totalmsg03,
.odrertable td.totalmsg03 {
	border-top: 0;
	text-align: right;
}

.odrertable td.totalmsg03,
.odrertable td.totalmsg04 {
	background-color: #f6f6f6;
}

.carttable td.totalmsg04,
.odrertable td.totalmsg04 {
	border-top: 0;
	padding-right: 3%;
	text-align: right;
}

.carttable td.totalmsg05 {
	border-top: 2px solid #aaa;
	font-weight: 700;
	text-align: right;
}

.odrertable td.totalmsg05 {
	border-top: 2px solid #aaa;
	font-weight: 700;
	text-align: right;
}

.odrertable td.totalmsg06 {
	border-top: 2px solid #aaa;
	color: #4287d7;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	padding-right: 3%;
}

.carttable td.totalmsg06 {
	border-top: 2px solid #aaa;
	color: #4287d7;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	padding-right: 3%;
}

.carttable td.totalmsg07 {
	border-top: 2px solid #aaa;
	text-align: right;
	width: 70%;
}

.carttable td.totalmsg08 {
	border-top: 2px solid #aaa;
	text-align: right;
	padding-right: 3%;
}

.odrertable {
	font-size: 15px;
	font-family: Verdana, Arial, "微軟正黑體", sans-serif;
	width: 96%;
	margin: 15px 0 35px 18px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.odrertable th.msgth {
	width: 40%;
}
.odrertable th {
	background: rgba(240, 240, 240, 0.5);
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
}

.odrertable td.msg {
	text-align: left;
	word-break: break-all;
}

.odrertable td.allline {
	white-space: nowrap;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 2px;
	color: #666;
	background-color: transparent;
	outline: none;
	background: #fff;
	height: 24px;
	border: 1px solid #ccc;
}

select,
textarea {
	outline: none;
	font-family: "微軟正黑體";
}

.cartmsg {
	margin: 25px 0 60px 0;
}

.btn.btn-primary {
	background: #4287d7;
	border: 0 none;
	border-radius: 1px;
	font-size: 16px;
	font-weight: 700;
	margin: 3px 3px 0 0;
}

.progressbar {
	counter-reset: step;
	padding-left: 0;
}

.progressbar li {
	list-style-type: none;
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #999;
}

.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 70px;
	height: 70px;
	line-height: 60px;
	border: 6px solid #ccc;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #f8f8f8;
	font-size: 30px;
	font-family: Arial;
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	background-color: #ccc;
	top: 30px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #4287d7;
}

.progressbar li.active:before {
	border-color: #4287d7;
}

.progressbar li.active + li:after {
	background-color: #4287d7;
}

.buyinfo {
	margin: 5px 0 25px 3px;
	font-size: 16px;
	font-weight: 500;
}

.buyinfo p {
	line-height: 1;
}

.buyinfo .spec {
	margin: 5px 0;
	width: 100px;
}

.infotable {
	margin: 5px 0;
	font-size: 15px;
	border: 1px solid #ccc;
}

.infotable th {
	background: #eee;
	padding: 3px 3px;
	border: 1px solid #ccc;
}

.infotable td {
	padding: 3px 3px;
	border: 1px solid #ccc;
}

.infotable td.one {
	white-space: nowrap;
}

.infotable th.one {
	text-align: center;
	width: 20%;
	white-space: nowrap;
}

.shopperinfo {
	margin: 50px 0 10px 0;
	font-size: 16px;
	font-weight: 700;
	color: #4287d7;
}

.usecode {
	text-align: right;
	padding-right: 0;
	margin-top: 10px;
}

.upgradebox {
	text-align: center;
	margin: 0 auto;
}

.upgradebox .focuse,
.upgradebox .focuse02 {
	font-size: 1.5em;
}

@media (max-width: 768px) {
	.upgradebox .oneline {
		display: inline-block;
		padding-bottom: 5px;
	}
	.usecode {
		text-align: left;
	}
}

.hr1 {
	height: 3px;
	border: none;
	border-top: 3px ridge #eee;
}

.sameshopperinfo {
	font-size: 15px;
	font-weight: 700;
	color: #4287d7;
	padding-left: 15px;
}

.second {
	background: #f2f2f2;
}

.finishbox {
	border: 1px solid #999;
	background: #f8f8f8;
	color: #f00;
}

.nempic {
	margin: 18px 10px 0 0;
}

.pagetitle {
	background-color: rgba(245, 245, 245, 0.5);
	margin: 10px 0 20px 0;
	font-weight: 600;
	padding: 15px 10px;
	border-bottom: solid 1px #ccc;
}

.pagetitle span {
	font-weight: 400;
	color: #ff9800;
}

.pagetitle02 {
	margin: 10px 0 20px 0;
	font-weight: 600;
	padding: 15px 0 5px 10px;
	border-bottom: dotted 1px #ccc;
}

.required {
	color: #c30000;
}

.odrermsg {
	padding: 0 20px;
}

.reicon {
	font-size: 1.6em;
	margin-top: 7px;
}

.orderremittance {
	font-size: 14px;
}

.orderremittance a:link,
.orderremittance a:visited {
	color: #fff;
	background-color: #c9302c;
	border-color: #357ebd;
	padding: 3px 6px;
	border-radius: 2px;
	display: inline-block;
	margin: 2px 0;
}

.addpay {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	padding: 0.35rem 0.5rem;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 0.2rem;
}

@media (max-width: 800px) {
	.pricearea .price02 b,
	.pricearea_cn .price02 b {
		font-size: 20px;
	}
	.pricearea .share {
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.pricearea,
	.pricearea_cn {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
		height: 60px;
		margin: 20px 0 25px 0;
		text-align: left;
	}
	.finishmsg {
		font-size: 1.0625em;
	}
	.finishmsg img {
		max-width: 30px;
		font-weight: 700;
	}
	.orderbox .title {
		font-size: 1.125em;
		font-weight: 700;
	}
}

/**********************************
*******meta &amp; productMeta CSS******
***********************************/
.darkbox {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.darkbox-cont {
	position: relative;
	background-color: #fff;
	width: 99%;
	height: 99%;
	left: 0.25%;
	margin-left: 0.25%;
	position: fixed;
	top: 0.25%;
	z-index: 1000;
	border: 5px solid #4287d7;
	box-shadow: 0 0 10px #a94442;
	border-radius: 6px;
}

.darkbox-cont .addmsg {
	width: 100%;
	height: 100%;
}

.darkbox-cont .inner {
	box-sizing: border-box;
	padding: 30px 30px;
}

.darkbox-cont .inner p {
	padding: 10px 0 0 10px;
	font-size: 1em;
}

.arrow_box {
	position: relative;
	background: #4287d7;
	border: 1px solid #8f361f;
	padding: 0 20px;
	width: 200px;
	height: 80px;
	border-radius: 6px;
	margin: 20px 0 50px 10px;
}

.arrow_box:after,
.arrow_box:before {
	top: 70%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 64, 0, 0);
	border-top-color: #4287d7;
	border-width: 45px;
	margin-left: -45px;
}

.arrow_box:before {
	border-color: rgba(143, 54, 31, 0);
	border-top-color: #8f361f;
	border-width: 46px;
	margin-left: -46px;
}

.arrow_box .addtitle {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2;
	color: #fff;
	padding: 3px auto;
	text-align: center;
}

/*固定頁尾*/
@media screen and (max-width: 767px) {
	#footercart {
		width: 100%;
		height: 40px; /* 視情況而定 */
		position: fixed;
		bottom: 0px;
		z-index: 3;
		overflow: visible;
	}
	.footer_btn {
		background-color: #4287d7;
		color: #ffffff;
		width: 100%;
		height: 40px; /* 視情況而定 */
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
	}
	.footer_btn a:link,
	.footer_btn a:visited {
		color: #ffffff;
	}
}

@media (min-width: 768px) {
	#footercart {
		display: none;
	}
}

/* fixedMenu */
@media (min-width: 1025px) {
	.fixedMenu {
		top: 28%;
		visibility: hidden;
	}
}

.fixedMenu {
	border: 1px solid #ccc;
	border-radius: 5px;
	clear: both;
	position: fixed;
	right: 2px;
	background: #9d9d9d;
	padding: 12px 12px;
	z-index: 90;
	text-align: center;
}

.fixedMenu li {
	list-style: none;
	padding: 10px 0;
}

.fixedMenu i {
	display: block;
	font-size: 22px;
	color: #fff;
}

.fixedMenu i:hover {
	color: #363636;
}

.fixedMenu span {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

@media screen and (max-width: 1024px) {
	.fixedMenu {
		background: #8c2830;
		border-radius: 0px;
		width: 100%;
		height: 65px;
		position: fixed;
		bottom: 0px;
		right: 0px;
		z-index: 3000;
		overflow: visible;
	}
	.fixedMenu li {
		width: 13%;
		font-size: 1.5em;
		line-height: 1;
		display: inline-block;
		padding: 3px 10px;
	}
}

@media screen and (max-width: 600px) {
	.fixedMenu {
		width: 100%;
		height: 45px;
		position: fixed;
		bottom: 0px;
		z-index: 3000;
		overflow: visible;
	}
	.fixedMenu li {
		width: 13%;
		font-size: 1.25em;
		display: inline-block;
		padding: 3px 2px;
	}
	.fixedMenu span {
		display: none;
	}
}

.bbaddress {
	width: auto;
	margin-bottom: 20px;
}

.product-information .colorbox img {
	display: inline-block;
}

.product-information .colorbox img:onmouseover,
.product-information .colorbox img:onclick {
	border: 1px solid #bbb;
}

.product-information .colorbox .pic {
	padding: 2px 2px;
	border: 1px solid #ccc;
	margin: 0 8px 10px 0;
	min-width: 35px;
	min-height: 33px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

/*-- 選到此顏色時. 邊框改色標註選到此色 --*/
.productDetail_focusSelectContent .productDetail_focusSelectContent_colorImages .active,
.product-information .colorbox .active {
	position: relative;
}
.productDetail_focusSelectContent_colorImages .active,
.product-information .colorbox .active {
	cursor: pointer;
	display: inline-block;
	width: auto;
	background: url(../images/background_content.png) no-repeat bottom right;
}
.productDetail_focusSelectContent_colorImages .active::before,
.product-information .colorbox .active::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 10px;
	color: #fff;
	right: 0px;
	bottom: -2px;
}

.fullscreen {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	color: #333;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99990;
}

.fullscreencont {
	position: fixed;
	top: 8%;
	left: 30%;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	z-index: 99999;
	max-height: 90%;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}

.fullscreencont02 {
	position: fixed;
	top: 25%;
	left: 20%;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	z-index: 99999;
}

@media (max-width: 991.98px) {
	.fullscreencont02 {
		position: fixed;
		top: 15%;
		left: 4%;
		width: 90%;
		text-align: center;
		margin: 0 auto;
		z-index: 99999;
	}
}

.fullscreenhide {
	display: none;
}

@media (min-width: 320px) and (max-width: 979px) {
	.fullscreencont {
		top: 15%;
		left: 10%;
		width: 80%;
	}
}

/**
 * 商品載入中提示
 */
.scroll_loading_tip {
	color: #4287d7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* 行動裝置 結帳金額區*/
.checktable {
	width: 100%;
	font-size: 16px;
	background-color: rgba(245, 245, 245, 0.5);
}

.checktable td {
	text-align: right;
	padding: 5px 5px;
}

.checktable td:first-child {
	width: 80%;
}

.checktable td:last-child {
	width: 20%;
	padding-right: 2%;
}

.narrowbox {
	width: 96.2%;
	margin: 0 0 0 2%;
}

@media (min-width: 320px) and (max-width: 600px) {
	.checktable td:first-child {
		width: 60%;
		font-size: 15px;
	}
	.checktable td:last-child {
		width: 40%;
		white-space: nowrap;
		font-size: 15px;
		padding-right: 4%;
	}
}

.checktable td.totalmsg {
	font-size: 1.125em;
	font-weight: 700;
	text-align: right;
}

.checktable td.totalmsg02 {
	color: #4287d7;
	font-size: 1.25em;
	font-weight: 700;
	text-align: right;
}

.checktable tr:first-child,
.checktable tr:last-child {
	border-top: 2px solid #aaa;
}

.addbox {
	font-weight: 700;
	font-size: 16px;
	color: #111;
}

.paymsg {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.428571429;
	color: #363636;
	vertical-align: middle;
	border-style: solid;
	border-color: #fff #fff #eaeaea #fff;
	border-radius: 0;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}

.preorder {
	border: 1px solid #f00;
	border-radius: 1px;
	color: #f00;
	padding: 6px 9px;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	max-width: 100%;
	line-height: 1.4;
	margin-bottom: 25px;
}

.preorder02 {
	background-color: #fff;
	border-radius: 1px;
	border: 1px solid #f00;
	color: #f00;
	font-size: 13px;
	padding: 6px 0px;
	width: 70px;
	text-align: center;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 0;
}

.preorder03 {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 10px 20px;
	width: 96%;
	margin: 30px 1.9%;
}

@media screen and (max-width: 320px) {
	#shoppingButton i,
	.favorite i {
		display: none;
	}
	#shoppingButton .btn,
	.favorite .btn {
		font-size: 12px;
		padding: 6px 10px;
	}
}

@media (min-width: 321px) and (max-width: 413px) {
	#shoppingButton i,
	.favorite i {
		display: none;
	}
	#shoppingButton .btn,
	.favorite .btn {
		font-size: 15px;
		padding: 6px 10px;
	}
}

@media (min-width: 414px) and (max-width: 768px) {
	#shoppingButton i,
	.favorite i {
		display: none;
	}
	#shoppingButton .btn,
	.favorite .btn {
		font-size: 16px;
		padding: 6px 10px;
	}
}

.customertable {
	font-size: 16px;
	font-family: arial, Microsoft JhengHei, "微軟正黑體", sans-serif;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.customertable tr {
	padding: 5px;
}

.customertable th {
	border-bottom: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	text-align: center;
}

.customertable td {
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.customertable td.pic {
	width: 10%;
	text-align: left;
	font-size: 14px;
}

.customertable td.pic img {
	margin: 0 5px 0 2px;
	border: 1px solid #ddd;
	padding: 1px 1px;
	display: inline-block;
	max-width: 150px;
	max-height: 150px;
}

.customertable td.name {
	width: 35%;
}

.customertable td.spec_mobile {
	display: none;
}

.spec_please {
	color: red;
	text-align: center;
	position: absolute;
	z-index: 9999;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	border-radius: 2px;
	padding: 2px 10px;
}

.customertable .spec_please {
	left: 65%;
}

.customertable td.unit {
	text-align: center;
}

.customertable td.price {
	width: 20%;
	text-align: right;
	white-space: nowrap;
	position: relative;
}

.customertable td.buy {
	width: 64px;
}

.customertable td.buy i {
	color: #428bca;
	font-size: 36px;
}

.customertable tr.spec_tr {
	display: table-row;
}

.customertable tr.spec_tr &gt; td.spec_pc {
	border: 0;
	text-align: left;
}

.spec_origin,
.spec_select,
.spec_add,
.spec_stop {
	padding: 3px 18px;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
	width: auto;
}

.spec_origin {
	background: rgba(245, 245, 245, 0.5);
	border-radius: 2px;
	border: 1px solid #ddd;
}

.spec_select {
	background-color: #fff;
	border-radius: 2px;
	color: #333;
	border: 1px solid #4287d7;
	position: relative;
}

.spec_select {
	padding: 3px 18px;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
	width: auto;
	background: url(../images/background_content.png) no-repeat bottom right;
}

.spec_select::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 10px;
	color: #fff;
	right: 0px;
	bottom: -2px;
}

.spec_add {
	background-color: #4287d7;
	border-radius: 2px;
	color: #fff;
	border: 1px solid #4287d7;
	position: relative;
}

.spec_add {
	padding: 3px 18px;
	margin: 5px;
	color: #fff;
	display: inline-block;
	width: auto;
	background: #428bca url(../images/background_content03.png) no-repeat bottom right;
}

.spec_add::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f07a";
	font-size: 10px;
	color: #428bca;
	right: 1px;
	bottom: -2px;
}

.spec_stop {
	background-color: #f2f2f2;
	border-radius: 2px;
	color: #666;
	cursor: no-drop;
	border: 1px solid #ddd;
	position: relative;
}

.spec_stop {
	padding: 3px 18px;
	margin: 5px;
	cursor: no-drop;
	display: inline-block;
	width: auto;
	background: url(../images/background_content02.png) no-repeat bottom right, url(../images/sold_out.png) no-repeat center center;
}

.spec_stop::before {
	position: absolute;
	font-family: FontAwesome;
	content: " \f00d";
	font-size: 10px;
	color: #fff;
	right: 0px;
	bottom: -1px;
}

@media (max-width: 991px) {
	.customertable thead {
		display: none;
	}
	.customertable tr {
		margin-bottom: 10px;
		display: block;
		border: 1px solid #ccc;
	}
	.customertable td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		padding-right: 5px;
	}
	.customertable td {
		min-height: 38px;
		display: block;
		text-align: right;
		font-size: 16px;
		border-top: 0;
		border-bottom: 1px solid #eee;
		padding: 5px 10px;
	}
	.customertable td.pic {
		width: 100%;
		text-align: center;
	}
	.customertable td.name {
		width: 100%;
	}
	.customertable td.spec_mobile {
		width: 100%;
		display: block;
		text-align: left;
	}
	.customertable td.unit {
		width: 100%;
		text-align: right;
	}
	.customertable .spec_please {
		left: 45%;
		margin-top: 3%;
		font-size: 16px;
		border: 1px solid #f00;
		padding: 5px 10px;
	}
	.customertable td.price {
		width: 100%;
	}
	.customertable td.buy {
		width: 100%;
	}
	.customertable tr.spec_tr {
		display: none;
	}
}

.product-name06 {
	color: #565656;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.product-image-wrapper06 {
	border: 1px solid #d8d8d8;
	box-shadow: 0px 0px 2px 0px #e2e2e2;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 30px;
	height: 150px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-wrapper06 img {
	max-width: 100%;
	height: auto;
}

.single-productsmsg06 {
	position: relative;
	height: 70px;
}

.single-productsmsg06 .price06 {
	position: absolute;
	color: #4287d7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.single-productsmsg06 .cart06 {
	position: absolute;
	bottom: 5%;
	right: 50%;
	color: #4287d7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.single-productsmsg06 .btn-sm {
	padding: 2px 8px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 1px;
}

@media (min-width: 320px) and (max-width: 768px) {
	.product-image-wrapper06 {
		height: auto;
	}
	.single-productsmsg06 {
		height: 70px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.product-image-wrapper06 {
		margin-bottom: 5px;
	}
	.single-productsmsg06 .more06 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		line-height: 1.3;
		height: 62px;
	}
}

.product-image-wrapper07 {
	overflow: hidden;
	margin-bottom: 5px;
	height: 225px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-wrapper07 img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 320px) and (max-width: 768px) {
	.product-image-wrapper07 {
		height: 225px;
	}
	.single-productsmsg07 {
		height: 100px;
	}
	.product-image-wrapper07 {
		margin-bottom: 5px;
	}
}

.invoice_case_row {
	margin: 5px;
	display: inline-block;
	width: 100%;
}

.invoice_case_col {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 3px;
}

.invoice_case_origin,
.invoice_case_select {
	padding: 10px 14px;
}

.invoice_case_origin {
	background-color: #f9f9f9;
	border-radius: 2px;
	border: 1px solid #ddd;
}

.invoice_case_select {
	background-color: #fff;
	border-radius: 2px;
	color: #333;
	border: 1px solid #4287d7;
	position: relative;
}

.invoice_case_select {
	width: auto;
	background: url(../images/background_content.png) no-repeat bottom right;
}

.invoice_case_select::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 10px;
	color: #fff;
	right: 0px;
	bottom: -2px;
}

ul.paying {
	margin-bottom: 2rem;
}

ul.paying li {
	color: #333;
	margin: 0 1rem 1rem 0;
	height: 45px;
	width: 47%;
	background-color: #fff;
	list-style-type: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 10px;
}

.doorlist {
	font-size: 0.9375em;
	line-height: 1;
	padding-left: 10px;
}

@media screen and (max-width: 1023.98px) {
	ul.paying li {
		width: 98%;
	}
	.doorlist {
		padding-left: 10px;
	}
}

ul.paying li:hover {
	color: #111;
	border: 1px solid #4287d7;
}

ul.paying label:hover {
	cursor: pointer;
}

ul.paying input:checked + label {
	color: #4287d7;
}

.ordermsg {
	margin-left: 18px;
}

.ordermsg a {
	padding-right: 1em;
	color: #999;
}

.ordermsg .focus {
	color: #428bca;
}

.customertopmsgbox {
	height: 0px;
}

@media (max-width: 767px) {
	.mainImage-div-out {
		height: 280px;
	}
	#mainImage {
		max-width: 250px;
	}
	.fullscreencontImg {
		width: auto;
		text-align: center;
		margin: 0 auto;
		z-index: 99999;
		max-height: 70%;
		max-width: 100%;
		overflow: auto;
		margin-top: 30%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainImage-div-out {
		height: 330px;
	}
	#mainImage {
		max-width: 320px;
	}
	.fullscreencontImg {
		width: auto;
		text-align: center;
		margin: 0 auto;
		z-index: 99999;
		max-height: 70%;
		max-width: 60%;
		overflow: auto;
		margin-top: 10%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.mainImage-div-out {
		height: 400px;
	}
	#mainImage {
		max-width: 440px;
	}
	.fullscreencontImg {
		width: auto;
		text-align: center;
		margin: 0 auto;
		z-index: 99999;
		max-height: 70%;
		max-width: 60%;
		overflow: auto;
		margin-top: 10%;
	}
}

@media (min-width: 1200px) {
	#mainImage {
		max-width: 540px;
	}
	.mainImage-div-out {
		height: 480px;
	}
	.fullscreencontImg {
		width: auto;
		text-align: center;
		margin: 0 auto;
		z-index: 99999;
		max-height: 70%;
		max-width: 60%;
		overflow: auto;
		margin-top: 10%;
	}
}

.productDetail_easyButton .fa {
	color: #4287d7;
}

.productbox_row .productbox_operate {
	color: #4287d7;
}

.productbox_row .i-cart {
	color: #4287d7;
}

.productbox_row &gt; .productbox_display4_per_row &gt; .productbox_image {
	min-height: 270px;
	height: 270px;
}

.productbox_row &gt; .productbox_display3_per_row &gt; .productbox_image {
	min-height: 370px;
	height: 370px;
}

.productbox_row &gt; .productbox_display4_per_row &gt; .productbox_image img {
	max-height: 250px;
	width: auto;
}
.productbox_row &gt; .productbox_display3_per_row &gt; .productbox_image img {
	max-height: 350px;
	width: auto;
}
</pre></body></html>