@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(//fonts.googleapis.com/css?family=Abel);

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, "微軟正黑體", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}

ul li {
	list-style: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", "微軟正黑體", sans-serif;
}

.btn:hover,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.navbar-toggle {
	background-color: #000;
}

/*************************
*******Header CSS******
**************************/
.header_top {
	background: #f0f0f0; /*自訂頁首底色*/
	padding: 0 5px;
	max-height: 60px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 103000;
}

.shop-menu {
	padding: 2px 0 0 0;
	font-family: "微軟正黑體", "Roboto", sans-serif;
	font-size: 14px;
}

.shop-menu img {
	width: auto;
	max-height: 55px;
	padding: 5px 0;
}

.shop-menu ul {
	list-style: none;
	position: relative;
	float: left;
	margin-right: 2px;
	display: inline-table;
	font-size: 14px;
}

.shop-menu ul li:hover > ul {
	display: block;
}

.shop-menu ul ul {
	display: none;
	background: #eee;
	position: absolute;
	top: 100%;
	left: -7%;
	border-radius: 3px;
	padding: 2px 1px;
	color: #111;
}

.shop-menu .shopCartDropDown {
	z-index: 10;
}

.shop-menu .shopCartDropDown li {
	padding: 2px 0;
	white-space: nowrap;
}

.shop-menu .memberDropDown {
	z-index: 10;
	color: #111;
	background: #eee;
	border-radius: 3px;
	padding: 2px 5px;
}

.shop-menu .memberDropDown li {
	text-align: left;
	white-space: nowrap;
	padding: 0 2px;
	display: block;
}

.shop-menu ul li {
	display: inline-block;
	margin: 12px 8px 0 8px;
	white-space: normal;
	max-width: 70px;
}

.shop-menu ul li a:link,
.shop-menu ul li a:visited {
	color: #111;
}

.shop-menu ul li a i {
	margin-right: 0;
	font-size: 1.75em;
	padding-right: 0;
}

.shop-menu ul li a i.small {
	margin-right: 0;
	font-size: 1.5em;
	padding-right: 0;
}

.shop-menu ul li a:hover {
	text-decoration: underline;
}

.shop-menu ul li.first {
	border: 1px solid #999;
	padding: 2px 7px 0 7px;
	border-radius: 2px;
	background: inherited;
	margin: 0 0;
	font-size: 1.125em;
}

.shop-menu ul li.first i {
	font-size: 1.125em;
}

.shop-cart-count-tip {
	position: absolute;
	top: 14px;
	right: -10px;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #f93;
	color: #111;
	font-size: 0.75rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5rem;
}

.shbox02 {
	padding-top: 6px;
}

.shbox02 .form-control {
	border-radius: 25px 0 0 25px;
	border-top: 1px solid #ddd;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	height: 28px;
}
.shbox02 .input-group-addon {
	background-color: #fff;
	border-radius: 0 25px 25px 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0px solid transparent;
	height: 28px;
}

.header-middle .container .row {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 3px;
	padding-top: 70px;
}

.fa {
	position: relative;
}

.shop-menu .fa:hover::after,
.toolbox .fa:hover::after {
	content: attr(data-title);
	padding-left: 0em;
	position: absolute;
	bottom: 0;
	margin-bottom: -2.2em;
	left: 5%;
	transform: translateX(-5%);
	font-size: 14px;
	color: #111;
	min-width: 35px;
	white-space: nowrap;
	background-color: #eee;
	padding: 7px 10px 5px 10px;
	border-radius: 3px;
}

@media screen and (max-width: 800px) {
	.header-middle .container .row {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 2px;
		padding-top: 2px;
	}
}

.header-middle .container .row .logo img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}

/* 購物車 */
#cart_items {
	padding-bottom: 2rem;
}

#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;
}

.fixbox {
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 9999;
	margin-top: 0;
	margin-bottom: 0;
}

.fixbox.affix {
	position: fixed;
	top: 10px;
}

@media screen and (min-width: 1281px) {
	.fixbox {
		width: 263px;
	}
}

@media screen and (max-width: 1280px) {
	.fixbox.affix {
		position: static;
		width: 100%;
		margin-bottom: 30px;
	}
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	color: inherit;
	padding: 0;
	position: relative;
}

.panel-heading .panel-title > a {
	background-color: #f7f7f7;
	border-bottom: solid 1px #ccc;
	color: #363636;
	display: block;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 24px;
	padding: 11px 5px 11px 10px;
	word-wrap: break-word;
	border-radius: 0px;
}

