@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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 {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; position:unset; background: #E4DECB;}
#content { background: #E4DECB;}
body {   background: #E4DECB;}
#to_top {   left: unset; right: 10px; }
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 1024px) {
    .navigation * {  background: #E4DECB;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

a:active, a:hover {
    background: #bbb;}

/*中間小標刪除*/
.path { display:none;}


/*header最右側icon*/
.fa-whatsapp:before {content: unset;}
.fa-envelope::before {content: unset;}

/*header最右側購物車icon*/
.tp_links a {  margin: -3px;}

/*網站按鈕*/
.animated-arrow {    background: #b0b0b3;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.main_header_area .container {    max-width: 1400px;}
.pageIndex .header_area {    position: fixed;     width: 100%;}
.header_area.sticky >.main_header_area {  height: 88px; background:#f7f7f78f; box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);}


.main_header_area {  background: rgba(255, 255, 255,  0%);   padding: 0;}

.me_tp_features {    display: none;  margin-bottom: 0px;}
.navigation { padding: 20px 0 0px 235px; }

@media screen and (max-width: 1024px) {
    .main_header_area {   background: rgb(255, 255, 255);}
    .header_area.sticky >.main_header_area {  background: #ffffff;}
    .pageIndex .header_area {    position:unset;}
    .navigation {    padding: 15px 0px;}
    .header_area.sticky >.main_header_area {   height: unset;}
    }

@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle {padding: 30px 10px;}  
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {   background: #E4DECB;   }
    .stellarnav.mobile.left > ul { background: #E4DECB;}
    .stellarnav.mobile li.open {  background: #E4DECB;}
    .stellarnav.mobile > ul > li {   border-bottom: 1px #fff solid;}
}

/*LOGO*/
.nav-brand {    width: 250px;}
.nav-brand img { 
    max-width: 100%;
    width: 240px;
}

/*右上匯款通知*/
.navigation * {
    font-size: 14px;}

/*選單*/
.stellarnav > ul > li > a {
    font-size: 18px;
    padding: 0px 3px 0px 0px;
    color: #252424;
    margin: 12px 10px;
    letter-spacing: 1px;}

.stellarnav > ul > li > a:hover {
        color: #a57e44;;
        background: unset;}

.stellarnav li.has-sub > a:after {border-top:unset}


@media screen and (max-width: 1240px) {
    .navigation {  padding: 0px 0px 0px 0px;}
    .stellarnav > ul > li > a {  padding: 0px 0px 0px 0px;     margin: 0px 7px;   }
}

/*選單按鈕隱藏選單第一個
.stellarnav > ul > li:nth-of-type(1) {
    display: none;
}*/

/*下拉*/
.stellarnav ul ul {    width: 210px;}
.stellarnav li li {
    text-align: center;
    border:1px #eee solid;
}
.stellarnav > ul > li.drop-left > ul {  right: unset;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: all 0.3s;
    border-left: 4px solid transparent;
    background-color: #ffffff;}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { 
    background-color:#a57e44;
    color: #fff;
}

/*分享專區下拉*/
.stellarnav li.drop-left ul ul {
    left: 208px;
    right: auto;}
.stellarnav li.drop-left li.has-sub > a:after {
    border-right: none;}

@media screen and (max-width: 780px) {
    .stellarnav li.drop-left ul ul {left: 0px;}
    .stellarnav a.dd-toggle .icon-plus { background: unset;}
    .stellarnav.mobile li.open li.open {  background: #e4decb;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {  }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background:#a57e44;
    color: #ffffff;
    letter-spacing: 8px;
    font-size: 32px;
    padding: 35px 0;
}

.banner h5 {

}
.products-list .price {
    margin: 0px 0;
}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 1024px){
    .banner h5 {     left: 23%;    width: 25%;    padding: 0px;   }
}
@media screen and (max-width: 768px){
    .banner h5 {   width: 50%; }
}
@media screen and (max-width: 425px){
    .banner h5 {  width: 100%;   left: 50%;   }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer { background:#dfd5b6;     z-index: 50;}
.footer_info {   padding:0 ;}

/*logo*/
.footer_logo { display: inline-block;  }
.footer_logo img {  width: 95%;}

/*文字資訊*/
.footer_info ul {
    padding-left: 50px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);}
.footer_info li {
    display: inline-block;
    vertical-align: bottom;}
.footer_info li p {  
    color: #000000;
    letter-spacing: 1px;}
.footer_info li p a {    
    color: #000;
    letter-spacing: 1px;}
 .footer_info li:nth-child(1) {  width: 42%;}
 .footer_info li:nth-child(2) {  width: 54%;}


/*選單*/
.footer_menu { text-align: center;}
.footer_menu a {
    margin: 5px 0px;
    color: #5d5d5d;
    border:unset;
    background: unset;
    padding: 6px 12px;}

.footer_menu a:hover {  background: #a57e44;}

/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1), .footer_menu a:nth-of-type(12)  {display: none;}


/*隱藏右下按鈕*/
.box_link {display: none;}

@media screen and (max-width: 1024px){
    .footer_logo {  margin: 43px 10px;}
    .footer_menu { text-align: unset;}
    .footer_info ul {  padding-left: 0px;}
    .footer_info li:nth-child(2) {   width: 72%; }
}
@media screen and (max-width: 768px){
    .footer_logo {   margin: 0px 10px;  }
    .footer_menu {  text-align: center; padding: 7px;  }
    .footer_info {  display: flex;  flex-direction: column; align-items: center;}
    .footer_info ul { width: calc(100% - 0px);  display: flex; flex-direction: column; align-items: center;  }
    .footer_info li {  padding: 0px 0px;  }
    .footer_info li:nth-child(1) {   width: 100%;   display: flex; flex-direction: column; align-items: center;    }
    .footer_info li:nth-child(2) { width: 80%;  }
}
@media screen and (max-width: 425px){
    .footer_menu {padding: 0px 35px;} 
    .footer_logo { text-align: center;}
    .footer_logo img {  width: 65%;  }
}
@media screen and (max-width: 375px){
    .footer_info li:nth-child(2) {  width: 100%;  }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.i_blog_le {    width: 280px;}
.i_blog_ri{   padding: 1px; width: calc(100% - 6px);}
.animated-arrow:hover {    background: #bb5b0e;}
.module_i_news li {width: 24%;}
.module_i_news li a:hover{background: #bbb;}
.module_i_news li a:before {
    z-index: 0;
    background: #303030a6;
    color: #fff;
    opacity: 0;
    top: 100%;
    width: 100%;
    transform: translate(0%, -50%)}
.module_i_news li a:hover::before {  
    color: #fff0;
    transform: translate(0%, -50%) 
    translateY(20%);    
    opacity: 1;}
.module_i_news li a:after {    background: unset;    border: unset;}

.submenu a:hover {
    background: #a57e44;
    padding: 12px 12px 12px 25px;
}
@media screen and (max-width: 1024px){
    .i_blog_le {   width: 233px;  }
}
@media screen and (max-width: 768px){
    .i_blog_le {  display: contents;}
    .module_i_news li a {  padding: 15px 0px;}
}
   

/*文章分類側邊選單*/
.blog_le .accordion {
    border-radius:unset; 
    border:unset;}

/*一排呈現
.subbox_item { width:100%;}
*/

/*文章分類頁設定*/
h4.blog_category_title {
    color: #363636;
    font-size: 25px;
    padding: 10px 0px;
    margin-bottom: 0px;}

/*文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #bb5b0e !important;}
.blog_box {padding: 30px 7px 7px 7px;}
.subbox_item { 
    width:100%;
    padding: 25px 0;
    border-bottom: 3px dotted #ccc;
}
.subbox_item a:before {color: #bb5b0e;}

.blog_list_le {box-shadow: 0px 0px 5px #ccc;width: 35%;}
.blog_list_ri {
    padding: 0 35px;
    width: 55%;}


.subbox_item a:after {display: none;}

/*文章內頁*/
.blog_back a.article_btn_back {
    background: #bb5b0e;}

@media screen and (max-width: 768px) {
element.style {   display: flex;   flex-direction: column;   align-items: center;    }
.module_i_news li {    width: 100%;}
.blog_list_le {   width: 100%;}
.blog_list_ri {   padding:20px 15px;    width: 100%;}
.subbox_item {   padding: 15px 0;}
}
@media screen and (max-width: 425px) {
    element.style {   display: flex;   flex-direction: column;   align-items: center;    }
    .blog_list_ri {   padding:15px 0px;  }
    }    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {
    background: rgba(170, 170, 170, 0.25);
    border-radius: 5px;
    transition: all .2s 100ms cubic-bezier(.42,0,.58,1);
    }

.subalbum-menu h2 {
    color: #b0b0b3;
    letter-spacing: 1px;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    box-shadow: 0px 0px 10px #aaa;}

.show-list .show_name {
    text-align: center;
    margin-top: 15px;}
.show-list .item {    width: 47%;}
.show-list .item:hover .show_name {  color: #a57e44;}

.other_album_choice li {
    background: #3D4542;
    border-radius: 5px;
    font-size: 13px;}

.other_album_choice li .fa {
    height: 12px;
    vertical-align: baseline;}
.other_subalbum li {  
    width: 23%;
    margin: 14px 9px;}
.other_subalbum p {
    font-family: 'Roboto','sans-serif','Noto Sans TC','sans-serif';
    padding: 4px 0px;
    text-align: center;
    letter-spacing: 0.2px;
}
.fa-2x {    font-size: 1em;}

@media screen and (max-width: 768px) {
    .other_subalbum li {width: 90%; margin: 30px 9px;};
}  
@media screen and (max-width: 570px) {
    .show-list .item {     width: 89%;    }
    .show-list .item {   margin: 10px 6%;  }
}    
    


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page .main_part { max-width:1400px;}
.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;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px;min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .item {    width: 25%; padding: 10px 15px;}
.products-list .item a {    display: contents;}
.products-list .name {  margin-top: 4px;  text-align: center; height: 24px;}
.products-list .price b {  color: #a57e44;}
.products-list .pic {padding-bottom: 0;   height: 100%;   overflow: hidden; }
.products-list .pic img {transform: scale(1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.1);}
.products-list .more {    border: 1px solid #b0b0b3;    color: #b0b0b3;}
.products-list a:hover .more {   background: #b0b0b3;    border-color: #b0b0b3;   color: #fff;}

.product-layer-two li {  margin: 10px 5px 0 0;}
.product-layer-two li.active li a {  background: none;}
.product-layer-two li ul { position:static; margin-top:10px; 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: none; padding:5px 10px; transition:all ease .3s; border:none;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#a57e44;}

.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #313131;}
.product-layer-two li a {    border: unset;text-align: center;  background:unset;  color: #313131;    transition: all 0.3s; padding: 7px 0px;}
.product-layer-two li a:hover {transform: unset;   transition:unset; background: #fff; color: #a57e44;}
.product-layer-two li.active a {background: #a57e44;  color: #ffffff; border: none;}
.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: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#a57e44;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop {margin-top: 30px;    display: flex;    justify-content: flex-end;}
.product_info_page .half_box li.btn_blankTop input { width: calc(30% - 10px); background-image: none; padding: 0; text-align: center;}

.bx-wrapper .bx-viewport {
    border: unset;
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;}
.bx-wrapper img {    margin: 0 auto;}
.product_pic #bx-pager {color: #b0b0b3;}
.product_pic #bx-pager .block {    background: #b0b0b3;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #b0b0b3;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;}
.qaform {    margin: 0px auto;}

/*詳細資訊按鈕*/
a:active, a:hover {    background: none;  }
.products-list .item a:hover .more {background: #a57e44; border-color: #a57e44;}

/*購物車所有按鈕*/
.inquiry_a1 {    background: #818181;}
.inquiry_a2 {    background: #1f1f1f;}
.lastaction {
    color: #fff;
    background-color: #333;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    background: #a57e44;
}
.nextaction {    background-color: #b0b0b3;}
.lastPage {    background: #000;}
.rewrite_simple {
    background: #0c0c0c;
}
.rewrite_simple:hover {
    background: #6e6e6e;
}
.send_simple {
    background: #a57e44;
}
.send_simple:hover{
    background: #6e6e6e;
}

/*相關推薦*/
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3);}
.mobile_product_name {    text-align: center; margin-bottom: 30px;}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.main_part {   padding: 10px;  }
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 1;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto 50px; display: block;}
.related_list li {    width: 45%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .contact_content {padding: 0;}

.contact_content{
    margin: auto;
    padding: 20px 10px;}
.blank_letter {color: #414141;}
.list_before.info li { letter-spacing: 1px;}
.list_before.info li::before {    
    letter-spacing: 1px;
    color: #a57e44;
    font-weight: bold;}
.contact_form li.last cite {  background: #a57e44;}
.contact_form li.last cite:hover {background:#a57e44 ;}
 
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px #a57e44 solid;}
.contact_form li.last blockquote {color: #a57e44;}
.contact_form li {padding: 10px 0;}
.contact_form li .form__label {    width: 90px;    text-align: right;   margin-left: 0;    letter-spacing: 0.5px; color: #424242;}
.contact_form li .form__insert {    width: 85%;}
input[type="checkbox"], input[type="radio"] {        margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {    margin-left: 10px;background-color: #ffffff;    border: 1px solid #666;    color: #000;}

.noborder {padding: 5px 5px;}


@media screen and (max-width: 825px) {
.list_before.info li {    width: 100%; }
}

@media screen and (max-width: 695px) {
.contact_form li .form__label {
    text-align: left;
    margin-bottom: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:25px 0 0px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




