@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&family=Noto+Serif+TC:wght@600&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/*共用區域*/
* {
	text-decoration: none;
	box-sizing: border-box;
}
*:actived {
	text-decoration: none;
}
*:focus {
	outline: none;
}
input, textarea {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
img {
	max-width: 100%;
}
body {
/*	font-family: 'cwTeXHei', "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
*/    font-family: 'Noto Sans TC', "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
ul, li {
	padding: 0;
	margin: 0;
}
.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	margin: 0 auto;
}
nav {
	background-color: #000;
	width: 100%;
	line-height: 1.5;
	z-index: 2;
	position: fixed;
}
li {
	list-style-type: none;
}
ul.main_menu {
	
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}
ul.main_menu li {
	display: inline-block;
	float: none;
	position: relative;
}
ul.main_menu li a {
	padding: 10px 1.25rem 10px;
	display: block;
	color: #A27E00;
	font-size: 90%;
	text-align: center;
	font-weight: 400;
}
ul.main_menu li a:hover {
	color: #FFF;
}
ul.sub_menu {
	display: none;
	position: absolute;
	width: 100%;
	background: #000;
}
ul.sub_menu li {
	width: 100%;
}
ul.sub_menu li a {
	text-align: left;
    padding: 10px 1.7rem;
}
ul.main_menu li:hover ul.sub_menu{
	display: block;
}
ul.main_menu li a span {
	padding: 0 8px 0 0;
}
ul.main_menu img, div.lang img {
	max-height: 1.3rem;
	vertical-align: bottom;
}
ul.main_menu li a:hover img {
    -moz-filter:grayscale(100%);
	-moz-filter:brightness(10);
	filter:grayscale(100%);
	filter:brightness(10);
}

div.lang {
	font-family: "Times New Roman", "serif";
	width: auto;
	float: right;
	color: #FFF;
	font-style: italic;
	font-weight: 300;
	padding: 0px 8px;
}
div.lang a {
	padding: 10px 4px;
	display: inline-block;
	color: #FFF;
	font-size: 90%;
	vertical-align: middle;
	font-style: italic;
	font-weight: 300;
}
ul.cart_menu {
	display: none;
	background: #eeeee8;
}
ul.cart_menu.active {
	display: block;
	position: fixed;
	width: 260px;
    padding: 6px 12px 6px;
    margin-top: 1px;
    right: 0;
    color: #000;
}
li.cart_item {
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 81%;
}
li.cart_item span {
	line-height: 1.5;
	font-weight: 300;
	display: block;
	float: right;
	text-align: left;
	width: 65%;
	padding: 0 0 0 5%;
}
li.cart_item > img {
	width: 35%;
	max-height: none!important;
}
hr.divider {
	width: 100%;
	display: block;
	height: 1px;
	border: none;
	background: #999;
	margin: 6px 0;
	float: left;
}
.cart_item .num {
	text-align: right;
}
a.gotocart {
	font-size: 1rem!important;
	display: block!important;
	border: 1px solid #000;
	padding: 5px 0!important;
	color: #000!important;
    font-weight: 300;
    background: #DDD;
}
a.gotocart:hover {
	color: #FFF!important;
    background: #A27E00;
    border: 1px solid #A27E00;
}
li#cart_btn a {
	padding: 10px 2px;
}
li#cart_btn a span {
	text-align: center;
    margin: 0 0 0 10px;
}
/*頁腳區域*/
footer {
	background: #FFF;
	width: 100%;
	float: left;
	line-height: 1.5;
	padding: 2rem 0;
	font-size: .85rem;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #A27E00;
}
footer img {
	max-height: 1.5rem;
    max-width: 2rem;
    vertical-align: bottom;
    padding: 2px;
}
.link_main, .link_shop, .link_method, .link_contact, .link_store_info {
	float: left;
	padding: 1rem 3% 0 0;
	height: 185px;
}
.link_shop, .link_method, .link_contact, .link_store_info {
	padding: 1rem 0% 0 2.5rem;
}
.link_main, .link_shop, .link_method, .link_contact {
	border-right: 1px solid #000;
}
.link_method .link_item_type {
	padding: 0 2rem 0 0.7rem;
}
.link_contact {
	max-width: 13rem;
}
.link_main a {
	display: block;
	margin:0rem 0 2rem;
}
.link_store_info {
	max-width: 18rem;
	line-height: 1.5;
}
.link_store_info p {
	margin: 0 0 0.5rem;
}
ul.link_item_type {
	display: block;
	float: left;
	padding: 0 2rem 0 0;
}
.link_title {
	margin-left: -1.3rem;
}
.link_contact > a {
	display: inline-block;
}
.link_func {
	display: block;
	margin-top: 1rem;
	width: 100%;
	float: left;
}
.link_func a:hover {
	opacity: .8;
}
.link_item_type > p {
	margin: 0.5rem 0;
	font-weight: 600;
}
.link_func img {
	max-height: 1.8rem;
}






