﻿@charset "utf-8";
/* CSS Document */
:root {
    --main-color: #bc9d6e;
    --second-color: #6e7d68;
    /*--third_color: #515151;
    --hover_color: #ff4c4c;
    --bg_color: #252525;*/
    --second-rgbcolor: 110, 125, 104;
}
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); */
    background: #a5a498;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
}
body {
    font-size: 1rem;
    color: #333;
    font-family: "Spectral","微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

p {
    line-height: 30px;
}

    p + p {
        margin-top: 30px;
    }

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #000;
    transition: all .5s;
}

    a:hover {
        color: var(--main-color);
    }

.price, .txt-red {
    color: #f1654e;
}
.txt-underline{
    text-decoration:underline;
}
.list-style .pic {
    overflow: hidden;
    display: block;
}

    .list-style .pic img, .row-style .item .pic img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transform: scale(1);
        transition: all .5s;
    }

.list-style .list-item:hover .pic img, .row-style .item:hover .pic img {
    transform: scale(1.1);
}

.list-style .list-item .info {
    padding: 15px;
}

.list-style .list-item .tt {
    font-size: 18px;
    font-weight: bold;
}

img.img_big, img.img_small {
    width: 100%;
}
img.img_small {
    display: none;
}
img.img_big {
    display: block;
}

.slick-style {
    margin: 0 -20px;
}

    .slick-style:not(.picS-list) .slick-track {
        display: flex !important;
    }

    .slick-style:not(.picS-list) .slick-slide {
        height: inherit !important;
    }

    .slick-style .list-item {
        margin: 0 20px;
    }

    .slick-style .slick-dots {
        position: relative;
        bottom: auto;
        margin: 20px auto;
    }

    .slick-style .slick-arrow, .slick-btn .slick-arrow {
        z-index: 20;
        width: 57px;
        height: 57px;
        background: none;
        text-indent: 0;
        background: #000;
        border-radius: 50%;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        .slick-style .slick-arrow:hover, .slick-btn .slick-arrow:hover {
            background: var(--main-color);
        }

.slick-btn .slick-arrow {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}

.slick-style .slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: all .5s ease;
    z-index: -1;
    display: none;
}

.slick-style .slick-arrow:hover:after {
    transform: scale(1);
}

.slick-style .slick-arrow.slick-disabled {
    display: none !important;
}


.slick-style .slick-prev {
    left: calc(-57px / 2 + 20px);
}

.slick-style .slick-next {
    right: calc(-57px / 2 + 20px);
}

.slick-style .slick-prev:before, .slick-btn .slick-prev:before {
    content: "trending_flat";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    transform: scaleX(-1);
    color: #fff !important;
    opacity: 1;
}



.slick-style .slick-next:before, .slick-btn .slick-next:before {
    content: "trending_flat";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}

.pic-fill {
    overflow: hidden;
}

    img.img-cover, .pic-fill img {
        object-fit: cover;
        height: 100% !important;
        width: 100%;
    }

.banner .slick-dots li button:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    opacity: 1;
    transition: all .5s ease;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
}

    .banner .slick-dots li button {
        width: 11px;
        height: 11px;
        background: #9b9b9b;
        border-radius: 50%;
        transform: scale(0.8);
    }

    .banner .slick-dots li.slick-active button {
        background: var(--main-color);
        transform: scale(1);
    }

        .banner .slick-dots li.slick-active button:before {
            box-shadow: inset 0 0 0 11px var(--main-color), 0 0 15px #fff;
        }

.btn-primary {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background: var(--main-color);
    }

.btn-default {
    border: 1px solid #DFDFDF;
    color: #888;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        background-color: var(--main-color);
        color: #fff;
    }


/** loading **/
.loadingbar {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .loadingbar div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid var(--main-color);
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: var(--main-color) transparent transparent transparent;
    }

        .loadingbar div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .loadingbar div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .loadingbar div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content > .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#floating {
    display: none;
}

    #floating .btn-floating {
        background-color: var(--main-color);
        display: block;
        width: 28px;
        height: 58px;
        position: absolute;
        left: -30px;
        margin: 1px;
        padding: 10px 3px;
        display: none;
    }

        #floating .btn-floating .icon-arrow {
            background: url(../images/all/arrow.png) no-repeat;
            display: block;
            width: 32px;
            height: 40px;
        }

    #floating.open .btn-floating .icon-arrow {
        background-position: 0 -40px;
    }

    #floating ul {
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

        #floating ul li {
            padding: 5px 0;
        }

            #floating ul li + li {
                border-top: 1px solid #E7E7E7;
            }

            #floating ul li a {
                width: 60px;
                font-size: 0.625rem;
                color: #bbb;
                text-align: center;
                display: block;
                position: relative;
            }

                #floating ul li a:hover {
                    color: #333;
                }

                #floating ul li a .icon {
                    font-size: 1.875rem;
                    display: block;
                    margin: 0 auto 2px;
                }

                #floating ul li a:hover .icon {
                    color: var(--main-color);
                }

                #floating ul li a .num {
                    min-width: 16px;
                    height: 16px;
                    background-color: #EB0F0F;
                    font-size: 0.75rem;
                    color: #fff;
                    display: block;
                    border-radius: 16px;
                    line-height: 16px;
                    position: absolute;
                    right: 8px;
                    top: 0;
                }

                #floating ul li a .txt-en {
                    display: none;
                }

.jcarousel-wrapper {
    position: relative;
}

body:not(.album) .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

    .jcarousel li a {
        display: block;
    }

.img-fluid, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}

/********************* Header *********************/
.header {
}

    .header .navbar {
        z-index: 20;
        border-radius: 0;
		    flex-direction: column;
    }

        .header .navbar .navbar-brand {
            background: url(../images/all/logo.svg) no-repeat;
            background-size: contain;
            display: block;
            height: 64px;
            padding: 0;
            text-indent: -9999px;
            width: 156px;
            margin: 20px 0;
        }

            .header .navbar .navbar-brand:hover {
                opacity: 0.7;
            }

        .header .navbar .navbar-nav li a {
            color: #000;
            font-weight: bold;
            background-color: inherit;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

            .header .navbar .navbar-nav li a .caret {
                display: none;
            }

        .header .navbar .navbar-nav > li {
            margin: 0 5px;
        }

        .header .navbar .navbar-nav li a:hover,
        .header .navbar .navbar-nav li.b > a {
            color: var(--main-color);
            background: none;
        }

        .header .navbar .navbar-nav li .navbar-nav a:hover {
            color: #fff;
            background: var(--main-color);
        }

        .header .navbar-nav .nav-item:hover .caret,
        .header .navbar .navbar-nav .nav-item.b > a .caret {
            border-top-color: var(--main-color);
        }

        .header .navbar .navbar-nav li + li a {
            /*border-left: 1px solid #eee;*/
        }

        .header .navbar .navbar-nav li a .txt-en {
            margin-left: 5px;
            color: #9b9b9b;
            font-weight: normal;
            float: right;
        }

        .header .navbar .navbar-nav li a:focus {
            background-color: transparent;
        }


        .header .navbar .navbar-nav li a:hover .txt-en,
        body.about .header .navbar .navbar-nav li.b1 a .txt-en,
        body.product .header .navbar .navbar-nav li.b2 a .txt-en,
        body.news .header .navbar .navbar-nav li.b3 a .txt-en,
        body.contact .header .navbar .navbar-nav li.b4 a .txt-ens {
            color: #999;
        }

        .header .navbar .sub-nav {
            /*position: absolute;
    right: 15px;
    top: 20px;*/
        }

            .header .navbar .sub-nav li {
                padding: 0;
            }

                .header .navbar .sub-nav li a {
                    background-color: var(--main-color);
                    background-position: center center;
                    background-repeat: no-repeat;
                    width: 32px;
                    height: 32px;
                    text-indent: -9999px;
                }


                .header .navbar .sub-nav li.icon_f a {
                    background-image: url(../images/all/icon_f.png);
                }

                .header .navbar .sub-nav li.icon_i a {
                    background-image: url(../images/all/icon_i.png);
                }

                .header .navbar .sub-nav li.icon_t a {
                    background-image: url(../images/all/icon_t.png);
                }

                .header .navbar .sub-nav li.icon_y a {
                    background-image: url(../images/all/icon_y.png);
                }

                .header .navbar .sub-nav li.icon_p a {
                    background-image: url(../images/all/icon_p.png);
                }

                .header .navbar .sub-nav li.icon_l a {
                    background-image: url(../images/all/icon_l.png);
                }

                .header .navbar .sub-nav li a:hover {
                    position: relative;
                    top: 2px;
                }

                .header .navbar .sub-nav li.b1 {
                    display: none;
                }

                .header .navbar .sub-nav li.b2 a {
                    background-position: 0 0;
                }


        .header .navbar .btn-default {
            background: var(--main-color);
            color: #fff;
            border: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 7px;
        }


        .header .navbar .lang .dropdown-menu {
            right: 0;
            left: auto;
            background: #999;
            color: #fff;
            border: none;
            min-width: 110px;
            border-radius: 0.25rem;
        }

            .header .navbar .lang .dropdown-menu a {
                text-align: center;
                color: #fff;
            }

                .header .navbar .lang .dropdown-menu a:hover {
                    background: none;
                    color: #FCE617;
                }

        .header .navbar .lang, .header .navbar .sub-nav {
            display: inline-block;
            vertical-align: top;
        }

.nav-item.dropdown > .navbar-nav .nav-item .nav-link.trigger {
    padding-left: 20px;
}

.nav-item.dropdown .navbar-nav .nav-item .nav-link.trigger {
    position: relative;
}

    .nav-item.dropdown .navbar-nav .nav-item .nav-link.trigger:before {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border: none;
        border-top: solid 4px transparent;
        border-bottom: solid 4px transparent;
        border-right: solid 5px #444;
        margin-left: 0;
        margin-right: 5px;
        left: 10px;
        top: 14px;
        transition: all 0.3s ease;
    }

    .nav-item.dropdown .navbar-nav .nav-item .nav-link.trigger:hover:before {
        border-right-color: #fff;
    }

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: 5px;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:hover:before {
    border-color: transparent transparent transparent #fff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger {
    padding-left: 10px;
    padding-right: 20px;
}

.navbar .nav-right > li > a, .navbar .nav-right li button {
    font-size: 1rem;
    color: #000;
    border: none;
    background: none; 
    padding: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition:all .5s;
}
.navbar .nav-right .cart >a{
    position:relative;
}
    .navbar .nav-right .cart .num {
        width: 20px;
        height: 20px;
        background: #f00;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -3px;
        right: -3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
.navbar .nav-right > li > a:hover, .navbar .nav-right > li button:hover {
    background: #000;
    color: #fff;
}

.navbar .nav-right .dropdown-toggle::after {
    display: none;
}

div#collapseSearch {
    background: #eee;
    padding: 15px;
	width:100%;
}

    div#collapseSearch .flex-searchBox {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
    }

        div#collapseSearch .flex-searchBox input {
            border: none;
            box-shadow: none;
            flex-grow: 1;
            background: none;
        }

        div#collapseSearch .flex-searchBox a {
            border-radius: 5px;
            background: #000;
            color: #fff;
            padding: 10px;
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.navbar ul.nav.nav-right {
    justify-content: space-between;
    justify-content: flex-end;
}

    .navbar ul.nav.nav-right > li {
        display: flex;
        align-items: center;
        position: relative;
    }

