@charset "utf-8";


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*麵包屑*/
.path{padding: 0;margin-bottom: 50px;}
.path p, .path p a {text-align: left;font-size: 12px;color: #aaa;}
/*top按鈕*/
#to_top {left: auto;right: 0;bottom: 0;width: 100%;height: 50px;padding: 0;color: #ccc;box-shadow: none;
    background: linear-gradient(0deg, rgb(63 46 32 / 30%), rgb(49 30 18 / 0%));
    border-radius: 0;font-weight: bold;letter-spacing: .05rem;transition: all .5s;}
#to_top i.top {height: 13px;left: -1px;}
#to_top i:before, #to_top i:after {background: #fff;}
#to_top i.top:before, #to_top i.top:after {height: 10px;width: 2px;background: #ccc;}
#to_top:hover{letter-spacing: .2rem;}
/*頁數*/
.page li {font-size: 20px;width: 40px;color: #aaa;}
.page li.activeN{color: #555;}
.page li a, .page li strong{width: 100%;height: 30px;background: #888;color: #fff;padding: 20px;}
/*其他設定*/
.main_part {max-width: 1400px;padding: 50px 0;width: 90%;}
.show_content{padding: 0;}
body {background: url(https://pic03.eapple.com.tw/laliumei/content_bg.jpg);}
#content_main,#content{background: transparent;}



@media screen and (max-width: 600px){
	/*麵包屑*/
	.path p, .path p a{font-size: 10px;}
}








/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}


/*動畫取消*/
.rightDownBig img,.moveDown img,.leftUp img,.moveRight img,.centerBig img{-webkit-animation-name: none;
	animation-name: none;}

/*其他設定*/
.bannerindex:before{content: "";width: 100%;height: 200px;background: linear-gradient(180deg, rgb(0 0 0 / 70%), transparent);
	position: absolute;top: 0;left: 0;z-index: 100;}
















/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.header_area,.header_area.sticky {background: transparent;position: fixed;top: 0;transition: all .5s;}
.main_header_area .container {max-width: 1800px;width: 90%;}
.navigation {display: flex;align-items: center;}
.nav-header {max-width: 100px;transition: all .5s;}
.nav-brand img{display: block;}
.stellarnav > ul > li{padding: 10px;}
.stellarnav > ul > li > a{color: #fff;font-family: "Noto Serif TC", serif;font-weight: 600;
	letter-spacing: .1rem;text-shadow: 0 0 10px rgba(0, 0, 0, .3);transition: all .5s;}
.stellarnav > ul > li > a:hover{color: #cd902d;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 5px solid #fff;transition: all .5s;}/*主選單箭頭*/
.stellarnav li.has-sub > a:hover:after{border-top: 5px solid #cd902d;}
.me_tp_features{order: 3;max-width: 50px;}
.me_tp_features a.tp_btn_notice {width: 90px;height: 28px;background: #d29430;text-align: center;
    border-radius: 30px;}
.me_tp_features a i {font-size: 11px;line-height: 28px;color: #fff;}
.me_tp_features a span{font-size: 12px;color: #eee;}
.box_search,.me_tp_features a.tp_btn_cart,.tp_links{display: none;}

.header_area.sticky {background: rgb(20 20 20 / 90%);}
.header_area.sticky .nav-header {max-width: 70px;}

/*下拉區塊*/
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 13px;padding: 8px 12px;font-family: "Noto Serif TC", serif;
	font-weight: 600;transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #c28b3b;color: #fff;padding-left: 18px;}
.stellarnav li.drop-left li.has-sub > a:after {border-top: 5px solid transparent;border-bottom: 5px solid transparent;
    border-right: 4px solid #898989;}/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub > a:hover:after {border-right: 5px solid #fff;}/*下拉hover箭頭*/
.stellarnav li li.has-sub > a:after{display: none;}
@media screen and (max-width: 1024px){
	.stellarnav > ul > li > a{font-size: 14px;}
}
@media screen and (max-width: 768px){
	.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
	.box_search{width: 100%;}
	.box_search input[type=text] {max-width: inherit;}
    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 600;}
    .stellarnav .menu-toggle span.bars span {height: 2px;width: 28px;}
    .stellarnav.mobile li.open {background: #f8f8f8;padding: 0;}
    .stellarnav.mobile li.open li.open {background: #f3f3f3;padding: 0;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 15px;}
    .stellarnav.mobile li.has-sub li a {text-align: left;padding: 8px 15px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle{right: 5px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle:hover {padding-left: 0;text-align: center;background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #f6f5f5 solid;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 5px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;width: 10px;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;background: #206ed5;
		width: 32px;height: 32px;margin: 10px 10px 0 auto;border-radius: 10px;display: block;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;font-size: 24px;top: 2px;right: 0;
	color: #fff;display: block;width: 100%;height: 100%;line-height: 30px;text-align: center;padding-left: 1px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
    .stellarnav.mobile > ul > li > ul > li > ul ~ a.dd-toggle .icon-plus {margin: 0 auto;display: block;}
}
@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {padding: 10px;}
}















/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer{background: rgb(8 8 8 / 80%);padding: 50px 0 90px;}
.footer .center {max-width: 1000px;}
.footer_logo {max-width: 130px;}
.footer_info {grid-template-columns: 200px 1fr;padding-right: 0;}
.footer_info li:nth-child(1):before{content: "辣柳妹羅蘇粉";font-family: "Noto Serif TC", serif;
	display: block;color: #d49731;font-size: 20px;font-weight: 800;margin-bottom: 15px;letter-spacing: .2rem;}
.footer_info li p,.footer_info li p a{color: #eee;font-weight: 600;}
.footer_info li p{display: inline-block;width: 48%;}
.footer_menu {border-top: 1px solid #222;padding: 15px 0;margin-top: 20px;}
.footer_menu a {background: transparent;border: none;padding: 5px 0;font-size: 12px;margin: 0 25px 0 0;
	transition: all .5s;}
.footer_menu a:hover{color: #fff;background: transparent;}
.box_link{display: none;}
.copy,.copy a,.copy span{color: #aaa;font-size: 10px;}
.copy {padding: 30px 0;margin-top: 50px;border-top: 1px solid #222;}










/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*大範圍*/
.blog_box {padding: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
/*側邊*/
.blog_le {padding: 0;}
h5.blog_le_t {color: #ccc;font-size: 20px;}
.blog_search input[type=search] {border: solid 1px #eee;border-radius: 0;}
.blog_search input[type=submit] {filter: opacity(0.5);}
.blog_le .accordion {border-radius: 0;border: none;}
.accordion li .link a {color: #eee;font-size: 12px;padding: 15px 5px;transition: all .5s;}
.accordion li+li .link {border-top: 1px solid #555;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: transparent !important;}
.blog_le .accordion > li:hover .link a {color: #ccc !important;padding-left: 10px;}
.blog_le .accordion > li.on_this_category .link a{color: #fff !important;background: #c38025 !important;padding-left: 10px;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 1fr 1fr;margin-bottom: 30px;}
.subbox_item a:before,.subbox_item a:after {display: none;}
.blog_list_ri {padding: 30px 0 0 50px;}
.blog_list_ri h5 {color: #eee;font-weight: 600;font-family: "Noto Serif TC", serif;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;line-height: 180%;font-size: 14px;margin-top: 30px;}
.blog_list_le {aspect-ratio: auto;overflow: hidden;}
.blog_list_le img {height: 20vw;min-height: 300px;transition: all .5s;}

.subbox_item a:hover .blog_list_le img {filter: brightness(.7);transform: scale(1.05);}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .1rem;margin-bottom: 0;font-weight: 600;
	font-family: "Noto Serif TC", serif;color: #c28b3b;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;color: #eee;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_box_edit *{color: #eee;line-height: 1.8;}
.blog_back {grid-gap: 0;width: 100%;margin-bottom: 80px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 13px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;font-size: 13px;}
.news_related{display: none;}
/*首頁*/
.module_i_news {padding: 80px 0;}
.module_i_news section {max-width: 1800px;width: 90%;}
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news ul {grid-template-columns: repeat(4, 1fr);}
.module_i_news li a {grid-template-columns: 1fr;}
.i_blog_le {aspect-ratio: 4 / 3;}
.i_blog_ri h5 {font-size: 18px;letter-spacing: 0;}
.i_blog_ri p {font-size: 13px;line-height: 1.4;}

@media screen and (max-width: 1200px){
	/*分類頁*/
	.blog_list_le img{height: 25vw;}
	/*文章頁*/
	.news_related_list {grid-template-columns: repeat(2, 1fr);}
	.news_related_list li a img {height: 25vw;}
	/*首頁*/
	.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 1024px){
	/*側邊*/
	.blog_le {width: 180px;}
	.accordion li .link a {letter-spacing: .2rem;padding: 12px 10px;}
	/*分類頁*/
	.blog_ri {padding: 0 0 0 30px;width: calc(100% - 200px);}
	.subbox_item a {padding-right: 0;grid-template-columns: 220px 1fr;grid-gap: 30px;}
}
@media screen and (max-width: 960px) {
	/*分類頁*/
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0;width: 100%;}
	/*分類頁*/
	.blog_ri {padding: 0;width: 100%;}
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
	/*首頁*/
	.module_i_news li {border-bottom: none;}
}
@media screen and (max-width: 600px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	.blog_list_le img {height: 280px;}
	/*文章頁*/
	.news_related_list li a img {height: 150px;}
}












/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*大範圍*/
.contact_content {padding: 0;}
/*標題*/
.blank_letter {font-family: "Noto Serif TC", serif;color: #eee;font-size: 20px;font-weight: 500;
	letter-spacing: .1rem;padding-top: 0;}
/*左側資訊*/
.contact_content .information_left{padding: 0;width: 260px;}
.list_before.info li {color: #ccc;font-size: 14px;padding-left: 40px;}
.list_before.info li:before{font-weight: 600;letter-spacing: 0;font-size: 14px;}
/*右側表單*/
.contact_content .information_right {padding: 0 0 0 80px;}
.contact_form {grid-gap: 25px;margin: 50px 0 100px;}
.contact_form li {grid-template-columns: 110px 1fr;}
.contact_form li .form__label {font-weight: 600;color: #eee;text-align: left;max-width: 110px;
	display: flex;flex-direction: row-reverse;justify-content: flex-end;padding: 5px 0;}
.form select,.contact_form li input.noborder,.contact_form li textarea.noborder {background: transparent;
	width: 100%;border: none;border-bottom: 1px solid #333;font-size: 14px;color: #eee;outline: none;
	color: #eee;}
.form select option{font-size: 12px;}
.contact_form li input#checknum{width: 100px;}
.animated-arrow {background: #888;border: 1px #888 solid;}
.last .animated-arrow {width: 130px;height: 45px;line-height: 42px;}
.last .animated-arrow b{font-size: 12px;}
.form__insert .tncode {background: #888;border: none;border-radius: 0;color: #eee;font-size: 14px;}
.contact_form li.last blockquote, .contact_form li.last cite {width: 180px;height: 50px;line-height: 50px;
	font-family: "Noto Serif TC", serif;font-weight: 600;border: none;letter-spacing: 0;padding: 0;}
.contact_form li.last cite {background: #82000c;color: #eee;}
.contact_form li.last blockquote{background: #555;color: #eee;}
.contact_form li.last input{font-size: 14px;}








/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*★★★切版師原版設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 商品下拉超過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;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; 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: 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:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}
}
@media screen and (max-width: 600px) {
}

/*★★★自訂義區塊↓↓↓↓↓↓↓↓↓↓↓↓*/
/*側邊*/
.product_page .product_menu_list{width: 100%;min-height: auto;}
.product-layer-two > li {width: 200px;display: inline-block;border: none;padding: 0;margin: 0 10px 10px 0;
	padding: 2px;background: #8a000a;transition: all .5s;}
.product-layer-two > li.active,.product-layer-two > li:hover{background: #c38025;}
.product-layer-two > li a {font-size: 14px;font-family: "Noto Serif TC", serif;border: none;transition: all .5s;
	padding: 10px 16px;font-weight: 600;background: transparent;border: 1px solid #a85963;color: #fff;}
.product-layer-two > li.active a,.product-layer-two > li a:hover{border: 1px solid #ffc06a;}
.product-layer-two li ul{display: none !important;}/*下拉隱藏*/
/*分類頁*/
.product_page .products-list{width: 100%;}
.products-list {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.products-list .item{margin-bottom: 20px;}
.products-list .item a{padding: 0;}
.products-list .price {margin: 5px 0;}
.products-list .price b {color: #bb1438;font-weight: bold;font-size: 20px;text-align: center;margin: 0;}
.products-list .more {display: none;}
.products-list .name {height: 30px;text-align: center;color: #fff;font-size: 20px;font-family: "Noto Serif TC", serif;
    font-weight: 600;letter-spacing: .2rem;}
.products-list .pic img{transition: all .5s;}
.products-list .item a:hover .pic img{filter: brightness(.7);transform:scale(1.05);}

.products-list .item a+button.pd_btn {padding: 6px;font-size: 14px;color: #ccc;border: none;
	background: #333;padding: 2px;line-height: 40px;}
.products-list .item a+button.pd_btn span{border: 1px solid #555;color: #fff;display: block;height: 100%;width: 100%;}
.products-list .item a+button.pd_btn:hover {background: #d49731;}
.products-list .item a+button.pd_btn:hover span{border: 1px solid #ffc776;}

/*商品頁*/
.product_info_page .product_menu_list{display: none;} /*商品頁的選單不顯示*/
/*商品頁-輪播區塊*/
.product_pic {display: flex;flex-direction: column-reverse;max-width: 1200px;margin: 0 auto;}
.product_pic .swiper-slide{max-height: 80vh;}
.product_pic .proImgSwiper{max-height: 80vh;}
.swiper-button-next:after, .swiper-button-prev:after {background: #888;width: 30px;height: 45px;display: block;
    padding: 0 10px;font-size: 14px;line-height: 45px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{text-shadow: none;}
/*商品頁-側邊說明*/
.sidebarBtn {border: none;background: transparent;position: sticky;top: 150px;padding-left: 30px;}
.sidebarBtn h2 {color: #eee;font-size: 24px;letter-spacing: 1px;font-weight: 600;font-family: "Noto Serif TC", serif;}
.sidebarBtn .price, .lightbox_aside .price{border:none;}
.sidebarBtn .price span, .lightbox_aside .price span {font-size: 24px;letter-spacing: 0;color: #c20d1a;}
.product_info li .txt_box {color: #ccc;font-size: 14px;line-height: 1.8;width: 100%;}
.product_info li span {margin: 20px 0 10px;}
.amountNum {background: #ddd;width: 100%;line-height: 40px;height: 40px;}
.pdinfo_link.pdinfo_line,.pdinfo_link.pdinfo_tel{display: none;}
.inquiry_a3 {background: #d69832;border-radius: 0;}
.toShare > b{color: #eee;}
.toShare a object{width: 20px;}
/*商品頁-商品說明*/
.prod_tabs{margin-top: 120px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .1rem;transition: all .5s;}
.pd_tabTitle li.activeTab {border-bottom: 2px solid #eee;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a {color: #333;font-weight: 400;}
.pd_tabInner.edit{font-weight: 400;font-family: "微軟正黑體";}
/*商品頁-相關推薦*/
.prod_related {background: transparent;padding: 80px 0 25px;border-top: 1px solid #222;margin-top: 100px;}
.prod_related h6 {margin: 0 auto 50px;}
.prod_related h6 span:before {color: #eee;font-weight: 400;font-size: 18px;letter-spacing: .1rem;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 90%;}
.related_list li a{padding: 0;background: transparent;}
.related_list li a p {font-size: 16px;line-height: 1.4;color: #eee;letter-spacing: .2rem;padding: 15px 0;
    font-family: "Noto Serif TC", serif;}
.lastPage {background: #89000b;}
/*加入購物車-1*/
/*---流程區*/
.stepImg{margin: 40px auto 80px;width: 100%;}
.stepImg img{display: none;}
.stepImg span {border: 1px solid #444;text-align: center;font-size: 12px;padding: 15px 20px;
 	margin: 0 -1px 0 0;width: 33.3%;background: #333;color: #aaa;}
.stepImg span.one{text-align: center;margin-left: 0;}
.stepImg span.three{text-align: center;}   
.stepImg span.active {color: #fff;background: #7d7771;border: 1px solid #9b9590;}
/*---詳細內容區*/
.shopping-cart .cell{font-size: 14px;color: #eee;}
.shopping-cart .cart_head {background: #c38025;padding: 10px 0;}
.shopping-cart .cell.product_name {font-weight: 400;padding: 10px 20px;}
.shopping-cart .cart_content .row {border-bottom: 1px solid #333;}
.shopping-cart .cart_content .cell.product_name {padding: 10px 0;}
.shopping-cart .cart_content .cell.product_name p {font-family: "Noto Serif TC", serif;color: #eee;letter-spacing: .1rem;
    font-size: 16px;}
.shopping-cart .cell.amount i{color: #eee;}
/*---金額TOTAL區*/
.total_amount {justify-content: flex-end;margin: 30px 0 80px auto;font-size: 14px;}
.total_amount ul {background: transparent;border: none;margin: 20px 0 80px;padding: 0 10px;}
.total_amount ul:after{display: none;}
.total_amount li {color: #888;}
.total_amount li#DiscountStr{border-bottom: 1px solid #333;padding-bottom: 10px;}
.rewrite_simple, .send_simple {font-size: 14px;font-family: "Noto Serif TC", serif;border-radius: 0;
	height: 50px;line-height: 50px;width: 180px;font-weight: bold;}
.total_amount .rewrite_simple, .total_amount .send_simple{width: 180px;}
.rewrite_simple {background: #555;}
.send_simple {background: #82000c;margin-left: 20px;}
.red {color: #b92c2c;}
/*加入購物車-2*/
.separate_title {padding: 10px 0;background: transparent;color: #fff;font-weight: 600;font-size: 18px;
    border-bottom: 2px solid #888;margin: 50px 0 10px;font-family: "Noto Serif TC", serif;}
.border200,.form select {width: 100%;padding: 10px 26px 10px 10px;color: #474141;outline: none;
    background: transparent;border:none;border-bottom: 1px solid #333;color: #eee;}
.form select option{background: #333;}
.formbox_form{margin: 30px 0 80px;padding: 20px;}
.formbox_form li{padding: 0 0 10px;}
.formbox_form li .form__label {display: flex;flex-direction: row-reverse;justify-content: flex-end;align-items: center;
	font-size: 14px;color: #eee;}
.formbox_form li .form__insert select{margin-bottom: 10px;}
.form label {color: #eee;margin-bottom: 0;}
.form label .inputbox {margin-right: 10px;}
.form label.circle .inputbox {background-image: none;border: 1px solid #474141;border-radius: 50%;}
.form label .inputbox.Big {width: 18px;height: 18px;}
.form label.Bigcheck {margin-left: 0;top: 0;margin-top: 10px;color: #eee;}
.form label.Bigcheck .inputbox {background-image: none;border: 1px solid #474141;}
.form label.circle input:checked {background-position: center !important;}
.form label.Bigcheck input:checked {background: #474141;}
.declaration{background: transparent;}
.separate_title .note {background: #f3f3f3;font-size: 10px;color: #888;padding: 2px 6px;border-radius: 30px;margin-left: 15px;}
/*結帳完成*/
.note_edit+section {margin: 0 0 50px;}
.order_pay .blank_letter {color: #eee;font-weight: bold;font-size: 24px;}
.order_pay .animated-arrow {background: #89000b;}
.order_list_spec{margin-bottom: 20px;}
.order_list_spec p {padding: 20px;background: #eee;color: #333;font-family: "Noto Serif TC", serif;font-weight: 600;}
.order_list_tit b{font-family: "Noto Serif TC", serif;color: #eee;font-weight: bold;}
.order_list_tab td{background: #111;border-top: 2px #1e1e1e solid;font-size: 14px;color: #eee;}
.order_list_tab td:nth-child(1) {background: #333;}
.order_list_tab.payer td:nth-child(1) {border-right: none;}
.order_list_head p {border-bottom: none;margin: 80px 0 20px;color: #eee;}
.order_list_pro tr:first-child {background: #333;}
.order_list_pro td {padding: 20px 10px;color: #eee;}
.last_box_money p, .last_box_money em{color: #eee;}
.last_box_money em span {color: #b77739;font-weight: bold;}
.order_pay .lastPage{font-size: 12px;}

/*---匯款資訊*/
.car_page .information_left {width: 100%;margin: 50px auto;}
.contact_le_map a {background: #888;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {margin-right: 20px;}
/*匯款通知*/
.form_content{padding: 0;}
.formbox_form li.last {justify-content: center;margin-top: 80px;}

@media (max-width: 1200px){
	.related_list {grid-template-columns: repeat(2, 1fr);}
	.related_list li figure {aspect-ratio: auto;}
	.related_list li a img {height: 25vw;}
}
@media (max-width: 1024px){
	/*加入購物車-1*/
	/*---流程區*/
	.stepImg {margin: 40px auto;}
}
@media screen and (max-width: 768px) {
	/*側邊選單*/
	.product-layer-two {grid-gap: 0 5px;}
	.product-layer-two li a{width: 100%;padding: 10px 0;}
	/*清單頁*/
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}
	/*商品頁*/
	.mobile_product_name{display: none;}
	/*加入購物車-1*/
	/*---詳細內容區*/
	.shopping-cart .cart_content .row{border: 1px solid #b6a292;padding: 15px 10px;}
	.shopping-cart .cell {flex-direction: row;border-bottom: none;}
	.shopping-cart .cell:before {color: #b6a292;margin-right: 10px;font-weight: 400;}
	.shopping-cart .cell.product_name {padding: 0;}
	.shopping-cart .cell.product_name p {font-size: 18px;color: #4f4949;padding-right: 30px;}
	.small_pic {width: 65px;height: 65px;}
	.shopping-cart .cell.amount:last-child {position: absolute;right: 0;top: 0;border-bottom: none;
     width: 30px !important;height: 30px;background: #b6a292;}
    .shopping-cart .cell.amount:last-child:before{display: none;}
    .shopping-cart .cell.amount:last-child > a{margin: 0 auto;line-height: 1;}
    .fa-lg {font-size: 14px;color: #fff;}

}
@media (max-width: 640px) {
	/*結帳完成*/
    .order_list_pro td span {font-size: 14px;color: #474141;}
}
@media screen and (max-width: 600px){
	/*商品頁*/
	.related_list li a img {height: 150px;}
	/*加入購物車-1*/
	/*---詳細內容區*/
	.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{
		width: 100%;}
	.shopping-cart .cell {justify-content: space-between;border-bottom: 1px solid #eee;}
	.shopping-cart .cell.product_name {min-height: 60px;padding-bottom: 30px;}
	.shopping-cart .cell.product_name p {font-size: 14px;}
	/*---金額TOTAL區*/
	.total_amount {justify-content: space-around;}
	.rewrite_simple, .send_simple{margin: 0;}
	/*購物完成*/
	.pay_text{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
	.pay_text > a{width: 160px;text-align: center;}
	.orderFinish_data .pay_text>*+* {margin-top: 0;}
	.order_list_tab td {padding: 6px 12px;}
	/*匯款通知*/
	.formbox_form li.last {justify-content: space-around;}
}
@media (max-width: 570px) {
	/*結帳完成*/
	.order_list_tab td:nth-child(1) {width: 100px;}
}
@media (max-width: 568px){
	/*結帳完成*/
	.order_list_tab td{font-size: 14px;}
}

















/*內頁BANNER 設定*/
.banner {background: url(https://pic03.eapple.com.tw/laliumei/ban.jpg) no-repeat;
	height: 30vw;background-size: cover;background-position: center;}
.banner h5 {color: #fff;font-family: "Noto Serif TC", serif;letter-spacing: .4rem;}
.banner h5:after{content: "辣柳妹．正宗柳州螺獅粉";display: block;font-size: 18px;letter-spacing: .2rem;
	margin-top: 20px;color: #d79932;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}








/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*★★★下拉編輯頁↓↓↓↓↓↓↓↓↓↓↓↓*/
.other_select_page .page{display: none;}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
  width: 6px; /*右側捲軸寬度*/
  height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

