/*嘉義葳葳婚禮佈置*/
/* #FFBFBF */

* {
    font-family:'Noto Serif TC', sans-serif;
    font-weight: 300;
}
.main_part{
    width: 100%;
    max-width: 1400px;
}

/*錨點滾動*/
html { scroll-behavior: smooth; }
::-webkit-scrollbar {width: 4px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6); }
::-webkit-scrollbar-thumb {
    background-color: #b5a28e;
    border-radius: 50px;
}

/*大圖===========*/
/*預設解除背景輪播*/
#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;}
}

/*HEADER===========*/
.tp_links {display: none;}
.main_header_area {
    background:#F4F2F0;
    box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
}
.main_header_area .container {
    max-width: 1600px;
    padding: 0 3%;
}
.sticky .main_header_area.animated {
    background: #f4f2f0bb;
    backdrop-filter: saturate(100%) blur(10px);
}

@media screen and (max-width: 768px){
    .me_tp_features {margin: 0;}
    .navigation{padding: 0;}
}

/*選單*/
.stellarnav li.has-sub > a:after {
    content: '+';
    border-left: none;
    border-right: none;
    border-top: none;
}
.stellarnav > ul > li > a {	margin: 10px 15px;}
.stellarnav > ul > li > a b{
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #574B46;
}
/*選單最大寬度設定*/
.main_header_area .container {
	max-width: 1500px;
	transition: .5s;
}
.sticky .main_header_area .container {
	max-width: 1600px;
	transition: .5s;
}

@media screen and (max-width: 1024px){
    .stellarnav > ul > li > a {margin: 0px 15px;}
}
/*分類*/
.stellarnav li li{
    font-size: 14px;
    letter-spacing: 1.5px;
}
.stellarnav li li a:hover {
    background-color: #BFB9AA;
    color: #fff;
    transition: 0.3s;
}
/*次分類*/
.stellarnav li li.has-sub > a:after{
    border-top:none;
    border-bottom:none;
    border-left:none;
    right: 10px;
}

/*LOGO*/
.nav-brand {width: 200px;}
.nav-brand img {margin-top: 25px;}

@media screen and (max-width: 768px){
    .nav-brand {width: 160px;}
    .nav-brand img{margin-top: 15px;}
}

/*預設浮動按鈕======*/
.info_fix>span{display: none;}

/*BANNER===========*/
.banB{display: none;}
.banA{display: none;}
.banE{display: none;}
.banF{display: none;}
.banner{display: none;}

/*文章管理==========*/
.clearfix:before, .clearfix:after{display: none;}
.blog_subbox{
    display: grid;
    grid-template-columns:  repeat(3, 1fr);;
}
.blog_list_ri{width: 100%;}
.subbox_item{
    width: 100%;
    border-bottom: none;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important; 
    background: #cd5b6b;
}
.accordion li .link { 
    letter-spacing: 3px; 
    padding: 15px 15px; 
}
.blog_search input[type=search] { letter-spacing: 2px;}
.blog_list_le { width: 100%; }  
.subbox_item a:before { 
    content: 'READ MORE';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    font-weight: 600;
    letter-spacing: 1px; 
    color: #6f5841; 
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
}
.subbox_item a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.subbox_item a:after { 
    content: '';
    background: rgb(255 255 255 / 86%); 
    border: 1px #fff solid;
    width: 0;
}
.subbox_item a:hover:after{
    opacity: 1;
    width: 100%;
}
.blog_list_ri h5 { 
    font-weight: 550; 
    font-size: 17px; 
    color: #2c2c2c; 
    letter-spacing: 3px; 
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    white-space: normal; 
    overflow: hidden; 
    margin-top: 10px;
}
.blog_list_ri em { display: none; }
.blog_back a { 
    font-size: 15px; 
    color: #cd5b6b; 
    width: 30%; 
}
.blog_back a.article_btn_prev { 
    background: #fff0; 
    border: 1px solid #cd5b6b;
}
.blog_back a.article_btn_next { 
    background: #fff0; 
    border: 1px solid #cd5b6b;
}
.blog_back a.article_btn_back { 
    background: #fff0; 
    border: 1px solid #cd5b6b;
}
.blog_back a.article_btn_prev:hover { 
    background: #cd5b6b; 
    color: #fff; 
    transition: all 1s;
}
.blog_back a.article_btn_next:hover { 
    background: #cd5b6b; 
    color: #fff; 
    transition: all 1s;
}
.blog_back a.article_btn_back:hover { 
    background: #cd5b6b; 
    color: #fff; 
    transition: all 1s;
}
h4.blog_category_title {
    color: #cd5c6c; 
    font-size: 24px; 
    letter-spacing: 3px;
}
@media screen and (max-width:768px) {
.blog_list_ri { 
    display: inline-block; 
    vertical-align: top; 
    padding: 3px; 
    width: 100%; 
}
.blog_list_ri h5 { 
    display: block; 
    font-size:16px;}

h5.blog_le_t, .blog_le .accordion { 
    display: flex; 
    text-align: center;
    justify-content: center;
}
}