.navbar ul.nav-right li.member a {
    font-size: 1.3rem;
}

.navbar ul.nav-right li a i {
    line-height:1;
    width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*----------------------- Banner -----------------------*/
.banner .container-fluid {
    padding: 0;
}

.banner .bannerImgBox {
    visibility: hidden;
}

    .banner .bannerImgBox.slick-initialized, .banner .bannerImgBox.oneMode {
        visibility: visible;
    }

html.no-js .banner .bxslider, html.no-js .banner .bxslider img {
    display: none;
}

html.js .banner .bxslider {
    display: block;
}

.banner {
    position: relative;
    z-index: 30;
}

    .banner .loadingbar {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

body.VIDEOLOADED .banner .loadingbar {
    display: none;
}

.banner .container {
    padding: 0;
}

.banner .video_banner {
    width: 100%;
}

.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item {
    width: 100%;
    background: none !important;
}

.banner .bxslider .bannerImgBox.banner_mob_bg .item {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
}

body.home .banner .bxslider .bannerImgBox.banner_mob_bg .item {
    height: 500px;
}

.banner .video_sec {
    width: 100%;
}

.banner .bxslider .item img {
    width: 100%;
    display: none;
}

.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_small {
    display: none;
}

.banner .bxslider .bannerImgBox:not(.banner_mob_bg) .item img.img_big {
    display: block;
}

.banner .slick-prev:before, .banner .slick-next:before {
    color: #1eb5be;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

    .banner .bx-wrapper .bx-viewport {
        left: 0;
        background: none;
        border: none;
        box-shadow: none;
    }

    .banner .bx-wrapper .bx-pager.bx-default-pager {
        bottom: 2px;
        text-align: right;
        padding: 0 15px;
    }

        .banner .bx-wrapper .bx-pager.bx-default-pager a {
            text-align: left;
            background: #404040;
        }

            .banner .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #1EB5BE;
            }

    .banner .bx-wrapper .bx-controls-direction {
        display: none;
    }

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.header_ex {
}
/********************* Footer *********************/
.footer {
    background: var(--second-color);
    padding: 70px 0;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

.footer_top ul li {
    padding: 0;
}

    .footer_top ul li:nth-child(2n) {
        display: none;
    }

    .footer_top ul li, .footer_top ul li a {
        color: #888;
        padding: 10px;
    }

        .footer_top ul li a:hover {
            color: var(--main-color);
        }

        .footer_top ul li a .txt-en {
            display: none;
        }

.footer .copyright b {
    color: #fff;
}

.footer .copyright {
    text-align: right;
}

.footer .siteinfo ul > li + li {
    margin-top: 5px;
}

.footer .siteinfo ul > li label {
    margin: 0 5px 0 0;
    /*color: #888;*/
}

.footer .siteinfo .sitemap-link {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

    .footer .siteinfo .sitemap-link:hover {
        position: relative;
        top: 2px;
    }

.footer .powered, .footer .powered a {
    color: #AAA;
}

.footer .sitemap-list > li > a {
    font-size: 18px;
    font-weight: bold;
}

.footer .sitemap-list > li {
    margin-bottom: 5px;
}

    .footer .sitemap-list > li a + ul {
        margin-top: 10px;
    }

    .footer .sitemap-list > li ul li {
        margin-bottom: 5px;
    }

        .footer .sitemap-list > li ul li a {
            opacity: .8;
        }

.footer .flex-footerBox .r-info .wid-page_unit {
    width: 80%;
}

.footer .social-list {
    flex-shrink: 0;
    margin-top:20px;
}

    .footer .social-list li + li {
        margin-left: 10px;
    }

    .footer .social-list li a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

.footer .pic-logo {
    width: 230px;
}

.footer .flex-footerBox .l-info {
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    padding-right: 10%;
    margin-right: 10%;
}

.footer address {
    margin-bottom: 0;
}

.footer .side-floating {
    position: fixed;
    bottom: 10%;
    right: 20px;
    z-index: 9998;
    transform: translateY(50px);
    opacity: 0;
    transition:all .5s;
}
    .footer .side-floating li+li{
        margin-top:5px;
    }
    .footer .side-floating a {
        border: 1px solid #000;
        background: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
    .footer .side-floating .gotop a {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 10px 3px;
        border-radius: 40px;
        height:auto;
    }

    .footer .side-floating.is_visible {
        transform: translateY(0);
        opacity: 1;
    }

    .footer .gotop i {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

.footer .side-floating a:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

        .footer .gotop:hover i {
            animation: move-up-alternate 0.6s ease forwards;
            -webkit-filter: contrast(2);
            color: #fff !important;
        }

@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-80%);
        opacity: 0;
    }

    51% {
        transform: translateY(80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-80%);
        opacity: 0;
    }

    51% {
        transform: translateY(80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/********************* cookie *********************/
body.cookie_agree .footer_content {
    padding-bottom: 80px;
}

.cookie {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(54, 185, 192);
    z-index: 100;
    border-top: 1px solid rgb(215, 215, 215);
    color: #fff;
    text-align: left;
}

    .cookie .txt {
    }

        .cookie .txt a {
            text-decoration: underline;
            color: #3c3c3c;
            font-size: 0.875rem;
        }

    .cookie .agree-btn {
        padding: 5px 15px;
        display: inline-block;
        background: #fff;
        color: #333;
        margin-top: 3px;
        transition: all .3s ease;
    }

        .cookie .agree-btn:hover {
            background: #9b9b9b;
        }
/********************* Main *********************/
.main {
    z-index: 20;
}

.side .h3 {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

    .side .h3 .txt-en {
        display: none;
    }


/*----------------------- Content -----------------------*/
.main_content {
    min-height: 300px;
    padding: 30px 0 50px;
}

body.home .main_content {
    min-height: 0;
    padding: 0;
}


.breadcrumb > li {
    margin: 0 5px;
}

    .breadcrumb > li + li:before {
        content: "/";
        margin-right: 5px;
    }

.breadcrumb .txt-en {
    display: none;
}

.breadcrumb {
    margin-top: 30px;
    justify-content: center;
    background: none;
    font-size: 14px;
    margin-bottom: 20px;
}

    .breadcrumb a, .breadcrumb li {
        color: #808080;
    }

.content > .h2, body.about .content > .h1, body.order .content .h2.t04 {
    color: var(--main-color);
    font-size: 1.875rem;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-bottom: 20px;
}

    .content > .h2 .txt-tw {
        color: #979797;
        font-size: 1.125rem;
        margin-left: 10px;
    }

.content .content-banner {
    margin-bottom: 20px;
}

.content .btn-normal {
    background: none;
    color: #000;
    border: 1px solid #ACE7EB;
}

    .content .btn-normal:hover {
        color: #888;
        border-color: #aaa;
    }

.content .list-box .txt-list {
    margin-bottom: 60px;
}

    .content .list-box .txt-list li {
        padding-left: 30px;
        border-bottom: 1px dotted #9b9b9b;
        background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    }

        .content .list-box .txt-list li:nth-child(2n+1) {
            background-color: rgba(240,240,240,0.3);
        }

        .content .list-box .txt-list li .h4 {
            font-size: 1rem;
            margin: 0;
        }

        .content .list-box .txt-list li a {
            position: relative;
            display: block;
            line-height: 28px;
            padding: 10px 110px 10px 0;
        }

            .content .list-box .txt-list li a:hover, .content .list-box .txt-list li a:focus {
                color: var(--main-color);
            }

        .content .list-box .txt-list li span {
            position: absolute;
            right: 0;
            top: 10px;
            line-height: 20px;
            padding: 3px 20px;
            display: inline-block;
            color: #aaa;
            font-size: 0.75rem;
        }

            .content .list-box .txt-list li span.news-title {
                float: left;
                color: #848275;
                width: 78%;
            }

        .content .list-box .txt-list li.list-header {
            background: none;
            padding-left: 40px;
            padding-right: 15px;
            border-bottom: 1px solid #ACE7EB;
        }

            .content .list-box .txt-list li.list-header a, .content .list-box .txt-list li.list-header a span {
                color: var(--main-color);
                font-size: 1.125rem;
            }

                .content .list-box .txt-list li.list-header a span {
                    padding-right: 24px;
                }

.content .works-box .pic-carousel li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

    .content .works-box .pic-carousel li a:hover {
        border-color: var(--main-color);
    }

.content .works-box .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

    .content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -24px;
    }

    .content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
        right: -24px;
        background-position: 0 -40px;
    }

.content .works-box .slick .list_item {
    padding: 0 5px;
}

    .content .works-box .slick .list_item .pic {
        border: 1px solid #ACE7EB;
        padding: 2px;
        display: block;
    }

    .content .works-box .slick .list_item:hover .pic {
        border-color: var(--main-color);
    }

    .content .works-box .slick .list_item .info {
        text-align: center;
        display: none;
    }

        .content .works-box .slick .list_item .info p {
            margin: 0;
        }

.content .works-box .slick .slick-arrow {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -24px;
}

.content .works-box .slick .slick-next {
    background-position: 0 -40px;
    right: -24px;
}

.content .works-box .slick .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}

    .content .works-box .slick .slick-dots li {
        display: inline-block;
    }

    .content .works-box .slick .slick-dots button {
        width: 10px;
        height: 10px;
        background: #c7c7c7;
        border-radius: 50%;
        border: none;
        outline: none;
        text-indent: -9999px;
        margin: 0 3px;
    }

    .content .works-box .slick .slick-dots .slick-active button {
        background: #37bac0;
    }

.content .contact-box ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 0.75rem;
    line-height: 1.8;
}

    .content .contact-box ul li.tel {
        font-size: 1.375rem;
        color: #333;
        font-weight: bold;
    }

.content .sec {
    padding: 10px;
    line-height: 30px;
}

.content .btn-box .pagination {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
    float: left;
}

    .content .btn-box .pagination li {
        margin: 0 5px;
    }

        .content .btn-box .pagination li > a {
            background: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #DFDFDF;
            color: #888;
            padding: 5px 20px;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

            .content .btn-box .pagination li > a:hover {
                background-color: var(--main-color);
                color: #fff;
            }

            .content .btn-box .pagination li > a .icon {
                display: none;
            }

body.product.p02 .content .btn-box {
    border: none;
}

body.news.show .content .btn-box, body.faq.ask .content .btn-box, body.product.show .content .btn-box, body.member .content .btn-box, body.album.show .content .btn-box {
    text-align: center;
}

    body.news.show .content .btn-box .pagination, body.faq.ask .content .btn-box .pagination, body.product.show .content .btn-box .pagination, body.member .content .btn-box .pagination, body.album.show .content .btn-box .pagination {
        float: none;
    }



.content .table.table-stack {
    margin-bottom: 0;
}

    .content .table.table-stack > thead > tr > th {
        border-bottom: 1px solid #ACE7EB;
        color: #333;
        text-align: center;
    }

    .content .table.table-stack > tbody > tr > td {
        vertical-align: middle;
        border-top: 1px dotted #9b9b9b;
        text-align: center;
    }

        .content .table.table-stack > tbody > tr > td a {
            color: var(--main-color);
        }

            .content .table.table-stack > tbody > tr > td a:hover {
                text-decoration: underline;
            }

        .content .table.table-stack > tbody > tr > td.pic img {
            max-width: 100px;
        }

            .content .table.table-stack > tbody > tr > td.pic img:hover {
                opacity: 0.7;
            }

        .content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
            padding: 6px;
            text-align: center;
            border-color: #DFDFDF;
        }

        .content .table.table-stack > tbody > tr > td .input-group {
            width: 100px;
            margin: 0 auto;
        }

        .content .table.table-stack > tbody > tr > td .btn {
            margin: 0;
            color: #888;
        }

            .content .table.table-stack > tbody > tr > td .btn:hover, .content .table.table-stack > tbody > tr > td .btn:focus, .content .table.table-stack > tbody > tr > td .btn:active {
                color: #fff;
                text-decoration: none;
            }

        .content .table.table-stack > tbody > tr > td .tn {
            display: none;
        }

    .content .table.table-stack.no-border th, .content .table.table-stack.no-border td {
        border: none;
    }

    .content .table.table-stack.no-border tr {
        border-bottom: 1px dotted #9b9b9b;
    }

    .content .table.table-stack.no-border th {
        text-align: right;
        width: 120px;
    }

    .content .table.table-stack.no-border td {
        text-align: left;
        vertical-align: top;
    }

.content .form-horizontal .control-label {
    font-size: 0.875rem;
}

.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}

    .form-horizontal .row .form-inline .zip-code {
        width: 20%;
        min-width: 72px;
    }

/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > .h1 {
    text-align: center;
    color: #000;
    border: 1px solid #ACE7EB;
    padding: 10px;
}

.pic-gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}

    .pic-gallery .pic-stage {
        margin: 0 auto 20px;
        width: 87%;
    }

        .pic-gallery .pic-stage ul li a {
            display: block;
        }

    .pic-gallery .pic-pager {
        position: relative;
        margin: 0 40px;
    }

        .pic-gallery .pic-pager .jcarousel div a {
            opacity: 0.5;
            float: left;
            padding: 0 5px;
        }

            .pic-gallery .pic-pager .jcarousel div a.active {
                opacity: 1;
            }

    .pic-gallery .pic-stage .bx-wrapper .bx-pager {
        display: none;
    }

    .pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a, .pic-gallery .pic-pager .jcarousel-control, .pic-gallery .slick-prev, .pic-gallery .slick-next {
        background: url(../images/all/gallery_btn.png) no-repeat;
        display: block;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
    }

    .pic-gallery .pic-pager .jcarousel div {
        /*overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;*/
    }

        .pic-gallery .pic-pager .jcarousel div a img, .pic-gallery .pic-stage ul li a img {
            width: 100%;
        }

    .pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev, .pic-gallery .slick-prev {
        background-position: 0 0;
        left: -45px;
    }

    .pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next, .pic-gallery .slick-next {
        background-position: -38px 0;
        right: -45px;
    }

    .pic-gallery .pic-pager .jcarousel-control-prev, .pic-gallery .pic-pager .slick-prev {
        background-position: -80px 0;
        left: -40px;
    }

    .pic-gallery .pic-pager .jcarousel-control-next, .pic-gallery .pic-pager .slick-next {
        background-position: -120px 0;
        right: -40px;
    }

    .pic-gallery .slick-prev:before, .pic-gallery .slick-next:before {
        display: none;
    }

    .pic-gallery .pic-pager .jcarousel div a.slick-current {
        opacity: 1;
    }
/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > .h1 {
    position: relative;
    color: #000;
    font-size: 1.25rem;
    border: 1px solid #ACE7EB;
    padding: 10px 90px 10px 20px;
    line-height: 1.4;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > .h1 small {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 28px;
    font-size: 0.75rem;
}
/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
    text-align: center;
    color: #848275;
}

    .content .list-mode label {
        display: none;
    }

    .content .list-mode .btn-group {
        display: inline-block;
    }

        .content .list-mode .btn-group .btn-mode {
            color: #B6E5E9;
            background: none;
            border: none;
            padding: 5px 8px;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1.375rem;
        }

            .content .list-mode .btn-group .btn-mode.active {
                color: #4CC1CC;
            }

            .content .list-mode .btn-group .btn-mode:hover {
                color: #3C98A1;
            }

            .content .list-mode .btn-group .btn-mode .mode-txt {
                display: none;
            }

body.product .content .product-list .item {
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #F3F3F3;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 60px;
}

body.product .content .product-list .item:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #37bac0;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height: 40px;
}

