@charset "utf-8";

/* 大範圍設定 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{font-family: 'Jost','Noto Sans TC', sans-serif;letter-spacing: 1px;}
@media screen and (max-width: 600px){
	.main_part {padding: 50px 20px 20px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
#content_main {background: #fff;}
#content {background: #fff;}


/*  大圖部分設定 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

.edit_part {
    max-width: 2000px;
    margin: auto;
    padding: 0;
}

/*   HEADER區塊  */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.pageIndex .header_area {position: fixed;width: 100%;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.nav-header {top: 10px;}
.nav-brand {width: 155px; margin-top: -3px;}
.navigation {padding: 5px 0 5px 230px;}
.me_tp_features {display: none;}

/*新增的效果*/
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li::after { content: ""; position: absolute; bottom: 0; right: 0; width: 0; height: 4px; background: #e0323e; transition: all 0.3s;}
.stellarnav > ul > li:hover::after { left: 0; width: 100%; transition: all 0.3s;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; margin: 0; color: #c3c3c3;}
.stellarnav > ul > li:hover > a { color: #ffffff;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #ffffff;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #222225;}/*下拉箭頭*/

@media screen and (max-width: 1200px){
	.pageIndex .header_area {position: relative;}
}
@media screen and (max-width: 1024px){
	.nav-header {position: relative;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 10px;}/*漢堡按鈕*/
	.stellarnav .menu-toggle span.bars span {width: 22px;height: 1px;margin-top: 6px;}
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {vertical-align: middle;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a {padding: 10px;}
	/*其他下拉按鈕*/
	.stellarnav.mobile li.open {padding: 0;}
	.stellarnav.mobile li.open li.open{padding: 3px;background: #ddd;}
	.stellarnav.mobile li.open li.open > a{background: #ddd;}
	.stellarnav.mobile li li a.dd-toggle {width: 40px;height: 40px;}
	.stellarnav.mobile li a{border-bottom: none;}
	.stellarnav > ul > li > ul a:hover {background: #fff;}
	/*叉叉按鈕*/
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{color: transparent;background: #df323f;}
	.stellarnav .icon-close {position: absolute;right: 15px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #121212;}
.pageIndex .main_header_area {background: linear-gradient(180deg, rgba(60,60,60,.7) , transparent);box-shadow: none;position: relative;}
.main_header_area:after{content: "";width: 100%;height: 0;position: absolute;top: 0;left: 0;background: rgb(33 31 31 / 88%);transition: all .5s;
transition-timing-function: ease-in;}
.navigation {padding: 10px 0 10px 230px;}
.nav-header{top: 15px;}
.nav-brand {width: 155px; margin-top: -3px;}
.stellarnav > ul > li {padding: 15px 0;}
.stellarnav > ul > li > a {color: #fff; transition: all .5s; letter-spacing: 2px; font-size: 15px;font-weight: 200;height: 40px;padding: 0 6px;}
.stellarnav > ul > li > a:hover {color: #e9f5ff;}
.stellarnav > ul > li > a b {  font-weight: 500;  letter-spacing: 2px; color: #c49e62;}
.stellarnav > ul > li > ul a:hover {background: #e0323e; color: #fff;}
.stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #fff;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid #df323f;}
.header_area.sticky .main_header_area:after{height: 100%;}

@media screen and (max-width: 1200px){
	.pageIndex .main_header_area {background:#121212;}
}
@media screen and (max-width: 1024px){
	.navigation {padding: 0;}
	.nav-brand {width: 120px;}
	.stellarnav > ul > li {padding: 15px 0 15px 0;}
}
@media screen and (max-width: 768px){
	.navigation {padding: 10px 0;}
	.nav-header {top: 0px;z-index: 10;}
	.stellarnav .menu-toggle span.bars span {background: #eee;}
	.stellarnav .menu-toggle:after {color: #eee; display:none;}
	.stellarnav.mobile {top: 10px;}
	.stellarnav.mobile ul {background: #121212;}
	.stellarnav.mobile li.open {background: #083c6b;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #eee;}
	.stellarnav .icon-close:before {border-bottom: solid 3px #fff;}
	.stellarnav .icon-close:after { border-bottom: solid 3px #fff;}
	.swiper-wrapper::before{ background:none;}
	.stellarnav.mobile > ul > li > a b {color: #fff;}
	.header_area.sticky .main_header_area:after{height: initial;}
	.nav-brand {margin-top: 12px;}
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { max-width: 250px;}
}

/*  FOOTER區塊  */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.footer {padding: 50px 0;}
.footer .center{max-width: 1800px;padding: 0 3%;}
.footer_logo{width: 150px;margin: 0;}
.footer_logo img{width: 100%;}
.footer_info{padding: 0;}
.footer_info ul {display: flex;justify-content: space-between;padding-left: 0px;width: 100%;}
.footer_info li{padding: 10px 0;}
.footer_info li:nth-child(1){width: 48%;}
.footer_info li:nth-child(2){width: 48%;text-align: right;}
.footer_info li p,.footer_info li p a{color: #444;}
.footer_menu {max-width: 330px;margin: 0 0 0 auto;}
.footer_menu a {background: transparent;color: #c49e62; font-weight: 300;border: none;}
.footer_menu a:first-child{display: none;}
.copy {max-width: 1800px;padding: 10px 3%;color: #444;text-align: left;margin: 0 auto;border-top: none;}
.copy a{color: #444;font-weight: 200;}
.box_link {top: 100%;width: 100%;text-align: right;padding: 0 3%;}
.box_link a {display: inline-block;width: 30px;height: 30px;border: none;background: #111;padding: 0px;border-radius: 30px;}
.box_link a i{max-width: 100%;font-size: 18px;line-height: 30px;display: block;}

@media screen and (max-width: 768px){
	.footer {padding:30px 0;}
	.footer_logo{margin-bottom: 0;}
	.footer_info ul {flex-wrap: wrap;}
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: center;}
	.footer_menu {margin: 0 auto;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {padding: 15px 3% 0 3%;text-align: center; font-size: 12px;}
	.nav-brand { width: 100px;}
	.stellarnav.mobile > ul > li {  border-bottom: 1px #494949 solid;}
	.footer .center{padding: 0 5%;}
}
	
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {background: #121212;}
.footer_logo {display: none;}
.footer_info li p,.footer_info li p a{color: #fff;}
.footer_menu {max-width: 550px;}
.footer_menu a {color: #fff;}
.footer_menu a:hover{background: #cd0e2a; color: #fff;}
.copy, .copy a {
    color: #ffffff;
    background: #121212;
}
.copy {
    max-width: 2000px;
    padding: 10px 5%;
    text-align: left;
    margin: 0 auto;
    border-top: none;
    background: #121212;
}
.box_link {
    display: none;
}

@media screen and (max-width: 768px){
.footer_menu a {
    font-size: 12px;
    width: 35%;}
.copy {
	text-align: center;}
}
/*●●● 文章分類 ●●●*/
/*首頁部分*/
.module_i_news {background: url(https://pic03.eapple.com.tw/thankfulan/i_article_bg.jpg) no-repeat;padding: 80px 20px;
background-size: cover !important;}
.module_i_news .title_i_box h4{color: #fff;font-weight: 600;font-size: 30px;}
.module_i_news .title_i_box h6 {font-size: 18px;color: #ccc;letter-spacing: 3px;}
.module_i_news ul {display: flex;justify-content: center;}
.module_i_news li {width: 30%;margin: 1%;}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a:before {width: 100%;bottom: auto;right: auto;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.module_i_news li a:hover:before{font-size: 12px;letter-spacing: 2px;background: #2b4229;padding: 20px 10px;width: 60%;}
.module_i_news li a:hover:after{background: rgba(43,66,41,.6);border: none;}
.i_blog_le{width: 100%;padding: 0;padding-bottom: 70%;height: 0;overflow: hidden;position: relative;}
.i_blog_le img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.i_blog_ri {width: 100%;padding: 20px 10px;}
.i_blog_ri h5{color: #fff;}
.i_blog_ri p{color: #ccc;}
.animated-arrow {background: #ad925e;}
.i_blog_b a b{font-weight: 300;font-size: 14px;}


/*側邊選單*/
.blog_page .main_part {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 50px 20px;
}
h5.blog_le_t em{display: block;font-weight: 600;}
h5.blog_le_t span {font-size: 14px;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le {width: 220px;padding: 1p0x;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{border-bottom: 1px solid #ddd;}
.blog_le .accordion li:last-child{border-bottom: none;}
.blog_ri {width: 70%;padding: 0 0 0 80px;}
.accordion li .link{padding: 0;}
.accordion li .link a{padding: 15px 10px;display: inline-block;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #ad925e !important;}

/*分類頁*/
h4.blog_category_title {padding: 0;margin: 0 0 5px 0;font-weight: 300;font-size: 20px;color: #555;}
.subbox_item{width: 100%;margin-bottom: 50px;}
.subbox_item a:before {color: #fff;font-weight: 300;letter-spacing: 2px;font-size: 12px;line-height: 50px;bottom: 0;
    right: auto;left: 50%;transform: translateX(-50%);display: none;}
.subbox_item a:after {border: none;background: rgba(0,0,0,.8);height: 50px;top: auto;bottom: 0;display: none;}
.blog_list_le{width: 65%;height: 0;padding-bottom: 45%;overflow: hidden;position: relative;}
.blog_list_le img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all .8s;}
.subbox_item a:hover .blog_list_le img{transform: translate(-50%,-50%) scale(1.05);}
.blog_list_ri{width: 45%;padding: 50px 30px 100px 30px;position: absolute;background: #e3e3e3;right: 8%;bottom: 10%;
    max-width: 600px;}
.blog_list_ri h5 {font-weight: 600;color: #333;}
.blog_list_ri em {position: absolute;bottom: 20px;font-size: 12px;right: 30px;}
.blog_list_ri p {line-height: 160%;font-weight: 300;font-size: 14px;margin-top: 10px;}

/*詳細頁*/
.blog_in_page h4.blog_category_title {font-weight: 600;font-size: 24px;border-bottom: 1px solid #ddd;padding-bottom: 15px;
    margin-bottom: 15px;}
.blog_back a.article_btn_back {background: #1f1d1d;}
.blog_back a.article_btn_prev {
    background: #e0323e;
}
.blog_back a.article_btn_next {
    background: #e0323e;
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #e0323e !important;}


/*  促銷方案&小撇步文章分享  */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {border-bottom: 1px solid #555;padding-bottom: 10px;}
.promotion_title em{display: none;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;}
.promotion_title h2{display: block;font-size: 30px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #aaa;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;padding: 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: #eee;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;}

@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/



/*  相簿管理(有分類) */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1400px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 33.3%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #e0323e;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 33.3%;padding: 2%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 2px;}
/*相片頁*/
.album_info_page .main_part {max-width: 1400px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 33.3%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 10vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;}
.other_album_choice li {background: #333;}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 50%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 50%;}
	/*相片頁*/
	.pic-list .item {width: 50%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


/*  聯絡我們(表單功能)  */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{font-family: 'Jost','Noto Sans TC', sans-serif;color: #444;font-size: 24px;padding-top: 0;}
.contact_content .information_right {width: calc(100% - 310px);padding-left: 45px;}
/*資訊區塊*/
.list_before.info li {padding-left: 40px;}
/*表格區塊*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-weight: normal;}
button, input, optgroup, select, textarea{outline: none;}
input[type="checkbox"], input[type="radio"] {margin: 5px 5px 5px 10px;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 0px;}
.form select {background: transparent;color: #444;border: none;border-bottom: 1px solid #aaa;width: 100%;}
.form select option{background: #eee;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 15px 0;}
.contact_form li {width: 48%;padding-left: 0;padding: 15px 0;}
.contact_form li input.noborder {padding-left: 10px;background: transparent;border: none;border-bottom: 1px solid #aaa;}
.contact_form li textarea.noborder{border: 1px solid #aaa;padding-left: 10px;background: transparent;}
.contact_form li.last{width: 100%;}
.contact_form li.last cite {margin-left: 10px;background: #555;color: #eee;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;}
.contact_form li.last blockquote input {color: #333;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.information_right .contact_form li.last blockquote input {color: #444;}
.contact_form li .form__label { color: #444; width: 100%; text-align: left; margin-left: 0; margin-bottom: 5px;font-size: 15px;  font-weight: 500;letter-spacing: 1.1px;}

.contact_form li .form__insert{color: #444;width: 100%;}
.noborder {padding: 10px;}



@media screen and (max-width: 768px){
	/*整體設定*/
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}
	/*資訊區塊*/
	.list_before{margin-top: 10px;}
	/*表格區塊*/
	.contact_content .information_right {width: 100%;padding-left: 10px;}
}
@media screen and (max-width: 600px){
	.contact_content{padding: 0;}
}
@media screen and (max-width: 450px){
	.contact_form li{width: 100%;}
	.blank_letter{padding-top: 0;font-size: 18px;}
	.blank_letter.f{margin-top: 50px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
@media screen and (max-width: 768px){
	/*表格區塊*/
	.contact_form li input.noborder {border-radius: 0;}
	.contact_form li textarea.noborder{border-radius: 0;}
}
@media screen and (max-width: 450px){
	.contact_form li.last blockquote, .contact_form li.last cite {width: 135px;}
}



/*購物車*/
.pageIndex .main_part:nth-child(2){display: none !important;}

/*購物車清單頁*/
.products-list{display: flex;flex-wrap: wrap;}
.products-list .item {width: 33.3%;margin: 0;margin-bottom: 20px;}  
.products-list .item a{position: relative;}
.products-list .item a:hover .name{opacity: 1;}
.products-list .item a:hover .pic:before{background: rgba(0,0,0,0.3);}
.products-list .name{text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;z-index: 101;
	opacity: 0;transition: all 0.3s;width: 100%;pointer-events: none;}
.products-list .more{display: none;}
.products-list .pic{padding-bottom: 65%;overflow: hidden;position: relative;}
.products-list .pic img {max-width: inherit;width: 110%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all 0.5s;}
.products-list .pic:hover img{width: 115%;}
.products-list .pic:before{content: "";background: rgba(0,0,0,0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;transition: all 0.3s;}
.product-layer-two li a {color: #777;}
.product-layer-two li{position: relative;}
.product-layer-two li:after{content: "";position: absolute;bottom: 0;left: 0;background: #006EBD;width: 100%;height: 2px;display: none;}
.product-layer-two li.active:after{display: block;}
.product-layer-two li:hover:after{display: block;}
.product-layer-two li ul {display: none !important;}

/*購物車側邊說明*/
.sidebarBtn{display: none;}
.sidebarBtn h2 {color: #333;font-size: 30px;}
.sidebarBtn form{display: none;}
.sidebarBtn .toShare{display: none;}
.fixedsticky {top: 0;position: relative;}

/*購物車輪播*/
.product_pic{padding-bottom: 0;padding-left: 0;display: flex;}
.product_pic .bx-wrapper{margin: 0;max-width: 100%;order: 1;width: 85%;}
.product_pic #bx-pager {display: flex;flex-direction: column;justify-content: space-between;width: 14%;position: relative;padding: 0 10px 0 0; align-items: center; align-content: center;}
.product_pic #bx-pager a{height: 97px;border: none;width: 100%;margin: 0;display: inherit;}
.product_pic #bx-pager a+a{margin-top: 10.5px;}
.product_pic #bx-pager a img {width: auto;max-width: 100%;}
.product_pic #bx-pager h6{display: none;}
.wd_edit{margin-top: 50px;}
.bx-wrapper .bx-viewport{border: none;left: 0;width: 99.5% !important;}

/*清單頁_側邊選單*/
.product_page .product-layer-two {border-right: none;}
.product-layer-two li li{border: none;padding: 5px 15px;background: transparent;}
.product-layer-two li li a {background: transparent;font-weight: 300;color: #555;padding-left: 20px;}
.product-layer-two li li:hover > a {color: #ADA17E;background: transparent;}
.product-layer-two li li:hover > a:before {background: #ADA17E;}
.product-layer-two li a {background: transparent;border: none;}
.product-layer-two li ul{margin-top: 0;}
.product-layer-two > li {border-bottom: none;font-weight: 500;}
.product-layer-two > li > a{color: #555;}
.product-layer-two li li > a:before {background: #ccc;margin-left: 0;}
.product-layer-two li.active a {border: none;color: #595555;}
/*清單頁_商品區*/
.products-list .pic {padding-bottom: 65%;}
.products-list .more {border: 1px solid #888;color: #555;font-weight: 300;font-size: 14px;letter-spacing: 2px;}
.products-list .item a:hover .more {background: #555;letter-spacing: 4px;}
/*詳細頁輪播區*/
.product_pic {padding-bottom: 0;padding-left: 0;display: flex;flex-wrap: wrap-reverse;justify-content: space-between;}
.bx-wrapper .bx-viewport{border: none;background: transparent;left: 0;}
.product_pic .bx-wrapper {width: 85%;order: 2;margin: 0;padding: 0;}
.product_pic #bx-pager {padding: 0;color: #555;width: 12.6%;order: 1;position: relative;}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager a{border: none;height: auto;width: 100%;margin: 0;margin-bottom: 7px;}
.product-wrapper {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
}
/*詳細頁商品說明*/
ul.prod{line-height: 180%;font-weight: 300;margin-top: 30px;}
ul.prod li:nth-child(2){display: none;}
ul.prod li h3.prod-thumb{display: none;}
.lastPage {background: #ADA17E;}
.prod_related {background: #f8f8f8;}
.related_list li a{background: transparent;}
.related_list li a p {margin-top: 10px;}
.prod_info_clearfix {
    clear: both;
    margin: 0;
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

/*  內頁BANNER 設定  */
.banner {
	height: 500px;}
.banner h5 {
    font-size: 32px;
    color: #ffffff;
    text-shadow: 2px 3px 5px #151616;
    margin-top: 150px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {
	background-image: url(https://pic03.eapple.com.tw/djsbathroom/bn01.jpg); 
	background-repeat: no-repeat;
}
.banner.banF {
}
.banner.banblog {
	background-image: url(https://pic03.eapple.com.tw/djsbathroom/bn02.jpg); 
	background-repeat: no-repeat;
}


/*   其他設定   */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.path{display: none;}
/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;}
.page strong, .page a:hover {background: #333;}


@media screen and (max-width: 1024px){
   .blog_list_ri {
    position: relative;
    width: 80%;
    right: -10%;
    transform: translateY(-30%);}
   .blog_page .main_part {
    padding: 50px 10px 10px;}
}

@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {display: none; }
	#to_top { bottom:60px;}
	
    /*購物車*/
	.sidebarBtn{width: 100%;margin: 0;padding: 0;margin-bottom: 10px;}
	.mobile_product_name{display: none;}
  /*.products-list .name {opacity: 1;}
	.products-list .pic:before {background: rgba(0,0,0,0.3);}*/
	.product_pic #bx-pager a{padding: 0;}
	
	/*文章*/
	.blog_list_le {
    width: 80%;
    padding-bottom: 60%;
}
   .blog_ri {
    width: 80%;
    padding: 0 0 0 0px;
}
    .blog_le {
    width: 100%;
}
}

@media screen and (max-width: 600px) {
    /*購物車*/
	.sidebarBtn h2{font-size: 24px;}
	.products-list {justify-content: center;}
	.product_pic {display: inherit;}
	.product_pic .bx-wrapper{width: 100%;}
	.bx-wrapper .bx-viewport {width: 100% !important;}
	.product_pic #bx-pager {width: 100%;padding: 3px 0;flex-direction: row;}
	.product_pic #bx-pager a {width: 16%;height: 40px;}
	.product_pic #bx-pager a img {min-width: 100%;}
	.products-list .item {width: 100%;padding: 0;margin: 5px 0;}
	.page{margin-top: 40px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