/*商品頁面*/
#shop_page {
	width: 100%;
	float: left;
}
.item_type, .item_content {
	float: left;
}
.item_type {
	width: 15%;
	padding: 2.5rem 0 0 0rem;
	font-size: 85%;
}
.item_type {
    padding-top: 80px;
}
.item_content {
	width: 85%;
	padding: 2.5rem 0 2rem 0;
}
.type_slogan {
	margin: 0 0 1rem;
}
.type_name {
	margin: 0 0 0.3rem;
}
hr.iline {
	width: 3.5rem;
	border: none;
	height: 2px;
	background: #000;
	float: left;
	margin: 0 0 0.3rem;
}
ul.type_list {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 2rem;
}
ul.type_list li a {
	color: #000;
	display: block;
	padding: 0.1rem 0;
}
ul.type_list li a.active, ul.type_list li a:hover {
	color: #A27E00;
	font-weight: 600;
}
.item_main_list {
	padding: 1rem 0;
	position: relative;
}
.item_list > li {
	/*padding: 1rem;*/
	float: left;
	position: relative;
    margin-bottom: 2rem;
}
li .item_img {
	width: 100%;
	/*padding: 0 1rem;*/
	float: left;
}
li .item_img img {
	/*max-height: 170px;*/
}
li.col-1 {
	width: calc(100% / 4);
}
li.col-2 {
	width: calc(100% / 2);
}
li.col-1 .item_img {
    min-height: 170px;
}
li.col-2 .item_img {
    min-height: 340px;
}
li.col-2 img {
    max-height: 400px;
}
ul.item_list li a {
	color: #000;
}
li .item_name, li .item_price {
	width: 100%;
	font-size: 85%;
	padding-left: 2rem;
	float: left;
	margin: 0 0 0.3rem;
}
ul.item_list li a:hover {
	color: #A27E00;
	cursor: pointer;
}
.show {
	display: none;
}

