@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #fffcf2;
}
#content {
    background: #fffbf2;
}
.bannerindex {
    position: relative;
    height: auto;
}
.swiper-banner {
    position: static;
    margin: 0 0 -5px 0;
    height: auto;
}
.swiper-slide img {
    height: auto;
}
.swiper-pagination {
    transform: translateX(-50%) !important;
    margin-left: 0;
}
@media (max-width: 768px) {
    .bannerindex {
        padding-bottom: unset;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.pageIndex .main_part {
    border-top: 0px solid #ccc;
}
.main_part {
    max-width: 1600px;
    width: 100%;
    padding: 100px 5%;
}
.show_content,
.edit,
.contact_content,
.contact_editbox {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .main_part {
        padding: 80px 5%;
    }
}
@media screen and (max-width: 768px) {
    .main_part {
        padding: 50px 5%;
    }
}

/*中間小標刪除*/
.path {
    display: none;
}

/*按鈕*/
a.animated-arrow {
    margin-top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    background: unset;
    border-top: 1px solid #000000;
    z-index: 1;
    border-top: 1px solid #715123;
    border-bottom: 1px solid #715123;
    color: #715123;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.08em;
    transition: 0.3s ease;
}
.arrow {
    display: none;
}
a.animated-arrow i {
    display: none;
}
a.animated-arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #715123;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.car_page a.animated-arrow:after {
    z-index: -1;
}
.car_page a.animated-arrow:hover {
    color: #fff;
}
a.animated-arrow:hover:after {
    left: 0px;
    transform: scaleY(1);
    transform-origin: center bottom;
}
a.animated-arrow > b {
    z-index: 1;
    font-weight: bold !important;
    font-size: 16px;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a.animated-arrow:hover > b {
    color: #fff;
}

@media screen and (max-width: 600px) {
    a.animated-arrow {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    a.animated-arrow > b {
        font-size: 16px;
    }
}

/*頁數*/
.page {
    display: flex;
    width: 100%;
    margin: 50px 0;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 10px;
}
.page li {
    display: inline-flex;
    min-width: 30px;
    color: #715123;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.page li.activeN {
    color: #c29055;
}
.page li a {
    width: 28px;
    height: 18px;
    line-height: 1;
    min-width: unset;
    border: unset;
    color: #715123;
    padding: 0;
}
.page strong,
.page a:hover {
    background: unset;
    color: #c29055;
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .page li {
        font-size: 18px;
        min-width: 40px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
}
.main_header_area {
    background: #fffbf2;
    box-shadow: 0px 0px 10px #c08d544d;
    transition: all 0.3s;
}

.main_header_area .container {
    max-width: 90%;
}
.me_tp_features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.me_tp_features a {
    margin: 0;
    padding: 0px 0 0px 20px;
    border-left: 1px solid #c29055;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #c29055;
}
.me_tp_features a i {
    margin: 0 8px 0 0;
}
.me_tp_features a.tp_btn_cart {
    padding: 0 20px;
}
.box_search {
    width: 30%;
    margin-bottom: 0;
    margin-right: 20px;
}
.box_search input[type="text"] {
    background: url(https://pic03.eapple.com.tw/pangfeng/search-icon.svg)
        no-repeat 10px center #ffffff00;
    border: solid 1px #c29055;
    padding: 5px 10px 5px 40px;
    width: 180px;
    border-radius: 0;
    letter-spacing: 0.08em;
    height: 18px;
}
.shop_search_btn {
    padding: 5px 18px;
    letter-spacing: 0.15em;
    background: #c29055;
    border-radius: 0;
}
input[type="text"] {
    color: #000;
}
.tp_links {
    display: none;
}
.navigation {
    padding: 15px 0 0px 325px;
}
/*LOGO*/
.nav-header {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.header_area .nav-brand {
    width: 325px;
    padding: 5px 0;
    transition: all 0.3s;
}

/*選單*/
.stellarnav > ul > li > a {
    padding: 0 0 0 20px;
    letter-spacing: 0.08em;
    color: #715123;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    height: 45px;
    margin: 10px 0 0px 0;
    transition: all 0.5s;
}
.stellarnav > ul > li:hover > a,
.stellarnav > ul > li.active > a,
.stellarnav > ul > li.focus > a {
    color: #715123;
    transition: all 0.5s;
}
.stellarnav > ul > li > a b {
    font-weight: 500;
}

/*隱藏第一顆按鈕*/
.stellarnav > ul > li:nth-of-type(1) {
    display: none;
}

/*下拉*/
.stellarnav > ul > li:nth-of-type(4) > ul > li:not(:nth-child(n + 5)) {
    display: none;
}
.stellarnav > ul > li:nth-of-type(5) > ul > li:nth-of-type(1),
.stellarnav > ul > li:nth-of-type(6) > ul > li:nth-of-type(1) {
    display: none;
}

.stellarnav > ul > li.drop-left > ul {
    right: unset;
}
.stellarnav li li + li {
    border-top: 1px solid #eee;
}
.stellarnav ul ul {
    border-top: 2px solid #c290555c;
    transform: translateX(-50%);
    left: 50%;
    min-width: 200px;
}
.stellarnav ul ul ul {
    left: 200px;
    transform: translate(0%);
}
.stellarnav li.has-sub > a:after {
    display: none;
}
/*下拉選單*/
.stellarnav li li {
    border: unset;
    margin-bottom: 0;
}
.stellarnav li li a {
    padding: 15px 0;
    padding: 15px 0;
    text-align: center;
    background: unset;
    color: #715123;
    letter-spacing: 0.1em;
    font-weight: 500;
    transition: all 0.5s;
}
.stellarnav li li a:hover {
    background: #c29055;
    color: #ffffff;
    transition: all 0.5s;
}

@media screen and (max-width: 1400px) {
    .main_header_area .container {
        max-width: 95%;
    }
}
@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
    .navigation {
        padding: 10px 0 0px 200px;
    }
    .header_area .nav-brand {
        width: 200px;
    }
    .box_search input[type="text"] {
        padding: 5px 10px 2px 40px;
    }
    .shop_search_btn {
        padding: 4px 18px;
    }
    .stellarnav > ul > li > a {
        font-size: 17px;
        margin: 5px 0 0 0;
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 1024px) {
    .main_header_area .container {
        max-width: 100%;
    }
    .navigation {
        padding: 0;
    }
    .nav-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .me_tp_features {
        justify-content: center;
    }
    .box_search {
        width: auto;
    }
    .stellarnav > ul > li > a {
        padding: 0 5px;
    }
}
@media screen and (max-width: 768px) {
    .main_header_area .container {
        max-width: 100%;
    }
    .me_tp_features {
        display: none;
    }
    .nav-header {
        display: flex;
        padding: 30px 0;
        justify-content: center;
    }
    .header_area .nav-brand {
        width: 175px;
    }
    .stellarnav.mobile {
        display: flex;
        width: auto;
        height: 100%;
        padding: 0;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;
    }
    .stellarnav .menu-toggle {
        padding: 18px 30px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 38px;
        height: 1px;
        border-radius: 10px;
        background: #715123;
        margin: 0px auto 6px;
    }
    .stellarnav .menu-toggle:after {
        font-size: 14px;
        color: #715123;
        transform: unset;
        letter-spacing: 1px;
        margin-top: 10px;
    }
    .stellarnav.mobile.left > ul {
        background: #fffbf2;
        padding: 0;
        border-top: unset;
    }
    .stellarnav.mobile ul ul {
        border-top: unset;
        transform: unset;
        left: auto;
        background: unset;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #c29055 solid;
    }
    .stellarnav > ul > li:nth-of-type(1) {
        display: block;
    }
    .stellarnav.mobile li ul li {
        border-top: 1px solid #c29055;
    }
    .stellarnav.mobile > ul > li > a,
    .header_area.sticky .stellarnav > ul > li > a,
    .stellarnav li li a {
        margin: 0;
        padding: 20px 40px 15px;
        text-align: left;
        color: #715123;
        background: unset;
    }
    .stellarnav.mobile > ul > li > a b:last-child {
        display: none;
    }
    .stellarnav > ul > li > a:before,
    .stellarnav > ul > li:hover > a:before {
        display: none;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 10px;
        top: 8px;
    }
    .stellarnav.mobile li.open {
        background: #f6ebdd;
        padding: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #715123;
    }
    .stellarnav li li {
        border: 0;
        border-top: 1px solid #eee;
    }
    .stellarnav li li a:hover {
        background: #c29055;
        color: #ffffff;
    }
    .stellarnav .icon-close {
        margin-right: 6px;
    }
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fffbf2;
        letter-spacing: 0.15em;
        background: #715123;
        border-bottom: unset;
    }
    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
}

@media screen and (max-width: 400px) {
    .stellarnav .menu-toggle {
        padding: 15px;
    }
    .stellarnav.mobile {
        padding: 0;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 35px;
        margin: 0px auto 5px;
    }
    .stellarnav .menu-toggle:after {
        font-size: 12px;
    }
    .header_area .nav-brand {
        width: 150px;
        padding: 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*----------------------------------------大圖-第一張-開始----------------------------------------*/
@-webkit-keyframes dd {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes dd {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes ff {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes ff {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.swiper-container-fade .swiper-slide:nth-child(1):before {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/pangfeng/大圖文字-04.svg);
    width: 27%;
    top: 38%;
    left: auto;
    right: 13%;
    aspect-ratio: 47 / 10;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(1):before {
    -webkit-animation: dd 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: dd 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.swiper-container-fade .swiper-slide:nth-child(1):after {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/pangfeng/大圖文字-05.svg);
    width: 13%;
    top: auto;
    bottom: -15%;
    left: auto;
    right: 13%;
    aspect-ratio: 260 / 485;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(1):after {
    -webkit-animation: ff 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: ff 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/*----------------------------------------大圖-第一張-結束----------------------------------------*/

/*----------------------------------------大圖-第二張-開始----------------------------------------*/

@-webkit-keyframes cc {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes cc {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.swiper-container-fade .swiper-slide:nth-child(2):before {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/pangfeng/大圖文字-13.svg);
    width: 48%;
    top: 25%;
    left: 43%;
    aspect-ratio: 95 / 36;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(2):before {
    -webkit-animation: cc 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: cc 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.swiper-container-fade .swiper-slide:nth-child(2):after {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/pangfeng/大圖文字-08.svg);
    width: 41%;
    top: 21%;
    left: 9%;
    aspect-ratio: 965 / 830;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}

/*----------------------------------------大圖-第二張-結束----------------------------------------*/

/*----------------------------------------大圖-第三張-開始----------------------------------------*/

@-webkit-keyframes ee {
    50% {
        transform: rotate(-8deg);
    }
}
@keyframes ee {
    50% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tt {
    50% {
        transform: rotate(8deg);
    }
}
@keyframes tt {
    50% {
        transform: rotate(8deg);
    }
}
.swiper-container-fade .swiper-slide:nth-child(3):before {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/pangfeng/大圖文字-06.svg);
    width: 22%;
    top: -6%;
    left: 6%;
    aspect-ratio: 47 / 33;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(3):before {
    -webkit-animation: tt 1.5s infinite both;
    animation: tt 1.5s infinite both;
}
.swiper-container-fade .swiper-slide:nth-child(3):after {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/pangfeng/大圖文字-07.svg);
    width: 20%;
    top: auto;
    bottom: 6%;
    left: 9%;
    aspect-ratio: 47 / 67;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(3):after {
    -webkit-animation: ee 1.5s infinite both;
    animation: ee 1.5s infinite both;
}

/*----------------------------------------大圖-第三張-結束----------------------------------------*/

/*------------------------------------大圖上可點的白點點設定-開始-----------------------------------*/

/*.swiper-pagination {transform: translate3d(0, 0, 0) translateX(-50%) !important;}*/
.swiper-horizontal > .swiper-pagination-bullets {
    left: 50% !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

@media (max-width: 768px) {
    .swiper-slide img {
        min-height: unset !important;
    }
    .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
    }
}

/*------------------------------------大圖上可點的白點點設定-結束-----------------------------------*/

/*------------------------------------------手機版大圖-開始------------------------------------*/

/*手機板大圖*/
@media screen and (max-width: 600px) {
    .pageIndex .bannerindex .swiper-slide img {
        display: none;
    }
    .pageIndex .bannerindex .swiper-slide {
        width: 100%;
        height: 0;
        padding-bottom: calc(100% / 3 * 4);
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(1) {
        background-image: url(https://pic03.eapple.com.tw/pangfeng/手機大圖-01.jpg);
        background-size: cover;
        background-position: center;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(2) {
        background-image: url(https://pic03.eapple.com.tw/pangfeng/手機大圖-02.jpg);
        background-size: cover;
        background-position: center;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(3) {
        background-image: url(https://pic03.eapple.com.tw/pangfeng/手機大圖-03.jpg);
        background-size: cover;
        background-position: center;
    }
    .swiper-container-fade .swiper-slide:before,
    .swiper-container-fade .swiper-slide:after {
        display: none;
    }
}

/*------------------------------------------手機版大圖-結束------------------------------------*/

/*內頁BANNER 設定*/
.banner {
    display: none;
}
.banner.banblog {
}
.banner.banE {
}
.banner:after {
}
.banner h5 {
    position: relative;
    font-size: 0;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #715123;
}
.services_page .banner.banB,
.other_page .banner.banB,
.contact_page .banner.banC,
.other_select_page .banner {
    display: none;
}
.banner h5:before {
    content: "";
    display: block;
    color: #a78666;
    font-size: 18px;
    padding-bottom: 5px;
}
.banner.banA h5:before {
    content: "";
}
.banner.banF h5:before {
    content: "";
}
.banner.banE h5:before {
    content: "";
}
.banner.banblog h5:before {
    content: "";
}
.banner.banC h5:before {
    content: "";
}
.banner.banC {
}
.banner.banblog {
    display: block;
    background: #fffbf3;
    padding: 150px 0 0;
}
.blog_page_2 .banner.banblog {
    background: #fff;
}
.banner.banblog h5 {
    font-size: 30px;
}
.blog_page_2 .banner.banblog h5 {
    font-size: 30px;
    color: #000;
}
.banner.banblog h5:before {
    content: "NEWS";
    width: 100%;
    font-weight: normal;
    font-size: 50px;
    letter-spacing: 0.1em;
    color: #bf8e5a1c;
    padding: 0;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
}
.blog_page_2 .banner.banblog h5:before {
    content: "ABOUT KJ";
    width: 100%;
    font-weight: normal;
    font-size: 50px;
    letter-spacing: 0.1em;
    color: #adadad1c;
    padding: 0;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
}
.banner.banF {
    display: block;
    background: #fffbf3;
    padding: 150px 0 0;
}
.banner.banF h5:before {
    content: "美味點心出爐";
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #715123;
    padding: 0;
    line-height: 1;
}
.banner.banF h5:after {
    content: "DESSERT";
    width: 100%;
    text-align: center;
    font-size: 50px;
    letter-spacing: 0.1em;
    color: #bf8e5a1c;
    padding: 0;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: normal;
}
.blog_in_page .banner.banblog,
.blog_in_page_2 .banner.banblog {
    display: none;
}

@media screen and (max-width: 1100px) {
    .banner.banF h5:before {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .banner.banF {
        padding: 120px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .banner.banF,
    .banner.banblog {
        padding: 100px 0 0;
    }
    .banner.banF h5:before {
        font-size: 30px;
    }
    /* .banner.banF h5:after, .banner.banblog h5:before {font-size: 450px;} */
    .banner.banF h5:after,
    .banner.banblog h5:before,
    .blog_page_2 .banner.banblog h5:before {
        font-size: 45px;
    }
}
@media screen and (max-width: 600px) {
    .banner.banF {
        padding: 80px 0 0;
    }
    .banner.banF h5:before,
    .banner.banblog h5,
    .blog_page_2 .banner.banblog h5 {
        font-size: 28px;
    }
    .banner.banblog {
        padding: 80px 0 0;
    }

    .ka_i s span {
        font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    .banner.banF h5:before,
    .banner.banblog h5,
    .blog_page_2 .banner.banblog h5 {
        font-size: 25px;
    }
    .banner.banF h5:after,
    .banner.banblog h5:before,
    .blog_page_2 .banner.banblog h5:before {
        font-size: 40px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.double_key {
    width: 100%;
}
.copy {
    display: none;
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: unset;
    background: #cdbbab;
    color: #ffffff;
}
.copy a {
    color: #ffffff;
}

#to_top {
    bottom: 100px;
    right: 5px;
    left: unset;
    width: 45px;
    height: 45px;
    padding-top: 11px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #715123;
    box-shadow: unset;
    border-radius: 30px;
    border: 1px solid #fffcf3;
}
#to_top i.top {
    height: 15px;
}
#to_top i.top:before,
#to_top i.top:after {
    height: 13px;
    background: #fff;
    width: 1px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
    #to_top {
        width: 45px;
        height: 45px;
        font-size: 10px;
    }
    #to_top i.top {
        height: 10px;
    }
    #to_top i.top:before,
    #to_top i.top:after {
        height: 8px;
    }
}
@media screen and (max-width: 400px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {
    max-width: 1400px;
    padding: 150px 5% 80px;
    margin: auto;
    background: unset;
    position: relative;
}
.module_i_news:last-of-type {
    padding: 80px 5%;
}
.module_i_news .title_i_box {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.module_i_news .title_i_box h4 {
    font-size: 28px;
    color: #715123;
    letter-spacing: 0.1em;
    z-index: 1;
    line-height: 1;
    padding-top: 50px;
    font-weight: 600;
}
.module_i_news .title_i_box h6 {
    font-size: 0;
}
.module_i_news .title_i_box h6:before {
    content: "NEWS";
    font-family: "Monomakh";
    width: 100%;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 50px;
    color: #e0c7a94d;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    line-height: 0.8;
    z-index: 0;
}
.module_i_news:last-of-type .title_i_box h6:before {
    content: "ABOUT KJ";
}
.module_i_news ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 80px auto;
}
.module_i_news li {
    width: 25%;
    margin: 0 0 20px 0;
}
.module_i_news li:nth-child(n + 5) {
    display: none;
}
.module_i_news li a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 5px;
}
.module_i_news li a:before {
    content: "MORE";
    font-size: 20px;
    display: flex;
    transform: translate(-50%, 0%) scale(0, 0);
    left: 50%;
    right: 0;
    bottom: 50%;
    height: 150px;
    line-height: 50px;
    opacity: 0;
    color: #fff;
    background: #715023e6;
    transition: all 0.3s;
    width: 150px;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
}
.module_i_news li a:after {
    display: none;
}
.module_i_news li a:hover:before,
.module_i_news li a:hover:after {
    transform: translate(-50%, 0%) scale(1, 1);
    opacity: 1;
}
.i_blog_le {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.i_blog_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.i_blog_ri {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background: unset;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.i_blog_ri h5 {
    font-size: 16px;
    font-weight: 600 !important;
    color: #715123 !important;
    height: 75px;
    -webkit-line-clamp: 2;
    letter-spacing: 0.05em;
    order: 2;
    line-height: 1.5;
    padding: 10px 0;
}
.i_blog_ri em {
    color: #dac0a2 !important;
    font-size: 16px;
    letter-spacing: 0.1em;
    order: 1;
    margin: 0;
}
.i_blog_ri p {
    color: #c29055;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-size: 15px;
    -webkit-line-clamp: 1;
    order: 3;
}
@media screen and (max-width: 1200px) {
    .module_i_news {
        max-width: calc(800px + 10%);
    }
    .module_i_news li {
        width: 33%;
    }
}
@media screen and (max-width: 1024px) {
    .module_i_news {
        max-width: calc(600px + 10%);
    }
    .module_i_news li {
        width: 50%;
        margin: 0;
    }
    .i_blog_ri h5 {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .module_i_news {
        padding: 100px 5% 50px;
    }
    .module_i_news .title_i_box h6:before {
        font-size: 80px;
    }
    .module_i_news .title_i_box h4 {
        padding-top: 35px;
    }
    .module_i_news .title_i_box h4 {
        font-size: 30px;
    }
    .module_i_news ul {
        margin: 50px auto;
    }
    .module_i_news li {
        width: 50%;
        border-bottom: 0;
    }
    .module_i_news li a:before {
        font-size: 15px;
        height: 120px;
        width: 120px;
        bottom: 55%;
    }
}
@media screen and (max-width: 600px) {
    .module_i_news {
        padding: 100px 5% 50px;
    }
    .module_i_news .title_i_box h6:before {
        font-size: 60px;
    }
    .module_i_news .title_i_box h4 {
        padding-top: 35px;
        font-size: 20px;
    }
    .module_i_news li a {
        padding: 5px;
    }
    .module_i_news ul {
        margin: 30px auto;
    }
    .i_blog_ri h5 {
        font-size: 15px;
        height: 64px;
    }
    .i_blog_ri em {
        font-size: 14px;
    }
    .module_i_news li a:before {
        font-size: 14px;
        height: 90px;
        width: 90px;
        bottom: 60%;
    }
}
@media screen and (max-width: 500px) {
    .module_i_news .title_i_box h6:before {
        font-size: 45px;
    }
    .module_i_news .title_i_box h4 {
        padding-top: 20px;
    }
    .i_blog_ri h5 {
        font-size: 14px;
        height: 45px;
    }
    .i_blog_ri em {
        font-size: 12px;
    }
    .i_blog_ri p {
        font-size: 12px;
        padding-top: 10px;
    }
}

/*文章設定*/
/*(新)文章分類*/
/*文章管理*/
h5.blog_le_t {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
    font-family: auto;
    color: #715123;
}
h5.blog_le_t em {
    padding-right: 5px;
}
/*大分類*/
.blog_box {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10%;
}
.blog_le {
    width: 20%;
    padding: 0;
}
.blog_ri {
    width: 60%;
    padding: 0;
}
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
}
.subbox_item {
    width: 33%;
    padding: 5px;
    margin: 0 0 20px 0;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #715123;
    width: 100%;
    text-align: center;
}
.subbox_item a:hover:before {
    bottom: 0;
}
.subbox_item a:after {
    display: none;
}
.blog_list_le {
    width: 100%;
    padding: 0;
    aspect-ratio: 3 / 2;
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.blog_list_ri {
    width: 100%;
    background: #ffffff00;
    padding: 10px 10px;
}
.blog_list_ri h5 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #715123 !important;
}
.blog_list_ri em {
    color: #c29055 !important;
}
.blog_list_ri p {
    line-height: 160%;
    min-height: 45px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    color: #dac0a2;
}
.blog_page h4.blog_category_title,
.blog_in_page h4.blog_category_title {
    font-weight: 500;
    color: #715123;
    border-bottom: 1px #c2905538 solid;
    letter-spacing: 0.05em;
    font-size: 28px;
}
h4.blog_category_title span {
    font-size: 22px;
    color: #c29055;
}
h4.blog_category_title em:after {
    color: #c29055;
}

.blog_le .accordion {
    border-radius: 0;
    border: unset;
    background: unset;
}
.blog_le .accordion > li:hover {
    background: #c29055 !important;
}
.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category {
    background: unset !important;
}

.blog_le .accordion > li:hover > .link,
.blog_le .accordion > li > .link {
    color: #fff !important;
    background: #c29055;
}
.accordion li .link {
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #c2905680;
}
.accordion li .link a {
    font-size: 17px;
    color: #715123;
}
.blog_le .accordion li.open i,
.blog_le .accordion li i {
    color: #715123;
}
.blog_le .accordion > li:hover .submenu {
    background: #fffbf3;
}
.submenu {
    font-size: 15px;
    background: unset;
}
.submenu li {
    border-bottom: 1px solid #c2905680;
}
.submenu li > a {
    font-family: "Noto Serif TC";
    color: #715123;
    padding: 15px 10%;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
}
.submenu li > a:hover {
    background: #dbc1a480;
    color: #715123;
}
.submenu li > a:before {
    display: none;
}

.blog_search input[type="search"] {
    background: unset;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 10px 35px 10px 20px;
}
.blog_box_edit * {
    line-height: 180%;
}
.blog_box_edit * iframe {
    min-height: 500px;
}
/*文章內頁按鈕*/
.blog_back {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 50px 0 0;
}
.blog_back a {
    letter-spacing: 0.1em;
    font-size: 18px;
    color: #715123;
    width: 100%;
    max-width: 250px;
    padding: 15px;
}
.blog_back a.article_btn_back {
    background: unset;
    border: unset;
    color: #715123;
    transition: 0.5s ease;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: unset;
    transition: 0.5s ease;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: unset;
    text-decoration: underline;
    color: #c29055;
}

.blog_back a.article_btn_back:hover {
    text-decoration: underline;
    color: #c29055;
}
.blog_back a.article_btn_prev:before {
    content: "";
    display: inline-block;
    background: url(https://pic03.eapple.com.tw/pangfeng/blog_next-14.svg)
        no-repeat left;
    background-size: contain;
    width: 120px;
    height: 15px;
    transition: 0.5s ease;
}
.blog_back a.article_btn_prev:hover:before {
    transform: translateX(-20px);
}
.blog_back a.article_btn_next:after {
    content: "";
    display: inline-block;
    background: url(https://pic03.eapple.com.tw/pangfeng/blog_next-15.svg)
        no-repeat right;
    background-size: contain;
    width: 120px;
    height: 15px;
    transition: 0.5s ease;
}
.blog_back a.article_btn_next:hover:after {
    transform: translateX(20px);
}

/*凱鈞最新動態*/
.blog_page_2 #content,
.blog_in_page_2 #content {
    background: #fff;
}
.blog_page_2 h5.blog_le_t,
.blog_in_page_2 h5.blog_le_t {
    color: #000000;
}
.blog_page_2 .accordion li .link a,
.blog_in_page_2 .accordion li .link a {
    color: #000;
}
.blog_page_2 .blog_le .accordion li.open i,
.blog_page_2 .blog_le .accordion li i,
.blog_in_page_2 .blog_le .accordion li.open i,
.blog_in_page_2 .blog_le .accordion li i {
    color: #000000;
}
/* .blog_page_2 .blog_le .accordion > li:hover .link, .blog_page_2 .blog_le .accordion > li.on_this_category .link > a, 
.blog_in_page_2 .blog_le .accordion > li:hover .link, .blog_in_page_2 .blog_le .accordion > li.on_this_category .link > a {background: #000000;} */

.blog_page_2 .submenu li,
.blog_in_page_2 .submenu li {
    border-bottom: 1px solid #ccc;
}
.blog_page_2 .submenu a,
.blog_in_page_2 .submenu a {
    color: #000000;
}
.blog_page_2 .submenu a:hover,
.blog_in_page_2 .submenu a:hover {
    background: unset;
    color: #000000;
}
.blog_page_2 .blog_le .accordion > li:hover .submenu,
.blog_in_page_2 .blog_le .accordion > li:hover .submenu {
    background: #ffffff;
}

.blog_page_2 h4.blog_category_title,
.blog_in_page_2 h4.blog_category_title {
    border-bottom: 1px #ccc solid;
}
.blog_page_2 h4.blog_category_title em:after,
.blog_page_2 h4.blog_category_title span,
.blog_in_page_2 h4.blog_category_title em:after,
.blog_in_page_2 h4.blog_category_title span {
    color: #999;
}
.blog_page_2 .blog_list_ri h5,
.blog_in_page_2 .blog_list_ri h5 {
    color: #000000 !important;
}
.blog_page_2 .blog_list_ri em,
.blog_in_page_2 .blog_list_ri em {
    color: #999 !important;
}
.blog_page_2 .blog_list_ri p {
    color: #444;
}
.blog_page_2 .subbox_item a:before {
    background: #000000;
}

.blog_page_2 .page li,
.blog_page_2 .page li a {
    color: #000000;
}
.blog_page_2 .page li.activeN {
    color: #666;
}
.blog_page_2 .page strong,
.blog_page_2 .page a:hover {
    color: #999;
}

.blog_in_page_2 .blog_back a,
.blog_in_page_2 .blog_back a.article_btn_back {
    color: #000000;
}
.blog_in_page_2 .blog_back a.article_btn_prev:before,
.blog_in_page_2 .blog_back a.article_btn_next:after {
    filter: grayscale(1);
}
.blog_in_page_2 .blog_back a.article_btn_back:hover {
    color: #666;
}
.blog_in_page_2 .blog_back a.article_btn_prev:hover,
.blog_in_page_2 .blog_back a.article_btn_next:hover {
    color: #666;
}

@media screen and (max-width: 1150px) {
    .blog_le {
        width: 22%;
    }
}

@media screen and (max-width: 1024px) {
    .blog_box {
        flex-direction: column;
        align-items: center;
    }
    .blog_le {
        width: 100%;
    }
    .blog_ri {
        width: 70%;
    }
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: unset;
    }
    .blog_ri {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .subbox_item {
        width: 50%;
        margin: 0;
    }
    .blog_page h4.blog_category_title {
        display: none;
    }
    h4.blog_category_title {
        font-size: 22px;
    }
    h5.blog_le_t,
    .blog_le .accordion {
        display: block;
        margin-bottom: 10px;
    }
    /* .blog_box_edit * {font-size: 16px !important;} */
    .blog_subbox {
        row-gap: 30px;
    }
    .blog_page h4.blog_category_title,
    .blog_in_page h4.blog_category_title {
        font-size: 25px;
    }
    .blog_back a {
        font-size: 17px;
        max-width: 180px;
    }
    .blog_back a.article_btn_back {
        max-width: 100px;
    }
    .blog_back a.article_btn_prev:before,
    .blog_back a.article_btn_next:after {
        width: 75px;
        height: 10px;
    }
}
@media screen and (max-width: 600px) {
    .blog_ri {
        width: 100%;
    }
}

@media screen and (max-width: 475px) {
    .subbox_item {
        width: 100%;
        padding: 0;
    }
    .subbox_item a {
        align-items: center;
    }
    .blog_list_ri {
        padding: 10px 0;
    }
    .blog_page h4.blog_category_title,
    .blog_in_page h4.blog_category_title {
        font-size: 22px;
    }
    .blog_box_edit * iframe {
        min-height: 250px;
    }
    .blog_back {
        align-items: flex-start;
    }
    .blog_back a {
        max-width: 80px;
        padding: 15px 0;
    }
    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: center;
    }
    .blog_back a.article_btn_next {
        flex-direction: column;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車*/
.prod_part {
    max-width: 1400px;
    padding: 150px 5% 80px;
    position: relative;
}
.i_prod_tit {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.i_prod_tit:after {
    content: "DESSERT";
    font-family: "Monomakh";
    font-size: 50px;
    letter-spacing: 0.1em;
    color: #e0c7a94d;
    line-height: 0.8;
    z-index: -1;
}
.i_prod_tit h2 {
    display: none;
}
.i_prod_tit span {
    font-size: 0;
}
.i_prod_tit span:before {
    content: "美味點心出爐";
    display: block;
    width: 100%;
    font-size: 28px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    color: #715123;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.products-list {
    display: flex;
    margin-top: 80px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.clearfix:before,
.clearfix:after {
    display: none;
}
.products-list .item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 0 30px 0;
}
.products-list .item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.products-list .name {
    font-size: 16px;
    text-align: center;
    color: #715123;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    height: 19px;
}
.products-list .price {
    display: flex;
    margin: 15px 0 0;
    text-align: center;
    flex-direction: column-reverse;
}
.products-list .price b {
    display: block;
    color: #d9534f;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin: 0;
}
.products-list .price b.ori_price {
    color: #dac0a2;
    margin-top: -15px;
}
.products-list .more {
    display: none;
}

.products-list .pic:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: #715123;
    transition: 0.3s ease;
}
.products-list .item a:hover .pic:before {
    bottom: 0px;
}
.products-list .pic:after {
    content: "加入購物車";
    display: block;
    position: relative;
    bottom: 0;
    z-index: 1;
    letter-spacing: 0.15em;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
}
.products-list .item a:hover .pic:after {
    bottom: 48px;
}
.products-list .pic img {
    transform: scale(1);
    transition: 0.3s ease;
}
.products-list .item a:hover .pic img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.i_prod_b {
    margin: 80px auto 0;
}

@media screen and (max-width: 1100px) {
    .banner.banF h5:before {
    }
}
@media screen and (max-width: 1024px) {
    .products-list .item {
        width: 33.333%;
    }
    .products-list .name {
        font-size: 18px;
    }
    .products-list .price {
        margin: 10px 0 0;
    }
    .products-list .price b.ori_price {
        margin-top: -15px;
    }
    .products-list .pic:before {
        height: 50px;
        bottom: -50px;
    }
    .products-list .pic:after {
        font-size: 17px;
    }
    .products-list .item a:hover .pic:after {
        bottom: 42px;
    }
}
@media screen and (max-width: 768px) {
    .prod_part {
        padding: 100px 5% 50px;
    }
    .i_prod_tit:after {
        font-size: 45px;
    }
    .products-list {
        margin-top: 50px;
    }
    .products-list .item {
        width: 50%;
    }
    .i_prod_b {
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 600px) {
    .prod_part {
        padding: 80px 5% 50px;
    }
    .prod_part:before {
        aspect-ratio: 8 / 1;
    }
    .i_prod_tit:before {
        height: 25px;
    }
    .i_prod_tit:after {
        font-size: 40px;
    }
    .i_prod_tit span:before {
        font-size: 20px;
    }
    .products-list .item {
        margin: 0 0 30px 0;
    }
    .products-list .name {
        font-size: 17px;
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }
    .products-list .pic:after {
        font-size: 16px;
    }
    .i_prod_b {
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 400px) {
    .i_prod_tit span:before {
        font-size: 25px;
    }
    .products-list .name {
        font-size: 15px;
        height: 38px;
    }
    .products-list .price b {
        font-size: 15px;
    }
    .products-list .pic:after {
        font-size: 15px;
    }
}

/*購物車*/
.product_page .show_content,
.product_info_page .show_content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-layer-two {
    margin: 0;
    width: 15%;
}
.product-layer-two li {
    margin: 0;
    width: 100%;
    transition: 0.5s ease;
}
.product-layer-two li:hover {
    background: #dac0a24d;
}
.product-layer-two li + li {
    border-top: 1px solid #dac0a275;
}
.product-layer-two li a {
    border: 0;
    background: unset;
    padding: 15px 20px;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: #715123;
    transition: 0.3s ease;
}
.product-layer-two li:hover a {
    transform: translateX(10px);
}
.product-layer-two li.active a {
    background: #c29055;
    color: #fff;
    border: 0;
}
.product_page .products-list,
.product_info_page .product-wrapper {
    width: 82%;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.product_info_page .product-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 1200px) {
    .products-list {
        max-width: 800px;
        margin: 80px auto 0;
    }
    .product-layer-two {
        width: 20%;
    }
    .product_page .products-list,
    .product_info_page .product-wrapper {
        width: 77%;
    }
    .products-list .item {
        width: 33.333%;
    }
}
@media screen and (max-width: 1024px) {
    .products-list {
        max-width: 600px;
    }
    .product-layer-two li a {
        padding: 12px 20px;
        font-size: 17px;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .product_page .products-list,
    .product_info_page .product-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .products-list .name {
        height: 36px;
        font-size: 15px;
    }
}

/*購物車內頁*/
.product_main {
    padding: 0;
    width: 70%;
}
.prod_info_clearfix {
    display: none;
}
.product_pic {
    padding-left: 0;
    padding-bottom: 20px;
}
.product_pic .bx-wrapper {
    margin: 0;
    padding: 0;
}
.bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    background: unset;
}
.product_pic #bx-pager {
    display: flex;
    position: relative;
    padding: 0;
    color: #000000;
    width: 100%;
    flex-direction: row;
    padding-top: 15px;
}
.product_pic #bx-pager h6 {
    display: none;
}
.product_pic #bx-pager a {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 5px;
    max-width: calc(100% / 6);
}
.product_pic #bx-pager a.active {
    border: 1px solid #c29055;
}

/*商品規格*/
.sidebarBtn {
    padding: 20px;
    display: grid;
    gap: 10px 0;
    border: 5px #dac0a2 solid;
}
.sidebarBtn h2 {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.sidebarBtn .price {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    letter-spacing: 0.08em;
}
.sidebarBtn .price span.ori_price {
    color: #ccc;
    text-decoration: line-through;
}

.product_info {
    margin: 0 0 20px 0;
}
.product_info li {
    margin: 15px 0;
    letter-spacing: 0.08em;
}
.product_info li .txt_box {
    color: #000000;
    font-weight: 600;
    width: 100%;
}
.radio-inline__label {
    padding: 5px 10px;
    margin: 5px 0px 5px 0;
    width: 100%;
    border-radius: 0;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
}
.amountNum {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    margin-left: 0;
    padding: 10px;
    text-align: center;
}
.inquiry_a3 {
    background: #ad2a20;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.inquiry_a3:hover {
    background: #000000;
}

/*商品資訊*/
ul.prod li {
    margin-bottom: 15px;
}
ul.prod li h3.prod-thumb {
    background: #dac0a240;
    color: #715123;
    letter-spacing: 0.08em;
    padding: 15px;
    margin-bottom: 15px;
}
ul.prod li .prod-panel {
    letter-spacing: 0.05em;
    line-height: 1.8;
}

/*商品QA*/
.half_box {
    width: 100%;
    padding-right: 0;
}
.half_box li {
    margin: 20px 0;
}
.qaform {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 15px auto;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0.08em;
    gap: 0 30px;
}
.qaform .breakF {
    border: 0;
    background: #f5ecdf6b;
    padding: 10px;
}
.half_box li.btn_blankTop {
    margin-top: 0;
    margin-bottom: 0;
}
.lastaction,
.nextaction {
    color: #ffffff;
    background-color: #c29055;
    background-image: unset;
    background-position: unset;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.nextaction {
    color: #fff;
    background-color: #715123;
    margin-top: 15px;
    transition: 0.6s ease;
}
.lastaction:hover,
.nextaction:hover {
    background: #eee;
    color: #000;
}

/*相關推薦*/
.prod_related {
    background: #ede0cf;
    padding: 50px 0 0;
}
.prod_related h6 {
    margin: 0 auto 30px;
    letter-spacing: 0.15em;
}
.prod_related h6 span:before {
    font-size: 28px;
    color: #715123;
}
.related_list {
    display: flex;
    max-width: 1600px;
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.related_list li {
    width: 25%;
    padding: 5px;
}
.related_list li a {
    padding: 0;
    background: unset;
    transition: 0.6s ease;
}
.related_list li a:hover {
    transform: translateY(-10px);
}
.related_list li a p {
    font-size: 17px;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #000000;
}
.lastPage {
    font-size: 17px;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #fff;
    background: #c29055;
    padding: 10px 20px;
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
    transition: 0.6s ease;
}
.lastPage:hover {
    background: #000;
}

@media screen and (max-width: 1300px) {
    .product_main {
        width: 60%;
    }
    .sidebarBtn {
        width: 35%;
    }
}
@media screen and (max-width: 1024px) {
    .product_main {
        width: 100%;
    }
    .sidebarBtn {
        width: 100%;
        margin-bottom: 20px;
    }
    .product_pic {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .mobile_product_name {
        text-align: center;
        letter-spacing: 0.08em;
        font-size: 22px;
    }
    .sidebarBtn h2 {
        font-size: 20px;
    }
    ul.prod li h3.prod-thumb {
        font-size: 17px;
    }
    .prod_related h6 span:before {
        font-size: 22px;
    }
    .related_list li {
        width: 50%;
    }
    .related_list li a p {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    .mobile_product_name {
        font-size: 20px;
    }
    .sidebarBtn .price span {
        font-size: 15px;
    }
    ul.prod li h3.prod-thumb {
        font-size: 16px;
    }
    .products-list .pic:before,
    .products-list .pic::after {
        content: unset;
    }
    .products-list .item a::after {
        content: "加入購物車";
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 1;
        width: 100%;
        height: 40px;
        background: #715123;
        transition: 0.3s ease;
        color: #fff;
        margin: 10px 0 0;
        font-size: 14px;
    }
    .products-list .item a:hover::after {
        background-color: #a78666;
    }
}

/*結帳畫面*/
.car_page .main_part {
    max-width: 1400px;
    width: 100%;
    padding: 100px 5%;
}
.car_page .show_content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.stepImg span {
    color: #000;
    letter-spacing: 1px;
    padding: 5px 0;
}
.stepImg span.active {
    color: #000;
    font-weight: 500;
    font-style: inherit;
}
.shopping-cart {
    margin: 15px auto 0;
}
.shopping-cart .row {
    display: grid;
    grid-template-columns: 4fr 1.5fr 1fr 1.5fr 0.5fr;
    margin: 0;
}
.shopping-cart .cart_head {
    background: #f1e5d6;
    color: #000000;
    padding: 10px;
}
.shopping-cart .cell {
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 0;
    width: 100%;
}
.shopping-cart .cell.amount {
    width: 100%;
}
.shopping-cart .cell.amount a {
    color: #000;
}
.shopping-cart .cell.amount a i {
    font-size: 15px;
}
.shopping-cart .cart_head .cell.product_name {
    width: 100%;
    padding-left: 0;
    padding: 0;
}
.shopping-cart .cart_content .cell.product_name {
    width: 100%;
}
.shopping-cart .cart_content .row {
    border-bottom: unset;
    border-top: unset;
    padding: 20px 10px 0;
}

.separate_title {
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 10px;
    background: #715123;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
}
.formbox_form {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
}
.declaration {
    width: 100%;
    background: unset;
    padding: 10px 0;
}
.form label.Bigcheck {
    margin-left: 0;
}
label.circle {
    color: #000;
    padding: 10px 0;
    letter-spacing: 1px;
}
.form label .inputbox {
    margin-right: 10px;
}
.total_amount {
    width: 100%;
    margin-top: 0;
    margin-left: unset;
    color: #000;
    font-weight: 500;
    order: 2;
    margin-right: 0;
}
.total_amount ul {
    border: 1px solid #000;
}
.total_amount ul:after {
    display: none;
}
.total_amount .red span {
    line-height: 1.8;
    padding-right: 10px;
    letter-spacing: 1px;
}
.total_amount .rewrite_simple,
.total_amount .send_simple {
    width: 48%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    letter-spacing: 2px;
    transition: 0.3s ease;
}
.total_amount .rewrite_simple:hover,
.total_amount .send_simple:hover {
    background: #333;
}
.rewrite_simple {
    background: #715123;
}
.send_simple {
    background: #c29055;
}
.total_amount .red span {
    padding-right: 0;
}

.car_page .information_right {
    display: none;
}
.car_page .information_left {
    display: none;
    width: 100%;
    order: 1;
    padding: 0;
}
.car_page .information_left .contact_le_map {
    display: none;
}
.car_page .information_left .blank_letter {
    padding-top: 0;
    font-family: "Monomakh";
    font-weight: normal;
    letter-spacing: 0.08em;
}
.car_page .information_left .list_before {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
}
.car_page .information_left .account {
    display: none;
}
.car_page .list_before li.btn {
    padding-top: unset;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    position: relative;
    display: inline-block;
    width: auto;
    letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
    .car_page .main_part {
        padding: 80px 5%;
    }
}

@media screen and (max-width: 768px) {
    .car_page .main_part {
        padding: 50px 10%;
    }

    .shopping-cart .cart_content .row {
        display: flex;
        align-items: flex-end;
        position: relative;
        gap: 5px;
        border-bottom: unset;
        border-top: unset;
        padding: 10px;
        min-height: 150px;
        margin: 0 0 20px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        border: 1px solid #dac0a2;
    }
    .shopping-cart .cell {
        display: flex;
        font-size: 16px;
        letter-spacing: 0.1em;
        padding: 0;
        width: 70%;
        border-bottom: unset;
        justify-content: flex-end;
    }
    .shopping-cart .cell.amount {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 150px;
    }

    .shopping-cart .cell.amount:nth-of-type(3) {
        justify-content: center;
    }

    .shopping-cart .cell:last-child {
        border-bottom: unset;
        top: 10px;
        right: 10px;
        left: auto !important;
        height: fit-content;
    }
    .shopping-cart .cart_content .cell.product_name {
        text-align: left;
        padding-left: 0px;
    }
    .shopping-cart .cell:before {
        color: #c29055;
        padding-right: 10px;
    }
    .shopping-cart .cart_content .cell.product_name:before,
    .shopping-cart .cell:last-child:before,
    .shopping-cart .cell.amount:before {
        display: none;
    }
    .shopping-cart .cell:last-child:before {
        display: inline-block;
    }

    label.circle {
        width: 100%;
        font-size: 15px;
    }
    .total_amount ul {
        padding: 15px;
    }
    .car_page .information_left .blank_letter {
        width: 100%;
        font-size: 22px;
    }
    .car_page .information_left {
        width: 100%;
        margin: 0 0 auto;
    }
    .car_page .information_left .list_before {
        margin-bottom: 0;
    }
    .car_page .information_left .list_before.account {
        max-width: unset;
    }
    .car_page .information_left .list_before.info {
        width: 100%;
        margin-right: 0;
    }

    .order_history tr:nth-child(1) {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .stepImg {
        margin: 15px auto;
    }
    .stepImg span {
        font-size: 13px;
    }
    .shopping-cart .cell {
        font-size: 14px;
    }
    .shopping-cart .cell.product_name {
        font-size: 15px;
    }
    .shopping-cart .cell.amount {
        width: 100px;
    }
    .total_amount {
        margin-top: 0px;
    }
    .rewrite_simple,
    .send_simple {
        margin: 0;
    }
}

/*匯款通知*/
.formbox_form li {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 30px;
}
.formbox_form li .form__label {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.formbox_form li .form__insert {
    padding-left: 0;
}
.border200,
.longer {
    width: 100%;
    border: 0;
    background: unset;
    border-bottom: 1px solid #dac0a2;
    padding: 5px;
}
.formbox_form li.last {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.rewrite_simple,
.send_simple {
    width: 49%;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
}

/*會員登入*/
.right_member_in {
    right: 0px;
    top: 15%;
    width: 35px;
    border: 2px #000 solid;
    padding: 5px;
    z-index: 0;
}
.right_member_in li {
    font-size: 15px;
    margin-top: 5px;
}
.right_member_in li a {
    color: #000;
    font-weight: 500;
}
.right_member_in li a br {
    display: none;
}
.right_member_in li:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.member_title {
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.member_title p {
    font-size: 20px;
    margin: 0 auto 30px;
    padding: 0;
    border-top: unset;
}
.member_title p:before {
    content: "";
    display: block;
    width: 30px;
    transform: rotate(-45deg);
    margin: 50px auto;
    padding: 0;
    border-top: 1px #c29055 solid;
}
.member_title em {
    line-height: 1.8;
}
.member_title h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #715123;
}

.member_login {
    width: 100%;
}
.member_login,
.member_login_regist {
    max-width: 350px;
}
.member_login tr {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}
.member_login tr td {
    padding: 15px 0 30px;
}
.member_login tr td:nth-child(1) {
    width: 100%;
    text-align: left;
    letter-spacing: 0.08em;
    padding: 0;
    font-size: 16px;
    color: #c29055;
    line-height: 1;
}
.login_mem_name,
.login_mem_pass {
    background-image: unset;
    padding-left: 10px;
    padding: 10px;
    border: unset;
    border-bottom: 1px solid #c29055;
    letter-spacing: 0.1em;
}
.login_mem_submit {
    background: #715123;
    padding: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
}
.login_mem_other_link a {
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
}

.member_login_regist {
    padding: 30px 10px;
    background: unset;
    border: 1px solid #dac0a2;
    letter-spacing: 2px;
}
.member_login_regist h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
    color: #715123;
}
.member_login_regist p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.8;
    font-family: unset;
}
.member_login_regist a {
    background: #c29055;
    padding: 10px 35px;
    border-radius: 5px;
}
.member_regist input {
    background: unset;
}
.mem_box2 {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
}
.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02 {
    width: 48%;
    margin: 0;
}
.mem_box2 input.bbtn01 {
    background: #715123;
}
.mem_box2 input.bbtn02 {
    background: #c29055;
}
.mem_regist_title_s_s input[type="button"] {
    background: #000 !important;
    width: 100%;
}

/*會員註冊*/
.mem_regist_title_s {
    padding: 15px;
    max-width: 350px;
    font-size: 17px;
    background: #715123;
    letter-spacing: 0.1em;
    color: #fff;
}
.mem_regist_title_s_s {
    font-size: 16px;
    color: #c29055;
    padding: 10px 0;
    font-family: "Noto Serif TC";
    letter-spacing: 0.08em;
    line-height: 185%;
}
.mem_regist_title_s_s input[type="submit"] {
    background: #715123 !important;
    padding: 15px 30px !important;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 5px;
    max-width: 600px;
    width: 100%;
}
.member_regist {
    width: 600px;
    margin: 0 auto 50px;
}
.member_regist tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
}
.member_regist tr td:nth-child(1) {
    text-align: left;
    width: 100%;
}
.member_regist tr td:nth-child(2) {
    width: 100%;
}
.member_regist input {
    background: unset;
    border: unset;
    border-bottom: 1px solid #dac0a2;
    letter-spacing: 0.1em;
}

.member_copy_right_box {
    border: 1px #dac0a2 solid;
    max-width: 600px;
    padding: 20px;
    color: #715123;
}

@media screen and (max-width: 1024px) {
    .member_title h2,
    .member_login_regist h2 {
        font-size: 28px;
    }
    .member_login_regist p {
        font-size: 16px;
    }
    .mem_regist_title_s_s {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .member_title h2,
    .member_login_regist h2 {
        font-size: 25px;
    }
    .member_login_regist p {
        font-size: 15px;
    }
    .mem_regist_title_s_s {
        font-size: 15px;
    }
    .right_member_in li a br {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .member_title p,
    .member_title p {
        margin: 40px auto;
    }
    .member_login,
    .member_login_regist {
        margin: 0 auto 20px;
    }
    .member_title h2,
    .member_login_regist h2 {
        font-size: 22px;
    }
    .member_title {
        margin-bottom: 60px;
    }
    .mem_regist_title_s {
        margin: 0 auto 15px;
    }
    .mem_regist_title_s_s {
        font-size: 14px;
    }
}
/*商品訂單*/
.order_finish_page .main_part {
    max-width: 960px;
}
.order_pay {
    padding: 0;
}
.order_list_tit b {
    font-size: 25px;
    color: #715123;
}
.order_list_spec {
    background: #715123;
    padding: 15px;
    letter-spacing: 0.08em;
}
.order_list_tit span {
    color: #c29055;
    letter-spacing: 0.08em;
    padding: 3px 10px;
    margin: 5px 10px;
    border-bottom: 1px #c29055 solid;
}
.order_list_tab td:nth-child(1) {
    background: #dac0a259;
    color: #714c3e;
    letter-spacing: 0.08em;
}
.order_list_pro td {
    color: #000000;
    border-bottom: 1px #dac0a2 solid;
}

.payer {
    background: unset;
}
.order_list_tab.payer td:nth-child(1) {
    border-right: 3px #c29055 solid;
    background: #715123;
    color: #fff;
}
.order_list_tab td {
    color: #000000;
    letter-spacing: 0.08em;
}
.order_list_head p {
    font-size: 25px;
    color: #715123;
    border-bottom: 2px #715123 solid;
    padding: 5px 10px;
}

.last_box_money p,
.last_box_money em {
    color: #000000;
}

/*訂購記錄查詢*/
.order_history {
    width: 100%;
    max-width: 960px;
    background: #963;
    margin: 0 auto 100px;
}
.order_history tr {
    border-bottom: 1px #dac0a2 solid;
}
.order_history tr:nth-child(1) td {
    background: unset;
    color: #ffffff;
}
.order_history td {
    color: #000000;
    text-align: center;
}
.order_history tr td:nth-child(3) a {
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #fff;
    background: #715123;
    padding: 5px;
    width: 100%;
    margin: 5px auto;
    display: inline-block;
}
.order_history tr td:nth-child(3) a:hover {
    background: #000;
}

.shopping-cart.check .cell {
    width: auto;
}

@media screen and (max-width: 768px) {
    .order_history {
        margin: 0 auto 50px;
        max-width: 500px;
    }
    .order_history {
        margin: 0 auto 50px;
    }
    /* .order_history tbody {display: flex;align-items: stretch;justify-content: space-between;padding: 10px 10px 10px 0;}
.order_history tr:nth-child(1) {display: flex;flex-direction: column;justify-content: space-between;width: 20%;min-width: 110px;background: unset;}
.order_history tr {width: 100%;margin: 0;border-bottom: unset;}
.order_history tr td {display: flex;flex-direction: row;align-items: center;justify-content: flex-start;border-bottom: unset;letter-spacing: 0.05em;padding: 8px 20px;min-height: 40px;}
.order_history tr:nth-child(1) td {text-align: left;justify-content: flex-start;}
.order_history tr td:nth-child(1) span {background: #715123;padding: 6px 12px;}
.order_history tr td:nth-child(3) a {padding: 5px;width: fit-content;margin: 0 0 0 10px;} */
}
@media screen and (max-width: 500px) {
    .order_history {
        margin: 0;
    }
    /* .order_history tr td {font-size: 13px;padding: 8px 8px 8px 15px;}
.order_history tr:nth-child(1) td {flex-wrap: wrap;align-content: flex-start;}
.order_history tr td:nth-child(3) a{font-size: 12px;}
.order_history tr:nth-child(1){min-width: 85px;} */
}
@media screen and (max-width: 370px) {
    /* .order_history tr td{padding: 8px;}
.order_history tr td:nth-child(3) a{} */
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_editbox {
    padding: 0;
}
.contact_content {
    margin: auto;
    padding: 100px 0;
    letter-spacing: 0.08em;
    max-width: 100%;
    background: #ecdfd2;
}
.contact_content form {
    max-width: 1400px;
    width: 90%;
    margin: auto;
}
.contact_content .information_left {
    display: none;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    padding: 0;
}
.blank_letter {
    font-family: "Noto Serif TC";
    font-size: 25px;
    color: #000;
    padding-top: 0;
}
.red {
    color: #c29055;
    font-size: 15px;
}
.contact_form {
    display: flex;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.contact_form li {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    padding: 0 0 10px 0;
    margin: 0px 0 10px;
    padding-left: 0;
    border-bottom: unset;
}
.contact_form li .form__label {
    font-size: 17px;
    font-weight: 500;
    color: #715123;
    display: flex;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    margin-left: 0;
    padding-right: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: unset;
    padding: 10px;
    background: #ffffff33;
    letter-spacing: 0.1em;
}
.form select {
    width: 100%;
    padding: 6px 25px 6px 6px;
    border-radius: 5px;
    margin-bottom: 0;
}
.contact_form li.last {
    width: 100%;
    justify-content: space-between;
    font-weight: bold;
}
.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 49%;
    padding: 10px;
}
.contact_form li.last blockquote {
    color: #ffffff;
    background: #c29055;
    border: 0;
}
.contact_form li.last cite {
    background: #715123;
    color: #fff;
    border: 0;
}
.captcha {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .contact_form li {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .contact_content {
        padding: 50px 5%;
    }
    .blank_letter {
        font-size: 22px;
    }
    .contact_form {
        font-size: 15px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
        background: #fffbf2;
        box-shadow: 0 -2px 15px 0 #c290554a;
        -webkit-box-shadow: 0 -2px 15px 0 #c290554a;
    }
    #bottom_menu li:first-child:nth-last-child(3),
    #bottom_menu li:first-child:nth-last-child(3) ~ li {
        border-right: 1px solid #dac0a2;
    }
    #bottom_menu li:nth-child(3) {
        border-right: 0 !important;
    }
    #bottom_menu li a {
        line-height: 30px;
        padding: 20px 10px 10px;
        color: #715123;
    }
    #bottom_menu li a i {
        font-size: 20px;
        padding-bottom: 5px;
    }
    #bottom_menu li a em {
        font-size: 16px;
        letter-spacing: 0.08em;
    }
    .footer.with_shopping_mode {
        padding: 30px 0 95px;
    }

    /*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 400px) {
    #bottom_menu li a i {
        font-size: 18px;
    }
    #bottom_menu li a em {
        font-size: 14px;
    }
}

/* 20250227 */
.box_search input[type="text"]::placeholder {
    color: #bf8d53;
}

.right_member_in {
    position: static;
    width: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-right: 20px;
}

.right_member_in i {
    display: block;
    margin-right: 10px;
}

.right_member_in ul {
    margin: 0;
}

.right_member_in li {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_member_in li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #c29055;
}

.fa-user::before {
    color: #c29055;
}

.fa-user.fa-user02::before {
    color: #705022;
}

.right_member_in li input {
    display: block;
    width: fit-content;
    background-image: unset;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.08em;
    color: #705022;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

@media (max-width: 768px) {
    .me_tp_features {
        display: block;
        margin: 0;
    }
    .me_tp_features .box_search {
        display: none;
    }
    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: none;
    }
    .right_member_in {
        padding: 0;
        width: fit-content;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
    }
    .stellarnav.mobile {
        left: 30px;
    }
    .stellarnav .menu-toggle {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .right_member_in {
        right: 20px;
    }
    .stellarnav.mobile {
        left: 20px;
    }
}

@media (max-width: 450px) {
    .right_member_in {
        right: 10px;
    }
    .right_member_in li a {
        font-size: 15px;
    }
    .stellarnav.mobile {
        left: 10px;
    }
    .stellarnav .menu-toggle:after {
        font-size: 12px;
    }
    .header_area .nav-brand {
        width: 140px;
    }
}

@media (max-width: 375px) {
    .right_member_in li a {
        flex-direction: column;
        font-size: 14px;
    }
    .me_tp_features a i {
        margin: 0;
        margin-bottom: 5px;
    }
}

/*功能頁字體全部重設*/

body {
    --font50: 50px;
    --font28: 28px;
    --font22: 22px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
    --font15: 15px;
}

.i_prod_tit:after,
.module_i_news .title_i_box h6:before,
.module_i_news .title_i_box h6:before,
.banner.banF h5:after {
    font-size: var(--font50);
}
.i_prod_tit span:before,
.module_i_news .title_i_box h4,
.banner.banF h5:before,
.prod_related h6 span:before,
.banner.banblog h5,
.blog_page h4.blog_category_title,
.blog_in_page h4.blog_category_title {
    font-size: var(--font28);
}
.sidebarBtn h2 {
    font-size: var(--font22);
}
.product-layer-two li a,
ul.prod li h3.prod-thumb,
.blog_list_ri h5,
.blog_back a {
    font-size: var(--font18);
}
.products-list .name,
a.animated-arrow > b,
.i_blog_ri em,
.sidebarBtn .price span,
.inquiry_a3,
.lastaction,
.nextaction,
.related_list li a p,
.lastPage,
.product_link > a,
.accordion li .link a {
    font-size: var(--font16);
}

.i_blog_ri h5,
.products-list .price b,
.subbox_item a:before,
.right_member_in li a {
    font-size: var(--font15);
}

@media (max-width: 1100px) {
    body {
        --font50: 45px;
        --font28: 26px;
        --font22: 22px;
        --font20: 20px;
        --font18: 18px;
        --font16: 16px;
        --font15: 15px;
    }
}

@media (max-width: 600px) {
    body {
        --font50: 40px;
        --font28: 20px;
        --font22: 20px;
        --font20: 18px;
        --font18: 16px;
        --font16: 14px;
        --font15: 13px;
    }

    .bannerindex {
        padding-top: 130px;
    }
}

@media (max-width: 480px) {
}

.blog_le .accordion > li ul.submenu li.open > .link {
    background: #ecb576;
}
.blog_le .accordion > li ul.submenu li.open > .link > a,
.blog_le .accordion > li ul.submenu li.open > .link > i {
    color: #fff;
}
.blog_le .accordion > li ul.submenu li.open > .link > i {
    transform: rotate(180deg);
}

.blog_le .accordion > li ul.submenu li:hover > .link {
    background: #ecb576;
}
.blog_le .accordion > li ul.submenu li:hover > .link a,
.blog_le .accordion > li ul.submenu li:hover > .link i {
    color: #fff;
}

.blog_page_2 .blog_le .accordion > li:hover > .link,
.blog_page_2 .blog_le .accordion > li > .link {
    background: #000;
}

.blog_page_2 .blog_le .accordion > li ul.submenu li:hover > .link,
.blog_page_2 .blog_le .accordion > li ul.submenu li.open > .link {
    background-color: #313131;
}
.blog_page_2 .submenu > li > a:hover,
.blog_in_page_2 .submenu > li > a:hover {
    background: #f0f0f0;
}

/* 20240109 浮動 */
.info_fix {
    width: 60px;
    right: 0px;
    bottom: 165px;
    transform: translateX(85px);
}
.info_fix > span {
    display: none;
}
.info_fix_links {
    width: auto;
    display: flex !important;
    padding-bottom: 0;
    border: 1px solid #fffcf3;
}
.info_fix_links a {
    background: unset;
    width: 225px;
    height: 58px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    transition: 0.3s;
}
.info_fix_links a:hover {
    background: unset;
    transform: translateX(-165px);
    border: 1px solid #fffcf3;
    transition: 0.3s;
}
.info_fix_links a span {
    width: 225px;
    height: 60px;
}
.info_fix_links a span::before {
    background-size: cover;
}
.info_fix_phone span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/logo-17.svg);
}
.info_fix_fb span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/logo-13.svg);
}
.info_fix_ig span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/logo-15.svg);
}
.info_fix_711 span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/logo-16.svg);
}
.info_fix_line span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/logo-14.svg);
}
.info_fix_threads span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/logo-18.svg);
}
.info_fix_links a.info_fix_mail {
    display: none !important;
}
.info_fix_fb {
    order: 1;
}
.info_fix_line {
    order: 2;
}
.info_fix_ig {
    order: 3;
}
.info_fix_711 {
    order: 4;
}
.info_fix_phone {
    order: 5;
}

.info_fix_phone span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/ka_c_a5.png);
}
.info_fix_fb span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/ka_c_a1.png);
}
.info_fix_ig span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/ka_c_a3.png);
}
.info_fix_711 span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/ka_c_a4.png);
}
.info_fix_line span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/ka_c_a2.png);
}
.info_fix_threads span::before {
    background-image: url(https://pic03.eapple.com.tw/pangfeng/ka_c_a6.png);
}

.info_fix {
    width: 45px;
    bottom: 155px;
    right: 5px;
    transform: unset;
}
.info_fix_links {
    width: 45px;
    border: unset;
}
.info_fix > span {
    width: 45px;
    height: 45px;
    display: flex;
    border: 1px solid #fffcf3;
    background-color: #715123;
}
.info_fix:hover > span {
    background: #715123;
}
.info_fix_links a {
    width: 45px;
    height: 45px;
    transform: unset;
    margin-bottom: 5px;
    display: none;
}
.info_fix_links.linkBox_Open a {
    display: block;
}
.info_fix_links a span {
    width: 45px;
    height: 45px;
}
.info_fix_links a span::before {
    background-position: 1.5% center;
    border-radius: 50%;
}
.info_fix_links a:hover {
    background: unset;
    transform: scale(0.9);
    border: unset;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 600px) {
}

/*20250521 派工單*/
.prod-panel img {
    vertical-align: middle;
}

/* 20250618 收費派工單 */
/* header */
.me_tp_features a.tp_btn_notice {
    display: none;
}
/* footer */
.info_fix > span.linksBtn {
    display: none;
}
a.info_fix_line {
    display: block;
}
#bottom_menu li {
    width: calc(100% / 3);
}
#bottom_menu li a em {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 27px;
    line-height: 1;
    padding-top: 10px;
}
#bottom_menu li a i {
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
#bottom_menu span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 18px;
    width: 100%;
    min-height: 18px;
    margin: -1px 0 0 5px;
    padding-top: 1px;
    position: absolute;
    top: -8px;
    right: -15px;
    font-family: "Monomakh", "serif", "Noto Serif TC", "serif";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
    background: #ad2a20;
    border-radius: 50%;
    color: #ffffff;
}

.pd_button {
    display: none;
}
/* products footer */

body.product_info_page #bottom_menu > li:nth-of-type(1),
body.product_info_page #bottom_menu > li:nth-of-type(2) {
    display: none !important;
}
/* body.product_info_page .pd_button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3 * 2);
    background: #ad2a20;
}
body.product_info_page .pd_button input[type="submit"]{
    background: none;
    font-size: var(--font28);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFFFFF;
} */
#bottom_menu ol.pd_button > li {
    border: none !important;
}
body.product_info_page #bottom_menu .pd_button li:nth-of-type(2),
body.product_info_page #bottom_menu .pd_button li:nth-of-type(3),
body.product_info_page #bottom_menu .pd_button li:nth-of-type(4) {
    display: none;
}
@media screen and (max-width: 768px) {
    #bottom_menu {
        display: flex;
    }
    .sidebarBtn .inquiry_a3 {
        display: none;
    }
    .sidebarBtn .price {
        border-bottom: none;
    }
    /* .product_info{
    display: none;
}
.toShare{
    margin: 0;
} */
    .product_info li:nth-of-type(3) {
        display: none;
    }
    /* .sidebarBtn .inquiry_a3{
    font-size: 22px;
    width: calc(100% / 3 * 2);
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    min-height: 82px;
    margin: 0;
    border-radius: initial;
} */
}
/* products index */
.openBtn {
    display: none;
    width: 100%;
    background-color: #715123;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    margin-top: 20px;
    transition: 0.5s ease;
}
.openBtn:hover {
    background-color: #a78666;
}

.product_info_page .openBtn {
    font-size: 22px;
    background: #ad2a20;
    width: calc(100% / 3 * 2);
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    min-height: 82px;
    margin: 0;
}

/* 遮罩背景 */
.pd_fix_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}
.pd_fix_overlay.active {
    opacity: 0.05;
    pointer-events: auto;
}
.product_info_page .pd_fix_overlay.active {
    opacity: 1;
    z-index: 9999;
}
.pd_bottom_show {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    min-height: 50%;
    padding-bottom: 60px;
    background: #fff;
    transition: bottom 0.4s ease;
    z-index: 1000;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.pd_bottom_show.active {
    bottom: 0;
}
.product_info_page .pd_bottom_show.active {
    z-index: 99999;
}
/* 關閉按鈕 */
button.close-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.pd_bottom_show_content {
    max-width: 100%;
    padding: 5%;
    height: 100%;
    overflow-y: auto;
    /* position: relative; */
}
.pd_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.pd_img figure {
    grid-row: span 2;
    margin: 0;
}
.pd_img figure img {
    max-width: 100%;
}
.pd_title {
    grid-column: span 2;
    margin: 0;
    align-self: flex-end;
}
.pd_title h6 {
    font-size: var(--font22);
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 180%;
    margin: 0;
}
.pr_bottom_price {
    grid-column: span 2;
}
.pr_bottom_price span {
    display: block;
    font-size: var(--font16);
    font-weight: 600;
}
.pd_ori_price {
    color: #cccccc;
    text-decoration: line-through;
}
.pd_sp_price.red {
    color: #f81f1f;
}
.pd_bottom_show_content h5 {
    display: block;
    margin: 0;
    padding: 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #777;
    letter-spacing: 1px;
}
.pd_bottom_show_content fieldset {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
    border: none;
    padding: 0;
    margin: 0;
}

.pd_bottom_size {
    border: none;
    padding: 0;
}

.pd_bottom_size input[type="radio"] {
    display: none;
}

.pd_bottom_size label {
    display: inline-block;
    padding: 5px 10px;
    /* margin: 0 0 10px; */
    width: fit-content;
    border-radius: 0;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
}

.pd_bottom_size input[type="radio"]:checked + label {
    background-color: #d8b694; /* 主色背景 */
    color: #fff;
    font-weight: bold;
    border-color: #d8b694;
}

.pd_bottom_add_cart {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 90%;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #cccccc;
    background: #ffffff;
}
.pd_bottom_number {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 120px;
}
.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 30px;
    width: 100%;
    min-height: 30px;
    /* border: 1px solid #333333; */
    border-radius: initial;
    background: transparent;
}
.qty-btn::before,
.qty-btn::after {
    display: block;
    width: 10px;
    height: 1px;
    background: #333;
    position: absolute;
}
.qty-btn::before {
    content: "";
}
.qty-btn.plus::after {
    content: "";
    transform: rotate(90deg);
}
.qty-btn.plus::before,
.qty-btn.plus::after {
    background: #ad2a20;
}
.pd_bottom_number input {
    display: block;
    width: calc(100% - 60px);
    border-width: 0;
    text-align: center;
}
.pd_bottom_add_cart input[type="submit"] {
    display: block;
    border: none;
    background: #715123;
    max-width: 300px;
    width: calc(100% - 130px);
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
    .openBtn {
        display: block;
    }
    .products-list .item a::after {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .pd_img {
        grid-template-columns: repeat(4, 1fr);
        padding-top: 15px;
        gap: 0 1px;
    }
    /* .pd_img figure{grid-row: initial;} */
    .pd_title {
        grid-column: span 3;
        align-self: flex-start;
    }
    .pd_title h6 {
        font-size: 16px;
        line-height: 150%;
    }
    .pr_bottom_price {
        /*grid-column: span 4;*/
        align-self: flex-end;
    }
}
@media screen and (max-width: 425px) {
    .pd_img {
        padding-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .product_info_page .openBtn {
        width: 60%;
        min-height: 80px;
    }
    .product_info_page #bottom_menu li {
        width: 40%;
    }
}

/* car */
.pd_car_pay_right {
    max-width: 600px;
    width: 100%;
}
.pd_car_coupon section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pd_car_coupon section h6 {
    font-size: 16px;
}
.pd_car_coupon section button {
    background: none;
    color: #715123;
    transition: 0.5s ease;
}
.pd_car_coupon section button:hover {
    color: #c29055;
}
.coupon_text {
    text-align: right;
}
.total_amount li .coupon_text span {
    display: block;
    float: none;
}

/* 遮罩 */
.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: none;
}

