@charset "utf-8";

/*愛多花藝*/
/*網站全域設定/=====*/
/*
   /*網站主要色系
   /*網站輔助色系1
   /*網站輔助色系2
   /*文字顏色*/


/*網站字體*/

* {
    font-family: 'Noto serif TC', sans-serif;
    letter-spacing: 1px;
}
/* 錨點滾動 */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { box-shadow: 0 0 10px 0px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb { background-color: #cbbfac; }
	
/*header*==========*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.tp_links a { display: none; }
.pageIndex .header_area.sticky .main_header_area {
    background: #ffffffe6;
    transition: all 0.7s ease-in-out;
	box-shadow: 1px 1px 15px rgba(38,15,1,.2);
}

.pageIndex .main_header_area { background: #fff0; }
.main_header_area {background: #ffffff;}
.stellarnav > ul > li > a { color: #41382d; }
.stellarnav > ul > li > a:hover { color: #444444!important; }
.stellarnav li.has-sub > a:after { display: none; }
.stellarnav > ul > li > a {
    letter-spacing: 0.1em;
	margin: 0 15px;
}

/*HEADER選單=================*/
.pageIndex .stellarnav > ul > li > a {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0 15px;
	color: #41382d;
}
.header_area.sticky .stellarnav>ul>li>a {
    color: #41382d;
	letter-spacing: 0.1em;
	transition: all 0.7s ease-in-out;
}
.main_header_area .container { max-width: 1600px; }
.me_tp_features a.tp_btn_cart {display: none;}
.me_tp_features a.tp_btn_notice {display: none; }
.shop_search_txt {display: none; }
.shop_search_btn{display: none; }

@media screen and (max-width: 1440px) {
.main_header_area .container { max-width: 1200px; }
}
@media screen and (max-width: 1024px) {
.me_tp_features {display: none; }
.pageIndex .header_area { position: sticky; }
.pageIndex .header_area .main_header_area { background: #fff; }
.pageIndex .header_area.sticky .main_header_area {background: #fff;}
}



@media screen and (max-width: 768px) {
.pageIndex .stellarnav > ul > li > a { color: #000; }
}

/*HEADER下拉選單==============*/

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #343a40;
    padding-left: 11px;
    border-color: #726555;
    background: #F2F2F2;
}
.stellarnav li {font-size: 14px;}


/*LOGO設定===================*/
.pageIndex .nav-brand img {
    max-width: 100%;
    position: relative;
    top: 9px;
}
.nav-brand { width: 240px;}
.nav-brand img {
	position: relative;
    top: 9px;
}
@media screen and (max-width: 375px) { 
.nav-brand img { max-width: 70%; }
}

/*預設浮動按鈕*/
.info_fix_links{display: flex !important;}
.info_fix>span{display: none !important;}
/*
.info_fix>span { background-color: #cabfad; }
.info_fix:hover>span {background-color:#978f82; }
*/
.info_fix_links a {background-color:#cabfad; }
.info_fix_links a:hover{background-color:#978f82; }


/*大圖================================*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50% , 0);
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*banner*==========*/
.banner {display: none;}
.banner h5 {display: none;}
.banB {display: none;}
.banF {display: none;}
.banE {display: none;}
.banC {display: none;}



/*頁面上*==========*/
.blog_list_le { width: 40%; }
.blog_list_ri { width: 53%; }
.sidebarBtn { border: 0px #ddd solid; }
.list_before.info li { padding-left: 41px; }
ul.prod li .prod-panel { 
    font-size: 13px; 
	line-height: 20px; 
}
.path p, .path p a {display: none;}

/*按鈕*==========*/
.contact_form li.last cite { background: #7b7b7b; }
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #7b7b7b solid; }
.prod_related { background: #F0F0F2; }
.lastaction { 
    color: #fff; 
	background-color: #9E9E9E;
}
.nextaction {
    color: #fff;
    background-color: #f4c761;
}
.lastPage { background: #f4c761; }
.inquiry_a1 { background: #9E9E9E; }
.inquiry_a2 { background: #f4c761; }
.products-list .item a:hover .more { background: #9E9E9E; }

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #D5BEA4 !important; }
.blog_le .accordion { border: 0px; }


/*文章管理*/
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom:10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #8E639A; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background: #836E55; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #cabfad;
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover { background: #836E55; }
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%; }
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 15px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #cabfad;
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 425px) {
.blog_subbox.clearfix { grid-template-columns: 1fr 1fr ; }
}
@media screen and (max-width: 425px) {
.blog_subbox.clearfix { grid-template-columns: 1fr; }
}

/*購物車=============*/
/*店家商品*/
.prod_related h6 span:before {
	color: #212121;
    letter-spacing: 0.1em;
}
.lastPage { background: #cabfad; }
.products-list .name { height: auto; }
.inquiry_a1 { background: #cabfad; }
.inquiry_a2 { background: #836E55; }
.nextaction { background-color: #cabfad; }
.lastaction { background-color: #e8e4d8; }
.prod_related {
	background-image: url(https://pic03.eapple.com.tw/pisces/bg.png);
	background-attachment: fixed;
}
ul.prod li h3.prod-thumb {
    background: #cabfad;
    color: #212121;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
ul.prod li .prod-panel * {    max-width: 100%;}

fieldset.size .radio-inline__label {    margin: 0;    width: 100%;padding: 5px 10px;border-radius: 3px;}
fieldset.size .radio-inline__label:nth-of-type(n+2){margin-top: 5px;}

.related_list li a {
    display: block;
    padding: 4px;
     background: none;
}
.products-list .more {
    border: 1px solid #836C53;
    color: #836C53;
	line-height: 29px;
}
.products-list .item a:hover .more { 
    background: #836C53; 
}
.products-list .price b {
    color: #8d7d50;
    font-size: 16px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: 414141;
    border-bottom: 1px #ada17e solid;
	background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
	background: #c09f59;
}
.product_page .main_part {
	width: 90%;	
	max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    padding: 10px 10px;
    flex-direction: row;
}
.product_page .products-list {
	width: calc(100% - 280px);
}
.product-layer-two {
    width: 250px;
	margin: 0;
}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.product-layer-two li.active a {
	border: unset;
	border-bottom: 1px dotted #ccc;
}
/**/
.product-layer-two li a {
	color: #222;
	border: none;
	background: transparent;
	transition: all 0.3s;
	line-height: 200%;
	transition: all 0.3s;
}
.product-layer-two > li > a {
	border-bottom: 1px dotted #ccc;
	padding-left: 25px;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #cabfad;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
	background: #836C53; 
	color:#fff;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {
	position: relative;
	padding-top: 1px;
}
.product-layer-two li li {
	border: none;
	background: transparent;
}
.product-layer-two li li a{
	background: transparent;
}
.product-layer-two li li:hover a{
	color: #c98625;
	background: transparent;
}

/*購物車*/
.send_simple {
    background: #5b5b5b;
}
.rewrite_simple {
	background: #5b5b5b;
}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
@media screen and (max-width: 1024px) {
.products-list .name {
    color: #000;
    font-size: 14px;
    letter-spacing: 0px;
}
.clearfix:before, .clearfix:after { display: none; }
.product_page .products-list {
    width: calc(100% - 280px);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.products-list .item { width: 100%; }
}

@media screen and (max-width: 768px) {
.product-layer-two > li > a { display: none; }
.product_page .products-list ,.product-layer-two { width:100%; }
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none; }
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic { padding-top: 0px; }
body.pageIndex .products-list { padding: 40px 0 20px; }
.products-list .item { width: 100%; }
.products-list .name {
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
	height: 37px;
}
.product-layer-two {display: none; }
.product_page .products-list {
      width: 100%;
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 425px) { 
.product-layer-two {
    display: none;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list {
    width: 100%;
}
}
@media screen and (max-width: 320px) {
.product_page .products-list { grid-template-columns: 1fr!important; }
}
/*隱藏加入購物車*/
.inquiry_a3{display: none;}

/*聯絡我們/＝＝＝＝＝*/
.contact_editbox { padding: 0px; }
.contact_form li.last blockquote, .contact_form li.last cite {
	border:none;
	padding:2px; 
	background: #cabfad;
	color:#fff;
}

.contact_content {
	max-width:1600px;
	padding:70px 10px;
}

.contact_content .information_left {display:none;}
.contact_content .information_right {width: 100%;padding-left: 0;}
.information_right {padding-left: 0;}
.contact_form li .form__label {color:#000;}
.blank_letter {color:#000;}


.contact_form {display:flex;flex-wrap:wrap;font-size: 14px;}
.contact_form li {width:50%;padding: 0 0 20px 0;padding-left:90px;}
.contact_form li:nth-last-child(3),.form select {width: 100%;}

.contact_form li input.noborder,.contact_form li textarea.noborder,.form select {background: #fff; color: #444;}


@media screen and (max-width: 1440px) {
.contact_content { max-width: 1200px; }
}
@media screen and (max-width: 1024px) {
.contact_content { max-width: 900px; }
}
@media screen and (max-width: 768px) { 
.contact_content .information_right { padding: 10px 35px; }
}
@media screen and (max-width: 600px) {
.contact_form li {width:100%;padding-left:0;}
.contact_form li .form__insert {width: 100%;}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
	text-align:left;
}
}

/*footer*==========*/
.footer_info li p.add:before {content: '地址：';}
.footer_info li p.add2:before {content: '愛多花寓：';}
.box_link a { display: none; }
.footer {
	background: #fff;
	overflow: hidden;
	padding: 30px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "．"; }
.footer_menu a:last-child::before{ display: none; }
.footer_menu a:nth-child(1){ display: none; }
.footer_menu a:hover {
	background: transparent;
	color:#cbbfac;
}
.copy {
	background: #cbbfac;
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #434343;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #cabfad;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "網站地圖 MAIN MENU"; }
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #434343;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0px;
}
@media screen and (max-width: 768px) { 
.footer_info li { 
    flex-direction: column; } 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;

}
}

/*手機版選單*/
.stellarnav .menu-toggle:after { color: #818181; }
.stellarnav .menu-toggle span.bars span { background: #818181; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #d1d1d1; }
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { bottom: -800px; }

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column; }
.banner h5 {
    display: block;
    font-family: 'Noto serif TC';
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    text-align: left;
	padding-left: 127px;
}
.banner::after { display: none; }
.me_tp_features {display: none; }
.nav-brand img {
    max-width: 90%;
    position: relative;
    top: 5px;
}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 29px;
    box-sizing: border-box;
}
.footer_info ul { width: 100%; }
}