li.active + .show {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,.8);
	/*display: block;
	position: absolute;
	width: 100%;
	border: 1px solid #000;
	background: #FFF;
	z-index: 2;
	left: 0;
	margin-top: 25%;
	padding: 2rem;*/
	z-index: 99;
	top:0;
	left: 0;
}
li.active + .show .item_detail {
	display: block;
	position: fixed;
	width: 70%;
	border: 1px solid #000;
	background: #FFF;
	left: 0;
	margin: 15% 15%;
	padding: 2rem;
	top: 0;
}
input.close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	background: none;
	border: none;
	font-weight: 200;
	color: #000;
	cursor: pointer;
}
input.close:hover {
	color: #999!important;
	background: none!important;
}
.item_detail .item_intro {
	width: 70%;
	float: left;
}
.item_detail .item_img {
	width: 30%;
	float: left;
}
.item_detail .item_info {
	width: 60%;
	float: left;
	padding: 0 1rem;
}
.item_detail .item_info .item_name {
	font-size: 1.2rem;
}
.item_detail .item_func {
	width: 40%;
	float: left;
	padding: 0 3rem 0 0;
	margin: 0 0 1rem;
	text-align: right;
}
.item_detail .item_special, .item_detail .item_name {
	margin: 0 0 .5rem;
	float: left;
}
.item_detail .item_special {
	line-height: 1.5;
}
.item_detail .item_func input {
	border: 1px solid #000;
	background: none;
	display: inline-block;
}
.item_detail .item_func input[type=text]{
	width: 60px;
	padding: 2px;
	margin: 0 -1px 0 -1px;
	text-align: center;
	font-size: 1.5rem;
}
.qty-sub, .qty-add {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px;
	line-height: 0;
	font-size: 1rem;
    font-weight: 600;
    border: 1px solid #333;
    vertical-align: middle;
    font-family: sans-serif;
    cursor: pointer;
    line-height: 0;
}
.item_detail input.addcart {
	font-size: 1.1rem;
	padding: 0.3rem 1rem;
	background: none;
	border: 1px solid #000;
}
.item_detail .item_addtocart {
	width: 100%;
	float: left;
	padding: 0 0 0 1rem;
}
a.mobile_hide, .mobile_hide {
	display: block!important;
}
a.desktop_hide, .desktop_hide {
	display: none!important;
}


div.award .lang {
    display: none;
}
.mobile_menu {
    display: none;
}

ul.main_menu img, div.lang img, ul.mobile_menu img {
	max-height: 1.3rem;
	vertical-align: bottom;
}
.main_menu .award {
	display: inline-block;
	width: auto;
	padding: 8px;
	float: left;
}
.main_menu .award img {
	margin: 0 5px 0;
}
#cart_btn {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-style: normal!important;
}
#cart_btn p {
    color: #000;
    font-weight: 600;
}
#cartCount {
    font-style: normal!important;
}
.open_type {
    display: none;
}