body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.product .content .product-list a {
    display: block;
}

    body.product .content .product-list a .pic {
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        background: #fff;
        padding: 10px;
    }

        body.product .content .product-list a .pic img {
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            width: 100%;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

    body.product .content .product-list a:hover .pic img {
        opacity: 0.7;
    }

    body.product .content .product-list a .info {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    body.product .content .product-list a .h4 {
        font-size: 1rem;
        text-align: center;
    }

body.product .content .product-list ul {
    color: #848484;
    font-size: 0.75rem;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #ec5f5f url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    body.product .content .quick-buy .btn:hover {
        background-color: #51ced5;
    }

body.product .content .product-list.mode1 .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}

    body.product .content .product-list.mode1 .quick-buy ul, body.product .content .product-list.mode1 .quick-buy ul li {
        display: inline-block;
        vertical-align: top;
    }

    body.product .content .product-list.mode1 .quick-buy .form-control.qty {
        width: 30%;
        vertical-align: middle;
    }

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 > div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

    body.product .content .product-list.mode2 .item:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    body.product .content .product-list.mode2 .item .pic {
        width: 36%;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
    }

    body.product .content .product-list.mode2 .item > a {
        padding: 10px;
        width: 70%;
        float: left;
    }

    body.product .content .product-list.mode2 .item .info {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        text-align: left;
        padding-left: 10px;
    }

        body.product .content .product-list.mode2 .item .info .h4 {
            margin-bottom: 10px;
            text-align: left;
        }

        body.product .content .product-list.mode2 .item .info ul {
            text-align: left;
        }

            body.product .content .product-list.mode2 .item .info ul li {
            }

        body.product .content .product-list.mode2 .item .info p {
            margin: 5px 0 0;
            clear: both;
            color: #888;
            font-size: 0.875rem;
            line-height: 1.4;
        }

    body.product .content .product-list.mode2 .item .quick-buy {
        width: 16%;
        float: left;
        padding: 20px 0 15px;
    }

        body.product .content .product-list.mode2 .item .quick-buy .form-control {
            width: 100%;
            display: inline-block;
            margin-bottom: 5px;
        }

        body.product .content .product-list.mode2 .item .quick-buy .btn {
            right: 10px;
            bottom: 50%;
            margin-right: 0;
            margin-bottom: -37px;
        }

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;
}