.panel-heading .panel-title > a::after {
	bottom: 0;
	content: "-";
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 48px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.panel-heading .panel-title > a.collapsed::after {
	content: "+";
}

.panel-body {
	color: #565656;
	max-height: 425px;
	overflow: auto;
	font-size: 0.9375em;
	padding: 6px 8px;
	line-height: 1.2;
}

.panel-body .tablebox {
	border-collapse: collapse;
	width: 100%;
}

.panel-body .tablebox td {
	border-bottom: 1px solid #eee;
	padding: 6px 2px;
}

.panel-body .tablebox td.pricebox {
	color: #000;
	text-align: right;
	white-space: nowrap;
}

.panel-body .tablebox td.qtybox {
	color: #999;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}

.panel-body .tablebox td.attend {
	color: #c30000;
	font-size: 0.9375em;
}

.panel-body .tablebox td.total {
	background-color: #f2f2f2;
	border-top: 3px solid #999;
	border-bottom: 1px solid #fff;
	font-weight: 700;
}

.panel-body .tablebox td.totalprice {
	background-color: #f2f2f2;
	border-top: 3px solid #999;
	border-bottom: 1px solid #fff;
	font-size: 1.25em;
	font-weight: 700;
	white-space: nowrap;
}

.panel-body .tablebox td.attend02 {
	border-bottom: 1px solid #fff;
	color: red;
	font-size: 0.9375em;
	text-align: center;
}

.panel-body .tablebox td.attend03 {
	border-bottom: 1px solid #fff;
	color: #4287d7;
	font-size: 1em;
	text-align: right;
}

/*************************
*******品牌故事******
**************************/
.nav-about {
	text-align: center;
}

.nav-about > ul {
	list-style: none;
	padding: 0 0;
}

.nav-about > ul > li {
	padding: 5px 15px 5px 0;
	margin: 0;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.nav-about > ul > li > a {
	display: block;
	color: #666; /*自訂品牌故事文字顏色*/
	white-space: nowrap;
}

.nav-about > ul > li > a.focus {
	color: #565656; /*自訂品牌故事選取頁顏色*/
}

/*************************
*******Shop CSS******
**************************/
#advertisement {
	display: table;
	margin: 0 auto 0.9375em auto;
	max-width: 100%;
}

#advertisement img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 100%;
	height: auto;
}

#advertisement .row {
	padding-bottom: 0.9375em;
}

#advertisement .gonggou_editor {
	padding: 0 1.25em;
	text-align: left;
}

#advertisement .gonggou_instagram {
	margin: 0 auto;
	padding: 0 1.5em;
}

#advertisement .gonggou_facebook_fans {
	margin: 0 auto;
	padding: 0 1.5em;
}
#advertisement .gonggou_youtube {
	margin: 0 auto;
	padding: 0 5px;
}

#banner {
	display: table;
	margin: 0 auto 0.9375em auto;
	max-width: 100%;
}

#banner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 100%;
	height: auto;
}

#banner .row {
	padding-bottom: 0.9375em;
}
.align-middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767.98px) {
	#advertisement .row {
		padding-bottom: 0;
	}
	#advertisement img,
	#advertisement .col-xs-12 img,
	#advertisement blockquote {
		padding-bottom: 10px;
	}

	#advertisement .gonggou_editor {
		padding: 0 0 10px 0;
	}
	#banner .row {
		padding-bottom: 0;
	}
	#banner img,
	#banner .col-xs-12 img,
	#banner blockquote {
		padding-bottom: 10px;
	}
}

.shipping {
	margin: 15px auto 0 auto;
}