.toggle {
	opacity: 0;
	display: none;
}
.ad img{
	width: 100px!important;
	height: 100px!important;
}
@media screen and (max-width: 1200px) {
	.toggle {
		position: fixed;
		right: 0%;
		top:0%;
		display: block;
		z-index: 1000;
		cursor: pointer;
		opacity: 1;
		background: transparent;
	}
	.toggle p {
		width: 38px;
		height: 38px;
		
		padding: 2px;
		position: relative;
		margin: 0.5em;
	}
	.toggle span.top {
		width: 34px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		top: 4px;
		transition: all 0.1s linear;
	}
	.toggle span.mid {
		width: 34px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		top: 18px;
		transition: all 0.1s linear;
	}
	.toggle span.bottom {
		width: 34px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		bottom: 4px;
		transition: all 0.1s linear;
	}
	.toggle.active span.top {
		width: 38px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		top: 18px;
		left: 0;
		transform: rotate(45deg);
		transition: all 0.1s linear;
	}
	.toggle.active span.mid {
		display: none;
	}
	.toggle.active span.bottom {
		width: 38px;
		height: 2px; 
		background-color: #A27E00;
		display: block;
		position: absolute;
		bottom: 18px;
		left: 0;
		transform: rotate(-45deg);
		transition: all 0.1s linear;
	}
    .open_type {
        display: block;
        margin-top: 70px;
    }
    .open_type button {
        width: 100%;
        padding: 15px 30px;
        text-align: center;
        font-size: 1.125rem;
        background-color: #A27E00;
        border: none;
        color: #FFF;
    }
	nav {
		width: 100%;
		z-index: 3;
		text-align: center;
		position: fixed;
	}
	.container {
		/*padding: 2.5%;*/
		padding: 0 3.5%;
	}
	nav .container {
		padding: 0%;
	}
	ul.main_menu {
		display: none;
		background: #111;
        height: 100vh;
        overflow-y: scroll;
	}
	ul.main_menu li {
		width: 100%;
	}
	ul.main_menu li a {
		padding: 30px 2rem 10px;
		text-align: left;
		display: inline-block;
		width: 70%;
		float: right;
		font-size: 16px;
		border-bottom: 1px solid #A27E00;
	}
	ul.main_menu li:hover ul.sub_menu {
		display: block;
		position: relative;
        background-color: #666;
	}
    ul.main_menu li:hover ul.sub_menu a {
        padding: 30px 2rem 10px calc(50px + 2rem);
    }
	ul.cart_menu.active {
		width: 100%;
		position: relative;
	}
	div.lang {
		width: 100%;
		text-align: center;
	}
	li.col-1 {
		width: calc(100% / 2);
	}
	li.col-2 {
		width: calc(100% / 1);
	}
	.link_main, .link_shop, .link_method, .link_title, ul.link_item_type {
		display: none;
	}
	.link_contact, .link_store_info {
		padding: 0;
		border: none;
		height: auto;
		margin-bottom: 1rem;
        width: 100%;
	}
	.form-group label, .form-group input, .form-group textarea {
		width: 100%!important;
	}
    .item_content, .item_type {
        width: 100%;
    }
    .item_list > li {
        padding: 5px;
    }
    li .item_name, li .item_price {
        padding: 0;
    }
    .flexslider, .detail {
        width: 100%!important;
    }
    .item_detail {
        padding: 30px 0 0!important;
    }
	.mid_menu + .lang {
        display: none;
    }
    div.award {
        text-align: left;
        padding: 14px 2.5%;
        background: #000;
    }
    div.award .lang {
        display: inline-block;
        width: auto;
        float: none;
    }
    ul.main_menu img, div.lang img {
        display: inline-block;
        float: left;
    }
    .award img {
        margin: 0;
    }
    .award > img {
        margin: 0 6px;
    }
    div.lang a {
        padding: 0px 6px;
    }
    ul.main_menu li a span {
        min-width: 50px;
        display: inline-block;
        text-align: center;
    }
    ul.main_menu li a span img {
        float: none;
    }
    .about_logo img {
        max-width: 150px;
    }
    .main_menu .award, .main_menu .lang {
        display: none;
    }
	.mobile_menu {
        display: block;
    }
	a.mobile_hide, .mobile_hide {
		display: none!important;
	}
	a.desktop_hide, .desktop_hide {
		display: block!important;
	}
	li#cart_btn a.desktop_hide {
		padding: 30px 2rem 10px;
	}
	li#cart_btn a.desktop_hide span{
		margin: 0;
	}
	.item_type {
		background: #FFF;
		position: absolute;
		z-index: 2;
		left: 0;
		padding: 0 5%;
	}
    .item_type {
        padding-top: 20px;
        display: none;
    }
	.type_slogan {
		display: none;
	}
	hr.iline {
		width: 100%;
	}
	ul.type_list li {
		width: 33.33%;
		float: left;
	}
    .item_type.active {
        display: block;
    }
	.item_type {
		font-size: 100%;
	}
	ul.type_list li {
		padding: 5px;
	}
	ul.type_list li a {
		text-align: center;
		padding: 10px;
		border:1px solid #A27E00;
	}
	ul.item_list li a, li .item_img {
		text-align: center;
	}
    .checkform, .totalcount {
		width: 100%!important;
		padding: 0!important;
		max-width: 100%!important;
	}
	.totalcount {
		padding: 20px!important;
	}
    #thesame, #shippingType1, #order_paytype2, #accept {
        width: auto!important;
    }
    .totalcount {
        right: inherit!important;
    }
    .itemlist, .order_list_content {
		width: calc(100vw - 5.5%);
		overflow-x: scroll;
	}
    table.table {
        width: 200%!important;
    }
    h1.title {
        padding: 10px 0!important;
    }
}