body.product.show .content .quick-buy .btn.goshop {
    background: #3da72a;
}

    body.product.show .content .quick-buy .btn.goshop:hover {
        background: #1b7277;
    }

body.product .content .goshop .icon-addcart {
    background-image: url('../images/all/icon_cart2.png');
}

body.product.show .content .quick-buy .btn {
    padding: 3px 10px;
}

body.product.show .content .icon-addcart {
    margin-right: 5px;
}

body.product.show .info .info_box {
    background: #f3f3f3;
    margin-bottom: 10px;
}

    body.product.show .info .info_box .h6 {
        font-size: 1rem;
        margin: 0;
        padding: 10px 10px;
        background: #dedede;
    }

    body.product.show .info .info_box .info_txt {
        padding: 10px;
    }

body.product.show .content .product-pic {
    margin-bottom: 10px;
}

    body.product.show .content .product-pic a {
        display: block;
    }

        body.product.show .content .product-pic a .img-zoom {
            width: 100%;
        }

    body.product.show .content .product-pic .zoomPad {
        float: none;
    }

    body.product.show .content .product-pic .zoomWindow {
        margin-left: 10px;
        left: 100% !important;
    }

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev, body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #ACE7EB;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}
/*-- for show2 product pic --*/
body.product.show .content .product-pic .big-pic a {
    cursor: zoom-in;
}

body.product.show .content .product-pic .small-pic {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

    body.product.show .content .product-pic .small-pic img {
        margin: 0 3px;
        outline: none;
        cursor: pointer;
    }

    body.product.show .content .product-pic .small-pic .slick-arrow {
        min-width: 20px;
        height: 40px;
        background: url(../images/home/arrow.png) no-repeat;
        border: none;
        outline: none;
    }

    body.product.show .content .product-pic .small-pic .slick-prev {
        background-position: center top;
    }

    body.product.show .content .product-pic .small-pic .slick-next {
        background-position: center bottom;
    }
/*-- END for show2 product pic --*/
body.product.show .content .info .h1 {
    margin-top: 0;
    font-size: 1.125rem;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
}

    body.product.show .content .info .txt ul {
        margin-left: 0;
    }

        body.product.show .content .info .txt ul li {
            background: url(../images/all/list_icon.png) no-repeat 0 3px;
            padding-left: 22px;
        }

body.product.show .content .quick-buy {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content > .h3 {
    color: #8E8B77;
    font-size: 1.125rem;
    padding: 10px;
    border: 1px solid #ACE7EB;
    color: var(--main-color);
}

    body.product.show .content > .h3 small {
        margin-left: 10px;
        color: #888;
    }

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    background-image: none;
    width: auto;
    height: auto;
    line-height: 42px;
    font-size: 1.125rem;
    border-radius: 10px;
}

body.product.show .content .quick-buy .form-control, body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    margin-bottom: 10px;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}
/*----------------------------------------- 會員專區 member --------------------------------------*/
body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #ACE7EB;
    padding: 20px 10px;
    width: 120px;
    margin-bottom: 15px;
}

    body.member .content .nav-func li a .glyphicon {
        font-size: 1.625rem;
        margin-bottom: 15px;
        color: var(--main-color);
    }

    body.member .content .nav-func li a:hover {
        color: #aaa;
        border-color: #888;
    }

        body.member .content .nav-func li a:hover .glyphicon {
            color: #aaa;
        }

body.member.register .content .form-group .checkbox a {
    color: var(--main-color);
}

    body.member.register .content .form-group .checkbox a:hover {
        text-decoration: underline;
    }

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 50px 20px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 30px;
}

body.member .content {
    padding-bottom: 20px;
}
/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}
/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: var(--main-color);
    font-size: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ACE7EB;
    margin: 0 0 20px;
    position: relative;
}

body.cart.p03 .content .sec .h3, body.cart.help .content .sec .h3 {
    padding: 10px;
    border: 1px solid #ACE7EB;
}

body.cart.help .content .sec p {
    padding: 0 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.content .sec .h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 1rem;
    border-top: 1px solid #ACE7EB;
    line-height: 36px;
    font-weight: bold;
}

body.cart .content p {
    font-size: 0.875rem;
}

    body.cart .content p a {
        display: inline-block;
        color: var(--main-color);
    }

        body.cart .content p a:hover {
            color: #888;
        }

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: var(--main-color);
    display: inline-block;
    line-height: 24px;
    font-size: 0.75rem;
    position: absolute;
    right: 5px;
    border: 1px solid #ACE7EB;
    padding: 0 5px;
}

    body.cart .content .btn-list:hover {
        color: #888;
        border-color: #9b9b9b;
    }

    body.cart .content .btn-list span {
        margin-right: 10px;
    }

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

    body.cart .lightbox-list .h4 {
        font-size: 1.125rem;
        padding: 0 5px;
    }

        body.cart .lightbox-list .h4 small {
            display: inline-block;
        }

    body.cart .lightbox-list .glyphicon {
        margin-right: 5px;
    }

    body.cart .lightbox-list ul li {
        border-top: 1px solid #62544C;
    }

        body.cart .lightbox-list ul li a {
            color: #666;
            padding: 10px;
            display: block;
        }

            body.cart .lightbox-list ul li a:hover {
                background-color: #eee;
            }
/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 200px;
}

body.contact .content .contact-box .h3 {
    margin-bottom: 10px;
}

body.contact .content .contact-box ul li {
    padding-left: 10px;
}
/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.side .wid .h3 .side-toggle {
    display: none;
}

.side1 .wid {
    max-width: 220px;
}
/* 搜尋產品 wid-search */
.wid-search .h3 {
    color: #000;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 15px;
}

    .wid-search .h3 .txt-tw {
    }

.wid-search .form-group {
    width: 100%;
}

    .wid-search .form-group .form-control {
        margin-bottom: 5px;
        width: 100%;
    }

.wid-search .btn {
    width: 100%;
}

    .wid-search .btn .txt-en {
        display: none;
    }
/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
    list-style-type: none;
}

    .wid-slideBanner ul li a {
        display: block;
    }

        .wid-slideBanner ul li a img {
            width: 100%;
        }

.wid-slideBanner .jcarousel-control-prev, .wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    background: url(../images/home/arrow.png) no-repeat;
    background-size: 100% auto;
    top: -39px;
}

.wid-slideBanner .jcarousel-control-prev {
    right: 16px;
}

.wid-slideBanner .jcarousel-control-next {
    right: 0;
    background-position: 0 -30px;
}

.form-group input[type=checkbox] + label {
    margin-right: 1em;
}
/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

    .navbar-nav .dropdown_submenu > ul > li > ul > li a {
        display: block;
    }

.navbar-nav .dropdown_submenu .navbar-nav {
    left: auto;
    margin-top: -4px;
}

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}

.navbar-nav .dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}