/* 彈窗主體 */
.coupon-popup {
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.3s ease;
}

.coupon-popup.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

/* 彈窗內容排版 */
.coupon-content {
    position: relative;
    padding: 20px;
    min-height: 400px;
    text-align: center;
}

.coupon-content h3 {
    font-size: 20px;
    text-align: center;
}
.coupon-content div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 15px;
}

.coupon-content input[type="text"] {
    max-width: calc(100% - 85px);
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.coupon-content .submit-code {
    margin-top: 15px;
    padding: 8px 20px;
    background: #715123;
    margin: 0;
    border: none;
    cursor: pointer;
    color: #fff;
}
.coupon-content fieldset {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    padding: 20px 0 0;
    text-align: left;
}
.coupon-content input[type="radio"] {
    display: none;
}

.coupon-content label {
    display: inline-block;
    padding: 5px 10px;
    /* margin: 0 0 10px; */
    width: fit-content;
    border-radius: 0;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.coupon-content input[type="radio"]:checked + label {
    background-color: #715123; /* 主色背景 */
    color: #fff;
    font-weight: bold;
    border-color: #715123;
}
label.gray {
    cursor: initial;
    color: #dddddd;
    border-color: #dddddd;
}
.coupon-content input[type="submit"] {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 5px 20px;
    background: #715123;
    color: #ffffff;
    transition: 0.5s ease;
}
.coupon-content input[type="submit"]:hover {
    background: #bf8d53;
}
.coupon_text b {
    font-weight: 400;
}

/* 關閉按鈕 */
.close-popup {
    position: absolute;
    top: 20px;
    right: 8px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* 手機滑上來樣式 */
@media screen and (max-width: 768px) {
    .coupon-popup {
        top: auto;
        left: 0;
        right: 0;
        bottom: -100%;
        border-radius: 12px 12px 0 0;
        width: 100%;
        max-width: 100%;
        transform: none;
    }

    .coupon-popup.active {
        bottom: 0;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
    .coupon-content {
        min-height: 50vw;
    }
}
@media screen and (max-width: 450px) {
    .coupon-content {
        min-height: 75vw;
        padding: 20px 0;
    }
    .coupon-content input[type="submit"] {
        right: 0;
    }
}

body.car_page #bottom_menu > li:nth-of-type(1),
body.car_page #bottom_menu > li:nth-of-type(2),
body.car_page #bottom_menu > li:nth-of-type(3) {
    display: none !important;
}

body.car_page .pd_button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 80px;
}
/* body.car_page .pd_button input[type="submit"]{
    background: none;
    font-size: var(--font28);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFFFFF;
} */
#bottom_menu ol.pd_button > li {
    border: none !important;
}
body.car_page #bottom_menu .pd_button li {
    width: 200px;
    padding: 0 3.5%;
}