.shipping img {
	padding-bottom: 10px;
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.well {
	background-color: #ffffff;
	border: 1px solid #f7f7f0;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 35px;
}

.orderbox {
	border: solid 1px #ccc;
	font-size: 1em;
	margin-bottom: 25px;
}

.orderbox .title {
	background-color: rgba(245, 245, 245, 0.5);
	border-bottom: solid 1px #ccc;
	font-weight: 600;
	font-size: 1.25em;
	margin: 0;
	padding: 10px 2px;
	text-align: center;
}

.orderbox .msg {
	padding: 15px 15px;
}

.orderbox02 {
	background-color: rgba(250, 250, 250, 0.5);
	margin: 35px 0 10px 0;
	font-weight: 600;
	padding: 15px 10px;
	border-bottom: solid 1px #ccc;
}

.orderbox03 {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 75px 0;
	padding: 15px 0px;
	line-height: 2;
}

@media (min-width: 320px) and (max-width: 991px) {
	.orderbox04 {
		color: #363636;
		margin: 5% 20%;
		padding: 15px 0px;
		line-height: 2;
		font-size: 24px;
	}
}

@media (min-width: 991px) {
	.orderbox04 {
		color: #363636;
		margin: 5% 40%;
		padding: 15px 0px;
		line-height: 2;
		font-size: 24px;
	}
}

.deletcont {
	color: #c00;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

/*************************
*******Footer CSS******
**************************/
#footer {
	background: #f7f7f7; /*自訂頁尾底色*/
	font-weight: 400;
	padding: 0 0;
}

#footer,
#footer a:link,
.single-widget ul li a,
.single-widget p {
	color: #666; /*自訂頁尾文字顏色*/
	font-weight: 400;
}

.footer-widget {
	padding-bottom: 20px;
}

.footer-widget .container {
	padding-top: 2rem;
}

.communitybox {
	display: none;
}

.single-widget h2 {
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.single-widget h2 i {
	margin-right: 15px;
}

.single-widget ul li a {
	font-size: 14px;
	padding: 2px 0;
}
.single-widget div {
	font-size: 14px;
	padding: 2px 0;
}

.single-widget ul li a i {
	margin-right: 18px;
}

.footer-bottom {
	font-size: 13px;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	padding: 10px 10px 0 10px;
}

.proofbox img {
	max-width: 134px;
	height: auto;
	padding-bottom: 3px;
}

@media (max-width: 1024px) {
	#chiefpage {
		margin-top: 65px !important;
	}
}

@media (max-width: 767.98px) {
	#chiefpage {
		margin-top: 0px !important;
	}

	.proofbox img {
		max-width: 24%;
		float: left;
		padding: 0 10px 0 0;
		vertical-align: top;
	}
}