.navbar-nav .navbar-nav .navbar-nav {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.header .navbar .small-btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navbar .small-btn-box a {
    font-size: 1.375rem;
    margin: 0 4px;
}
/************** bsnav ***************/
.bsnav .navbar-toggler {
    /*position: absolute;
  right: 10px;*/
}

    .bsnav .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

.bsnav-mobile {
    z-index: 9999;
}

    .bsnav-mobile .navbar {
        border: none;
    }

    .bsnav-mobile.left .navbar {
        right: auto;
        left: 0;
        transform: translate3d(-300px, 0, 0);
    }

    .bsnav-mobile.left.in .navbar {
        transform: translate3d(0, 0, 0);
    }

    .bsnav-mobile.full .navbar {
        width: 50%;
        transition: all 0.5s ease;
        opacity: 0;
        justify-content: flex-start;
        background: var(--second-color);
        right: auto;
        left: 0;
        transform: translateX(-50%);
        padding: 0;
    }

    .bsnav-mobile.full .navbar-nav .nav-item .nav-link {
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        border: none;
    }

    .bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
        background: rgba(56, 56, 56, 0.8);
    }

    .bsnav-mobile.full.in .navbar {
        opacity: 1;
        left:0!important;
        transform: translateX(0);
    }

    .bsnav-mobile.down {
        top: 0px;
    }

        .bsnav-mobile.down .navbar {
            transform: translate3d(0, 0, 0) scaleY(0);
            width: 100%;
            top: 0px;
            transform-origin: center top;
            height: 100%;
        }

        .bsnav-mobile.down.in .navbar {
            transform: translate3d(0, 0, 0) scaleY(1);
        }

    .bsnav-mobile .navbar .navbar-mobile-wrapper {
        max-height: 100vh;
        overflow-y: auto;
        width: 100%;
        text-align: center;
        overflow-x: hidden;
    }


    .bsnav-mobile .bsnav-mobile-overlay {
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease;
        visibility: visible;
        opacity: 0;
    }

    .bsnav-mobile.in .bsnav-mobile-overlay {
        opacity: 1;
    }

    .bsnav-mobile.in {
        backdrop-filter: blur(2px);
    }

.bsnavclose.close-btn {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 28px;
    top: 16px;
    cursor: pointer;
    z-index: 99999;
    transform: scale(0);
    transition: all 0.3s ease;
}

    .bsnavclose.close-btn.active {
        transform: scale(1);
    }

.bsnav .navbar-nav .nav-item.active > .nav-link, .bsnav .navbar-nav .nav-item:active:focus > .nav-link, .bsnav .navbar-nav .nav-item:active > .nav-link, .bsnav .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item:active:focus > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item:hover > .nav-link {
    color: var(--main-color);
}

.bsnav-mobile .navbar-mobile {
    padding: 0;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
    width: 100%;
    border-bottom: solid 1px #cecece;
    padding: 10px 0;
}

.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    background: #dedede;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

    .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-link {
        padding: 10px 10px;
    }

@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #9b9b9b;
        margin-top: 5px;
        margin-right: -10px;
    }
}
/*------------------------subNav  dropdownMenu --------------------*/
/*----------------------------------------- 首頁 home --------------------------------------*/
.home-pro .h2 {
    display: none;
}

.pro-list .price {
    font-size: 25px;
}

.material-symbols-outlined, .slick-style .slick-arrow:before, .btn-more:after {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24
}

body.home .main_content > .container {
    max-width: 100%;
    padding: 0;
}

