/*加入bootstrap 之後的修正設定*/
.nav > li > a {
	padding: inherit;
}
/*以下為自訂設定*/
body.fcom_design {
	font-family: "akzidenz-grotesk", "Hiragino Kaku Gothic ProN", sans-serif, "微軟正黑體";
	font-size: 16px;
}
.clr {
	display: block;
	clear: both;
	height: 0px;
	margin: 0px;
}
a {
	color: #333;
	text-decoration: none;
	opacity: 1;
	transition: all .3s ease;
}
a:hover {
	opacity: 0.5;
	transition: all .3s ease;
	text-decoration: none;
}
a img {
	border: none;
	-o-transition: opacity .20s linear;
	-webkit-transition: opacity .20s linear;
	-moz-transition: opacity .20s linear;
	transition: opacity .20s linear;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-o-transition: opacity .20s linear;
	-webkit-transition: opacity .20s linear;
	-moz-transition: opacity .20s linear;
	transition: opacity .20s linear;
}
img {
	max-width: 100%;
}
iframe {
	max-width: 100%;
}
.float_right {
	float: right;
	margin: 0 0 1em 30px;
}
.float_left {
	float: left;
	margin: 0 30px 1em 0;
}
@media (max-width: 767px) {
.float_right {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
.float_left {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
}
/***********框架開始*/
#wrapper {
}
section#mu-menu {
}
.container {
}
@media (min-width: 768px) {
.container {
	width: inherit;
}
}
@media (min-width: 992px) {
.container {
	width: inherit;
}
}
@media (min-width: 1200px) {
.container {
	width: inherit;
}
}
.only_pc {
}
.only_mobile {
}
@media (min-width: 768px) {
.only_pc {
	display: block;
}
.only_mobile {
	display: none;
}
}
@media (max-width: 767px) {
.only_pc {
	display: none;
}
.only_mobile {
	display: block;
}
}
/***********  #mu-menu logo及選單部份 *******/
header.header {
	transition: all .3s ease;
	z-index: 999;
	position: relative;
}
nav.navbar {
	margin-bottom: 0px;
	padding: 90px 0px 50px 0px;
	border-radius: 0;
}
.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
nav.navbar .container {
}
.container.header {
}
header.header.fixed-menu {
	position: fixed;
	width: 100%;
	top: -100px;
	transition: all .6s ease;
	z-index: 999;
	transform: translateY(100px);
}
header.header.fixed-menu nav.navbar {
	padding: 10px 20px 15px;
}
@media (max-width: 767px) {
nav.navbar {
	padding: 2em 0px 2em 0px;
}
}
/*logo*/
nav.navbar .container > .navbar-header {
	float: none;
	text-align: center;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	max-width: 1600px;
	margin: auto;
}
nav.navbar .container a.navbar-brand.web_logo {
	margin-left: unset;
	padding: 0px;
	display: inline-block;
	float: unset;
	height: unset;
	line-height: unset;
}
@media (min-width: 768px) {
nav.navbar .container a.navbar-brand.web_logo {
	padding: 0px 200px;
}
}
@media (max-width: 767px) {
nav.navbar .container a.web_logo img {
	display: inline-block;
	width: 200px;
	transition: all .3s ease;
}
}
/*****search_bar搜尋bar*/
#search_bar {
	position: absolute;
	right: 0;
	top: calc(50% - 21px);
}
#search_bar .search {
	position: relative;
}
#search_bar .search form.form-inline {
}
input[type="search"] {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	line-height: 38px;
	width: 195px;
	padding-right: 20px;
}
input[type="image"].button {
	position: absolute;
	right: 8px;
	top: 11px;
}
@media (max-width: 767px) {
#search_bar {
	display: none;
}
}
/*PC 選單*/
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
#navbar.navbar-collapse {
}
#main-menu {
	margin-top: 48px;
}
#main-menu ul.nav.menu > li.active > a {
	color: #c7bb6d;
}
@media (min-width: 768px) {
#main-menu ul.nav.menu {
	text-align: center;
}
#main-menu ul.nav.menu > li {
	display: inline-block;
	font-size: 22px;
	color: #767757;
	position: relative;
}
#main-menu ul.nav.menu > li > a {
	display: inline-block;
	margin: 0 30px;
	position: relative;
	color: #767757;
}
#main-menu ul.nav.menu > li:after {
	content: "/";
	font-size: 14px;
}
#main-menu ul.nav.menu > li.item-101 {
	display: none;
}
#main-menu ul.nav.menu > li.item-102:before {
	content: "/";
	font-size: 14px;
}
#mu-menu.header.fixed-menu #navbar.navbar-collapse {
	position: fixed;
	width: 100%;
	top: -130px;
	transition: all .6s ease;
	z-index: 999;
	transform: translateY(100px);
	background-color: #ebebe9;
	left: 0;
	padding-bottom: 20px;
}
/*子選單*/
#main-menu ul.nav.menu > li.parent > a:after {
	content: url("../images/menu_parent_icon.png");
	display: inline-block;
	position: absolute;
	right: -1em;
	top: 12px;
}
#main-menu ul.nav.menu > li > ul.nav-child {
	position: absolute;
	z-index: 9999;
	width: 300px;
	padding-left: 0px;
	background-color: #fff;
	padding: 20px 10px;
	border: 1px solid #ccc;
	list-style: none;
	text-align: left;
	display: none;
}
#main-menu ul.nav.menu > li:hover > ul.nav-child {
	display: block;
}
#main-menu ul.nav.menu > li > ul.nav-child > li {
	border-bottom: 1px solid #ebebe9;
}
#main-menu ul.nav.menu > li > ul.nav-child > li a {
	display: inline-block;
	padding: 5px 10px;
}
#main-menu ul.nav.menu > li > ul.nav-child > li.active a {
	color: #c7bb6d;
}
}
@media (max-width: 1260px) {
#main-menu ul.nav.menu > li {
	font-size: 18px;
}
#main-menu ul.nav.menu > li > a {
	margin: 0 7px;
}
#main-menu ul.nav.menu > li.parent > a:after {
	right: -10px;
	top: 7px;
}
#navbar.navbar-collapse {
	padding: 0px;
}
}
@media (max-width: 767px) {
#mu-menu.header {
}
#mu-menu.header.fixed-menu {
	position: fixed;
	width: 100%;
	top: -120px;
	transition: all .6s ease;
	z-index: 999;
	transform: translateY(100px);
	background-color: rgb(255 255 255 / 80%);
	left: 0;
}
#mu-menu.header.fixed-menu nav.navbar {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
}
.navbar-toggle {
	margin-top: 0px;
}
/*行動 選單*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
@media (max-width: 767px) {
#navbar.navbar-collapse.collapse.in {
	height: 90vh;
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	padding-bottom: 10vh;
}
#main-menu {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#main-menu ul.nav.menu {
}
#main-menu ul.nav.menu > li {
	font-size: 16px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 0.2em;
}
/*子選單*/
#main-menu ul.nav.menu > li > ul.nav-child {
}
#main-menu ul.nav.menu > li:hover > ul.nav-child {
}
#main-menu ul.nav.menu > li > ul.nav-child > li {
	border-bottom: 1px dashed #e6e6e6;
}
#main-menu ul.nav.menu > li > ul.nav-child > li a {
	padding: 7px 0px;
	display: block;
}
.navbar-collapse.collapse.in {
}
.navbar-collapse.collapse.in #main-menu {
}
}
/***footer 底部設計*/
#footer {
}
#footer_wrap {
	margin-top: 200px;
}
.footer_logo {
	text-align: center;
	margin-bottom: 40px;
}
.footer_logo img {
	width: 460px;
}
@media (max-width: 767px) {
.footer_logo img {
	padding: 0 10%;
}
}
/*******footer_menu 底部選單 */
.footer_menu {
	max-width: 1600px;
	margin: auto;
	margin-bottom: 50px;
}
.footer_menu ul.nav.menu {
	text-align: center;
}
.footer_menu ul.nav.menu > li {
	display: inline-block;
	font-size: 22px;
	color: #a9913d;
	padding: 0 10px;
	border-right: 1px solid #a9913d;
	margin-bottom: 5px;
}
.footer_menu ul.nav.menu > li:first-child {
	border-left: 1px solid #a9913d;
}
.footer_menu ul.nav.menu > li a {
	color: #a9913d;
}
@media (max-width: 767px) {
.footer_menu ul.nav.menu > li {
	font-size: 16px;
	padding: 0 5px;
}
}
/*****footer_contact 底部選單2*/
.footer_contact {
	background-color: #241917;
	color: #fff;
	text-align: center;
	padding: 34px 0px;
}
.footer_contact ul.nav.menu {
}
.footer_contact ul.nav.menu > li {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.footer_contact ul.nav.menu > li a, .footer_contact ul.nav.menu > li span.separator {
	color: #fff;
	padding: 0 20px;
}
.footer_contact ul.nav.menu > li .icon_menu {
	padding: 0 5px;
}
@media (min-width: 550px) {
.footer_contact > .moduletable {
	display: inline-block;
}
}
/*****copyright 頁底版權*/
.copyright {
	background-color: #d9d29c;
	text-align: center;
	padding: 30px 0px;
	border-bottom: 30px solid #f1e6e0;
}
/* slideshow 首頁輪撥秀*/
#slidershow {
	max-width: 1600px;
	margin: auto;
	margin-bottom: 70px;
}
#slidershow .navigation-container {
	top: calc(50% - 18px) !important;
}
@media (max-width: 767px) {
#slidershow {
	margin-bottom: 2em;
}
}
/****feature 首頁焦點品牌*/
#feature {
	background-color: #f9f9f7;
}
#feature_wrap {
	max-width: 1600px;
	margin: auto;
	padding: 26px 0px;
}
#feature_wrap .home_brands .hk-row-fluid{justify-content: center ;}
#feature_wrap .hikashop_subcontainer.thumbnail {
	padding: 0px;
	border-radius: 0px;
}
#hikashop_category_information_module_98 .hikashop_category_image {
	height: inherit !important;
}
#feature_wrap .hk-row-fluid.hk-row-10 > .hkc-md-2 {
	display: inline-block;
}
@media (max-width: 991px) {
#feature_wrap .hk-row-fluid.hk-row-10 {
	display: block;
	text-align: center;
}
#feature_wrap .hk-row-fluid.hk-row-10 > .hkc-md-2 {
	width: 50%;
	float: left;
}
}