/*首頁*/
#content_main, #content {background: #F4F2F0;}
.module_i_news ul{
    display: flex;
    gap: 5px;
}
.i_blog_ri{width: 100%;}
.i_blog_le{width: 100%;}
.module_i_news li a:before{
    content: 'READ MORE';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    font-weight: 600;
    letter-spacing: 1px; 
    color: #6f5841; 
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
}
.module_i_news li a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.module_i_news li a:after{
    content: '';
    background: rgb(255 255 255 / 86%); 
    border: 1px #fff solid;
    width: 0;
}
.module_i_news li a:hover:after{
    opacity: 1;
    width: 100%;
}
.module_i_news li{border-bottom: none;}
.animated-arrow{background: #433F33;}
.module_i_news .title_i_box h6{
    font-size: 50px;
    color: #92664C;
    font-weight: 500;
}
.module_i_news .title_i_box h4{
    font-size: 26px;
    color: #665F52;
    font-weight: normal;
    letter-spacing: 3px;
    margin-top: -10px;
}

@media screen and (max-width:768px) {
    .module_i_news .title_i_box h6{font-size: 40px;}
    .module_i_news .title_i_box h4{font-size: 25px;}
}
@media screen and (max-width:480px) {
    .module_i_news .title_i_box h6{font-size: 35px;}
    .module_i_news .title_i_box h4{font-size: 22px;}
}
@media screen and (max-width:600px) {
    .module_i_news ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .module_i_news .title_i_box{margin-top: 30px;}
}
@media screen and (max-width:320px) {
    .module_i_news ul{display: block;}
}

/*隱藏左邊選單*/
@media screen and (max-width:768px) {
    .blog_subbox{grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width:600px) {
    .blog_subbox{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width:375px) {
    .blog_subbox{display: block;}
}

/*購物車===========*/
/*首頁*/
.i_prod_tit h2{
    font-size: 50px;
    color: #92664C;
    font-weight: 500;
}
.i_prod_tit span{
    font-size: 26px;
    color: #665F52;
    font-weight: normal;
    letter-spacing: 3px;
    margin-top: -10px;
}
@media screen and (max-width:768px) {
    .i_prod_tit h2{font-size: 40px;}
    .i_prod_tit span{font-size: 25px;}
}
@media screen and (max-width:480px) {
    .i_prod_tit h2{font-size: 35px;}
    .i_prod_tit span{font-size: 22px;}
}
@media screen and (max-width:320px) {
    .products-list .item{width: 100%;}
}
/**/
.products-list .pic{border-radius: 25px;}
.products-list .pic :hover{
    transition: 0.5s;
    transform: scale(1.2);
}
.product_page .main_part {
     max-width: 1500px;
     padding: 80px 20px;
}
.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%;}

.product-layer-two li ul {
    position:static; 
    margin-top:10px; 
    width:100%; 
    margin-left:0;
}
.product-layer-two li:hover ul { 
    border: none !important; 
    display:block !important;
}
.product-layer-two li li {
    padding: 5px 10px;
    transition: all ease .3s;
}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a {
    background: #fff;
    color: #665F52;
}
.product-layer-two > li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.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_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;
    letter-spacing: 1px;
}
.products-list .more {display: none;}
.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #665F52;
    background: #f3ede3;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
.product-layer-two li:hover > a:before, .product-layer-two li.active > a:before {
    background: #665F52;
    color: #fff;
}
.products-list .name{height: auto;}
.products-list .pic {overflow: hidden;}
.product-layer-two li li > a:before {
    content: '\f138';
    position: absolute;
    width: 13px;
    height: 0;
    left: 0px;
    top: 20%;
    margin-top: -6px;
    font-family: 'FontAwesome';
    color: #edc18473;
    transition: all .5s;
}
.product-layer-two li li a {
    padding-left: 18px !important;
    font-size: 15px;
}
.product-layer-two li li:hover > a:before { color: #665F52;}

/*商品資訊頁*/
.inquiry_a1{background: #979289;}
.inquiry_a2{background: #c8bcb0;}
h3.prod-thumb {
    color: #5cafde;
    padding-bottom: 5px;
}
li.prod-item {padding-top: 20px;}
.nextaction {background-color: #5f594c;}
.lastaction {
    color: #ffffff;    
    background-color: #c9bcaf;
}
.prod_related{display: none;}
ul.prod li h3.prod-thumb{
    background: #979288;
    color: #ffffff;
}
ul.prod li .prod-panel{margin-top: 15px;}

@media screen and (max-width: 768px) {
.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: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two {
    order: 4;
    display: none;
}
}

/*促銷方案=========*/
@media screen and (max-width: 768px) {
.other_promotion{margin-top: 80px;}
}

/*相簿=============*/
.show-list .item:hover .show_name{color: #9e8c74;}
.other_subalbum li{background: none;}

/*特效*/
.show-list .item:hover a figure img {
    transform: scale(1.2);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {text-align: center;}

/*相簿瀑布流*/
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { 
    height:auto; 
    padding:0;
}
@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
}
}
@media screen and (max-width: 1024px) { 
.contact_page .main_part{display:block;}
.contact_content {
    padding: 10px;width:100%;}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ -moz-column-count:2; -webkit-column-count:2;  column-count:2;}
 .product-layer-two li {
    display: inline-block;
    margin: 0px 10px 0px 0;
    padding: 5px 0;
    position: relative;}
 .product-layer-two {
    display: block;width:100%}
 .product-layer-two {
    margin: 20px 0;}
 .product_page .show_content, .product_info_page .show_content{display:block;}
 .products-list, .product-wrapper {
    width: 100%;}
 .product-layer-two li:hover li {
    display: none;}
 .product-layer-two > li{width:auto;}
 .product-layer-two li li{display:none;}
 .show_content{    padding: 15px 20px;}
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
}
}

/*相簿第二層*/
.other_album_choice li{background-color:#F4F2F0 ;}
.other_album_choice li a{color: #222;}
.other_subalbum li p {    margin-top: 10px;}
.other_subalbum li a img{ 
    object-fit: cover;
    min-height: 250px;
}

/*FOOTER*==========*/
.box_link { display: none; }
.footer {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
	box-shadow: 1px 1px 15px rgba(38,15,1,.2);
    background:#F4F2F0;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    margin: auto;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));
    gap: 5px;
	width: 100%;
}
.footer_info ul { width: 100%; }
.footer_info li p,
.footer_info li p a {color: #000;}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 7px;
    transition: all 0.3s;
    color: #000;
	background: transparent;
	border: 1px solid #ddd;
    backdrop-filter: blur(5px);
}
.footer_menu a:hover {
    background: #e5dbd1;
    color: #222;
    backdrop-filter: blur(5px);
    transition: 0.3s;
}
.copy {
    color: #222;
	background: none;
	font-size: 12px;
	letter-spacing: 0.05em;
    backdrop-filter: blur(5px);
    border-top: none;
    padding: 15px 0;
    margin-top: 0px;
}
.copy a {
    color: #222;
    transition: all 0.3s; 
}
.box_link a {
    transition: all 0.3s;
    color: #c6c7b0; 
}
.box_link a:hover {
    background: transparent;
    color: transparent; 
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 10px 10px;
}
.footer_info li {
    display: flex;
    padding: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) { 
    .footer_info li { flex-direction: column; }
}

/*手機版漢堡選單=====*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #d7cdc2;
    padding: 10px;
}
.stellarnav.mobile li.open{background: #fff7f7;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 1px #777;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 1px #777;}
.stellarnav .icon-close:after{border-bottom: solid 1px #777;}
.stellarnav .icon-close:before{border-bottom: solid 1px #777;}
.stellarnav.mobile > ul > li{margin-top: 10px;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, 
.stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, 
.stellarnav .menu-toggle:after{color: #745C5C;}
.stellarnav .menu-toggle span.bars span{background: #745C5C;}
.stellarnav.mobile.left > ul{height: 835px;}

@media only screen and (max-width: 768px) {
    .stellarnav.mobile {top: 4px;}
}