.sec-home {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .sec-home .pic-flower {
        width: 20%;
        position: absolute;
        right: 0;
        top: -64px;
    }

    .sec-home.proB .pic-flower {
        position: absolute;
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

.btn-more {
    border: 1px solid #000;
    padding: 5px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
}

    .btn-more:after {
        content: "trending_flat";
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        color: #000000 !important;
        opacity: 1;
        vertical-align: middle;
        margin-left: 10px;
        transition: all .5s;
    }

    .btn-more:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff;
    }

        .btn-more:hover:after {
            animation: move-right-alternate 0.6s ease forwards;
            -webkit-filter: contrast(2);
            color: #fff !important;
        }

@-webkit-keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.pro-list .g-pic {
    overflow: hidden;
}


 .active-info {
    padding: 30px 0;
}

     .active-info .tt {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

         .active-info .tt:after {
            content: "";
            display: block;
            margin: 10px 0 20px;
            width: 2em;
            background: #000;
            height: 1px;
        }

.home-share, .home-news {
    background: #eee;
}

.share-list .info {
    background: #fff;
    padding: 20px;
}

.share-list .tt {
    text-align: center;
}

    .share-list .tt:before {
        content: "";
        width: 38px;
        height: 25px;
        background: url(../images/all/icon_quote.svg) no-repeat;
        background-size: contain;
        margin: -20px auto 15px;
        display: block;
    }

.share-list .tag-list a {
    color: #888;
}

    .share-list .tag-list a:hover {
        color: var(--main-color);
    }

.btn-box.box-style {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

    .btn-box.box-style:before, .btn-box.box-style:after {
        content: "";
        display: block;
        height: 1px;
        flex-grow: 1;
        background: #9b9b9b;
    }

    .btn-box.box-style a {
        flex-shrink: 0;
        margin: 0 20px;
    }

.sec-home h2.h2 {
    font-size: min(max(3.5vw, 30px), 40px);
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

    .sec-home h2.h2 .txt-en {
        display: none;
    }

.sec-home .menu-list li {
    padding: 0 15px;
    position: relative;
}

    .sec-home .menu-list li + li:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #9b9b9b;
    }

.home-album .album-list a {
    position: relative;
}

    .home-album .album-list a:before {
        content: "";
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        opacity: 0;
        backdrop-filter: blur(2px);
        opacity: 0;
        transform: scale(1.1);
        transition: all .5s;
    }

    .home-album .album-list a .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 6;
        color: #fff;
        opacity: 0;
        transform: scale(0) translate(-50%, -50%);
        transition: all .5s;
        font-size: 20px;
        transform-origin: 0 0;
        background: var(--main-color);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 8px;
        z-index: 6;
        transform-origin: 0 0;
    }

    .home-album .album-list a:hover:before, .home-album .album-list a:hover .icon {
        opacity: 1;
        transform: scale(1);
    }

    .home-album .album-list a:hover .icon {
        transform: scale(1) translate(-50%, -50%);
    }

.home-news .flex-newsBox .r-info {
    width: calc(80% + 200px);
    margin-right: -200px;
}

.home-news .news-list.slick-slider .slick-list {
    padding-right: 200px;
}

.news-list .list-item .desc {
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.home-news .news-list .list-item .tag-list a {
    color: var(--main-color);
}

.news-list .list-item .tt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.home-news .news-list .list-item:not(.slick-active) {
    opacity: .5;
    filter: grayscale(1);
    pointer-events: none;
}

.home-news .news-list.slick-style .slick-next {
    right: 200px;
}

.is_scroll .header .navbar.bsnav {
    background: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-bottom: none;
}

body:not(.home) .header .navbar {
    border-bottom: 1px solid #ccc;
}

body:not(.home) .h2, body.contact .content .h2 {
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: min(max(3vw, 35px), 40px);
    letter-spacing: 4px;
}
body.product.show  .h2{
    justify-content: center;
}
body.product.show  .h2:before,body.product.show  .h2:after{
    display: none!important;
}

    body:not(.home) .h2:before, body:not(.home) .h2:after, body.contact .content .h2:before, body.contact .content .h2:after {
        content: "";
        height: 1px;
        width: 100%;
        background: #000;
        display: block;
    }

    body:not(.home) .h2 > span, body.contact .content .h2 > span {
        border: none;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        flex-shrink: 0;
        margin: 0 30px;
    }

    body:not(.home) .h2 .txt-en, body.contact .content .h2 .txt-en {
        font-size: 22px;
        display: none;
    }

.main .side .nav > li > ul.removeMargin {
    margin: 0;
}

.main .side .h3 {
    border: none;
    padding: 0;
    background: none;
    text-align: left;
    display: flex;
    align-items: center;
}

    .main .side .h3:before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--second-color);
        border-radius: 50%;
        margin-right: 15px;
    }

.main .side .nav > li a {
    border-bottom: none;
    padding: 8px 0;
    display: block;
}

    .main .side .nav > li a:hover {
        color: var(--second-color);
    }

ain .side .nav > li > ul {
    padding-left: 1em;
}

.main .side .nav > li > ul > li > a, .main .side .nav > li > ul > li > a:hover {
    padding: 7px 0;
    color: #888;
}

.main .side .nav {
    display: block;
    border-left: 1px solid #ccc;
    margin-left: 3px;
    padding-left: 20px;
}
    .main .side .nav li ul {
        list-style: none;
        padding: 0;
        margin-left: 1em;
    }

    .main .side .nav > li > ul > li > ul {
        /* margin-left: 18px; */
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .main .side .nav > li > ul > li > ul > li > a, .main .side .nav > li > ul > li > ul > li > a:hover {
            padding: 7px 0;
            color: var(--second-color);
        }

            .main .side .nav > li > ul > li > ul > li > a:hover {
                text-decoration: underline;
            }

            .main .side .nav > li > ul > li > ul > li > a:before {
                content: "";
                width: 5px;
                height: 5px;
                display: inline-block;
                vertical-align: middle;
                background: var(--second-color);
                border-radius: 50%;
                margin-right: 6px;
            }

.main .side:not(.col-lg-3) .wid .h3 {
    display: none;
}


.side1.col-12 .wid {
    max-width: 100%;
}



.row.row-flex {
    margin-left: -20px;
    margin-right: -20px;
}

    .row.row-flex > div[class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }

        .row.row-flex > div[class*="col"] .list-item {
            height: 100%;
        }

.btn-box .pager.pager-num {
    justify-content: center;
}

    .btn-box .pager.pager-num li {
        margin: 0 5px;
    }

        .btn-box .pager.pager-num li > a {
            color: #000;
            padding: 0;
            width: 35px;
            height: 35px;
            display: block;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 0;
            background: none;
            font-size: 18px;
        }


a.btn-gray {
    background: #bcbdc0 !important;
    color: #000 !important;
}


.btn-box .pager li > a:hover, .btn-box.btn-normal ul li > a:hover {
    background: var(--main-color);
}

.btn-box .pager li > a.active {
    color: var(--main-color);
    border-bottom: 1px solid;
}

.btn-box .pager li > a.active2 {
    background: #d1d1d1;
    color: #fff;
}

.btn-box .pager.pager-num li.arrow a {
    background: #5c5a59;
    border-radius: 50%;
}

    .btn-box .pager.pager-num li.arrow a:before {
        content: "navigate_next";
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        color: #fff;
        opacity: 1;
    }

.btn-box .pager.pager-num li.arrow.arrow-prev a:before {
    transform: scaleX(-1);
}


.btn-box .pager.pager-num li:not(.arrow) > a {
    border-bottom: 1px solid transparent;
}

.btn-box .pager.pager-num li.arrow > a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.btn-box .pager.pager-num li:not(.arrow) > a:hover, .btn-box .pager.pager-num li:not(.arrow) > a.active {
    color: #000;
    border-bottom: 1px solid #000;
    background: none;
}

.btn-box .select-page {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

    .btn-box .select-page .form-control {
        width: auto;
    }

    .btn-box .select-page select {
        margin: 0 10px;
        width: auto;
    }

.main_ex:has(*) {
    padding: 50px 15px;
    background: #E0DFD5;
}
/*news*/
.news-list .list-item .date, .tt-show .date {
    margin-top: 20px;
    display: flex;
    align-items: center;
    color: #9b9b9b;
    font-size: 16px;
}

.tt-show .date {
    margin-top: 0;
}

    .news-list .list-item .date:before, .tt-show .date:before {
        content: "";
        width: 2em;
        height: 1px;
        display: block;
        background: #000;
        margin-right: 10px;
    }

.eZShareBar .shareList {
    display: flex;
    flex-wrap: wrap;
}

.eZShareBar .item {
    width: 33px;
    height: 33px;
    border: none;
    outline: none;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    background: none !important;
    border-radius: 50%;
}

    .eZShareBar .item.add.open .iconm,
    .eZShareBar .item.add .icona {
        display: block;
    }

    .eZShareBar .item.add.open .icona,
    .eZShareBar .item.add .iconm {
        display: none;
    }

    .eZShareBar .item:hover {
        opacity: 0.8;
    }

    .eZShareBar .item.isToggle {
        display: none;
    }

        .eZShareBar .item.isToggle.open {
            display: flex;
        }

    .eZShareBar .item.fb:hover {
        background: #4267b2 !important;
        color: #fff;
    }

    .eZShareBar .item.twitter:hover {
        background: #000 !important;
        color: #fff;
    }

    .eZShareBar .item.line:hover {
        background: #1bb71f !important;
        color: #fff;
    }

    .eZShareBar .item.pinterest {
        background: #bd081c;
    }

    .eZShareBar .item.mial {
        background: #666;
    }

    .eZShareBar .item.print {
        background: #444;
    }

    .eZShareBar .item.link {
        background: #555;
    }

.tt-show .h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.btn-style, .btn-box.box-show a {
    background: #333;
    color: #fff;
    display: block;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    border-radius: 0.25rem;
    overflow: hidden;
    font-weight: bold;
    border: none;
}
    .btn-style.colorB{
        background:var(--second-color);
    }
    .btn-style.btn-light {
        background: #777 !important;
    }

    .btn-style:before, .btn-box.box-show a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--main-color);
        transition: all .5s;
        z-index: -1;
    }

    .btn-style:hover, .btn-box.box-show a:hover, .btn-style.disabled {
        color: #fff !important;
    }

        .btn-style:hover:before, .btn-box.box-show a:hover:before, .btn-style.disabled:before {
            top: 0;
        }

.btn-box.box-show ul {
    margin-bottom: 0;
    justify-content: center;
}
.btn-box ul.btn-list{
    margin:0 -5px;
}
.btn-box ul.btn-list li {
    margin: 0 5px;
    flex-grow:1;
}
.btn-box ul.btn-list li a{
    min-width:200px;
}

body:not(.home) .share-list .info {
    background: #eee;
}

    body:not(.home) .share-list .info .tag-list a {
        color: var(--main-color);
    }

body:not(.home) .main_ex .share-list .info {
    background: #fff;
}

h2.t2 {
    font-size: min(max(3vw, 25px), 30px);
    text-align: center;
    font-weight:bold;
    display: table;
    margin: 0 auto 40px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 20px;
    line-height: 1;
}
/*.share-list.news-list .tt:before{
    display:none;
}
.share-list.news-list .list-item .tt{
    text-align:left;
}*/
/*pro*/
.sec-proMainkind .info {
    font-size: 18px;
    display: flex;
    padding: 15px;
}

    .sec-proMainkind .info:before {
        content: "";
        width: 38px;
        height: 25px;
        background: url(../images/all/icon_quote.svg) no-repeat;
        background-size: contain;
        display: block;
        margin: 0 20px 0 0;
    }

    .sec-proMainkind .info .txt {
        border-left: 1px solid #ccc;
        padding-left: 20px;
    }

.row-proShow .picB-list img {
    width: 100%;
}

.row-proShow .picS-list {
    margin: 0 -5px;
}
    .row-proShow .picS-list:has(button) {
        margin: 0 calc(57px / 2 - 5px);
    }

    .row-proShow .picS-list .list-item {
        margin: 0 5px;
    }

        .row-proShow .picS-list .slick-next {
            right: calc(-57px / 2 + 5px);
        }
        .row-proShow .picS-list .slick-prev {
            left: calc(-57px / 2 + 5px);
        }
.row-proShow .add-list .pic{
    width:50px;
    margin-right:10px;
    display:block;  
}
.row-proShow .add-list .list-item{
    padding:5px 0;
    border-bottom:1px solid #ccc;
}
.row-proShow .add-list .form-check-label {
    width: 100%;
}
.row-proShow .sum{
    margin-top:15px;
    font-size:18px;
}
.row-proShow .pro-price{
    font-size:30px;
    font-weight:bold;
}
.row-proShow h1.tt {
    font-size: min(max(3vw, 25px), 30px);
    font-weight: bold;
}
.row-proShow .desc{
    color:#9b9b9b;
}
h4.st, .g-form .form-st {
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    h4.st:before, .g-form .form-st:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 5px;
        background: var(--main-color);
        display: inline-block;
        margin-right: 5px;
        transition: all .5s;
    }
.g-form .input-tt{
    font-weight:bold;
}
.g-form ul li{
    margin-bottom: var(--bs-gutter-y);
}
.g-form .row-radio ul{
    padding-left: 1.5em;
}
.row-proShow .btn-cartGroup{
    margin:0 -5px;
}
.row-proShow .btn-cartGroup a {
    margin: 0 5px;
    flex-grow: 1;
    padding: 15px;
}
    .row-proShow .btn-cartGroup a + a {
        background: var(--second-color);
    }
.d-tabs.tabs-style .nav-tabs {
    display: flex;
    border-bottom: 1px solid #888;
    padding-bottom: 0 !important;
    flex-wrap: nowrap;
    margin-bottom:15px;
}
    .d-tabs.tabs-style .nav-tabs li {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .d-tabs.tabs-style .nav-tabs a {
        border: none;
        border-radius: 0;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #888;
    }
        .d-tabs.tabs-style .nav-tabs a.active {
            color: var(--main-color);
            background: none;
        }
        .d-tabs.tabs-style .nav-tabs a:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 4px;
            border-radius: 4px;
             background-color: var(--main-color); 
            bottom: 0;
            left: 0;
            transform-origin: right;
            transform: scaleX(0);
            transition: transform .3s ease-in-out;
        }

        .d-tabs.tabs-style .nav-tabs a.active:before {
            transform-origin: left;
            transform: scaleX(1);
        }


.qty-box {
    padding: 5px;
    background: #f5f5f5;
}
    .qty-box .input-group > * {
        border: none;
    }
    .qty-box .btn {
        font-size: 1.25rem;
        color: #000;
        border: none;
        border-radius: 0;
        width: 40px;
        padding: 10px 0 10px;
        line-height: 1;
    }
.qty-box .input-group {
    flex-wrap: nowrap;
}
.qty-box .btn:hover{
    color:#fff;
    background:var(--main-color);
}
/*member*/
.g-form .info-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 15px;
    border-top: 4px solid var(--third-color);
    padding: 40px 20px;
    border: 1px solid #000;
}
    .g-form  .pic-logo {
        width: 150px;
        margin: 0 auto 40px;
    }
    .g-form .info-box h2.form-tt {
        font-size: 22px;
        text-align: center;
        margin-bottom:30px;
        font-weight:bold;
    }
    .g-form .g-input {
        background: #f5f5f5;
        border-radius: 5px;
        padding: 0 10px;
        align-items: center;
        display: flex;
    }
.g-form .g-formTop .icon {
    
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -65px auto 10px;
}

    .g-form .g-input .icon {
        flex-shrink: 0;
        color: #000;
        opacity: .2;
    }

