@charset "utf-8";
/***Alina林菁怡***/
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{ font-weight: <weight>; font-style: normal;font-family: "Poppins",'Open Sans', 'Noto Sans TC', Microsoft JhengHei, sans-serif,'Noto Serif TC';}
.main_part {  max-width: 1400px;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area.sticky { position:fixed;}
.pageIndex .header_area{position: fixed;}

/*內頁page*/
.edit_part { padding: 0px;}
.edit_part .show_content { margin-bottom: -5px;}
.other_page .show_content {  margin-bottom: -6px;}
.contact_page  .main_part {  max-width: 1550px;}
.blog_page #content, .blog_in_page #content, .album_page #content, .album_class_page #content, .contact_page #content  {
    background-color: #fff;}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO*/
.nav-brand{ max-width: 300px;}
.nav-brand img { max-width: 100%;}
.footer_logo { max-width: 200px;}


/*手機LOGO
.nav-brand-m {}
*/


/*header選單欄位*/
.main_header_area .container { max-width: 1700px;}
.stellarnav > ul > li > a { letter-spacing: 1px; padding: 0px 13px 0px 13px;  color: #000; transition: all 0.5s ease; font-weight: 300;transition: all 0.3s; font-family: "Montserrat", "Noto Sans";font-size: 16px;}
.stellarnav > ul > li > a:hover {  color: #075a7f; transition: all 0.5s ease; }
.stellarnav li a {  padding: 9px;  color: #777;  font-size: 15px;}
.stellarnav ul { margin: 0 10px 0px 0px;}
.header_area {  background: #fff;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); padding: 0px;}
.header_area.sticky { background: #fff;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);}
.stellarnav {  margin: 14px 0px 9px 0px;}
/*.me_tp_features { position: absolute; right: -11%;   top: -10%;max-width: 242px; background-color: #eaeaea;  padding: 38px 28px 21px 20px;}*/
.me_tp_features { position: relative;  right: 0%;  top: 27%; display:none;}
.fa-envelope::before{ display:none;}/*icon隱藏*/
.fa-phone-volume::before{ display:none;}/*icon隱藏*/
.box_search input[type=text] {padding: 6px 55px 6px 32px;  color: #333 !important;}
.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) { /*color: #222;*/ font-size: 13px;  padding: 10px 15px; line-height: initial;  height: auto;  margin: 0; transition: all ease .3s; background-color: #fff; border: solid 1px #f4f4f4;
}/*下拉*/
.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) { color: #fff; background: linear-gradient(to left, #32aca7, #188cb9);}/*下拉*/



.stellarnav li li { border: none;}
.stellarnav ul ul {  border-radius: 5px;}
.stellarnav li.has-sub > a:after {  border-top: 6px solid #575757;}
.stellarnav li li.has-sub > a {  font-family: "noto sans TC";}


/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;font-family: "noto serif TC";}
.submenu li.on_this_category a, .submenu a:hover { background: #fff;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #1d87b0;}
.subbox_item a { grid-template-columns: 100%;}
.blog_list_ri {  padding: 0px 10px 10px 10px;}
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.subbox_item a:before {  color: #222;  font-weight: 500; padding: 5px 10px;}
h5.blog_le_t em { color: #333;   margin-left: 10px;   font-size: 25px;font-family: "noto serif TC"; font-weight: 500;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1d87b0 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.blog_list_ri h5 {  font-weight: 400; letter-spacing: .5px; color: #222;font-family: "noto serif TC";}
.subbox_item a:after {  background: rgb(241 241 241 / 66%); border: 1px #ffffff solid;   transition: all .5s;}
/*文章內頁*/
.blog_back a.article_btn_back {  background: #2e2e2e; color: #fff;}
h4.blog_category_title {  color: #222; font-family: "noto serif TC"; font-size: 25px;  font-weight: 500;  letter-spacing: 1px; border-bottom: 1px #ccc solid;  padding: 10px 0; margin-bottom: 20px;}
.blog_shareData {  margin-bottom: 0px;}
.blog_back a.article_btn_next { background: #1d87b0;  color: #fff;}
.blog_back a.article_btn_prev {  background: #1d87b0; color: #fff;}
.blog_back {  font-family: "noto serif TC";}
.news_related h6 span:before {  content: '相關文章';  font-family: "noto serif TC"; font-size: 24px;  color: #111;  font-weight: 500;   letter-spacing: 2px;}
.news_related { background: #ececec;}
.news_related h6 {  margin: 40px auto 20px;}
/*相簿*/
.show-list .item:hover .show_name { color: #333;}
.show-list .show_name { font-size: 16px; font-weight: 500;text-align: center; font-family: "noto serif TC";}
.overlay {  background: rgb(0 0 0 / 16%);}
.other_album_choice li a { color: #fff;}
.other_album_choice li { background: #1d87b0;  border-radius: 0px;}
.album_fixed_title span:before {   color: #111;}
.other_subalbum li a p {   font-family: "noto serif TC"; color: #333;  font-weight: 500;  letter-spacing: 1px;}
.subalbum-menu h2 { color: #333; font-weight: 500; letter-spacing: .5px;font-family: "noto serif TC"; }
.album_fixed_title span:before {  font-family: "noto serif TC";}
.fa-image::before {  color: #111;}

/*聯絡我們*/
.contact_content .information_left { display: none;}/*聯絡資訊*/
.contact_content .information_right { width: 100%; padding-left: 0px;}
.contact_form li input.noborder { border: 1px #dbdbdb solid; padding: 8px;  margin: 3px 0px; background-color: #f9f9f9;}
.contact_form li textarea.noborder { background-color: #f9f9f9;}
.contact_form li .form__label {  letter-spacing: 1.1px;  color: #222;}
.blank_letter {  font-family: 'Josefin Sans', 'sans-serif'; padding-left: 10px;  font-size: 25px; color: #3c3c3c; font-weight: 500;}
.contact_form li.last blockquote, .contact_form li.last cite {  border: 1px #e6eaf4 solid;}
.contact_form li.last cite {  background: #e6eaf4; color: #333;}

/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 86%;}
.center {max-width: 90%;}
.footer {background: #fff; padding: 40px 0 0px 0; border-top: 1px solid #e7e7e7;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 690px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #222;margin: 0;	text-align: left;	padding: 8px 0px 10px 10px; border:0; border-right: 0px #f7f7f7 solid;  border-left: 0px #f7f7f7 solid; background: none;  font-size: 14px; transition: all 0.3s; letter-spacing:1px;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {  background: none;  color: #1d87b0; transition: .5s all;}
.copy {background:linear-gradient(to left, #32aca7, #188cb9); color: #fff; border:none; padding: 15px 0 15px 0; text-align: center; margin: 0 100px 0 0; padding: 15px 0 15px 0; width: 100%;}
.copy a{color: #fff;transition:all 0.3s;}
.copy a:hover {color: #ab957e;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 120px;display: none;}
.footer_logo {text-align: center; width: 20%; max-width: 200px;display: none;}
.footer_info ul {width: 100%; text-align: center;}
.footer_info li {padding: 15px 10px;}
.footer_info li p {font-size: 14px; color:#222; line-height: 230%; text-align: left; width: 100%; display: inline-block; margin-bottom: 0px;}
.footer_info li p a{color:#222;}
.footer_info li:nth-child(1) {border-bottom: 1px solid #e2e2e2;}
.footer_info li:nth-child(2) {margin-top: 20px; padding: 0 0; margin-bottom: 45px; background:none; width: 60%;}


/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 54px;}
.list_before.info li {padding-left: 42px;}
.footer_info li p.line:before {content: 'LINE ID：';}
.footer_info li p.mail:before {content: 'MAIL：'; display:none;}
.footer_info li p:nth-child(3) { display: none;}/*mail隱藏*/
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

/*top*/
#to_top {width: 42px; height: 42px; bottom: 29px; right: 25px; left: unset;}
#to_top i.top {margin-bottom: -12px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}

@media screen and (max-width: 1440px) {
.footer_info li {padding: 15px 15px;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_info li p {text-align: center;}
.footer_menu {max-width: 100%;}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 480px) {
.footer_menu { margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
.footer_info li {padding: 15px 0px;}
}





/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.order_finish_page .main_part { max-width: 1100px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;padding-left: 18px;}
.product-layer-two li li:hover > a { background:#fff; color:#1d87b0;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px solid #e5e5e5; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 16px; margin-left: -12px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#1d87b0;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
/*購物車總攬頁面*/
.products-list .item a:hover .more {  background: #e6eaf4;  color: #333;  letter-spacing: 2px;}
.products-list .more { border: 1px solid #d3d3d3;  background: #ffffff; color: #333; font-weight: 500;}
.products-list .price b { color: #c50125;}
.product-layer-two li a { border: 1px #ffffff solid;  background: #ffffff; padding: 12px 16px;  font-size: 16px; color: #333; font-weight: 500;}
.product-layer-two li i.close::before { color: #1d87b0;   font-size: 18px;}
.product-layer-two li i {  width: 50px; height: 50px;}

/*購物車背景深色*/
body.product_page.bodyDesktop { background-color: #505050;}
body.product_info_page  { background-color: #505050;} 
body.car_page {  background-color: #505050;} 
body.remit_page { background-color: #505050;} 
body.order_finish_page { background-color: #505050;} 
.products-list .name {  color: #ffffff;  text-align: center;   font-weight: 500;}
.products-list .price b { color: #aba07d;  text-align: center;}
.products-list .more {  border: 1px solid #8f8f8f;  background: #505050;  color: #ddd; letter-spacing: 2px;  font-weight: 500;  font-size: 15px;}
.products-list .item a:hover .more {  background: #505050;  color: #ffffff;  letter-spacing: 4px;  transition: .5s;}
.product-layer-two li a {   border: none;  background: #505050; padding: 12px 16px;  font-size: 16px;  color: #f2f2f2;  font-weight: 500;}
.product-layer-two > li {  border-bottom: 1px solid #797979;}
.product-layer-two li.active li a { color: #969696;}
/*購物車商品頁面*/
.inquiry_a1, .inquiry_a2, .inquiry_a3 {  border-radius: 0px;  background: #e6eaf4; color: #333;}
.lastPage { background: #188cb8;  color: #ffffff;}
.prod_related h6 span:before { font-size: 25px; color: #3d403f;}
.pd_tabTitle li.activeTab a {  color: #555;margin: 8px;}
.pd_tabTitle li.activeTab::after { height: 4px; background: #333;}
.sidebarBtn h2 { color: #333; margin-bottom: 10px; letter-spacing: .5px;}
.sidebarBtn { border: none; background: #fff; box-shadow: 1px 1px 6px #cccccc75; padding: 30px 30px;margin: 0px 50px; }
.radio-inline__label { padding: 4px 15px; font-size: 15px;  margin: 2px 3px 2px 0; border-radius: 0px; color: #222;  border: 1px solid #c8c8c8;}
.product_info li .txt_box { color: #1d87b0;}
.prod_related { background: #e6eaf4;  padding: 50px 15px;}
#prod_thumbSwiper .swiper-slide::before { background: #d7deef;}
.pd_tabTitle li, .pd_tabTitle {  letter-spacing: 2px; font-weight: 500;}
.proImgSwiper li { align-items: flex-start;border-bottom: 1px solid #5b5b5b;}
.product_main {  width: 63%;}
#prod_thumbSwiper {   width: 75px;  left: 57px;  height: 70%;}
.proImgSwiper img, #prod_thumbSwiper img {   border-radius: 5px;}
#prod_thumbSwiper .swiper-slide::before {  border-radius: 5px;}
.prod_tabs {  padding: 0px 150px;}
/*背景深色*/
.sidebarBtn { border: none; background: #1e1e1e; box-shadow: none; border-radius: 5px;}
.sidebarBtn h2 { color: #ffffff;}
.sidebarBtn * {  color: #616161;}
.product_page .path p, .path p a {  display: none;}
.fa-circle-plus::before {  color: #ffffff;}
.radio-inline__label { color: #ffffff; border: 1px solid #222444;}
.product_info li .txt_box {  color: #eee;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 { background: #060606;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #000000; color: #fff;}
.sidebarBtn .price {  border-bottom: 3px solid #090909;}
.sidebarBtn .sp_price {  color: #aba07d;}
.toShare {  border-top: 1px solid #5c5c5c;}
.path p, .path p a { color: #b7b7b7;}
.pd_tabTitle li.activeTab a {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    transition: .5s;
	margin: 8px;
}
.pd_tabTitle li.activeTab::after {   background: #333;}
.pd_tabInner_contain span {  color: #fefefe;  letter-spacing: 1px;  font-family: "noto sans TC";}
.prod_related {  background: #1e1e1e;}
.prod_related h6 span:before { color: #ffffff;}
.lastPage {  background: #ffffff;  color: #000000;}
.pd_tabTitle li a {  color: #c8c8c8;}
.product-layer-two li li:hover > a {  background: #505050; color: #aba07d;}
.product-layer-two li li a { background: #505050; color: #aba07d;}
.product-layer-two li li:hover > a:before { background: #aba07d;}
.product-layer-two li i.close::before { color: #aba07d;}
.contact_le_map a { background: #aba07d; color: #ffffff;}
.car_page .blank_letter { font-family: "noto sans TC";  color: #eaeaea;}
.product_info_page .edit { color: #fff;}
.pd_tabTitle li {  border-bottom: 1px solid #505050;}
/*匯款通知*/
.formbox_form li.last input:last-child { background: #e6eaf4;  color: #333;}
.rewrite_simple, .send_simple {  width: 170px; height: 52px;border-radius: 0px;}
.rewrite_simple {  background: #eeeeee; color:#777	!important;}
.separate_title { font-size: 25px;  color: #222;  letter-spacing: 1px;  padding: 10px 0 5px 6px;  background: none;}
.border200 {  width: 100%;  border: 1px #dbdbdb solid;  padding: 8px; margin: 3px 0px; background-color: #f9f9f9;}
/*匯款通知背景深色*/
.rewrite_simple {  background: #272727;  color: #ffffff !important;}
/*購物車結帳頁面*/
.shopping-cart .row { padding: 10px 20px;}
.shopping-cart .cart_head { background: #333;  color: #fff;}
.total_amount .rewrite_simple, .total_amount .send_simple { display: flex;  align-items: center;  justify-content: center;}
.total_amount .send_simple { background-color: #1d87b0;}
.stepImg span.active { color: #1d87b0;}
.stepImg img {  filter: hue-rotate(170deg);}
.red { margin-right: 6px;}

/*結帳畫面背景深色*/
.shopping-cart .cart_head {  background: #000000;  color: #ffffff;}
.shopping-cart .cell { color: #fff;}
.total_amount li {  color: #fff;}
.shopping-cart .cell.product_name p {  color: #fff;}
.shopping-cart .cart_content .row {  border-bottom: 1px solid #5a5a5a;}
.total_amount ul { border: 1px solid #696969;}
.total_amount .send_simple {  background-color: #434343;}
.stepImg img {  filter: grayscale(1);}
.stepImg span { color: #ffffff;}
.fa-remove:before, .fa-close:before, .fa-times:before {  color: #fff;}
.stepImg span.active {  color: #aba07d;}
/**訂購資料背景深色*/
.separate_title { color: #ffffff;}
.formbox_form li .form__label {  color: #efefef;}
.form label.Bigcheck {  color: #cacaca;}
.border200 {  width: 100%;  border: none;  padding: 10px;  margin: 3px 0px;  background-color: #272727;  color: #fff;}
.total_amount li input[name=DiscountCode] {  background-color: #111;}
.declaration {  background: #000000;}
/*訂單成立背景黑色*/
.order_finish_page .blank_letter { font-family: "noto sans TC";  color: #eaeaea;}
.order_finish_page .animated-arrow {  background: #000000;}
.order_list_tit b {  font-size: 22px;  color: #ffffff;  font-weight: 500;}
.order_list_tab td {  color: #dedede;font-size: 15px;  color: #c8c8c8;  padding: 10px;  border-top: 5px #323232 solid; background-color: #252525;}
.order_list_tab td:nth-child(1) {  background: #000000;  color: #a9a9a9;  width: 100px; font-weight: 500;}
.order_list_head p {  font-size: 22px;  color: #ffffff;  border-bottom: 2px #ffffff solid;}
.order_list_pro tr:first-child {  background: #dddddd;}
.order_list_pro tr:first-child td {  color: #000000;  font-weight: 600;}
.last_box_money p, .last_box_money em { color: #ffffff;}
    
@media screen and (max-width: 1550px) {
	
/*header*/
.nav-brand img { max-width: 100%;}
.nav-brand {  margin: 0px 15px;}
}
@media screen and (max-width: 1200px) {
/*header*/
.pageIndex .header_area {  position: relative;}
.stellarnav > ul > li > a { letter-spacing: 1px;  padding: 0px 8px 0px 8px;  font-size: 15px;}
/*購物車商品頁*/
.sidebarBtn { margin: 0px 20px;}
}
@media screen and (max-width: 990px) {
/*header*/
.nav-brand { margin: 15px 0px 5px 0px; }
.stellarnav { margin: 10px 0px 3px 0px;}
.stellarnav > ul > li {  padding: 0px 4px;}
/*購物車商品頁*/
.sidebarBtn { margin: 0px;}
#prod_thumbSwiper {  width: 55px; left: 75px; height: 85%;}
.product_main {  padding: 0px 0.5em 0px 0;}
}
@media screen and (max-width: 768px) {
/*header*/
.nav-brand { max-width: 160px;  margin: 15px 0px 15px 0px;}
.me_tp_features { position: relative; left: 0%;top: -10%; max-width: 238px; background-color: transparent;  padding: 10px 16px 10px 16px;  border-radius: 3px;}
.stellarnav .menu-toggle {  padding: 6px 15px;}
.stellarnav.mobile ul {  background: #fff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #fff; border-bottom: solid 1px #f0f0f0;}
.stellarnav.mobile ul ul { width: 100%;}
.stellarnav > ul > li > a { font-size: 15px;letter-spacing: 1.5px;  padding: 0px 7px 0px 7px;}
.stellarnav.mobile li li.has-sub a { font-size: 15px;}
.stellarnav li a { font-size: 15px;}
.stellarnav.mobile li.open { background: #ecfbfe;}
.nav-brand img {  margin-right: 0px;}
.stellarnav > ul > li:after{ display:none;}/*選單右側線條隱藏*/
.tp_links a { display: none;}
.stellarnav .menu-toggle:after {   color: #222;}
.stellarnav .menu-toggle span.bars span { background: #222;}
.footer_menu a {  text-align: center;}
.footer .center { max-width: 95%;}
.stellarnav.mobile > ul > li { border-bottom: 1px #f0f0f0 solid;}
.stellarnav .icon-close {  margin-right: 2px;}
.stellarnav.mobile > ul > li > a { padding: 13px 43px 13px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {  padding: 9px; margin: 5px;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #212121;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #212121;}
.stellarnav.mobile li.open li.open {  background: #fff;}
.stellarnav li li:hover a:not(.dd-toggle), .stellarnav li li.has-sub:hover a:not(.dd-toggle), .stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) { color:#222;  background: unset;}
.stellarnav .icon-close:after {   border-bottom: solid 3px #222;}
.stellarnav .icon-close:before {  border-bottom: solid 3px #222;}  
.stellarnav li a { color: #222;}

/*購物車*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.product_menu_list>h5 { color: #333;}
.mobile_product_name {  color: #fff;}
.product_main { width: 100%;}
#prod_thumbSwiper {  width: 100%; left: 0px;  height: 70%;  margin-bottom: 30px;}
.swiper-vertical>.swiper-wrapper {
    flex-direction: row;
}
.prod_tabs {  padding: 0px;}
}

@media screen and (max-width: 600px) {
/*header*/
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: contents;}
.me_tp_features {max-width: 100%;}
.box_search {  display: block;  margin: 0 auto;  text-align: center; margin-bottom: 11px;}
.me_tp_features a i, .me_tp_features a span {  margin: 0 1px; font-size: 14px;  letter-spacing: 1px;}
/*聯絡我們*/
.contact_form li .form__label {  padding: 5px; background: rgb(255 255 255);}
.contact_form li { grid-gap: 0px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {
    color: #3d403f;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px;background-size: 100%;
        background-repeat: no-repeat; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




