body {
	background: #fff;
	font-size: 16px;
	color: #333;
	font-family: 'roboto', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clr {
	clear: both;
}

h1 {
	margin: 12px 0 21px 0;
	font-size: 28px;
	line-height: 130%;
	letter-spacing: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', 'roboto', Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 21px;
	color: #8A734F;
	font-weight: bold;
	line-height: 130%;
	padding: 0;
	clear: both;
}

.content h2 {
	margin-top: 25px;
	margin-bottom: 16px;
}

h2 a {
	font-size: 21px;
	color: #8A734F;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

.content h3 {
	margin-top: 25px;
	margin-bottom: 15px;
}


.page-title,
.section-title {
	font-size: 24px;
	font-weight: normal;
	font-family: 'roboto', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	color: #563f2f;
	border-left: #563f2f solid 6px;
	padding-left: 15px;
	line-height: 21px;
}

.news-title {
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 150%;

}

.hr-ddd {
	border-top: #ddd solid 1px;
	float: none;
	clear: both;
	width: 100%;
	margin: 50px 0;
}

/* overvite bootstrap */

.col-sm-2d4 {
	width: 20%;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1;
	border-radius: 4px;
}

/* topmenu */
.topmenu {
	border-top: #9f9f9f solid 1px;
	border-bottom: #9f9f9f solid 1px;
}

.topmenu ul.navbar-nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

.topmenu ul.navbar-nav li.nav-item {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 12.5%;
	float: left;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
}

.topmenu li:nth-child(1) a {
	border-left: none;
}

.topmenu a.nav-link {
	display: block;
	color: #8e736a;
	font-weight: bold;
	text-decoration: none;
	border-left: #bbaaa5 solid 1px;
	padding-top: 0;
	padding-bottom: 0;
}

.topmenu a:hover {
	color: #60340f;
}

.dropdown-item {
	display: block;
	color: #8e736a;
	font-weight: bold;
	text-decoration: none;
}

.dropdown-item:active, .dropdown-item:focus {
	background-color: #60340f;
	color: #fff !important;
}

.dropdown-item:active a, .dropdown-item:focus a {
	color: #fff !important;
}

.lang {
	border-right: #ccc solid 1px;
}

.footer {
	background: #5c4039;
	padding: 20px 0 30px 0;
	color: #FFF;
}

.copyright {
	background: #482f28;
	color: #FFF;
}

.footer-info {
	margin-right: 15px;
}

.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-form {
	padding: 30px 0;
}

.main {
	padding: 50px 0 90px 0;
}

.top-cart {
	font-size: 40px;
	margin-left: 10px;
	color: #bbaaa5;
	line-height: 40px;
}

/* colors */
.text-brown {
	color: #5c4039 !important;
}

.text-coffee {
	color: #986515 !important;
}

.color-coffee {
	color: #986515 !important;
}

.text-666 {
	color: #666;
}

.text-freshgreen {
	color: #7eb244;
}

/* backgrounds */
.bg-black {
	background: #000;
}

.bg-black-o50 {
	background: #000;
	opacity: .5
}

.bg-black-o60 {
	background: #000;
	opacity: .6
}

.bg-black-o70 {
	background: #000;
	opacity: .7
}

.bg-black-o80 {
	background: #000;
	opacity: .8
}

.bg-white {
	background-color: #FFF;
}

.bg-lite {
	background-color: #f6f6f6;
}

.bg-eee {
	background-color: #eee;
}

.bg-green {
	background-color: #7db343;
}

.bg-yellow {
	background-color: #f7d631;
}

.bg-orange {
	background-color: #ef8726;
}


.bg-brown {
	background-color: #5c4039 !important;
}

.block-date {
	width: 60px;
	height: 60px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	background: rgba(153, 51, 51, .6);
	color: #fff;
	text-align: center;
}

/* btn brown(應捨棄, 改用default) */
.btn-brown {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-brown:hover {
	color: #fff;
	background-color: #44251e;
	border-color: #41211a
}

.btn-brown.focus, .btn-brown:focus {
	color: #fff;
	background-color: #44251e;
	border-color: #41211a;
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

.btn-brown.disabled, .btn-brown:disabled {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-brown:not(:disabled):not(.disabled).active, .btn-brown:not(:disabled):not(.disabled):active, .show>.btn-brown.dropdown-toggle {
	color: #fff;
	background-color: #41211a;
	border-color: #41211a
}

.btn-brown:not(:disabled):not(.disabled).active:focus, .btn-brown:not(:disabled):not(.disabled):active:focus, .show>.btn-brown.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

.btn-outline-brown {
	color: #5c4039;
	border-color: #5c4039
}

.btn-outline-brown:hover {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-outline-brown.focus,
.btn-outline-brown:focus {
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

.btn-outline-brown.disabled,
.btn-outline-brown:disabled {
	color: #5c4039;
	background-color: transparent
}

.btn-outline-brown:not(:disabled):not(.disabled).active,
.btn-outline-brown:not(:disabled):not(.disabled):active,
.show>.btn-outline-brown.dropdown-toggle {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-outline-brown:not(:disabled):not(.disabled).active:focus,
.btn-outline-brown:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brown.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

/* btn default */
.btn-default {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-default:hover {
	color: #fff;
	background-color: #44251e;
	border-color: #41211a
}

.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #44251e;
	border-color: #41211a;
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

.btn-default.disabled, .btn-default:disabled {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle {
	color: #fff;
	background-color: #41211a;
	border-color: #41211a
}

.btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show>.btn-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

.btn-outline-default {
	color: #5c4039;
	border-color: #5c4039
}

.btn-outline-default:hover {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-outline-default.focus,
.btn-outline-default:focus {
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
	color: #5c4039;
	background-color: transparent
}

.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
	color: #fff;
	background-color: #5c4039;
	border-color: #5c4039
}

.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(92, 64, 57, .5)
}

/* bootstrap */
.col-form-label {
	white-space: nowrap;
}

/* prd */
.thumb-block {
	padding-top: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: content-box;
	margin-bottom: 15px;
}

.contain-block {
	padding-top: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-sizing: content-box;
	background-size: contain;
}

.cover-block {
	padding-top: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: content-box;
	position: relative;
}

.cover-block-77 {
	padding-top: 77%;
}

.cover-block-50 {
	padding-top: 50%;
}

.content, .content-article {
	line-height: 170%;
	color: #333;
	font-size: 15px;
	text-align: justify;
}

.content h2, .content-article h2 {
	font-size: 18px;
}

.content p, .content-article p {
	margin-bottom: 30px;
}

/* sticker */
.sticker-circle {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: -20px;
	right: 5%;
	color: #fff;
	text-align: center;
	font-size: 21px;
}

.sticker-circle-sm {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: -20px;
	right: 5%;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.mx-15px {
	margin-left: 15px;
	margin-right: 15px;
}

.block-bottom {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 10px 15px;
	text-shadow: #000 1px 1px 1px;
	font-size: 19px;
}

/* border */
.border-brown {
	border-color: #5c4039 !important;
}

/* page: user */
.bg-page-user {
	background-color: #fff;
}

.bg-container-user {
	background-color: #f3f3f3;
}