.g-form.login-form .g-input {
}

    .g-form.login-form .g-input .icon {
        font-size:30px;
    }

.txt-link {
    text-decoration: underline;
    color: var(--main-color);
}

.btn-line {
    background: #06c052 !important;
}

    .btn-line:before {
        background: rgba(0, 0, 0, 0.1) !important;
    }
.btn-google {
    background: #EA4335 !important;
}

    .btn-google:before {
        background: rgba(0, 0, 0, 0.1) !important;
    }
.member .g-form .row.px{
    margin: 0 -30px;
}

    .member .g-form .row.px > * {
        padding: 0 30px;
    }

    .login-form .btn-forgot {
        display: table;
        margin: 5px 0 0 auto;
    }

.login-form .notice-list .list-item + .list-item {
    margin-top: 30px;
}

    .login-form .notice-list .tt {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

.notice-list .icon {
    font-size: 40px;
    color: #9b9b9b;
    margin-right: 10px;
}

.notice-list ul li {
    display: flex;
    align-items: baseline;
}

    .notice-list ul li:before {
        content: "";
        width: 1em;
        height: 1px;
        /* display: inline-block; */
        /* vertical-align: middle; */
        margin-right: 10px;
        background: #000;
        flex-shrink: 0;
        position: relative;
        top: -5px;
    }

    .notice-list ul li + li {
        margin-top: 10px;
    }

.btn-outline {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    color: var(--main-color);
    display: block;
    text-align: center;
    background: none;
}

    .btn-outline:hover, .btn-outline.active {
        background: none;
        border: 1px solid var(--main-color);
        color: #fff;
    }

    .btn-outline.btn-style:before, .btn-outline.btn-style.active {
        background: var(--main-color);
    }

.step-list.step-style {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.step-style .item {
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    color: #888;
}

    .step-style .item .no {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        font-weight: bold;
        justify-content: center;
        position: relative;
        z-index: 5;
    }

        .step-style .item .no .icon-font {
            position: absolute;
            top: 0;
            right: -5px;
            color: var(--second-color);
            font-size: 22px;
            line-height: 1;
        }

    .step-style .item.active .no:after {
        content: "\f26a";
        display: inline-block;
        background: #fff;
        border-radius: 50%;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: -5px;
        color: var(--third-color);
        font-size: 22px;
        line-height: 1;
    }




    .step-style .item .no .icon-font:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        background: #fff;
        z-index: -1;
        border-radius: 50%;
    }

    .step-style .item.active .no {
        color: #fff;
        border: 1px solid var(--main-color);
    }

    .step-style .item .no:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background: #eee;
        border-radius: 50%;
        z-index: -1;
        border: 4px solid #eee;
        background: #fff;
    }

    .step-style .item.active .no:before {
        background: var(--main-color);
        border: 4px solid var(--main-color);
    }

    .step-style .item.active {
        color: #000;
    }

    .step-style .item:not(:first-child):before {
        content: "";
        position: absolute;
        top: 30px;
        height: 2px;
        margin-top: -2px;
        left: -50%;
        right: 50%;
        background: #eee;
        z-index: -1;
    }

    .step-style .item.active:before {
        background: var(--main-color);
    }
.g-form .pwd {
    position: relative;
}

    /*.g-form .pwd .icon-eyes {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }*/

.g-form .input-tt {
    margin-bottom: 5px;
}



.line-register .mform .btn-box .btn-style {
    flex-grow: 1;
    padding: 20px;
    margin: 0 20px;
    color: #000;
    background: #eee;
    text-align: left;
    overflow: hidden;
    min-height: 300px;
}

.mform.marea .btn-box .btn-style {
    padding: 20px;
    color: #000;
    background: #eee;
    text-align: left;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}

    .mform.marea .btn-box .btn-style ul li:before {
        content: "\f231";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--second-color);
        margin-right: 5px;
        font-size: 14px;
    }

    .mform.marea .btn-box .btn-style .tt {
        font-weight: bold;
        font-size: 22px;
    }

.mform.marea .txt-welcome {
    font-size: min(max(3.5vw, 30px), 40px);
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--main-color);
    line-height: 1;
}

.mform.marea .name {
    font-size: 20px;
}

.mform.marea .btn-box {
    counter-reset: item;
    flex-grow:1;
}
    .mform.marea .btn-box ul {
        justify-content: space-between;
    }
        .mform.marea .btn-box ul li {
            width: calc(50% - 10px);
            
        }
    .mform.marea .btn-box .btn-mlist a:before, .line-register .mform .btn-box .btn-mlist a:before {
        background: var(--main-color);
    }

.mform .btn-mlist .btn-style:after {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    position: absolute;
    bottom: -20px;
    right: 15px;
    font-weight: normal;
    font-size: 70px;
    color: #fff;
    line-height: 1;
    z-index: -1;
}

.mform .btn-mlist .btn-style:hover:after {
    opacity: .3;
}

.mform .btn-mlist  .btn-style .txt-en {
    opacity: .5;
    font-size: 18px;
}

.mform .btn-mlist .btn-style .icon {
    font-size: 30px;
    color: var(--main-color);
    line-height: 0;
    height: 46px;
    display: flex;
    align-items: center;
    width: 50px inherit;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.mform .btn-mlist .btn-style:hover .icon {
}



.form-group {
    margin-bottom: 15px;
}
.form-control, .form-select {
    background-color: #f5f5f5;
    border: none;
    height: auto;
}
    .form-control:focus::placeholder {
        color: black !important;
    }
    .form-control:focus::placeholder {
        color: black !important;
    }

.form-floating > .form-select {
    background-color: #efefef;
    border: none;
}
input:-internal-autofill-selected{
    background:none;
}
.step-list.step-style {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.step-style .item {
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    color: #888;
}

    .step-style .item .no {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        font-weight: bold;
        justify-content: center;
        position: relative;
        z-index: 5;
    }

        .step-style .item .no .icon-font {
            position: absolute;
            top: 0;
            right: -5px;
            color: var(--second-color);
            font-size: 22px;
            line-height: 1;
        }

    .step-style .item.active .no:after {
        content: "\f26a";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: -5px;
        color: var(--second-color);
        font-size: 22px;
        line-height: 1;
    }




    .step-style .item .no .icon-font:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        background: #fff;
        z-index: -1;
        border-radius: 50%;
    }

    .step-style .item.active .no {
        color: #fff;
    }

    .step-style .item .no:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background: #eee;
        border-radius: 50%;
        z-index: -1;
        border: 4px solid #eee;
        background: #fff;
    }

    .step-style .item.active .no:before {
        background: var(--main-color);
        border: 4px solid var(--main-color);
    }

    .step-style .item.active {
        color: #000;
    }

    .step-style .item:not(:first-child):before {
        content: "";
        position: absolute;
        top: 30px;
        height: 2px;
        margin-top: -2px;
        left: -50%;
        right: 50%;
        background: #eee;
        z-index: -1;
    }

    .step-style .item.active:before {
        background: var(--main-color);
    }
.fancybox-slide--html .fancybox-close-small {
    padding: 10px;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    background: #000;
    color: #fff!important;
    opacity: 1;
    transition: all .5s;
}

    .fancybox-slide--html .fancybox-close-small:hover {
        background: var(--main-color);
    }