.icon_fb_register,
.icon_line_register,
.icon_fb_checkout,
.icon_line_checkout {
	width: 140px;
	height: 35px;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.icon_fb_register_mobile,
.icon_line_register_mobile,
.icon_fb_checkout_mobile,
.icon_line_checkout_mobile {
	display: none;
}

@media (max-width: 768px) {
	.icon_fb_register,
	.icon_line_register {
		display: none;
	}

	.icon_fb_register_mobile,
	.icon_line_register_mobile {
		display: block;
		width: 100%;
		cursor: pointer;
		margin-bottom: 10px;
	}
}

@media (max-width: 992px) {
	.icon_fb_checkout,
	.icon_line_checkout {
		display: none;
	}

	.icon_fb_checkout_mobile,
	.icon_line_checkout_mobile {
		display: block;
		width: 100%;
		cursor: pointer;
		margin-bottom: 10px;
	}
}

.single-products {
	position: relative;
}

.single-products .productDetail_easyButton {
	cursor: pointer;
	font-size: 1.5em;
	background-color: rgba(240, 240, 240, 0.5);
	font-size: 1.75em;
	padding: 0px 8px;
	position: absolute;
	right: 1%;
	bottom: 1%;
	border-radius: 5px;
}
.product-search-image-wrapper05 .single-products .productDetail_easyButton,
.product-image-wrapper05 .single-products .productDetail_easyButton {
	cursor: pointer;
	font-size: 1.5em;
	background-color: rgba(240, 240, 240, 0.5);
	font-size: 1.75em;
	padding: 0px 8px;
	position: absolute;
	right: 1%;
	bottom: 1%;
	border-radius: 5px;
}

@media (max-width: 767.98px) {
	.single-products .productDetail_easyButton {
		cursor: pointer;
		font-size: 1.5em;
		background-color: rgba(240, 240, 240, 0.5);
		font-size: 1.75em;
		padding: 0px 8px;
		position: absolute;
		right: 1%;
		bottom: 1%;
		border-radius: 5px;
	}

	.product-search-image-wrapper05 .single-products .productDetail_easyButton,
	.product-image-wrapper05 .single-products .productDetail_easyButton {
		cursor: pointer;
		font-size: 1.5em;
		background-color: rgba(240, 240, 240, 0.5);
		font-size: 1.75em;
		padding: 0px 8px;
		position: absolute;
		right: 1%;
		bottom: 1%;
		border-radius: 5px;
	}
}

.single-products .productDetail_easyButton .fa:hover::after {
	display: none;
}

.productDetail_easyWindowMask {
	z-index: 104000;
	position: fixed;
	display: block;
	background: black;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.productDetail_easyBackground {
	z-index: 105000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.productDetail_easyLocation {
	z-index: 105000;
	min-width: 600px;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	background-color: #fff;
}

@media screen and (max-width: 600px) {
	.productDetail_easyLocation {
		min-width: 100%;
	}
}

.productDetail_easyClose {
	z-index: 106000;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5em;
	padding: 15px 30px;
}

.productDetail_focusSelectClose {
	z-index: 109000;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5em;
	padding: 15px 30px;
}

.productDetail_focusSelectWindowMask {
	z-index: 107000;
	position: fixed;
	display: block;
	background: black;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.productDetail_focusSelectBackground {
	z-index: 108000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.productDetail_focusSelectLocation {
	z-index: 108000;
	min-width: 50%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	background-color: #fff;
}

@media screen and (max-width: 600px) {
	.productDetail_focusSelectLocation {
		min-width: 100%;
	}
}

.productDetail_easyContent,
.productDetail_focusSelectContent {
	position: relative;
	flex: 1 1 auto;
	overflow-y: auto;
}

.productDetail_focusSelectContent_specifications,
.productDetail_focusSelectContent_shoppingButton,
.productDetail_focusSelectContent_colorImages,
.productDetail_focusSelectContent_specifications {
	padding: 20px 25px;
}

.productDetail_focusSelectContent_shoppingButton .btn {
	margin-bottom: 5px;
}

.colorImage-div .pic,
.productDetail_focusSelectContent_colorImages .pic {
	padding: 2px 2px;
	border: 1px solid #ccc;
	margin: 0 8px 10px 0;
	min-width: 36px;
	min-height: 36px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
.odrertable td.pic,
.carttable td.pic {
	text-align: center;
}

@media (max-width: 767px) {
	#mainImage-div img {
		max-height: 270px;
	}
}

.customerCenterIndex_batchPriceDescription {
	position: relative;
}

.customerCenterIndex_batchPriceDescription .customerCenterIndex_batchPriceContent {
	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) {
	.customerCenterIndex_batchPriceDescription .customerCenterIndex_batchPriceContent {
		left: -170%;
		right: 0;
		top: 25px;
	}

	.customerCenterIndex_batchPriceDescription .customerCenterIndex_batchPriceRule {
		display: none;
	}
}

.customerCenterIndex_batchPriceDescription .customerCenterIndex_batchPriceContent .customerCenterIndex_batchPriceTitle {
	color: #f00;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
}

.customerCenterIndex_batchPriceDescription .customerCenterIndex_batchPriceContent .customerCenterIndex_batchPriceName {
	padding: 5px 2px;
	text-align: center;
}

.customerCenterIndex_batchPriceDescription:hover .customerCenterIndex_batchPriceContent {
	visibility: visible;
}

.customerCenterIndex_batchPriceDescription .customerCenterIndex_batchPriceContent table tr td {
	background-color: #fff;
}

.toolbox {
	position: fixed;
	right: 18px;
	bottom: 70px;
	z-index: 10000;
	cursor: pointer;
	display: block;
}

.toolbox ul {
	list-style: none;
	position: relative;
	float: left;
	margin-right: 2px;
}

.toolbox ul li {
	padding: 5px 2px;
	margin-bottom: -1px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.toolbox img {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.toolbox .totop {
	color: #363636;
	font-size: 36px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.toolbox .shareimage {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
	align-items: center;
	justify-content: center;
}

.toolbox i {
	font-size: 32px;
	margin-left: 3px;
}

.toolbox .mobileshow {
	display: none;
}
#foottool {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#foottool li {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	filter: grayscale(100%);
}
@media (max-width: 767.98px) {
	#foottool {
		display: none;
	}
}
.fullscreencontImg{
  width: auto;
  margin: 0 auto;
  z-index: 99999;
  position: fixed;
  top: 10%;
  left: 25%;
  max-width: 40%;
}

@media ( max-width : 767.98px){
.fullscreencontImg{
  width: auto;
  margin: 0 auto;
  z-index: 99999;
  position: fixed;
  top: 12%;
  left: 10%;
  max-width: 80%;
}	
}

.fullscreen img {
	margin: 0 auto;
}

.fullscreencont .close {
	color: #000;
	font-size: 48px;
	font-weight: bold;
	text-shadow: 0 1px 0 #f2f2f2;
	opacity: 1;
}

@media all and (max-width: 1024px),
	only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
	only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
	only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
	only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
	only screen and (min-resolution: 192dpi) and (max-width: 1024px),
	only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.fa:hover::after {
		display: none;
	}
	#nav-menu {
		display: block;
	}

	#display-CenterLeft {
		display: none;
	}

	#cssmenu {
		position: fixed;
		top: 0px;
		left: 0;
		height: 100%;
		background: #f0f0f0;
	}

	.left-sidebar {
		border-bottom: 0 solid #ddd;
		border-top: 0 solid #ddd;
		margin: 2px 0 0 0;
	}

	#cssmenu > ul {
		display: none;
		padding-bottom: 50px;
	}

	#cssmenu > ul.open {
		display: block;
		width: 100vw;
		height: 100vh;
		border-top: 1px solid #999;
		transition-duration: 0.25s;
	}

	#cssmenu.align-right > ul {
		float: none;
	}

	#cssmenu.align-center > ul {
		text-align: left;
	}

	#cssmenu > ul > li,
	#cssmenu.align-right > ul > li {
		float: none;
		display: block;
	}

	#cssmenu > ul > li > a,
	#cssmenu > ul > li.first > a {
		padding: 10px 25px;
		font-weight: 700;
		border-bottom: 1px solid #999;
		text-align: left;
	}

	#cssmenu > ul > li:hover > a,
	#cssmenu > ul > li.active > a {
		background-color: #ddd;
	}

	#cssmenu ul ul,
	#cssmenu ul li:hover > ul,
	#cssmenu > ul > li > ul,
	#cssmenu ul ul li:hover > ul,
	#cssmenu.align-right ul ul,
	#cssmenu.align-right ul li:hover > ul,
	#cssmenu.align-right > ul > li > ul {
		left: 0;
		right: auto;
		top: auto;
		opacity: 1;
		width: 100%;
		padding: 0;
		position: relative;
		text-align: left;
	}

	#cssmenu ul ul li {
		width: 100%;
	}

	#cssmenu ul ul li a {
		width: 100%;
		box-shadow: none;
		padding-left: 42px;
		text-align: left;
	}

	#cssmenu ul ul li:last-child > a {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom: 1px solid #ddd;
	}

	#cssmenu ul ul li:hover a {
		background-color: #ccc;
		color: #666;
	}

	#cssmenu ul ul li:first-child > a,
	#cssmenu ul ul li:last-child > a {
		border-radius: 0;
	}

	#cssmenu > ul > li.first > a,
	#cssmenu > ul > li.last > a {
		color: #666;
		padding-left: 22px;
	}

	#cssmenu #menu-button {
		display: block;
		position: fixed;
		right: 6vw;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		cursor: pointer;
		width: 26px;
		height: 30px;
		z-index: 20;
	}

	#cssmenu #menu-button::after {
		display: block;
		content: "";
		font-family: Raleway, sans-serif;
		position: absolute;
		height: 11px;
		width: 26px;
		border-top: 3px solid;
		border-bottom: 3px solid;
		top: 10px;
		text-align: center;
	}

	#cssmenu #menu-button::before {
		display: block;
		content: "";
		font-family: Raleway, sans-serif;
		position: absolute;
		height: 3px;
		width: 26px;
		border-top: 3px solid;
		top: 26px;
		text-align: center;
	}

	#cssmenu > ul > li.title,
	#cssmenu > ul > li.title02 {
		background: #ccc;
		color: #333;
	}

	/*新增置中行動版. MENU文字在script.js內*/
	*,
	*:before,
	*:after {
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.header_top {
		display: none;
	}

	/*| Navigation |*/
	.nav-mobile {
		position: fixed;
		top: 0px;
		display: block;
		width: 100%;
		z-index: 10000;
		background: #f0f0f0;
		padding-top: 10px;
		border-bottom: 1px solid #999;
		min-height: 60px;
	}

	.nav-mobile > ul {
		list-style: none;
		position: relative;
		float: left;
		text-align: center;
		display: inline-table;
		font-size: 12px;
		width: 100vw;
		margin-bottom: 0;
	}

	.nav-mobile > ul > li {
		display: inline-flex;
		align-items: flex-end; /*#61639*/
		justify-content: center;
		width: 60px;
		height: 40px;
	}

	/*#61639*/
	.nav-mobile > ul {
		display: flex;
		align-items: flex-start;
	}

	.nav-mobile > ul.home {
		position: fixed;
		top: 15px;
	}

	.nav-mobile > ul > li.home {
		position: absolute;
		right: 10vw;
	}

	.nav-mobile ul li a {
		display: block;
		padding: 0 0.6em;
		white-space: nowrap;
	}

	.nav-mobile ul li a:link,
	.nav-mobile ul li a:visited {
		color: #111;
	}

	.nav-mobile ul ul {
		display: none;
		background: #eee;
		position: absolute;
		top: 100%;
		left: 5%;
		border-radius: 3px;
		padding: 2px 1px;
		color: #111;
		box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.1);
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	.nav-mobile ul ul li {
		float: none;
		position: relative;
	}

	.nav-mobile ul ul li a {
		padding: 6px 4px;
		font-size: 14px;
	}

	.nav-mobile ul ul ul {
		position: absolute;
		left: 100%;
		top: 0;
	}

	.nav-mobile > ul > li i {
		font-size: 1.7em;
	}
}