.show-detail {
    font-size: 16px;
    font-weight: 300;
    color: #715123;
    text-align: left;
    cursor: pointer;
}
body.car_page #bottom_menu .pd_button em {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
}

/* car明細點擊 */
/* 遮罩 */
.popup-mask {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* 彈出視窗（手機底部滑出） */
.ph_bottom_details {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    z-index: 100000;
    border-radius: 16px 16px 0 0;
    transition: all 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.ph_bottom_details.active {
    bottom: 0;
}

.ph_bottom_details_content {
    padding: 20px;
}
.ph_bottom_details_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #715123;
    text-align: center;
}

.ph_bottom_details_content table {
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

.ph_bottom_details_content button {
    margin-top: 15px;
    padding: 10px 20px;
    background: #0a214c;
    color: white;
    border: none;
    border-radius: 6px;
}
.ph_bottom_details_content dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}
.ph_bottom_details_content dl:nth-last-of-type(1) {
    border-top: 1px solid #cccccc;
    margin-top: 8px;
}
.ph_bottom_details_content strong {
    font-size: 25px;
    font-weight: 400;
    color: #ad2a20;
}
.ph_bottom_close {
    display: block;
    background: #715123;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
    transition: 0.5s ease;
}
.ph_bottom_close:hover {
    background: #333333;
}

@media screen and (max-width: 768px) {
    .shopping-cart .cell.car_ph_price {
        max-width: 150px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .cell.car_ph_price span {
        width: calc(100% - 50px);
        text-align: left;
    }
    .total_amount li,
    .total_amount .rewrite_simple {
        display: none;
    }
    .total_amount li.pd_car_coupon {
        display: block;
    }
    .total_amount .send_simple {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 200px);
        min-height: 80px;
        border-radius: initial;
        margin: 0;
        float: none;
        font-size: 22px;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
}
@media screen and (max-width: 600px) {
    .shopping-cart .cell:last-child:before {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .shopping-cart .cell.car_ph_price {
        max-width: 125px;
    }
    .cell.car_ph_price span {
        width: calc(100% - 40px);
    }
    .shopping-cart .cell.car_ph_price:before {
        padding: 0;
    }
}
@media screen and (max-width: 425px) {
    body.car_page #bottom_menu .pd_button li:nth-of-type(2) {
        width: 170px;
        align-items: flex-end;
    }
    .total_amount .send_simple {
        width: calc(100% - 170px);
    }
}

/* shop from */
@media screen and (max-width: 768px) {
    body.shopfrom_page #bottom_menu .pd_button li:nth-of-type(3) {
        display: none;
    }
    body.shopfrom_page #bottom_menu .pd_button li:nth-of-type(4) {
        display: block;
    }
    body.shopfrom_page .total_amount ul {
        display: none;
    }
}