/****首頁page-builder設計*/
@media (max-width: 1450px) {
.homenews_title > img {
	display: block;
	margin: auto;
}
}
.sp-page-builder.home_page {
	overflow: hidden;
}
.home_news .newsflash {
}
.home_news .newsflash .news_item {
	width: 50%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	text-align: left;
}
.home_news .newsflash .news_item:after {
	content: "";
	clear: both;
	display: table;
}
.home_news .newsflash .news_item > .newsflash-image img {
	width: 153px;
	height: 112px;
}
.home_news .newsflash .intro_con {
	display: none;
}
@media (min-width: 768px) {
.home_news .newsflash .news_item > * {
	margin-left: 180px;
}
.home_news .newsflash .news_item > .newsflash-image {
	float: left;
	width: 153px;
	margin-right: 20px;
	margin-left: 0px;
}
}
@media (max-width: 767px) {
.home_news .newsflash .news_item {
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}
.home_news .newsflash .news_item > .newsflash-image {
	float: none;
	margin: 0px auto 1em auto;
	text-align: center;
}
}
.home_news .newsflash .news_item h4.newsflash-title a {
	color: #a9913d;
}
.home_news .newsflash .news_item .created_date {
	display: none;
}
.home_news .newsflash .news_item a.readmore {
	float: right;
	text-decoration: underline;
}
.home_banner_list {
}
.home_banner_list .sppb-col-md-6 {
	margin-bottom: 2em;
}
.sppb-container-inner {
}
/****首頁下方-圖片連結區*/
#main_con_down {
}
#main_con_down .moduletable.home_banner {
	max-width: 1600px;
	margin: auto;
}
.custom.home_banner {
	background-color: #f1eedd;
	position: relative;
}
.custom.home_banner .row {
	margin: 0px;
}
.custom.home_banner .row .col-md-6 {
	padding: 0px;
}
.custom.home_banner .row .col-md-6.con {
	padding: 3em;
	color: #9c9348;
}
.custom.home_banner .row .col-md-6.con h3 {
	text-align: center;
	margin-bottom: 1em;
	color: #9c9348;
}
.custom.home_banner .row .col-md-6.con h3 a {
	color: #9c9348;
}
.home_banner_list .sppb-addon-content {
	position: relative;
}
.home_banner_list .sppb-addon-content .sppb-addon-single-image-container {
}
.home_banner_list .sppb-addon-content h3.sppb-addon-title {
	background-color: rgb(109 80 48 / 65%);
	color: #fff;
	padding: 10px;
	margin: 0px;
	height: 46px;
	margin-top: -46px;
	z-index: 99;
	position: relative;
}
.home_banner_list .sppb-addon-content:hover h3.sppb-addon-title {
	background-color: rgb(78 78 78 / 50%);
}
@media (min-width: 992px) {
.custom.home_banner:before {
	content: url(../images/home_banner_icon.png);
	display: inline-block;
	position: absolute;
	top: -100px;
	right: 20px;
}
.custom.home_banner .row {
	display : flex;
	align-items: center;
}
.custom.home_banner .row.row-reverse {
	display : flex;
	flex-direction: row-reverse;
}
}
.home_banner_list .sppb-addon-content .sppb-addon-single-image-container {
	width: 100%;
}
.home_banner_list .sppb-addon-content .sppb-addon-single-image-container img {
	width: 100%;
}
/****首頁下方-圖片連結區-改文章式自由編輯區*/
.home_banner_list {
}
.custom.banner_list {
}
.custom.banner_list .row > div {
	margin-bottom: 1em;
}
.custom.banner_list .row > div .articleBody {
	position: relative;
}
.custom.banner_list .row > div .articleBody h3 {
	background-color: rgb(109 80 48 / 65%);
	color: #fff;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
}
.custom.banner_list .row > div:hover .articleBody h3 {
	background-color: rgb(78 78 78 / 50%)
}
/******首頁 - 熱門商品頁*/
.owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px !important;
}
div.hikashop_carousel .owl-nav .owl-prev, div.hikashop_carousel .owl-nav .owl-next {
	background-color: transparent !important;
	font-size: 0px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
}
div.hikashop_carousel .owl-nav .owl-prev {
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
	position: absolute;
	left: 0px;
	top: 100px;
}
div.hikashop_carousel .owl-nav .owl-next {
	border-bottom: none !important;
	border-left: none !important;
	border-top: 1px solid #333 !important;
	border-right: 1px solid #333 !important;
	position: absolute;
	right: 0px;
	top: 100px;
}
/************ 一般內容開始*/
.component_mid {
	max-width: 1600px;
	margin: auto;
}
.search.page_news {
	max-width: 1100px;
	margin: auto;
}
/*分頁*/
.pagination {
	width: 100%;
	text-align: center;
}
.pagination p.counter.pull-right {
}
.pagination ul {
	clear: both;
	padding: 0px;
}
.pagination ul > li {
	display: inline-block;
}
.pagination ul > li > a, .pagination ul > li > span.pagenav {
	display: inline-block;
	border: 1px solid #ccc;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 3px;
}
.pagination ul > li > span.pagenav {
	background-color: #ccc;
	color: #fff;
}
.pagination ul > li > a:hover {
	text-decoration: none;
}
 @media (max-width: 767px) {
.pagination ul > li > a, .pagination ul > li > span.pagenav {
}
}
.pagination ul > li.pagination-start span.pagenav, .pagination ul > li.pagination-prev span.pagenav, .pagination ul > li.pagination-next span.pagenav, .pagination ul > li.pagination-end span.pagenav {
	background-color: transparent;
	color: #333;
	width: inherit;
}
/*******page_news 最新消息頁設定開始*/
.blog.page_news {
}
.blog.page_news .page-header {
	border-bottom: none;
}
.blog.page_news .items-row .item {
	max-width: 1100px;
	margin: auto;
	margin-bottom: 40px;
}
.blog.page_news .items-row .item .item-image {
	text-align: center;
}
.blog.page_news .items-row .item .item-image img {
	width: 300px;
	height: 220px;
}
.blog.page_news .items-row .item .itemlist_intro_txtall {
	color: #b1ad80;
	font-size: 16px;
}
.blog.page_news .items-row .item .itemlist_intro_txtall .page-header {
	margin-top: 0px;
	text-align: center;
}
@media (min-width: 768px) {
.blog.page_news .items-row .item {
	display : flex;
	align-items: center;
}
.blog.page_news .items-row .item .item-image {
	width: 40%;
	border-right: 1px solid #cccccc;
	padding: 20px 0;
	padding-right: 20px;
}
.blog.page_news .items-row .item .itemlist_intro_txtall {
	width: 60%;
	padding: 40px 80px;
	;
	font-size: 18px;
}
.blog.page_news .items-row .item .itemlist_intro_txtall .page-header {
	text-align: left;
}
}
@media (max-width: 767px) {
.blog.page_news .items-row .item .itemlist_intro_txtall {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog.page_news .items-row .item .item-image img {
	height: auto;
}
}
.item-page.page_news {
	max-width: 1100px;
	margin: auto;
}
.item-page.page_news .page-header {
	text-align: center;
}
.item-page.page_news .pull-none.item-image {
	margin-bottom: 3em;
}
/*******page_about 關於我們頁設定開始*/
a.read_more {
	display: inline-block;
	padding: 3px 10px;
	background-color: #323232;
	color: #fff;
}
/*******page_store 玩美專櫃頁設定開始*/
body.page_store .pageBanner_store {
	background-color: #dad6b9;
	display: flex;
	flex-direction: row;
}
body.page_store .pageBanner_store:after {
	content: "";
	display: block;
	clear: both;
}
body.page_store .pageBanner_store .pageBanner_store_left {
	width: 75%;
	float: left;
}
body.page_store .pageBanner_store .pageBanner_store_right {
	width: 25%;
	border-left: 30px solid #e3e2cd;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #8f8c6f;
	font-size: 16px;
	line-height: 27px;
}
body.page_store .pageBanner_store .pageBanner_store_right h2 {
	color: #f2eed7;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 32px;
}
@media (max-width: 1200px) {
body.page_store .pageBanner_store {
	display: block;
}
body.page_store .pageBanner_store .pageBanner_store_left {
	width: 100%;
	text-align: center;
}
body.page_store .pageBanner_store .pageBanner_store_right {
	width: 100%;
	text-align: center;
	padding: 10px;
	border-left: none;
	border-top: 20px solid #e3e2cd;
}
body.page_store .pageBanner_store .pageBanner_store_right h2 {
	margin-bottom: 1em;
}
}
.blog.page_store {
}
.blog.page_store .page-header {
	border-bottom: none;
}
.blog.page_store .items-row .item {
	max-width: 1100px;
	margin: auto;
	margin-bottom: 40px;
}
.blog.page_store .items-row .item .item-image {
	text-align: center;
}
.blog.page_store .items-row .item .item-image img {
	width: 300px;
	max-height: 220px;
}
.blog.page_store .items-row .item .itemlist_intro_txtall {
	color: #b1ad80;
	font-size: 16px;
}
.blog.page_store .items-row .item .itemlist_intro_txtall .page-header {
	margin-top: 0px;
	text-align: center;
}
@media (min-width: 768px) {
.blog.page_store .items-row .item {
	display : flex;
	align-items: center;
}
.blog.page_store .items-row .item .item-image {
	width: 40%;
	border-right: 1px solid #cccccc;
	padding: 20px 0;
	padding-right: 20px;
}
.blog.page_store .items-row .item .itemlist_intro_txtall {
	width: 60%;
	padding: 40px 80px;
	;
	font-size: 18px;
}
.blog.page_store .items-row .item .itemlist_intro_txtall .page-header {
	text-align: left;
}
}
@media (max-width: 767px) {
.blog.page_store .items-row .item .itemlist_intro_txtall {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog.page_store .items-row .item .item-image img {
	height: auto;
}
.blog.page_store .items-row .item .qrcode_img {
	display: none;
}
.blog.page_store .items-row .item .line_link {
	font-size: 0px;
}
.blog.page_store .items-row .item .line_link a:before {
	content: url(../images/Line-Icon-Circle.png);
	display: inline-block;
}
.blog.page_store .items-row .item .item_introtext {
	text-align: center;
}
}
.item-page.page_store {
	max-width: 1100px;
	margin: auto;
}
.item-page.page_store .page-header {
	text-align: center;
}
.item-page.page_store .articleBody {
	text-align: center;
}
.item-page.page_store .articleBody .line_link {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
.item-page.page_store .articleBody .qrcode_img {
	display: none;
}
.item-page.page_store .articleBody .line_link {
	font-size: 0px;
}
.item-page.page_store .articleBody .line_link a:before {
	content: url(../images/Line-Icon-Circle.png);
	display: inline-block;
}
}
.component_mid_top .store_menu {
	margin-top: 60px;
	margin-bottom: 30px;
}
.component_mid_top .store_menu ul.nav.menu {
	text-align: center;
}
.component_mid_top .store_menu ul.nav.menu > li {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	margin: 0 15px;
	border-top: 2px solid #dad4a0;
	padding-top: 4px;
	margin-bottom: 60px;
}
.component_mid_top .store_menu ul.nav.menu > li a {
	padding: 3px 60px;
	border: 1px solid #1a1a1a;
}
.component_mid_top .store_menu ul.nav.menu > li.active a {
	background-color: #d9d29c;
}
@media (max-width: 767px) {
.component_mid_top .store_menu ul.nav.menu > li {
	margin: 0 6px;
	margin-bottom: 20px;
}
.component_mid_top .store_menu ul.nav.menu > li a {
	padding: 3px 20px;
}
}
/*******page_share 玩美分享頁設定開始*/
.blog.page_share {
}
.blog.page_share .page_Feature .page-header {
	border-bottom: none;
}
.blog.page_share .items-row {
}
.blog.page_share .items-row .item {
	margin-bottom: 40px;
}
.blog.page_share .items-row .item-image {
	text-align: center;
}
.blog.page_share .items-row .itemlist_intro_txtall {
	color: #b0ab81;
	font-size: 16px;
	padding: 30px 10px;
}
.blog.page_share .items-row .itemlist_intro_txtall .itemlist_title {
	display: none;
}
.item-page.page_share {
	max-width: 1100px;
	margin: auto;
}
p.readmore {
	text-align: right;
}
.page_share p.readmore a {
	color: #b0ab81;
}
/*******left_sideBar 當有左側時，頁頁的設定開始*/
body.left_sideBar .component {
	max-width: 1600px;
	margin: auto;
}
body.left_sideBar .component .component_left {
}
body.left_sideBar .component .component_left .row {
	margin-right: 0px;
	margin-left: 0px;
}
body.left_sideBar .component .component_mid {
}
body.left_sideBar .component .component_left ul > li.active > a {
	color: #c7bb6d;
}
@media (min-width: 768px) {
body.left_sideBar .component {
}
body.left_sideBar .component .component_left {
	width: 25%;
	float: left;
	padding-right: 4em;
	padding-left: 1em;
}
body.left_sideBar .component .component_mid {
	width: 75%;
	float: left;
}
body.left_sideBar .component:after {
	content: "";
	display: block;
	clear: both;
}
body.left_sideBar .component .component_left ul {
	border-top: 1px solid #ccc;
	list-style: none;
	padding: 0px;
}
body.left_sideBar .component .component_left ul > li {
	border-bottom: 1px solid #ccc;
	position: relative;
}
body.left_sideBar .component .component_left ul > li > a {
	display: block;
	font-size: 20px;
	padding: 26px 0px;
	color: #2d2d01;
	padding-left: 26px;
}
body.left_sideBar .component .component_left ul > li > a:before {
	content: url(../images/left_li_icon.png);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 38px;
}
body.left_sideBar .component .component_left ul ul.nav-child {
	margin-left: 2em;
	display: none;
}
body.left_sideBar .component .component_left ul > li:hover ul.nav-child, body.left_sideBar .component .component_left ul > li.active ul.nav-child {
	display: block;
}
body.left_sideBar .component .component_left ul ul.nav-child > li {
}
body.left_sideBar .component .component_left ul ul.nav-child > li > a {
}
}
@media (min-width: 768px) and (max-width: 991px) {
body.left_sideBar .component .component_left {
	width: 33%;
}
body.left_sideBar .component .component_mid {
	width: 67%;
}
body.left_sideBar .component .component_mid .hkc-md-4 {
	width: 50%;
}
}
@media (max-width: 767px) {
body.left_sideBar .component .component_left ul {
}
body.left_sideBar .component .component_left ul > li {
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
body.left_sideBar .component .component_left li.parent > ul.nav-child > li:last-child {
	border-bottom: none;
}
body.left_sideBar .component .component_left .custom.caList_touch {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 10px;
}
body.left_sideBar .component .component_left ul.nav.menu {
	margin: 0 10px 20px 10px;
	;
	padding: 0 10px;
}
body.left_sideBar .component .component_left ul.nav.menu > li {
	display: none;
}
body.left_sideBar .component .component_left ul.nav.menu > li.active {
	display: block !important;
}
}
/*******page_SPA ebSPA頁設定開始*/
.blog.page_SPA {
}
.blog.page_SPA .page-header {
	border-bottom: none;
}
.blog.page_SPA > .items-row {
	padding: 20px 40px;
}
.blog.page_SPA > .items-row:nth-child(odd) {
	background-color: #fafafa;
}
.blog.page_SPA > .items-row .page-header {
	margin: 0px;
}
.blog.page_SPA > .items-row .page-header h2 {
}
.blog.page_SPA > .items-row .item .fields-container {
	margin-bottom: 10px;
}
.blog.page_SPA > .items-row .item .field-label {
	display: none;
}
.blog.page_SPA > .items-row .item .field-value {
	color: #b0ab81;
	border-left: 2px solid #b0ab81;
	padding-left: 10px;
	font-weight: bolder;
	font-size: larger;
}
.blog.page_SPA > .items-row .item .item_introtext {
	color: #b0ab81;
	padding-left: 12px;
}
.component_left .spamenu_Title h3 {
	color: #c4b864;
	margin-bottom: 30px;
	font-size: 30px;
}
.item-page.page_SPA .sigplus-gallery > ul {
	text-align: left;
}
.item-page.page_SPA .sigplus-gallery > ul > li {
	padding: 20px;
}
.page_SPA .page-header {
	border-bottom-color: #c4b864;
}
.page_SPA .page-header h2 {
}
 @media (max-width: 767px) {
.blog.page_SPA > .items-row {
	padding: 20px 20px;
}
.component_left .spamenu_Title h3 {
	margin-bottom: 10px;
}
.item-page.page_SPA .sigplus-gallery > ul {
	text-align: center;
}
.page_SPA .table-responsive img {
	max-width: none;
	width: 700px;
}
}
#main_con_top .store_menu {
	margin-top: 60px;
	margin-bottom: 30px;
}
#main_con_top .store_menu ul.nav.menu {
	text-align: center;
}
#main_con_top .store_menu ul.nav.menu > li {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	margin: 0 15px;
	border-top: 2px solid #dad4a0;
	padding-top: 4px;
	margin-bottom: 60px;
}
#main_con_top .store_menu ul.nav.menu > li a {
	padding: 3px 60px;
	border: 1px solid #1a1a1a;
}
#main_con_top .store_menu ul.nav.menu > li.active a {
	background-color: #d9d29c;
}
@media (max-width: 767px) {
#main_con_top .store_menu ul.nav.menu > li {
	margin: 0 6px;
	margin-bottom: 20px;
}
#main_con_top .store_menu ul.nav.menu > li a {
	padding: 3px 20px;
}
}
/*******page_booking 線上預約頁設定開始*/
.component_mid .jsn-master .jsn-bootstrap form {
	max-width: 600px;
	margin: 40px auto;
}
.component_mid .jsn-master .jsn-bootstrap form .control-group {
	clear: both;
}
.component_mid .jsn-master .jsn-bootstrap form .jsn-form-content > .control-group .controls {
	display: inline-block;
	text-align: center;
	margin: auto;
}
.btn-toolbar {
	text-align: center;
}
.btn-toolbar .btn {
	float: none;
}
.component_mid .jsn-master .jsn-bootstrap .control-group .select2-container.jsn-input-xlarge-fluid {
	width: 100% !important;
}
.component_mid .jsn-master .jsn-bootstrap .ui-autocomplete-input, .jsn-master .jsn-bootstrap .uneditable-input {
	width: calc(100% - 52px);
}
.component_mid .jsn-master .jsn-input-xlarge-fluid {
	width: calc(100% - 10px);
}
.component_mid .jsn-master textarea.jsn-input-xlarge-fluid {
	width: calc(100% - 0px);
}
.component_mid .jsn-master .jsn-bootstrap .jsn-inline .jsn-daterangepicker {
	width: calc(100% - 52px);
}
 @media (min-width: 768px) {
.component_mid .jsn-master .jsn-bootstrap form .control-group {
	display : flex;
	align-items: center;
}
.component_mid .jsn-master .jsn-bootstrap form .control-group .control-label {
	width: 170px;
	font-size: 18px !important;
	letter-spacing: 10px;
	font-weight: 600;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0px 10px 0px 10px;
	margin-right: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
}
.component_mid .jsn-master .jsn-bootstrap form .jsn-row-container .control-group .controls {
	width: calc(100% - 200px);
	font-size: 16px;
}
.component_mid .jsn-master .jsn-bootstrap form .control-group .control-label span.required {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: -5px;
}
.select2-container .select2-choice {
	height: 30px;
	line-height: 30px;
}
.component_mid .jsn-master .jsn-bootstrap form .control-group.sub_choose {
}
.component_mid .jsn-master .jsn-bootstrap form .control-group.sub_choose .control-label {
	border-left: none;
	border-right: none;
	letter-spacing: normal;
	margin-right: 0px;
	float: left;
	font-weight: 400;
}
.component_mid .jsn-master .jsn-bootstrap form .control-group.sub_choose .controls {
	float: right;
}
}
/*******page_brand 玩美品牌頁設定開始*/
#main_con_top {
	max-width: 1600px;
	margin: auto;
}
#main_con_top_wrap {
	margin-bottom: 30px;
}
.blog.page_brand {
}
.blog.page_brand .page-header {
	border-bottom: none;
}
.blog.page_brand .items-row .item {
	margin-bottom: 40px;
}
.blog.page_brand .items-row .item .item-image {
	text-align: center;
}
.blog.page_brand .items-row .item .itemlist_intro_txtall {
	color: #b1ad80;
	font-size: 16px;
}
.blog.page_brand .items-row .item .itemlist_intro_txtall .page-header {
	margin-top: 0px;
	text-align: center;
}
@media (min-width: 768px) {
.blog.page_brand .items-row .item {
	display : flex;
	align-items: center;
}
.blog.page_brand .items-row .item .item-image {
	width: 30%;
	border-right: 1px solid #cccccc;
	padding: 20px 0;
	padding-right: 20px;
}
.blog.page_brand .items-row .item .itemlist_intro_txtall {
	width: 70%;
	padding: 40px 80px;
	;
	font-size: 18px;
}
.blog.page_brand .items-row .item .itemlist_intro_txtall .page-header {
	text-align: left;
}
}
@media (max-width: 767px) {
.blog.page_brand .items-row .item .itemlist_intro_txtall {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
}
body.page_brand .hikashop_subcategories_listing {
}
body.page_brand .hikashop_subcategories_listing .hikashop_category {
}
body.page_brand .hikashop_category_right_part .hikashop_category_desc {
	text-align: left !important;
	color: #b1ad80;
}
body.page_brand .hikashop_category .hikashop_category_right_part h2 {
	margin-bottom: 20px;
}
body.page_brand .hikashop_category .hikashop_category_right_part h2 .hikashop_category_name > a {
	font-size: 30px;
}
#hikashop_category_information_menu_111 .hikashop_product_image {
	width: 100% !important;
	height: inherit !important;
}
@media (min-width: 768px) {
body.page_brand .hikashop_subcategories_listing .hikashop_category .hk-row-fluid {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
body.page_brand .hhikashop_category_left_part {
	width: 30%;
	border-right: 1px solid #cccccc;
	padding-right: 20px;
}
body.page_brand .hikashop_category_right_part {
	width: 70%;
	padding: 40px 80px;
	font-size: 18px;
	text-align: left;
}
}
/*******page_category 產品列表頁設定 */
body.page_category.left_sideBar .hikashop_category_description {
	display: none;
}
.hikashop_listing_img_title .hikashop_product_name {
	font-size: larger;
	font-weight: 600;
}
.hikashop_listing_img_title .hikashop_product_custom_note01_line {
	color: #7e6b5a;
}
.component_left .custom.ca_banner.ca_aa {
	margin-bottom: 120px;
}
.component_left .custom.ca_logo.ca_aa {
	margin-bottom: 60px;
}
@media (max-width: 1300px) {
.component_left .custom.ca_banner.ca_aa {
	margin-bottom: 20px;
}
.component_left .custom.ca_logo.ca_aa {
	margin-bottom: 20px;
}
}
.component_left .custom.ca_banner .des {
	color: #b1ac82;
	margin-top: 90px;
	font-size: 18px;
	font-weight: 300;
}
@media (max-width: 767px) {
.component_left .custom.ca_banner .des, .component_left .custom.ca_banner .logo, .component_left .custom.ca_logo.ca_aa {
	text-align: center;
}
.component_left .custom.ca_banner .des {
	margin-top: 20px;
}
.hikashop_category_description .ca_banner {
	display: none;
}
}
.hikashop_products_listing .hkc-md-4.hikashop_product {
	margin-bottom: 40px;
}
.hikashop_category .hikashop_category_name > a {
	font-size: 20px;
	color: #b1ac82;
}
/*******page_category 產品詳細頁設定 */
.hikashop_main_part {
	width: 100%;
}
@media (min-width: 992px) {
.hikashop_main_part .hkc-md-6 {
	float: left;
	margin: 0 -5px;
	padding-right: 40px;
}
.hikashop_main_part .hikashop_product_right_part {
	margin-top: 50px;
	position: relative;
	padding-bottom: 70px;
}
.hikashop_product_right_part .hikashop_product_custom_shop_link {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.hikashop_main_part {
	display : flex;
	align-items: stretch;
}
}
.hikashop_product_custom_shop_link a {
	display: inline-block;
	background-color: #ab7f28;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px;
}
.hikashop_product_custom_shop_link a:before {
	content: url(../images/shopping_car_icon.png);
	display: inline-block;
	margin-right: 1em;
}
img.hikashop_child_image {
	height: 72px !important;
	width: 72px !important;
}
.hikashop_product_main_image_thumb {
	height: inherit !important;
}
#hikashop_main_image {
	height: inherit !important;
}
/*******以下為後續小調校 */
@media (min-width: 1366px) {
.page-header h2 {white-space:nowrap;}
}