@media (min-width: 320px) and (max-width: 375px) {
	.nav-mobile ul li a {
		padding: 0 0.6em;
	}
}

@media (min-width: 1025px) {
	.nav-mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header-middle {
		margin: 102px 0 0 0;
	}
}

#rwdMenuUl.open {
	overflow: auto;
	height: 100%;
}

.nav-mobile .memberDropDown {
	z-index: 10;
	color: #111;
	background: #eee;
	border-radius: 3px;
	padding: 2px 5px;
}

.nav-mobile .memberDropDown li {
	text-align: left;
	white-space: nowrap;
	padding: 0 2px;
	display: block;
}

.nav-mobile .shopCartDropDown {
	z-index: 10;
	color: #111;
	background: #eee;
	border-radius: 3px;
	padding: 2px 5px;
}

.nav-mobile .shopCartDropDown li {
	padding: 0 0;
	white-space: nowrap;
}

.nav-mobile .orderSearchDropDown {
	z-index: 10;
	color: #111;
	background: #eee;
	border-radius: 3px;
	padding: 2px 5px;
}

.nav-mobile .orderSearchDropDown li {
	white-space: nowrap;
	padding: 0 2px;
}

.nav-mobile #searchBoxMobile li:first-child {
	width: 94%;
	margin: 0 2.5% 0 14px;
}