.fancybox-content.fancy-style {
    width: 80%;
    padding: 44px 20px;
}
.fancy-style .h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.fancy_sec.max_width {
    max-width: 700px;
}

    .fancy-style .h3 small {
        display: block;
        font-size: 16px;
    }

    .fancy-style .h3:before, .fancy-style .h3:after {
        content: "";
        height: 4px;
        width: 100%;
        display: block;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .fancy-style .h3 span {
        flex-shrink: 0;
        margin: 0 15px;
    }
.tt-box {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

    .tt-box .tt-flex {
        align-items: center;
        font-size: 25px;
        justify-content: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .tt-box .tt-flex .icon {
            margin-right: 10px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--second-color);
            font-size: 30px;
        }

    .tt-box b {
        color: var(--main-color);
    }
    /*table*/
table.table.tb-style thead tr th {
    font-size: 18px;
    background: #E0DFD5;
    border-top: 3px solid #a5a498;
    border-bottom: none;
    padding: 10px;
}

table.table.tb-style tr th, table.table.tb-style tr td {
    vertical-align: middle;
    text-align: center;
}

table.table.tb-style tbody tr th, table.table.tb-style tbody tr td {
    background: #fff;
}

table.table.tb-style tr td {
    padding: 8px 10px;
}

table.table.tb-style > :not(:first-child) {
    border-top: none;
}
.flex-couponBox {
    padding: 5px;
    background: #f5f5f5;
}
table.table.tb-cart .flex-pro .pic {
    width: 90px;
    margin-right: 20px;
}
.row-order .r-info{
    position:relative;
}
.row-order .g-price {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
}
    .row-order .g-price ul {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        margin: 15px -20px;
        padding: 15px 20px;
    }


    .row-order .g-price ul li{
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
    }
        .row-order .g-price ul li:last-child .txt-red {
            font-size: 18px;
            font-weight: bold;
        }
.order-no b {
    color: var(--second-color);
}

.order-no li {
    margin: 0 10px;
}
.tb-cart .qty-box {
    max-width: 130px;
    margin: auto;
}
.tb-style .btn-tb{
    border:1px solid #ccc;
    border-radius:50%;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}
.tb-style .btn-tb:hover{
    background:var(--main-color);
    color:#fff;
    border:1px solid var(--main-color);
}
.cart.index .row-order .txt-note {
   
    border: 1px solid #ccc;
    padding: 5px;

}
    .cart.index .row-order .txt-note .editor {
        overflow-y: auto;
        height: 300px;
        background: #efefef;
        padding:20px;
    }
h2.st {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
    h2.st.styleB {
        display: table;
        margin: -20px auto 50px;
        border: 2px solid #ccc;
        padding: 5px 30px;
        border-radius: 30px;
    }
.g-h2 h2.st{
    margin-bottom:0;
}
.g-h2 {
    margin-bottom: 0.5rem;
}
.cart .order-detail {
    counter-reset: item;
}
    .cart .order-detail .sec-item {
        margin-bottom: 30px;
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }
        .cart .order-detail .sec-item:nth-child(1) {
            border: none;
            padding-top: 0;
        }
        .cart .order-detail .sec-item h2:before {
            content: counter(item, decimal-leading-zero) " ";
            counter-increment: item;
            display: inline-block;
            width: 35px;
            height: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ccc;
            color: var(--main-color);
            font-size: 16px;
            border-radius: 50%;
            vertical-align: middle;
            align-self: center;
            margin-right: 10px;
        }

body.show .g-note {
    background: #efefef;
    padding: 20px;
}

    body.show .g-note .total {
        border-top: 1px solid #ccc;
        padding-top: 15px;
        margin-top: 15px;
    }

        body.show .g-note .total .price-total .txt-red, .total .price-total .txt-red{
            font-size: 18px;
            font-weight: bold;
        }
a.disabled {
    pointer-events: none;
    opacity: .65;
}
.footer .social-list li.fb a:hover {
    background: #1974ec;
}

.footer .social-list li.ig a:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.g-form .form-floating div.form-control {
    min-height: calc(3.5rem + 2px);
    height: auto;
}
.mnews-list .list-item a {
    display: flex;
    position: relative;
    padding-right: 60px;
    align-items: baseline;
}
.mnews-list .list-item a .date {
    background:var(--second-color);
    color:#fff;
    border-radius:5px;
    padding:0 10px;
    margin-right:15px;
}
.mnews-list .list-item{
    padding:15px 0;
    border-bottom:1px solid #eee;
}

    .mnews-list .list-item a:after {
        content: "trending_flat";
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        /* color: #000000 !important; */
        opacity: 1;
        vertical-align: middle;
        margin-left: 10px;
        transition: all .5s;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 1px solid;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* color: #ccc; */
        opacity: .6;
    }
.navbar .nav-item.dropdown > .navbar-nav {
    background: #eee;
    border-radius: 0.25rem;
}
.header .navbar .navbar-nav > li.nav-item{
    margin:0;
}
/*contact*/
.row-contact .txt-welcome .txt-en {
    font-size: min(max(3.5vw, 35px), 55px);
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 30px;
}

body.contact .siteinfo li label {
    display: block;
    /*font-size: 14px;*/
    line-height: 1;
    /*color: #818181;*/
    font-weight: bold;
    color: #fff;
}
body.contact .content .siteinfo li + li {
    margin-left:20px;
}
body.contact .siteinfo a.btn-social {
    font-size: 30px;
}
/*faq*/
.panel-group.panel-style {
    margin: 0;
}

    .panel-group.panel-style .panel-heading {
        padding: 0;
    }

    .panel-group.panel-style .panel {
        background: none;
        margin-bottom: 15px;
        color: inherit;
        overflow: hidden;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .panel-group.panel-style .panel-title{
        margin:0;
        font-size:18px;
    }

    .panel-group.panel-style .panel.active {
        border: 1px solid #a5a498;
        background: #E0DFD5;
    }

            .panel-group.panel-style .panel.active > * {
            }

        .panel-group.panel-style .panel > .panel-heading a {
            position: relative;
            display: flex;
            align-items: baseline;
            padding: 15px 35px 15px 15px;
            font-weight: bold;
        }

        .panel-group.panel-style .panel.active > .panel-heading a {
            color: var(--main-color);
        }
        /*.panel-group.panel-style .panel > .panel-heading a:before {
            content: "";
            background: url(../images/all/icon_msg.svg) no-repeat;
            background-size: contain;
            width: 34px;
            margin-right: 5px;
            display: block;
            position: absolute;
            top: 6px;
            left: 15px;
            height: 34px;
        }*/
    .panel-group.panel-style .panel > .panel-heading a:after, .panel-group.panel-style .panel > .panel-heading a.collapsed:after {
        content: "stat_minus_1";
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

        .panel-group.panel-style .panel.active > .panel-heading a:after {
            transform: translateY(-50%) scaleY(-1);
        }

        .panel-group.panel-style .panel:not(.active) > .panel-heading a:after {
            transform: translateY(-50%) scaleY(1);
        }

        .panel-group.panel-style .panel > .panel-heading a:hover, .panel-group.panel-style .panel > .panel-heading a:not(.collapsed) {
        }

    .panel-group.panel-style .panel-heading + .panel-collapse > .panel-body {
        padding: 15px;
        border: none;
        border-top:1px solid #fff;
    }

        .panel-group.panel-style .panel-heading + .panel-collapse > .panel-body .g-flex {
            display: flex;
            align-items: baseline;
        }
.faq-box {
    margin-bottom: 50px;
}

    .faq-box .st, body.faq.show .q-tt .st {
        background: var(--main-color);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        /* background: #eee; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 10px;
        color: #fff;
        font-size: 16px;
    }

        .faq-box .st.st-a {
            background: var(--second-color);
        }

    .faq-box .panel {
        border: none;
        background: none;
    }

        .faq-box .panel + .panel {
            margin-top: 0;
        }

        .faq-box .panel > .panel-heading {
            background: none;
            padding: 0;
            position: relative;
        }

            .faq-box .panel > .panel-heading a {
            }

    .faq-box .panel-body .btn-show {
        display: table;
        margin: 20px 0 0 auto;
        padding: 5px 15px;
    }
    .faq-box .btn-link {
        display: table;
        margin: 20px 0 0 auto;
        text-decoration: none;
        padding: 5px 20px;
    }
body.faq.show .q-tt {
    display: flex;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
}

div#collapseCart {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
}
div#collapseCart .cart-list .pic{
    width:70px;
}
    div#collapseCart .cart-list {
        max-height: calc(100vh - 233px);
        overflow-y: auto;
    }


    div#collapseCart .cart-list .list-item {
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
    }
    div#collapseCart .btn-box ul.btn-list li a {
        width: auto;
        min-width: 0;
        padding: 5px;
    }
    div#collapseCart .card {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border: none;
    }
.search-box a {
    height: 40px;
    width: 40px;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-addPurchase .btn-collapse{
    padding:15px;
}
.sec-addPurchase .btn-collapse:not(.collapsed):before {
    top: 0;
}
.sec-addPurchase .btn-collapse.collapsed .bi-chevron-up {
    display: none;
}
.sec-addPurchase .btn-collapse:not(.collapsed) .bi-chevron-down {
    display: none;
}

/* 強制讓 label 保持浮動狀態 */
.form-floating > .always-float:not(:placeholder-shown) ~ label,
.form-floating > .always-float:focus ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 1;
}

/* 一開始就顯示浮動狀態 */
.form-floating > .always-float {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .always-float ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.65;
}
.form-floating > .always-float::placeholder {
    opacity: 1; /* 顯示 placeholder */
    color: #000; /* Bootstrap 預設灰色 */
  }

.btn-selectList a{
    margin-bottom: 0.5rem;
}

.select2-container {
    width: 100% !important;
    height: 100%;
}

.select2-container--default .select2-selection--single {
    height: 100% !important;
    border: none !important;
    background: #f3f3f4 !important;
        border-radius: 0.25rem!important;

}
.form-floating:has(.select2-container){
    height: 58px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 50%!important;

    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    line-height: normal!important;
}
.select2-container--open .select2-dropdown--below {

    border-radius: 0.25rem;
    border: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 10px;
    margin-top: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.25rem!important;
    background: #f5f5f5!important;
    border: none!important;
}

.row-proShow  .g-pic{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}
.row-proShow  .g-pic .picS-list{
    width:80px;
    margin-right: 20px;
}

.row-proShow  .g-pic .picB-list{
    width:calc(95% - 100px);
}
.row-proShow .picS-list .list-item {
    margin: 5px 0;
    width: 80px!important;
    height: 80px;
    overflow: hidden;
}
.row-proShow .picS-list .slick-arrow{
    margin:10px 0;
        width: 30px;
    height: 30px;
        top:auto;
            position: relative;

}
        .row-proShow .picS-list .slick-next {
            /* right: calc(-57px / 2 + 5px); */
                left: 50%;
        transform: translateX(-50%) rotate(90deg);
    right:auto;
        }
        .row-proShow .picS-list .slick-prev {
            /* left: calc(-57px / 2 + 5px); */
    left: 50%;
    transform: translateX(-50%) rotate(90deg);


        }
.tt-col{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;;
}