/* 20250721 修改 */
@media screen and (max-width: 768px) {
    .shopping-cart .cart_content .cell.product_name a {
        display: grid;
        grid-template-columns: 75px 1fr;
        gap: 10px;
        color: #000;
        width: 100%;
    }
    .small_pic {
        position: relative;
        margin-left: 0;
        left: unset;
    }
    .carttext_right {
        padding-right: 60px;
    }
    body.car_page .cell.amount > input {
        display: none;
    }
}
.car_bottom_number {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 100%;
}
.car_bottom_number input {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
}
.car_bottom_number .qty-btn {
    max-width: 15px;
    min-height: 15px;
}
.coupon-content .pz_login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 190px;
    color: #666;
}
@media screen and (max-width: 768px) {
    .coupon-content .pz_login {
        min-height: 15vw;
    }
    .member_discount .order_history {
        background: none;
    }
    .order_history tr:nth-child(1) {
        display: none;
    }
    .order_history tr {
        width: 100%;
        float: none;
        border: 1px solid #705022;
    }
    .order_history tr td {
        display: flex;
        float: none;
        font-size: 15px;
        text-align: left;
    }
    .order_history tr td:before {
        content: attr(data-label);
        background: #c29055;
        width: 75px;
        padding: 5px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
    }
}
@media screen and (max-width: 600px) {
    .carttext_right {
        padding-right: 15px;
    }
}
@media screen and (max-width: 500px) {
    .shopping-cart .cell.amount {
        width: 85px;
    }
    .pd_car_coupon section {
        flex-flow: wrap;
    }
    .pd_car_coupon section h6 {
        width: 100%;
    }
    .coupon_text {
        text-align: left;
    }
    .pd_car_coupon section button {
        padding: 10px 0;
        text-align: left;
    }
    .pd_car_coupon section button u {
        display: inline-block;
    }
}
@media screen and (max-width: 349px) {
}