.mobile-cart-count-tip {
	position: absolute;
	top: 9px;
	right: 13px;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #f93;
	color: #111;
	font-size: 0.75rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5rem;
}

.agreebox {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	background: #003060;
	color: #fff;
	font-size: 0.8125em;
	opacity: 0.95;
	z-index: 99999999;
}

.agreebox button {
	outline: 0;
	border: 0;
	width: 120px;
	border-radius: 25px;
	cursor: pointer;
	color: #000;
	background-color: #fff;
	box-shadow: none;
	padding: 6px;
	font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
	transition: 0.3s;
}

.linenotifybox {
	position: fixed;
	left: 0;
	top: 48px;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	background: #003060;
	color: #fff;
	font-size: 0.8125em;
	opacity: 0.95;
	z-index: 99999999;
}

.linenotifybox button {
	outline: 0;
	border: 0;
	width: 120px;
	border-radius: 25px;
	cursor: pointer;
	color: #000;
	background-color: #fff;
	box-shadow: none;
	padding: 6px;
	font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
	transition: 0.3s;
}

@media (max-width: 767.98px) {
	.linenotifybox {
		position: fixed;
		left: 0;
		top: 50px;
	}
}

.agreebox p a:link {
	color: #fff;
}

/* 分享賺錢  */
.sharebox {
	background-image: url(../images/bground_share.png);
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 450px;
	height: 400px;
	margin: 5em auto;
	padding: 11.5em 3% 1% 3%;
	position: relative;
}

.sharebox .close01 {
	position: absolute;
	top: 0;
	right: 3%;
	font-size: 3em;
	color: #ef8b69;
}

.sharebox img {
	max-width: 100%;
	height: auto;
}

.sharebox .share01,
.sharebox .share03 {
	display: none;
}

.sharebox .fa:hover::after,
.toolbox .fa:hover::after {
	display: none;
}

.sharebox .share02 {
	margin-top: 45px;
	text-align: center;
}

.sharebox .share02 img {
	padding: 5px 5px;
	display: inline-block;
}

.sharebox .share04 {
	margin: 0 auto;
	text-align: center;
}

.shareqrcodebox {
	background-image: url(../images/bground_share_qrcode.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 470px;
	height: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.shareqrcodebox img {
	position: relative;
	top: 57%;
	border: 5px black solid;
}

.shareqrcodebox .close01 {
	position: absolute;
	top: 0;
	right: 2%;
	font-size: 3em;
	color: #ef8b69;
}

.shareqrcodebox img {
	max-width: 100%;
	height: auto;
}

/* 產品詳細頁 */
.product-information {
	overflow: hidden;
	padding-bottom: 60px;
	padding-left: 35px;
}

.product-information h1,
.product-information h2 {
	color: #565656;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-align: left;
}

.product-information .msg {
	height: auto;
	padding-bottom: 15px;
	text-align: left;
}

.product-information .msg02 {
	overflow: hidden;
	text-align: left;
	margin: 5px 0;
}

.product-information .msg02 img {
	padding: 0 3px 5px 0;
}

.product-information .msg02 select {
	width: auto;
	margin-left: 5px;
}

.product-information .msg02 input {
	width: 120px;
	margin-left: 5px;
}

.product-information p {
	color: #696763;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}

.product-information .colorbox {
	text-align: left;
}

.product-information .colorbox img {
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.hidebox {
		display: none;
	}
}

.orderbox .msg02 {
	padding: 25px 15px;
	font-weight: bold;
	text-align: center;
}

.orderbox .msg02 span {
	padding: 0 2.5rem;
}

.verifyIdentificationLoginMethodBox {
	background: url(../images/verifyIdentification_bg.png) no-repeat center top;
	margin: 0 auto;
	width: 360px;
	height: 500px;
	padding: 60px 60px;
}

.verifyIdentificationLoginMethodIcon {
	padding: 230px 0 0 0;
	text-align: center;
}

.simpleDisplayOfResultsBox {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #363636;
	line-height: 2;
	font-size: 24px;
	min-height: 300px;
}

/*************************
*******品牌故事******
**************************/
#chiefpage {
	color: #565656;
	line-height: 1.25;
	margin: 0 auto;
	font-size: 16px;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

@media (min-width: 768px) {
	.fullvideo {
		width: 100%;
		height: auto;
		max-width: 560px;
		margin: 0 calc((100% - 560px) / 2);
	}
}

@media (max-width: 767.98px) {
	.fullvideo {
		width: 100%;
		height: auto;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

.closeFrequentRecipient {
	cursor: pointer;
	position: absolute;
	font-size: 2em;
	top: 0%;
	right: 2%;
}

@media screen and (max-width: 1023.98px) {
	.closeFrequentRecipient {
		right: 5%;
	}
}

.btnRemittance {
	background-color: #28a745;
	border-color: #28a745;
	font-size: 18px;
	color: #fff;
	padding: 5px;
}

.referrerMember_windowMask {
	z-index: 104000;
	position: fixed;
	display: block;
	background: black;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.referrerMember_background {
	z-index: 105000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.referrerMember_location {
	z-index: 105000;
	min-width: 380px;
	max-width: 380px;
	min-height: 400px;
	max-height: 600px;
	overflow: hidden;
	position: relative;
	display: flex;
	background-color: #fff;
	border: 3px solid #ccc;
}

@media screen and (max-width: 600px) {
	.referrerMember_location {
		min-width: 90%;
		min-height: 90%;
	}
}

.referrerMember_search {
	z-index: 106000;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.5em;
	padding: 10px 10px;
}

.referrerMember_search > input {
	max-width: 50%;
}

.referrerMember_query {
	cursor: pointer;
	display: inline-block;
}

.referrerMember_close {
	z-index: 106000;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5em;
	padding: 0px 10px;
	cursor: pointer;
}
.referrerMember_prev {
	display: none;
	z-index: 106000;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	padding: 15px;
	cursor: pointer;
}

.referrerMember_next {
	z-index: 106000;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	padding: 15px;
	cursor: pointer;
}

.referrerMember_content {
	position: relative;
	top: 60px;
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 15px;
}

.referrerMember_row {
	border: 1px solid #aaa;
}

.commicon {
	width: 32px;
	height: 32px;
}

/* 頁首商品搜尋 */
.search-box {
	position: relative;
}

.search-box .search-btn {
	cursor: pointer;
	font-size: 1.75em;
	color: #111;
}

.search-box > .search {
	display: none;
	transition: opacity 0.35s ease-in-out;
	position: absolute;
	right: 25px;/*#61729*/
	bottom: 37px;
	width: 255px;/*#61729*/
	transform: translate(0, 100%);
	padding: 5px;
	border: 1px solid #666;
	background: #fff;
	border-radius: 3px;
	z-index: 100;
}
/*#61729*/
#searchBox > .input-group > .form-control{
  width: 240px;
}

@media (max-width: 1024px) {
	.search-box .search-btn {
		font-size: 12px;
	}

	.search-box > .search {
		bottom: 43px;
		right: 50px;
		width: 150px;
	}
}

/*商品詳細頁查看更多*/
.detail-panel-wrapper {
	position: relative;
	margin-bottom: 40px;
}

.detail-btnbox {
	color: #000;
	background: #fff;
	border-radius: 1.5em;
	left: 35%;
	padding: 1em;
	text-decoration: none;
	width: 30%;
	cursor: pointer;
	position: absolute;
	bottom: -1em;
	z-index: 100;
	text-align: center;
	border: red;
}

.detail-btnbox.detail-panel-hide {
	display: none;
}

.detail-btnbox.detail-panel-show {
	display: block;
}

.detail-panel {
	position: relative;
	margin: 2em auto;
	width: 90%;
	max-height: 500px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.detail-panel.active {
	max-height: none;
}

.detail-fade {
	background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, #eeeeee 75%);
	height: 100px;
	margin-top: -100px;
	position: relative;
}

.mobilelogo {
	height: 45px;
	/width: 90vw;
}

.mobilelogo img {
	max-height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobilelogo .logoLeft {
	display: inline-flex;
	margin-left: 20px;
}

.mobilelogo .logoCenter {
	display: inline-flex;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}

/* 商品列表 */
.productbox_row {
 flex: 1;
 display: flex;
 flex-wrap: wrap;
}

.productbox_per_row {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.productbox {
	flex: 1;
	display: flex;
	padding: 5px 8px 4px 8px;
}

.productbox_image {
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 900;
}

.productbox_content_simple {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	min-height: 45px;
	height: 45px;
	position: relative;
}

.productbox_content {
	position: relative;
}

.productbox_row > .productbox_display4_per_row > .productbox_content_simple {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	min-height: 48px;
	height: 48px;
}

.productbox_row > .productbox_display3_per_row > .productbox_content_simple {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	min-height: 45px;
	height: 45px;
}

.productbox_row > .productbox_display4_per_row > .productbox_content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	min-height: 107px;
	height: 107px;
}

.productbox_row > .productbox_display3_per_row > .productbox_content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	min-height: 107px;
	height: 107px;
}

.productbox_operate {
	font-weight: bold;
	position: relative;
}

.productbox i {
	font-size: 20px;
}

.productbox_image .i-collect {
	position: absolute;
	right: 8px;
	bottom: 5px;
	z-index: 1000;
	cursor: pointer;
}

.productbox_mask .i-collect {
	position: absolute;
	right: 8px;
	bottom: 5px;
	z-index: 1000;
	cursor: pointer;
}

.productbox_image .i-collect .focus {
	color: #ea0000;
}

.productbox_operate .i-cart {
	position: absolute;
	right: 8px;
	cursor: pointer;
}

.demoprice {
	color: #a7a7a7;
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
	padding-top:5px; /*#61729*/
}

@media (max-width: 767.98px) {
	.productbox_row > .productbox_display4_per_row > .productbox_image,
	.productbox_row > .productbox_display3_per_row > .productbox_image {
		min-height: 150px;
		height: 150px;
	}

	.productbox_row > .productbox_display4_per_row > .productbox_image img,
	.productbox_row > .productbox_display3_per_row > .productbox_image img {
		max-height: 145px;
		width: auto;
	}
}

.productbox_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #aaaaaa;
	opacity: 0.5;
	filter: alpha(opacity=40);
	z-index: 950;
}

.productbox_mask_circle {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

.productbox_mask_text {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -35px;
	align-items: center;
}

/* redmin:#45405 放置在css最下面 */
html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
}
html {
	overflow-y: scroll;
}
html {
	overflow: -moz-scrollbars-vertical;
}

#modal-content-ms-30 {
	margin-top: 30%;
}
