@font-face {
    font-family: 'Brogi';
    src: url('../font/Brogi-FREE.otf') format('truetype');
    font-display: swap;
}

html {
    line-height: 1;
    font-size: 16px;
}

body {
    font-family: 'Brogi', 'Noto Sans TC', sans-serif, serif;
    position: relative;
}

main{

    min-height: 100vh;
}
.mh {
    min-height: 70vh;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

::selection {
    background: #9BA393;
    color: #fff;
}

::-moz-selection {
    background: #9BA393;
    color: #fff;
}

.hr {
    width: 100%;
    border-top: 2px dashed #a2a2a2 !important;
    padding-bottom: 30px;
}

.lightboxOverlay {
    position: fixed !important;
}
.title-h3 {
    font-size: 18px;
    color: #535D48;
    margin-bottom: 0;
    font-weight: bolder;
    letter-spacing: 1.5px;
    position: relative;
}
.text-num {
    font-family: 'Noto Sans TC', sans-serif, serif !important;
    display: inline-block !important;
}
.num {
    font-family: 'Noto Sans TC', sans-serif, serif !important;
}

.type-link {
    color: #909986;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    position: relative;
}

    .type-link:hover {
        color: #535D48;
    }

/*-- START icon定位 --------------------*/
#phoneicon {
    display: none;
}

    #phoneicon:checked ~ .fixed-icon-item {
        opacity: 1;
        visibility: visible;
    }

    #phoneicon:checked ~ .fixed-icon-item {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        display: block;
        z-index: 10000;
    }




/*#product:checked ~ .fixed-icon-item {
    display: block;
}*/
.phoneIcon {
    position: fixed;
    bottom: 60px;
    left: auto;
    right: 20px;
    z-index: 9999;
    display: block;
}
    .phoneIcon .phone-icon-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        color: #fff;
        height: 45px;
        font-size: 20px;
        background-color: #331e04;
        border-radius: 100%;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    .phoneIcon .phone-icon-link:hover {
        transform: scale(1.1);
    }
.fixed-icon-item {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    width: 100%;
    height: 100vh;
}

    .fixed-icon-item ul {
        list-style: none;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .fixed-icon-item li + li {
            margin-top: 10px;
        }

    .fixed-icon-item li {
        background-color: transparent;
        border-radius: 0;
    }

        .fixed-icon-item li a {
            opacity: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            font-size: 16px;
            /*margin: 0 5px;*/
            color: #222;
            transition: all 0.2s ease-in-out;
            letter-spacing: 1.5px;
            border-bottom: 2px dashed #eee;
            padding: 10px 0;

        }

            .fixed-icon-item li a:hover {
                color: #909986;
            }
    @media (min-width: 992px) {
        .phoneIcon {
            display: none;
        }

        .fixed-icon-item {
            opacity: 1;
            bottom: 60px;
            left: auto;
            top: auto;
            right: 30px;
            visibility: visible;
            height: auto;
            width: auto;
            background: transparent;
        }
            .fixed-icon-item ul {
                padding-top: 0;
                padding-bottom: 0;
            }

            .fixed-icon-item li {
                background-color: #331e04;
                border-radius: 100%;
            }
                .fixed-icon-item li a {
                    width: 50px;
                    height: 50px;
                    font-size: 30px;
                    color: #fff;
                    font-size: 20px;
                    border-bottom: none;
                    padding: 0;
                }
                    .fixed-icon-item li a:hover {
                        transform: scale(1.1);
                    }
    }

    /*-- END icon定位 --------------------*/
    /*-- START topbar --------------------*/
    .top-bar {
        position: fixed;
        top: 0;
        background: #909986;
        padding: 5px 0;
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        z-index: 1180;
    }

    /*-- EMD topbar --------------------*/
    /*-- START header --------------------*/
    header {
        position: fixed !important;
        top: 0;
        /* top: 41px; */
        right: 0;
        left: 0;
        z-index: 1030;
        width: auto;
        text-align: center;
        -webkit-filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
        filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }

        header.active {
            background-color: #000;
        }

        header .navbar-toggler,
        header .navbar-toggler:focus {
            border: none;
            color: #fff;
            box-shadow: none;
        }

        header .logo h1 {
            /* display: none; */
            width: 100px;
            height: 50px;
            background-image: url("../img/logo.png");
            background-repeat: no-repeat;
            background-size: 100%;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            margin: 15px 0px 0;
            display: block;
        }

    @media (min-width: 1200px) {
        header .logo h1 {
            margin: 15px 30px 10px;
            width: 160px;
            height: 80px;
        }
    }

    .nav-bg {
        transition: all 0.2s ease;
    }

    header.sticky {
        /*background: #000;*/
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

    .nav-bg .scroll {
        margin-bottom: -5px;
    }

    nav {
        transition: all 0.2s ease;
    }

        nav img {
            width: 100px;
        }

        nav .scroll a,
        .navbar-nav .nav-link {
            font-size: 15px;
            outline: 0;
            /* padding: 25px 15px;
    padding: 50px 15px 0; */
            margin: 0 5px;
            color: #222;
            transition: all 0.2s ease;
            letter-spacing: 1.5px;
            border-bottom: 2px dashed #eee;
            position: relative;
        }

    

    .navbar-nav .nav-link::after {
        content: '';
        /* content: 'url(../img/index/bar-icon.png)'; */
        position: absolute;
        bottom: -15%;
        left: 50%;
        background-image: url(../img/index/bar-icon.png);
        background-repeat: no-repeat;
        background-size: 65px 8px;
        background-position: center bottom;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translateX(-50%);
        transition: all 0.2s ease-in-out;
        display:none;
    }
@media (min-width: 1200px) {

    nav .scroll a,
    .navbar-nav .nav-link {
        border-bottom: none;
    }

        .navbar-nav .nav-link::after {
            display: block;
        }
}
    .navbar-nav .nav-link:hover::after {
        opacity: 1;
    }

    .nav-link:hover {
        color: #909986;
    }

    .nav-item-dropdown:hover .nav-link {
        color: #909986;
    }

    nav .scroll .contact-text {
        background: #ff0000;
        border-radius: 0.3rem;
    }

    .book-now {
        background: #da3743;
        color: #fff;
        border-radius: 25px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .shopcart-item {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        position: fixed;
        top: 126px;
        right: 5%;
        background-color: #fff;
        min-width: 90%;
        max-width: 90%;
        z-index: 1091;
        max-height: 80vh;
        overflow-y: scroll;
        overscroll-behavior: contain;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        border-radius: 5px;
    }

    .ul-shop-item {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }

    @media (min-width: 576px) {
        .shopcart-item {
            right: 50px;
            min-width: 390px;
            max-width: 390px;
        }
    }

    .shopcart-item ul {
        list-style: none;
        padding-left: 0;
        padding: 0 15px 15px 15px;
        padding-bottom: 40px;
        position: relative;
        margin-bottom: 0;
    }

    .shopcart-item .btn-remove-cart {
        font-size: 14px;
        color: #262b2f;
    }

    .shop-list a {
        font-size: 15px;
        color: #262b2f;
    }

        .shop-list a:hover {
            color: #0376c1;
        }

    .shop-list {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

        .shop-list + .shop-list {
            border-top: 1px solid #e5e5e5;
            padding: 15px 0;
        }

    /*-- END header --------------------*/

    /* .carousel-item {
    height: 100vh;
} */

    .btn-link {
        font-size: 30px;
        font-weight: bolder;
        text-decoration: none;
        background-color: #b02417;
        color: #fff;
        padding: 25px 50px;
        border-radius: 15px;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        color: #fff;
        display: block;
        text-align: center;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin-top: -150px;
    }

        .btn-link:hover {
            color: #fff;
            background-color: #b3443a;
            box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
        }

    .icon-nav-link {
        color: #444;
        margin-right: 2px;
    }

    @media (min-width: 992px) {
        .icon-nav-link {
            margin-right: 10px;
        }
    }

    .icon-nav-link:hover {
        color: #909986;
    }

    .icon-nav-link .num {
        width: 25px;
        height: 25px;
        background-color: #909986;
        padding: 5px;
        font-size: 12px;
        position: relative;
        margin-left: 0px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 100%;
        font-family: 'Noto Sans TC', sans-serif, serif;
    }

    @media (min-width: 576px) {
        a h1 {
            width: 400px;
            height: 400px;
        }
    }

    .nav-item-dropdown:has(.dropdown-item-ja-l1:hover) a::after {
        opacity: 1;
    }

    .icon-nav-link {
        color: #444;
        padding: 5px 10px;
        font-size: 14px;
        transition: opacity 0.2s ease-in-out;
        cursor: pointer;
    }

        .icon-nav-link:hover {
            opacity: 0.8;
        }

        .icon-nav-link .num {
            width: 25px;
            height: 25px;
            background-color: #909986;
            padding: 5px;
            font-size: 12px;
            position: relative;
            margin-left: 0px;
            text-align: center;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            border-radius: 100%;
        }

    /* .icon-nav-link .num::after {
        content: '';
        position: absolute;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-color: transparent #ff150094 transparent transparent;
    } */
    .nav-item-dropdown,
    .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-item-dropdown,
    .nav-item-dropdown-l2 {
        position: relative;
    }

        .nav-item-dropdown-l2 + .nav-item-dropdown-l2 {
            margin-top: 5px;
        }

    .dropdown-item-ja-l1,
    .dropdown-item-ja-l2 {
        list-style: none;
        display: none;
        position: absolute;
        z-index: 1091;
        width: auto;
        white-space: nowrap;
        padding-left: 0;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        /* border-radius: 5px; */
        /*overflow: hidden;*/
        /*border: 1px solid #fff;*/
    }

    .dropdown-item-ja-l1 {
        left: 5px;
        top: 60px;
        background: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.dropdown-item-ja-l2 {
    left: 100%;
    background: #fff;
    top: 0%;
    border-bottom: 2px dashed #eee;
    width: auto;
}


    nav .scroll a.nav-link-l1,
    nav .scroll a.nav-link-l2 {
        /*border-left: 3px solid #FFF000;*/
        font-size: 15px;
        width: 100%;
        display: block;
        outline: 0;
        padding: 10px 20px;
        margin: 0;
        color: #222;
        transition: all 0.2s ease;
        cursor: pointer;
        position: relative;
        border-bottom: 2px dashed #eee;
        /* margin-bottom: 5px; */
    }

nav .scroll .nav-item-dropdown-l2:hover .nav-link-l1,
nav .scroll .dropdown-item-ja-l2 a.nav-link-l2:hover {
    color: #909986;
    border-bottom: 2px solid #a2a2a2;
}

    nav .scroll a.nav-link-l1 {
        text-align: left;
    }

    .btn-link {
        margin-top: 0;
        display: inline-block;
    }


    /*-- START 首頁載入 --------------------*/
    .section-index-loading {
        height: 100vh;
        width: 100%;
        background: linear-gradient(to bottom, #ffffff63, #000000cc, #000000), url('../img/index/38.jpg') no-repeat center center/ cover fixed;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .section-index-loading a:hover .pic-item img:nth-of-type(1) {
            transform: scale(1.1);
        }

        .section-index-loading a:hover .pic-item img:nth-of-type(2) {
            transform: scale(1.1);
        }

        .section-index-loading a {
            text-decoration: none;
            transition: all 0.2s ease-in-out;
        }

            .section-index-loading a .enter {
                color: #fff;
                font-weight: bolder;
                font-size: 18px;
                transition: all 0.2s ease-in-out;
                opacity: 0.8;
                margin: 0 auto 100px;
                text-align: center;
            }

                .section-index-loading a .enter:hover,
                .section-index-loading a:hover .enter {
                    opacity: 1;
                    letter-spacing: 5px;
                    color: #da3743;
                }


        .section-index-loading .pic-item {
            position: relative;
            width: 250px;
            padding-bottom: 250px;
            overflow: hidden;
            transition: all 0.2s ease-in-out;
            margin-bottom: 5px;
        }

            .section-index-loading .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-filter: drop-shadow(5px 5px 5px #333);
                transition: all 0.2s ease-in-out;
                filter: drop-shadow(5px 5px 5px #333);
            }

    /*-- END 首頁載入 --------------------*/

    /*-- START index --------------------*/
    /*-- START 視覺 --------------------*/
    .section-index-carousel {
        /* padding-top: 128px; */
        padding-top: 81px;
    }

    @media (min-width: 1200px) {

        .section-index-carousel {
            /* padding-top: 158px; */
            padding-top: 121px;
        }
    }

    .section-index-carousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    @media (min-width: 992px) {
        .section-index-carousel .carousel-indicators {
            margin-bottom: 30px;
        }
    }

    .section-index-carousel .carousel-indicators .btn-indicators + .btn-indicators {
        margin-left: 5px;
    }

    .section-index-carousel .carousel-indicators button {
        border-radius: 25px;
        height: 5px;
        margin: 0;
        border-top: 0;
        border-bottom: 0;
        border: 2px solid #fff;
        background-color: transparent;
    }

        .section-index-carousel .carousel-indicators button.active {
            background-color: #fff;
        }

        .section-index-carousel .carousel-indicators button.carousel-control-prev,
        .section-index-carousel .carousel-indicators button.carousel-control-next {
            border-radius: 0;
            border-color: #fff;
            border: 0;
            position: absolute;
            display: none;
        }

    @media (min-width: 992px) {

        .section-index-carousel .carousel-indicators button.carousel-control-prev,
        .section-index-carousel .carousel-indicators button.carousel-control-next {
            display: inline-flex;
        }



        .section-index-carousel .carousel-control-prev {
            left: 30%;
            transform: translateX(-50%);
        }

        .section-index-carousel .carousel-control-next {
            right: 30%;
            transform: translateX(50%);
        }
    }

    /*-- END 視覺 --------------------*/
    /*-- START About --------------------*/
    .section-index-bg {
        padding-bottom: 10px;
    }

    @media (min-width: 992px) {
        .section-index-bg {
            padding-bottom: 50px;
        }
    }

    .section-index-about {
        margin-bottom: 20px;
        background: url(../img/index/about.png) no-repeat center right/ cover scroll;
        position: relative;
        padding: 100px 0;
    }

        .section-index-about .item {
            position: relative;
            z-index: 3;
        }

            .section-index-about .item .text-item,
            .section-index-custom .text-item,
            .section-index-news .text-item,
            .footer .text-item {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                margin-bottom: 30px;
            }

                .section-index-about .item .text-item img,
                .section-index-custom .text-item img,
                .section-index-news .text-item img,
                .footer .text-item img {
                    width: 20px;
                    margin: 0 6px 6px;
                }

                .section-index-about .item .text-item h2,
                .section-index-custom .text-item h2,
                .section-index-news .text-item h2,
                .footer .text-item h2 {
                    font-size: 18px;
                    color: #535D48;
                    margin-bottom: 0;
                    font-weight: bolder;
                    letter-spacing: 1.5px;
                }

                .section-index-about .item .text-item h3,
                .section-index-custom .text-item h3,
                .section-index-news .text-item h3,
                .footer .text-item h3 {
                    color: #535D48;
                    display: block;
                    width: 100%;
                    font-size: 30px;
                    letter-spacing: 3px;
                }

                    .section-index-about .item .text-item h3 span {
                        position: relative;
                        display: inline-block;
                    }

                        .section-index-about .item .text-item h3 span::after {
                            content: '';
                            background-image: url(../img/index/title-text.png);
                            position: absolute;
                            top: 3px;
                            left: -10px;
                            background-size: 10px 10px;
                            width: 10px;
                            height: 10px;
                        }

            .section-index-about .item h4 {
                font-size: 20px;
                font-weight: 600;
                color: #444;
                margin-bottom: 20px;
            }

            .section-index-about .item p {
                color: #333;
                line-height: 1.5;
                letter-spacing: 2px;
                font-size: 16px;
            }

        .section-index-about .btn-about {
            position: absolute;
            bottom: -15px;
            right: 50%;
            padding: 10px 50px;
            background-color: #3a4b2a;
            color: #fff;
            z-index: 9;
            border-radius: 25px;
            letter-spacing: 1.5px;
            transform: translateX(50%);
        }

    @media (min-width: 992px) {
        .section-index-about .btn-about {
            padding: 10px 60px;
        }
    }

    .section-index-about .btn-about:hover {
        background-color: #909986;
    }

    .section-index-about .icon {
        position: absolute;
        width: 250px;
        bottom: 40px;
        right: 50%;
        transform: translateX(50%);
        opacity: 0.8;
        z-index: 0;
        display: none;
    }

    @media (min-width: 992px) {
        .section-index-about {
            margin-bottom: 100px;
        }

            .section-index-about .btn-about {
                position: absolute;
                right: 25%;
                transform: translateX(0%);
            }

            .section-index-about .item .text-item h3,
            .section-index-custom .text-item h3,
            .section-index-news .text-item h3,
            .footer .text-item h3 {
                font-size: 50px;
            }
    }

    @media (min-width: 1200px) {
        .section-index-about {
            padding: 100px 0;
            margin-bottom: 100px;
            background: url(../img/index/about.png) no-repeat center center/ cover scroll;
        }

            .section-index-about .icon {
                display: block;
                width: 300px;
                bottom: -120px;
                right: -4%;
                opacity: 1;
                z-index: 2;
                transform: translateX(0);
            }
    }

    @media (min-width: 1400px) {
        .section-index-about .icon {
            width: 330px;
        }
    }

    @media (min-width: 1600px) {
        .section-index-about .icon {
            bottom: -120px;
            right: -16%;
            width: 330px;
        }
    }

    /*-- END About --------------------*/
    /*-- START Product Category --------------------*/
    .section-index-product-category {
        position: relative;
        padding: 60px 0 150px;
        background: url(../img/index/product-category.jpg) no-repeat center center/ 200% 100% scroll;
        margin-top: 10px;
    }



        .section-index-product-category .btn-product-category {
            position: relative;
            z-index: 9;
            background-color: #331e04;
            color: #fff;
            padding: 10px 120px;
            letter-spacing: 1.5px;
            border-radius: 25px;
            display: inline-block;
        }

            .section-index-product-category .btn-product-category:hover {
                background-color: #535D48;
            }

        .section-index-product-category .icon {
            position: absolute;
            width: 230px;
            top: 120px;
            left: 35%;
            transform: translateX(-50%);
            opacity: 0.8;
        }

    @media (min-width: 1200px) {
        .section-index-product-category {
            background: url(../img/index/product-category.jpg) no-repeat center center/ 200% 100% scroll;
        }

            .section-index-product-category .icon {
                opacity: 1;
                width: 430px;
                top: -50px;
                left: 35%;
            }
    }

    @media (min-width: 1400px) {


        .section-index-product-category {
            padding: 80px 0 200px;
            background: url(../img/index/product-category.jpg) no-repeat center center/ 95% 100% scroll;
            margin-top: 100px;
        }
    }

    .section-index-product-category .bg {
        width: 90%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

    .section-index-product-category .text-item,
    .section-index-product-category2 .text-item {
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

        .section-index-product-category .text-item img,
        .section-index-product-category2 .text-item img {
            width: 20px;
            margin: 0 6px 6px;
        }

        .section-index-product-category .text-item h2,
        .section-index-product-category2 .text-item h2 {
            font-size: 18px;
            color: #311800;
            margin-bottom: 0;
            font-weight: bolder;
            letter-spacing: 1.5px;
        }

        .section-index-product-category .text-item h3,
        .section-index-product-category2 .text-item h3 {
            width: 100%;
            text-align: center;
            color: #311800;
            display: block;
            width: 100%;
            font-size: 30px;
            letter-spacing: 3px;
        }

    @media (min-width: 1200px) {

        .section-index-product-category .text-item h3,
        .section-index-product-category2 .text-item h3 {
            font-size: 50px;
        }
    }

    .section-index-product-category .owl-carousel .owl-prev,
    .section-index-product-category .owl-carousel .owl-next {
        width: 40px;
        height: 40px;
        background-color: #eee;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        cursor: pointer;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        display: none;
    }

    @media (min-width: 1200px) {

        .section-index-product-category .owl-carousel .owl-prev,
        .section-index-product-category .owl-carousel .owl-next {
            display: block;
        }
    }

    .section-index-product-category .owl-carousel .owl-prev {
        left: -20px;
    }

        .section-index-product-category .owl-carousel .owl-prev::after,
        .section-index-product-category .owl-carousel .owl-next::after {
            content: '';
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #2d2315;
            /* font-size: 20px; */
        }

        .section-index-product-category .owl-carousel .owl-prev::after {
            content: '◀';
        }

    .section-index-product-category .owl-carousel .owl-next {
        right: -20px;
    }

        .section-index-product-category .owl-carousel .owl-next::after {
            content: '▶';
        }

    .section-index-product-category .owl-carousel .pic-item {
        position: relative;
        width: 100%;
        padding-bottom: 125%;
        overflow: hidden;
        border: 5px solid #fff;
        border-radius: 25px;
    }

        .section-index-product-category .owl-carousel .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: all 0.2s ease-in-out;
        }

    .section-index-product-category .owl-carousel a:hover .pic-item img {
        transform: scale(1.1);
    }

    .section-index-product-category2 {
        position: relative;
        background: url(../img/index/product-category2.jpg) no-repeat center bottom/ 100% scroll;
        padding: 80px 0 60px;
    }

        .section-index-product-category2 .bg {
            width: 100%;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
        }

        .section-index-product-category2 .icon {
            position: absolute;
            width: 300px;
            top: 150px;
            right: 9%;
            opacity: 0.8;
            transform: translateX(-50%);
        }

    @media (min-width: 1200px) {
        .section-index-product-category2 {
            background: url(../img/index/product-category2.jpg) no-repeat center bottom/ 100% scroll;
            padding: 80px 0 60px;
        }

            .section-index-product-category2 .icon {
                width: 300px;
                top: 10px;
                right: 9%;
                transform: translateX(-50%);
                opacity: 1;
            }
    }

    .section-index-product-category2 a {
        position: relative;
        z-index: 2;
        text-align: center;
    }

        .section-index-product-category2 a h4 {
            font-size: 18px;
            color: #311800;
            margin: 20px 0;
            font-weight: bolder;
        }



        .section-index-product-category2 a.img-link {
            border-radius: 100%;
            border: 3px dashed #a2a2a2;
            background-color: #fff;
            display: block;
        }

        .section-index-product-category2 a:hover.img-link {
            border: 3px solid #2d2315;
        }

        .section-index-product-category2 a span {
            background: #00000093;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 30px;
            letter-spacing: 10px;
            writing-mode: vertical-rl;
            z-index: 3;
            border-radius: 100%;
            transform: scale(0.95);
            opacity: 0;
            transition: all 0.2s ease-in-out;
        }

        .section-index-product-category2 a:hover span {
            opacity: 1;
        }

        .section-index-product-category2 a .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            border-radius: 100%;
            transform: scale(0.95);
            transition: all 0.2s ease-in-out;
        }

            .section-index-product-category2 a .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    /*-- END Product Category --------------------*/

    /*-- START Custom --------------------*/
    .section-index-custom {
        padding: 100px 0 90px;
        position: relative;
        background: url(../img/index/custom3.png) no-repeat center bottom/ 200% scroll;
    }

        .section-index-custom .icon {
            position: absolute;
            width: 300px;
            bottom: 5%;
            left: 50%;
            z-index: 2;
            opacity: 0.8;
            transform: translateX(-50%);
            display: none;
        }


        .section-index-custom .pic-item {
            position: relative;
            width: 90%;
            padding-bottom: 100%;
            overflow: hidden;
            margin: auto;
            margin-top: 20px;
        }

            .section-index-custom .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .section-index-custom .btn-custom {
            background-color: #d5d8c6;
            color: #3a4b2a;
            padding: 10px 30px;
            display: inline-block;
            border-radius: 25px;
            font-size: 15px;
        }

    @media (min-width: 1200px) {
        .section-index-custom .btn-custom {
            padding: 10px 40px;
        }
    }

    .section-index-custom .btn-custom:hover {
        color: #d5d8c6;
        background-color: #3a4b2a;
    }

    /* @media (min-width: 768px) {
    .section-index-custom .icon {
        display: block;
        left: 55%;
        width: 350px;
    }
} */

    @media (min-width: 992px) {
        .section-index-custom .btn-custom {
            padding: 10px 60px;
        }

        .section-index-custom .icon {
            display: block;
            left: 60%;
            width: 350px;
        }
    }

    @media (min-width: 1000px) {
        .section-index-custom .icon {
            left: 60%;
            width: 400px;
        }
    }

    @media (min-width: 1200px) {
        .section-index-custom {
            padding: 100px 0 80px;
            background: url(../img/index/custom3.png) no-repeat center bottom/ 100% scroll;
        }

            .section-index-custom .icon {
                left: 57%;
                width: 400px;
                opacity: 1;
                transform: translateX(-50%);
            }

            .section-index-custom .pic-item {
                width: 85%;
                margin-left: auto;
            }
    }

    @media (min-width: 1400px) {
        .section-index-custom .icon {
            left: 55%;
        }
    }

    /*-- END Custom --------------------*/
    /*-- Start News --------------------*/
    .section-index-news {
        position: relative;
        padding: 60px 0 20px;
        background: url(../img/index/news.jpg) no-repeat center center/ cover scroll;
    }

        .section-index-news .min-news {
            min-height: 543px;
        }

        .section-index-news .icon {
            position: absolute;
            bottom: -50px;
            left: 4%;
            z-index: 2;
            display: none;
        }

        .section-index-news .text-item {
            position: relative;
            z-index: 2;
        }

            .section-index-news .text-item h2,
            .section-index-news .text-item h3 {
                color: #fff;
            }

        .section-index-news .news-item {
            transition: all 0.2s ease-in-out;
        }

        .section-index-news .item {
            background: #d5d8c6;
            display: inline-block;
            border-left: 10px solid #d5d8c6;
            position: relative;
            width: 100%;
            transition: all 0.2s ease-in-out;
        }

            .section-index-news .item + .item {
                margin-top: 50px;
            }

                .section-index-news .item + .item::after {
                    content: '';
                    position: absolute;
                    top: -25px;
                    width: 100%;
                    height: 20px;
                    border-top: 2px dashed #fff;
                }

            .section-index-news .item .pic-item {
                position: relative;
                width: 100%;
                padding-bottom: 100%;
                overflow: hidden;
                height: 100%;
            }

            .section-index-news .item .text-item {
                background: #fff;
                padding: 20px 10px 10px 10px;
                height: 100%;
                display: block;
            }

                .section-index-news .item .text-item .tag-text {
                    color: #8f9a85;
                }

                .section-index-news .item .text-item h4 {
                    margin-bottom: 0;
                    font-size: 20px;
                    color: #2d2315;
                    font-weight: bolder;
                }

                .section-index-news .item .text-item p {
                    color: #2d2315;
                    line-height: 1.5;
                    letter-spacing: 2px;
                    font-size: 16px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .section-index-news .item .text-item span {
                    margin-top: 30px;
                    display: inline-block;
                    font-family: 'Noto Sans TC';
                    color: #aaa;
                }

                .section-index-news .item .text-item .btn-more {
                    background-color: #d5d9c3;
                    border-radius: 25px;
                    padding: 5px 30px;
                    color: #8f9a85;
                    position: absolute;
                    right: 10px;
                    letter-spacing: 1.5px;
                    display: inline-block;
                    bottom: 10px;
                    transition: all 0.2s ease-in-out;
                }

            .section-index-news .item:hover .btn-more {
                background-color: #8d9883;
                color: #d5d9c3;
            }

    @media (min-width: 768px) {
        .section-index-news .icon {
            display: block;
            width: 350px;
        }
    }

    @media (min-width: 1200px) {
        .section-index-news .item .text-item .btn-more {
            right: -10px;
        }
    }

    @media (min-width: 1400px) {
        .section-index-news .icon {
            width: 500px;
        }
    }

    .section-index-news .item .pic-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-index-news .news-page-item {
        display: flex;
        position: relative;
        z-index: 2;
        margin-top: 20px;
    }

        .section-index-news .news-page-item a {
            background-color: #aaaaaa77;
            color: #fff;
            font-size: 24px;
            display: inline-flex;
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            position: relative;
        }

            .section-index-news .news-page-item a.active {
                background-color: #aaa;
            }

        .section-index-news .news-page-item .btn-news + .btn-news {
            margin-left: 10px;
        }

        .section-index-news .news-page-item .btn-news {
            background-color: #aaaaaa77;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 24px;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            border: none;
        }

    .section-index-news .btn-news:focus-visible {
        background-color: #aaa;
    }
    /*-- END News --------------------*/
    /*-- START footer --------------------*/
    .footer {
        padding: 30px 0 0px;
        background: #8d9883;
    }

        .footer .text-item {
            margin-bottom: 0;
        }

            .footer .text-item h2,
            .footer .text-item h3 {
                color: #fff;
            }

        .footer .text-icon-item {
        }

            .footer .text-icon-item a {
                display: block;
                width: 100%;
                color: #fff;
                letter-spacing: 1.5px;
            }

                .footer .text-icon-item a + a {
                    margin-top: 10px;
                }

                .footer .text-icon-item a span {
                    width: 30px;
                    height: 30px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #fff;
                    color: #8d9883;
                    border-radius: 5px;
                    margin-right: 5px;
                }

        .footer .logo {
            width: 100px;
            margin-left: auto;
            margin-bottom: 20px;
        }

    @media (min-width: 992px) {
        .footer {
            padding: 100px 0 0px;
        }

            .footer .logo {
                width: 160px;
            }
    }

    .footer .text-link-item {
        margin: 40px 0 0;
    }

        .footer .text-link-item a {
            color: #fff;
            display: inline-block;
            margin-bottom: 10px;
            position: relative;
            letter-spacing: 1.5px;
            color: #311800;
            font-size: 12px;
        }

            .footer .text-link-item a + a {
                margin-left: 10px;
                padding-left: 10px;
            }

                .footer .text-link-item a + a:after {
                    content: '';
                    width: 1px;
                    height: 40%;
                    background-color: #311800;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

    .footer p {
        color: #eee;
        font-size: 14px;
        font-family: 'Noto Sans TC', sans-serif, serif;
    }


    /*-- END footer --------------------*/
    /* START 麵包削------------------------------------------------*/

    .breadcrumb {
        text-transform: capitalize;
    }

        .breadcrumb a {
            color: #909986;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            position: relative;
        }

            .breadcrumb a::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                background-image: url(../img/index/bar-icon.png);
                background-repeat: no-repeat;
                background-size: 65px 8px;
                background-position: center bottom;
                width: 100%;
                height: 100%;
                opacity: 0;
                transform: translateX(-50%);
                transition: all 0.2s ease-in-out;
            }

            .breadcrumb a:hover {
                color: #535D48;
            }

                .breadcrumb a:hover::after {
                    opacity: 1;
                }

        .breadcrumb .breadcrumb-item {
            color: #311800;
        }

            .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                color: #909986;
                content: var(--bs-breadcrumb-divider, "/");
            }

    /* END 麵包削------------------------------------------------*/

    /*-- START 頁碼 --------------------*/
    .page-item.disabled .page-link {
        background: #ddd;
        color: #aaa;
    }

    .page-item .page-link {
        color: #909986;
    }

    .page-item.active .page-link {
        background: #909986;
        color: #fff;
        border-color: #909986;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.25rem #3118008e;
    }

    /* END 頁碼 ------------------------------------------------*/
    /*-- START shop cart --------------------*/
    .section-shop-cart {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1079;
        width: 55px;
        background-color: #222;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        padding: 3px 3px 0 3px;
    }



        .section-shop-cart a {
            color: #000;
            font-size: 14px;
            text-align: center;
            width: 90%;
            padding: 5px 0;
            font-weight: bolder;
            background: #fff;
            writing-mode: vertical-rl;
            transition: all 0.2s ease-in-out;
        }

            .section-shop-cart a:hover {
                color: #fff;
                background: transparent;
            }



        .section-shop-cart .btn-shopcart span {
            position: absolute;
            right: -10px;
            top: -15px;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            background-color: #ff150094;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .section-shop-cart .btn-shopcart {
            color: #fff;
            font-size: 15px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 3px;
            width: 100%;
            position: relative;
            background: transparent;
            writing-mode: horizontal-tb;
        }

            .section-shop-cart .btn-shopcart:hover {
                color: #b3443a;
            }

    /*-- END shop cart --------------------*/
    /*-- START Page --------------------*/
    .section-page {
        min-height: 100vh;
        margin-top: 81px;
        padding: 40px 0;
    }

    @media (min-width: 1200px) {
        .section-page {
            margin-top: 121px;
            padding: 60px 0;
        }
    }

    .section-page.page {
        background: url(../img/index/product-category2.jpg) no-repeat center bottom/ 100% scroll;
        margin-bottom: -20px;
    }

    .section-page.product {
        background: linear-gradient(to bottom, #ffffffcb, #ffffff6b), url(../img/index/custom3.png) no-repeat center bottom/ 100% scroll;
        margin-bottom: -20px;
    }

        .section-page.product.case {
            background: none;
            margin-bottom: 0px;
            min-height: auto;
            padding-bottom: 0;
        }

        .section-page.product .news-item {
            background: #d5d8c6;
            display: inline-block;
            border: 1px solid #ddd;
            border-left: 10px solid #d5d8c6;
            position: relative;
            width: 100%;
            /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) */
        }

            .section-page.product .news-item + .item {
                margin-top: 50px;
            }

                .section-page.product .news-item + .item::after {
                    content: '';
                    position: absolute;
                    top: -25px;
                    width: 100%;
                    height: 20px;
                    border-top: 2px dashed #fff;
                }

        .section-page.product .list-link {
            background-color: #d5d9c3;
            border-radius: 25px;
            padding: 5px 30px;
            color: #8f9a85;
            letter-spacing: 1.5px;
            display: inline-block;
        }

            .section-page.product .list-link.active {
                background-color: #8f9a85;
                color: #d5d9c3;
            }

        .section-page.product .news-item .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            height: 100%;
        }

        .section-page.product .news-item .text-item {
            background: #fff;
            padding: 20px 10px 10px 10px;
            height: 100%;
        }

            .section-page.product .news-item .text-item h4 {
                margin-bottom: 0;
                font-size: 20px;
                color: #2d2315;
                font-weight: bolder;
            }

            .section-page.product .news-item .text-item p {
                color: #2d2315;
                line-height: 1.5;
                letter-spacing: 2px;
                font-size: 16px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .section-page.product .news-item .text-item span {
                margin-top: 30px;
                display: inline-block;
                font-family: 'Noto Sans TC';
                color: #aaa;
            }

            .section-page.product .news-item .text-item .tag-text {
                color: #8f9a85;
            }

            .section-page.product .news-item .text-item .btn-more {
                background-color: #d5d9c3;
                border-radius: 25px;
                padding: 5px 30px;
                color: #8f9a85;
                position: absolute;
                right: 10px;
                letter-spacing: 1.5px;
                display: inline-block;
                bottom: 10px;
                transition: all 0.2s ease-in-out;
            }

        .section-page.product .news-item:hover .btn-more {
            background-color: #8d9883;
            color: #d5d9c3;
        }

    @media (min-width: 992px) {
        .section-page.product .icon {
            display: block;
            width: 350px;
        }
    }

    @media (min-width: 1200px) {
        .section-page.product .news-item .text-item .btn-more {
            right: -10px;
        }
    }

    @media (min-width: 1400px) {
        .section-page.product .icon {
            width: 500px;
        }
    }

    .section-page.product .news-item .pic-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 
.section-page .item {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-page .content .text-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.section-page .content .text-item a:hover {
    color: #c05247;
}

.section-page .content .text-item p {
    margin: 0;
    color: #fff;
    letter-spacing: 1.3px;
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
}

.section-page .content .text-item p+p {
    margin-top: 10px;
}

.section-page .content .title-h4 {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    letter-spacing: 1.3px;
    margin-bottom: 0;
}

.section-page .content p {
    color: #222;
} */

    /*-- START 會員 --------------------*/

    .section-page.member.about table tr td {
        vertical-align: middle;
    }

    .section-page.member.about .member-item {
        background-color: #8a8a8a8a;
    }

        .section-page.member.about .member-item ul {
            padding: 10px 15px;
            margin: 0;
            list-style: none;
            color: #fff;
        }

            .section-page.member.about .member-item ul li + li {
                margin-top: 5px;
            }

            .section-page.member.about .member-item ul .header {
                font-weight: bolder;
                margin-bottom: 5px;
            }

            .section-page.member.about .member-item ul [data-bs-toggle="collapse"] {
                transition: all 0.2s ease-in-out;
            }

                .section-page.member.about .member-item ul [data-bs-toggle="collapse"]:hover,
                .section-page.member.about .member-item ul [aria-expanded="true"] {
                    background-color: #8a8a8a8a;
                }

            .section-page.member.about .member-item ul.collapse {
                background-color: #8a8a8a8a;
                padding: 10px 15px;
            }

    .section-page.member form {
        background-color: #ffffff2c;
        padding: 50px 15px 20px;
    }

        .section-page.member form label {
            color: #fff;
            font-weight: bolder;
        }

        .section-page.member form .form-control,
        .section-page.member form .form-select {
            border-radius: 0;
        }

        .section-page.member form .form-text {
            color: #aaa;
        }



    .section-page.member .registered-forget-item {
        padding: 20px 0;
    }

        .section-page.member .registered-forget-item a {
            color: #fff;
            position: relative;
            opacity: 0.8;
            transition: all 0.2s ease-in-out;
        }

            .section-page.member .registered-forget-item a:hover {
                opacity: 1;
                letter-spacing: 5px;
                font-weight: bolder;
            }

            .section-page.member .registered-forget-item a + a {
                margin-left: 15px;
            }

                .section-page.member .registered-forget-item a + a::after {
                    content: '|';
                    left: -10px;
                    position: absolute;
                    color: #fff;
                }

    /*-- END 會員 --------------------*/

    /* START 側邊選單 ------------------------------ */

    .section-page.product .side-bar {
        min-height: 100vh;
        /* padding: 0px 0 120px 0; */
    }

        .section-page.product .side-bar .type-link {
            color: #909986;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            position: relative;
        }

            .section-page.product .side-bar .type-link:hover {
                color: #535D48;
            }


        .section-page.product .side-bar .side-content {
            padding: 0 0 30px 0;
        }

            .section-page.product .side-bar .side-content ul {
                list-style: none;
                position: relative;
                padding-left: 0;
            }



            .section-page.product .side-bar .side-content .side-dropdown > a {
                display: inline-block;
                text-decoration: none;
                color: #535D48;
                position: relative;
                font-size: 16px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 20px;
                transition: all 0.3s ease;
                display: block;
                border-bottom: 2px dashed #eee;
                margin-bottom: 0;
            }

            .section-page.product .side-bar .side-content .side-dropdown-second li {
                list-style: none;
            }

            .section-page.product .side-bar .side-content .side-dropdown-second a {
                font-size: 16px;
                display: block;
                padding-left: 20px;
                position: relative;
                color: #3a3a3a;
            }

            .section-page.product .side-bar .side-content .side-dropdown .side-dropdown-second li {
                padding: 5px 0;
            }

                .section-page.product .side-bar .side-content .side-dropdown .side-dropdown-second li + li {
                    border-top: 2px dashed #eee;
                }

            .section-page.product .side-bar .side-content .side-dropdown > a::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                background-image: url(../img/index/title-icon.png);
                background-repeat: no-repeat;
                background-size: 15px 15px;
                background-position: left bottom;
                width: 15px;
                height: 15px;
                opacity: 1;
                transform: translateY(-75%);
                transition: all 0.2s ease-in-out;
            }



            

            .section-page.product .side-bar .side-content .side-dropdown:hover > a,
            .section-page.product .side-bar .side-content .side-dropdown-second a:hover {
                color: #909986;
            }

            .section-page.product .side-bar .side-content .side-dropdown.active > a::after {
                display: none;
            }
            .section-page.product .side-bar .side-content .side-dropdown > a.active::after {
                display: block;
                background-image: url(../img/index/title-icon2.png);
            }
            .section-page.product .side-bar .side-content .side-dropdown.active-block .side-dropdown-second {
                display: block;
            }

            .section-page.product .side-bar .side-content .side-dropdown-second {
                display: none;
            }

            .section-page.product .side-bar .side-content .side-dropdown:hover .side-dropdown-second {
                display: block;
            }

            .section-page.product .side-bar .side-content .side-dropdown-second a.active,
            .section-page.product .side-bar .side-content .side-dropdown-second a.active span,
            .section-page.product .side-bar .side-content .side-dropdown > a.active,
            .section-page.product .side-bar .side-content .side-dropdown-second a.active {
                color: #331e04;
                font-weight: bolder;
            }

            .section-page.product .side-bar .side-content .side-dropdown.active-block .side-dropdown-second {
                display: block;
            }

    /* END 側邊選單 ------------------------------ */

    /*-- START 產品 --------------------*/

    /* START Swiper ------------------ */

    .swiper {
        width: 100%;
        /* height: 100%; */
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* background: #fff; */
        /* display: flex;
    justify-content: center;
    align-items: center; */
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .swiper {
        width: 100%;
        /* height: 300px; */
        margin-left: auto;
        margin-right: auto;
    }

    /*.swiper-slide {
    background-size: cover;
    background-position: center;
}*/

    .mySwiper2 {
        width: 100%;
    }

        .mySwiper2 .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
        }

            .mySwiper2 .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }


    .mySwiper {
        max-height: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 10px 0;
    }


        .mySwiper .swiper-slide {
            width: auto;
            height: fit-content;
            opacity: 0.4;
            /* border: 1px solid #eee; */
            cursor: pointer;
        }

        .mySwiper .swiper-slide-thumb-active {
            opacity: 1;
            border: 1px solid #909986;
        }

        .mySwiper .swiper-slide .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
        }

            .mySwiper .swiper-slide .pic-item img {
                /*display: block;
            width: 100%;
            height: 110px;
            object-fit: cover;*/
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .mySwiper2 .swiper-slide {
        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        background-color: #fff;
    }

        .mySwiper2 .swiper-slide .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            /*background: #eee;*/
            backdrop-filter: blur(5px);
        }

            .mySwiper2 .swiper-slide .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-fit: contain;
            }

    .swiper-button-next,
    .swiper-button-prev {
        color: #c9c9c9 !important;
        filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075))
    }

    /* END Swiper ------------------ */
    .section-page.product .side-content .item {
        box-shadow: none;
    }

        .section-page.product .side-content .item .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            border: 2px dashed #a2a2a2;
            border-radius: 25px;
            transition: all 0.2s ease-in-out;
        }

            .section-page.product .side-content .item .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transform: scale(0.98);
                transition: all 0.2s ease-in-out;
                border-radius: 25px;
                object-fit: cover;
            }

    .section-page.product .side-content a:hover .item .pic-item {
        border: 2px solid #2d2315;
    }

        .section-page.product .side-content a:hover .item .pic-item img {
            transform: scale(1);
        }

    .section-page.product .side-content .item .text-item {
        text-align: center;
    }

        .section-page.product .side-content .item .text-item h3 {
            font-size: 16px;
            color: #535D48;
            margin-bottom: 0;
            padding: 10px 0 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

    @media (min-width: 768px) {
        .section-page.product .side-content .item .text-item h3 {
            font-size: 17px;
            padding: 10px 0;
        }
    }

    .section-page.product .side-content .item .text-item span {
        color: #444;
        font-family: 'Noto Sans TC', sans-serif, serif;
    }
        .section-page.product .side-content .item .text-item span.money {
            font-size: 16px;
            color: #aaa;
            text-decoration: line-through;
        }
        .section-page.product .side-content .item .text-item span.sale-money {
            color: #c0392b;
            font-size: 18px;
            padding-left: 10px;
        }

    .section-page.product .product-content-item {
        padding: 20px 0 0 0;
    }

    @media (min-width: 1200px) {
        .section-page.product .product-content-item {
            padding: 0 20px;
        }
    }

    .section-page.product .data-content-item {
        padding: 30px 0 90px;
        margin-top: 20px;
        border-top: 2px dashed #a2a2a2;
        position: relative;
        z-index: 999;
    }

        .section-page.product .product-content-item h2,
        .section-page.product .data-content-item h3 {
            font-size: 18px;
            color: #535D48;
            margin-bottom: 0;
            font-weight: bolder;
            letter-spacing: 1.5px;
            position: relative;
        }

            .section-page.product .product-content-item h2::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 75px;
                height: 2px;
                background: #a2a2a2;
            }

        .section-page.product .data-content-item h3 {
            margin: 10px 0;
        }

    .section-page.product .product-content-item .data-item .date {
        font-size: 14px;
        color: #311800;
        font-family: 'Noto Sans TC', sans-serif, serif;
    }

    .section-page.product .product-content-item .data-item .money {
        color: #311800;
        font-size: 18px;
        font-family: 'Noto Sans TC', sans-serif, serif;
    }

        .section-page.product .product-content-item .data-item .money.disabled {
            font-size: 16px;
            color: #aaa;
            text-decoration: line-through;
        }

    .section-page.product .product-content-item .data-item .sale-money {
        color: #c0392b;
        font-size: 18px;
        font-family: 'Noto Sans TC', sans-serif, serif;
        padding-left: 10px;
    }

    .section-page.product .product-content-item .data-item hr {
        border-top: 2px dashed #a2a2a2;
    }

    .section-page.product .product-content-item .data-item {
        padding: 20px 0;
    }

        .section-page.product .product-content-item .data-item p + p {
            margin-top: 5px;
        }

    .section-page.product .data-content-item .item {
        margin-bottom: 50px;
    }

        .section-page.product .product-content-item .data-item p,
        .section-page.product .data-content-item .item p {
            margin-bottom: 0;
            color: #333;
            line-height: 1.5;
            letter-spacing: 2px;
            font-size: 16px;
        }

            .section-page.product .product-content-item .data-item p span {
            }

    .section-page.product .product-content-item .data-item .btn-add {
        background-color: #d5d8c6;
        color: #3a4b2a;
        padding: 8px 30px;
        display: inline-block;
        border-radius: 25px;
        transition: all 0.2s ease-in-out;
        border: none;
        cursor: pointer;
        margin-top: 10px;
    }

        .section-page.product .product-content-item .data-item .btn-add.disabled {
            background-color: #6c757d;
            color: #fff;
            pointer-events: none;
            opacity: 0.65;
        }

        .section-page.product .product-content-item .data-item .btn-add:hover {
            color: #d5d8c6;
            background-color: #3a4b2a;
        }

    .section-page.product .product-content-item .data-item a {
        color: #909986;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        position: relative;
    }

        .section-page.product .product-content-item .data-item a:hover {
            color: #535D48;
        }



    .section-page.product .creator-item {
        /*border-top: 1px solid #ccc;
    padding-top: 30px;*/
    }

        .section-page.product .creator-item .creator-icon-item .title {
            margin-left: 10px;
            margin-bottom: 0;
            transition: all 0.2s ease-in-out;
        }

        .section-page.product .creator-item .creator-icon-item a {
            color: #212529;
            font-weight: bolder;
            /*margin-left: 20px;*/
            transition: all 0.2s ease-in-out;
        }

            .section-page.product .creator-item .creator-icon-item a:hover .title {
                color: #535D48;
            }

        .section-page.product .creator-item .pic-item {
            position: relative;
            width: 90px;
            padding-bottom: 90px;
            overflow: hidden;
            border-radius: 100%;
            border: 1px dashed #a2a2a2;
        }

            .section-page.product .creator-item .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .section-page.product .creator-item .creator-icon-item a {
            position: relative;
        }

        .section-page.product .creator-item .creator-icon-item img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            transition: all 0.2s ease-in-out;
        }

            .section-page.product .creator-item .creator-icon-item img:nth-of-type(2) {
                visibility: hidden;
                opacity: 0;
            }

            .section-page.product .creator-item .creator-icon-item img:nth-of-type(1) {
                visibility: visible;
                opacity: 1;
            }

        .section-page.product .creator-item .creator-icon-item a:hover {
            color: #535D48;
        }

            .section-page.product .creator-item .creator-icon-item a:hover img:nth-of-type(2) {
                visibility: visible;
                opacity: 1;
            }

            .section-page.product .creator-item .creator-icon-item a:hover img:nth-of-type(1) {
                visibility: hidden;
                opacity: 0;
            }

        .section-page.product .creator-item .text-item {
            padding: 10px 0;
        }

            .section-page.product .creator-item .text-item .content {
                padding: 15px 0;
            }

    .section-page .title-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center;
    }

        .section-page .title-item img {
            width: 20px;
            margin: 0 6px 6px;
        }

        .section-page .title-item h2 {
            font-size: 18px;
            color: #535D48;
            margin-bottom: 0;
            font-weight: bolder;
            letter-spacing: 1.5px;
        }

        .section-page .title-item h3 {
            color: #535D48;
            display: block;
            width: 100%;
            font-size: 30px;
            letter-spacing: 3px;
            text-align: center;
        }

    .section-page.page .item {
        height: 100%;
        box-shadow: none;
    }

        .section-page.page .item a {
            color: #fff;
            transition: all 0.2s ease-in-out;
        }

            .section-page.page .item a:hover {
                color: #c05247;
            }

        .section-page.page .item h3 {
            font-size: 18px;
            margin-top: 10px;
            font-weight: bolder;
            letter-spacing: 1.3px;
            margin-bottom: 0;
            text-align: left;
        }

        .section-page.page .item span {
            text-align: left;
            color: #222;
            display: block;
            font-size: 16px;
        }


        .section-page.page .item ul {
            padding-left: 0;
            list-style: none;
            color: #fff;
        }

            .section-page.page .item ul li {
                font-size: 15px;
            }

                .section-page.page .item ul li + li {
                    margin-top: 5px;
                }

        .section-page.page .item .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
        }

            .section-page.page .item .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .section-page.page .content-item {
        list-style: none;
        padding-left: 0;
    }

        .section-page.page .content-item li {
        }

            .section-page.page .content-item li + li {
                margin-top: 10px;
                padding-top: 30px;
                border-top: 1px dashed #aaa;
            }

        .section-page.page .content-item h3 {
            font-size: 20px;
            font-weight: 600;
            color: #444;
            margin-bottom: 20px;
        }

        .section-page.page .content-item p {
            color: #333;
            line-height: 1.5;
            letter-spacing: 2px;
            font-size: 16px;
        }

    /*-- END 產品 --------------------*/
    /*-- START 購物車 --------------------*/
    .section-page.shopcart .form-select.form-select-sm {
        display: inline-block;
        width: auto;
    }

    .section-page.shopcart .form {
        background-color: #fff;
        padding: 20px 10px;
        border: 1px solid #eee;
    }

        .section-page.shopcart .form label {
            color: #222;
            padding-left: 5px;
        }

    .section-page.shopcart .text-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center;
    }

        .section-page.shopcart .text-item img {
            width: 20px;
            margin: 0 6px 6px;
        }

        .section-page.shopcart .text-item h2 {
            font-size: 18px;
            color: #535D48;
            margin-bottom: 0;
            font-weight: bolder;
            letter-spacing: 1.5px;
        }

        .section-page.shopcart .text-item h3 {
            color: #535D48;
            display: block;
            width: 100%;
            font-size: 30px;
            letter-spacing: 3px;
            text-align: center;
        }


    .section-page.shopcart .shop-cart-item .title-h3 {
        padding: 20px 10px 10px;
        background-color: #ebebeb;
        color: #222;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bolder;
        border: 1px solid #eee;
        position: relative;
    }



    .section-page.shopcart .shop-cart-item .pic-item {
        position: relative;
        width: 30%;
        padding-bottom: 22.5%;
        overflow: hidden;
    }

        .section-page.shopcart .shop-cart-item .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .section-page.shopcart .shop-cart-item ul {
        padding: 0;
    }

    .section-page.shopcart .shop-cart-item li {
        padding: 15px 0;
        position: relative;
        width: 100%;
        background-color: #f5f5f5;
    }

        .section-page.shopcart .shop-cart-item li:nth-child(even) {
            background-color: #fff;
            border: 1px solid #eee;
        }

    .section-page.shopcart .shop-cart-item .header {
        color: #222;
        background-color: #f5f5f5 !important;
        border: 1px solid #eee;
    }

    .section-page.shopcart .shop-cart-item .btn-delete {
        background: #bbb;
        border-radius: 100%;
        color: #333;
        border: none;
        position: absolute;
        right: 20px;
        top: 10%;
        transform: translateY(-10%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        font-size: 15px;
        transition: all 0.2s ease-in-out;
    }

        .section-page.shopcart .shop-cart-item .btn-delete:hover {
            background-color: #eee;
        }

    .section-page.shopcart .shop-cart-item li + li {
        border-top: 1px solid #ffffff41;
    }


    .section-page.shopcart .shop-cart-item p .form-control {
        max-width: 50%;
    }

    .section-page.shopcart .shop-cart-item p + p {
        border-top: 1px solid #ffffff41;
    }


    .section-page.shopcart .shop-cart-item p {
        margin: 0;
        padding: 7px 10px 10px 10px;
        width: 100%;
        display: flex;
    }

        .section-page.shopcart .shop-cart-item p span {
            display: inline-block;
            margin-right: auto;
            width: 50%;
        }

    .section-page.shopcart .shop-cart-item .title-h3 span:hover,
    .section-page.shopcart .shop-cart-item .title-h3 span.active {
        background-color: #909986;
        color: #fff;
    }


    .section-page.shopcart .shop-cart-item .title-h3 span {
        position: absolute;
        background-color: #eee;
        color: #909986;
        font-size: 16px;
        font-weight: normal;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        padding: 5px 30px;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #909986;
        border-radius: 25px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }


    .section-page.shopcart .list-item {
        padding: 10px 0;
        margin-bottom: 20px;
        border-bottom: 2px dashed #eee;
    }

        .section-page.shopcart .list-item .col {
            position: relative;
        }

        .section-page.shopcart .list-item p {
            margin: 0;
            text-align: center;
            padding-bottom: 10px;
            color: #535D48;
        }

        .section-page.shopcart .list-item .col + .col::after {
            content: '→';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #d5d8c6;
            font-size: 20px;
            font-weight: bolder;
            z-index: 1;
            display: none;
        }

        .section-page.shopcart .list-item p.active {
            font-weight: bolder;
            color: #535D48;
        }

            .section-page.shopcart .list-item p.active::before {
                content: '';
                position: absolute;
                bottom: 0%;
                left: 50%;
                background-image: url(../img/index/bar-icon.png);
                background-repeat: no-repeat;
                background-size: 65px 8px;
                background-position: center bottom;
                width: 100%;
                height: 100%;
                transform: translateX(-50%);
            }

    .section-page.shopcart .content .btn-form {
        background-color: #3a4b2a;
        color: #fff;
        z-index: 9;
        border-radius: 25px;
        letter-spacing: 1.5px;
        padding: 10px 60px;
        cursor: pointer;
    }

        .section-page.shopcart .content .btn-form:hover {
            background-color: #909986;
        }

    .section-page.shopcart .content .btn-form-line {
        background-color: #fff;
        color: #909986;
        z-index: 9;
        border-radius: 25px;
        letter-spacing: 1.5px;
        padding: 10px 60px;
        border: 1px solid #909986;
    }

        .section-page.shopcart .content .btn-form-line:hover {
            background-color: #909986;
            color: #fff;
        }


    @media (min-width: 1200px) {
        .section-page.shopcart .list-item .col + .col::after {
            display: block;
        }

        .section-page.shopcart .shop-cart-item p + p {
            border-top: none
        }

        .section-page.shopcart .shop-cart-item .btn-delete {
            top: 50%;
            transform: translateY(-50%);
        }

        .section-page.shopcart .shop-cart-item p span {
            display: none;
        }

        .section-page.shopcart .shop-cart-item p {
            margin: 0;
            padding: 0;
        }
    }

    .section-page.shopcart .shop-cart-item form {
        background-color: #f5f5f5;
        padding: 30px 10px 20px;
    }

    .section-page.shopcart form label {
        color: #444;
        font-weight: bolder;
    }

    .section-page.shopcart form .form-control,
    .section-page.shopcart form .form-select {
        border-radius: 0;
    }

    .section-page.shopcart form .form-text {
        color: #aaa;
    }

    .section-page.shopcart .shipping-fee-content {
        border: 1px solid #eee;
        padding: 20px 15px;
        background-color: #fff;
        color: #222;
    }

    /*-- END 購物車 --------------------*/

    /*-- END page --------------------*/

    /*-- START case --------------------*/

    .case-img-item .pic-item {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
    }

        .case-img-item .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(0.95);
            transition: all 0.2s ease-in-out;
        }

        .case-img-item .pic-item:hover img {
            transform: scale(1);
        }

    .section-contact {
        padding-top: 40px;
    }





        .section-contact .btn-send {
            background-color: #d5d8c6;
            color: #3a4b2a;
            padding: 10px 60px;
            display: inline-block;
            border-radius: 25px;
            transition: all 0.2s ease-in-out;
            border: none;
        }

            .section-contact .btn-send:hover {
                color: #d5d8c6;
                background-color: #3a4b2a;
            }

            .section-contact .btn-send.disabled {
                background-color: #6c757d;
                color: #fff;
                pointer-events: none;
                opacity: 0.65;
            }

        .section-contact .verify-item {
            display: flex;
            align-items: center;
        }

            .section-contact .verify-item img {
                height: 38px;
                margin-right: 1px;
                opacity: 0.2;
            }


    /*-- END case --------------------*/


    /*-- START MENU --------------------*/
    .nav-item-dropdown:hover .dropdown-item-ja-l1 {
        display: none;
    }

    @media (min-width: 1200px) {
        .nav-item-dropdown:hover .dropdown-item-ja-l1 {
            display: block;
        }
    }

    .nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
        display: block;
    }

    .nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
        display: block;
    }

    .btn-label {
        color: #fff;
        cursor: pointer;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .btn-label i {
            padding: 5px;
        }

    .dropdown-btn {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        color: #3a4b2a;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 50px;
        height: 50px;
        opacity: 99999;
        /* pointer-events: none; */
    }

        .dropdown-btn i {
            display: block;
            padding: 10px;
        }

    #search,
    #shopCart,
    #phoneProduct {
        display: none;
    }

        #product:checked ~ .phone-product,
        #shopCart:checked ~ .shopcart-item,
        #phoneProduct:checked ~ .phone-item {
            opacity: 1;
            visibility: visible;
        }

        #search:checked ~ .search-item,
        #phoneProduct:checked ~ .phone-item {
            transform: scale(1);
            opacity: 1;
            visibility: visible;
            display: block;
            z-index: 1100;
        }

    .size-right {
        right: 15px;
        font-size: 18px;
    }

    .phone-item {
        /* background: linear-gradient(to left, #E8E8E8, #DCDDD8); */
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 0;
        bottom: 0;
        height: 100vh;
        z-index: 1500;
        /*overflow-y: scroll;*/
        transition: all 0.3s ease;
        display: none;
    }

        .phone-item ul {
            list-style: none;
            padding-left: 0;
            /* background: #F6F6F6; */
            /*border-radius: 15px;*/
            /*overflow: hidden;*/
        }

        .phone-item li {
            background-color: #fff;
            margin: 0;
            /* border-bottom: 1px solid #D6D6D6; */
        }

        .phone-item ul li a {
            color: #909986;
            font-size: 15px;
            color: #222;
            display: block;
            border-bottom: 2px dashed #eee;
            text-align: center;
            padding: 10px 15px;
            position: relative;
        }

            .phone-item ul li a::after {
                content: '';
                position: absolute;
                bottom: -15%;
                left: 50%;
                background-image: url(../img/index/bar-icon.png);
                background-repeat: no-repeat;
                background-size: 65px 8px;
                background-position: center bottom;
                width: 100%;
                height: 100%;
                opacity: 0;
                transform: translateX(-50%);
                transition: all 0.2s ease-in-out;
            }

            .phone-item ul li a:hover {
                /* border-bottom: 2px solid#aaa; */
                color: #909986;
            }

                .phone-item ul li a:hover:after {
                    opacity: 1;
                }

    #product:checked ~ .phone-item {
        display: block;
    }

    @media (min-width: 1200px) {
        .phone-item {
            display: none !important;
        }
    }

    .close-title {
        font-weight: bolder;
        display: block;
        z-index: 1501;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.2s ease;
        color: #909986;
        padding: 1.5rem 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .close-title:hover {
            color: #909986;
            transform: translateX(-10px);
        }

    .phone-item .accordion-item {
        background-color: transparent;
        border: 1px solid transparent;
    }

    .phone-item .accordion-button {
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        flex-grow: 1;
        padding: 14px 15px !important;
        color: #fff;
    }

        .phone-item .accordion-button:focus {
            box-shadow: none;
        }

.phone-item .phone-link-title {
    width: 100%;
    border: none;
    color: #222;
    font-size: 16px;
    transition: all 0.3s ease;
    padding-left: 15px;
    padding: 10px 0 10px 15px;
    background: #fff;
    border-bottom: 0;
}
.phone-item .phone-link-title:hover {
    color: #909986;
}

    .phone-item .phone-link-header {
        display: flex;
    border-bottom: 2px dashed #eee;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

.phone-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #fff;
}
.phone-item .accordion-body {

}
    .phone-item .accordion-body a {
        width: 100%;
        border: none;
        color: #222;
        font-size: 16px;
        transition: all 0.3s ease;
        padding-left: 15px;
        padding: 10px 0 10px 15px;
        background: #fff;
        border-bottom: 0;
        display: block;
        border-bottom: 2px dashed #eee;
    }
        .phone-item .accordion-body a:hover {
            color: #909986;
        }
    .icon-nav {
        width: auto;
    }

    .nav-bg .icon-nav .dropdown-menu {
        font-size: 17px;
        border-bottom: 1px solid #fff;
        padding: 0;
        outline: 0;
        background: #eee;
        border: 0;
        border-radius: 5px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        letter-spacing: 1.5px;
        transition: all 0.2s ease;
        overflow: hidden;
    }

    .nav-bg .icon-nav .dropdown-item,
    nav .scroll .dropdown-item {
        color: rgb(60, 15, 4);
        border-bottom: 1px solid #fff;
        padding: 10px 20px;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .nav-bg .icon-nav .dropdown-item:hover,
        .nav-bg .icon-nav .dropdown-item:focus,
        .nav-bg .icon-nav .dropdown-item:active,
        nav .scroll .dropdown-item:hover,
        nav .scroll .dropdown-item:focus,
        nav .scroll .dropdown-item:active {
            background: #ccc;
            color: rgb(60, 15, 4);
        }

    .nav-bg .icon-nav .dropdown-menu[data-bs-popper] {
        right: 0;
        left: auto;
        top: 52px;
    }

    /* 漢堡選單 */
    .hamburger {
        display: none;
        cursor: pointer;
    }

        .hamburger .line {
            width: 25px;
            height: 2.5px;
            background: #909986;
            border-radius: 25%;
            margin: 6px 0;
            transition: all 0.3s ease-in-out;
        }

        .hamburger.active .line:nth-child(1) {
            transform: translateY(11.2px) rotate(45deg);
        }

        .hamburger.active .line:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .line:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg);
        }

    @media (max-width: 1200px) {
        .hamburger {
            display: block;
        }
    }

    /*-- END MENU --------------------*/

    /*-- START Cookie --------------------*/
    #cookie-consent {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000000dc;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        z-index: 9999;
        display: none
    }

        #cookie-consent button,
        #cookie-consent a {
            background: #d5d9c3;
            color: #3a4b2a;
            border: 0;
            border-radius: 25px;
            padding: 10px 20px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: bolder;
            letter-spacing: 1.3px;
        }

    /*-- END Cookie --------------------*/

    .loading {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        background-image: linear-gradient(to right, #0a578e 0%, #0a578e 100%);
        z-index: 9999;
        opacity: 0.9;
        display: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }

    .sk-chase {
        width: 40px;
        height: 40px;
        position: relative;
        animation: sk-chase 2.5s infinite linear both;
    }

    .sk-chase-dot {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        animation: sk-chase-dot 2.0s infinite ease-in-out both;
    }

        .sk-chase-dot:before {
            content: '';
            display: block;
            width: 25%;
            height: 25%;
            background-color: #f3cf1c;
            border-radius: 100%;
            animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
        }

        .sk-chase-dot:nth-child(1) {
            animation-delay: -1.1s;
        }

        .sk-chase-dot:nth-child(2) {
            animation-delay: -1.0s;
        }

        .sk-chase-dot:nth-child(3) {
            animation-delay: -0.9s;
        }

        .sk-chase-dot:nth-child(4) {
            animation-delay: -0.8s;
        }

        .sk-chase-dot:nth-child(5) {
            animation-delay: -0.7s;
        }

        .sk-chase-dot:nth-child(6) {
            animation-delay: -0.6s;
        }

        .sk-chase-dot:nth-child(1):before {
            animation-delay: -1.1s;
        }

        .sk-chase-dot:nth-child(2):before {
            animation-delay: -1.0s;
        }

        .sk-chase-dot:nth-child(3):before {
            animation-delay: -0.9s;
        }

        .sk-chase-dot:nth-child(4):before {
            animation-delay: -0.8s;
        }

        .sk-chase-dot:nth-child(5):before {
            animation-delay: -0.7s;
        }

        .sk-chase-dot:nth-child(6):before {
            animation-delay: -0.6s;
        }

    @keyframes sk-chase {
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes sk-chase-dot {

        80%, 100% {
            transform: rotate(360deg);
        }
    }

    @keyframes sk-chase-dot-before {
        50% {
            transform: scale(0.4);
        }

        100%, 0% {
            transform: scale(1.0);
        }
    }


    /* START search ----------------------------- */
    .search-item {
        position: fixed;
        top: 81px;
        width: 100%;
        opacity: 0;
        transform: scale(0.7);
        visibility: hidden;
        transition: -webkit-transform 0.2s ease 0s, -moz-transform 0.2s ease 0s, -o-transform 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
        z-index: 0;
    }

    @media (min-width: 1200px) {
        .search-item {
            top: 121px;
        }
    }

    .search-item .search-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-color: #909986;
        /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
    }

        .search-item .search-box button {
            color: #fff;
        }

    /* END search ----------------------------- */


    /* START shopcart ----------------------------- */
    .shopcart-item {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        position: fixed;
        top: 81px;
        right: 5%;
        background-color: #fff;
        z-index: 1091;
        overflow-y: scroll;
        overscroll-behavior: contain;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        border-radius: 5px;
        max-width: 390px;
        width: 100%;
    }

    @media (min-width: 1200px) {
        .shopcart-item {
            top: 121px;
        }
    }

    .shopcart-item::-webkit-scrollbar {
        width: 10px;
    }

    .shopcart-item::-webkit-scrollbar-button {
        background: transparent;
        background-color: #ffffff69;
    }

    .shopcart-item::-webkit-scrollbar-track-piece {
        background-color: #ffffff69;
    }

.shopcart-item::-webkit-scrollbar-thumb {
    background-color: #8E9784;
}

    .shopcart-item .ul-shop-item {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        /* height: 390px; */
        width: 100%;
    }

    .shopcart-item ul {
        list-style: none;
        padding-left: 0;
        padding: 0 15px 15px 15px;
        padding-bottom: 40px;
        position: relative;
        margin-bottom: 0;
    }

    .shopcart-item .btn-remove-cart {
        font-size: 14px;
        color: #262b2f;
    }

    .shopcart-item .shop-list a {
        font-size: 15px;
        color: #262b2f;
    }

        .shopcart-item .shop-list a:hover {
            color: #0376c1;
        }

    .shopcart-item .shop-list {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

        .shopcart-item .shop-list + .shop-list {
            border-top: 1px solid #e5e5e5;
            padding: 15px 0;
        }

        .shopcart-item .shop-list .text-item {
            width: 180px;
            padding-left: 5px;
        }
            .shopcart-item .shop-list .text-item p {
                font-size: 15px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
            }

    .shopcart-item .head-item,
    .shopcart-item .foot-item {
        right: 0;
        left: 0;
        background: #fff;
    }

    .shopcart-item .head-item {
        position: sticky;
        top: 0;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        color: #262b2f;
    }

    .shopcart-item .foot-item {
        position: absolute;
        bottom: 0;
    }

    .shopcart-item .img-item {
        position: relative;
        width: 20%;
        padding-bottom: 20%;
        overflow: hidden;
    }

        .shopcart-item .img-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .shopcart-item.text-item {
        flex-grow: 1;
        padding: 0 5px;
    }

    .shopcart-item .btn-item {
        cursor: pointer;
    }

    @media (min-width: 576px) {
        .shopcart-item {
            right: 9%;
        }
    }

    @media (min-width: 992px) {
        .shopcart-item {
            right: 5%;
        }
    }

    @media (min-width: 1400px) {
        .shopcart-item {
            right: 10%;
        }
    }

    @media (min-width: 1800px) {
        .shopcart-item {
            right: 16%;
        }
    }

    .null-item label {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #00000000;
        font-size: 15px;
        color: #262b2f;
    }

        .null-item label div {
            position: absolute;
            top: 81px;
            right: 50%;
            transform: translateX(50%);
            background-color: #fff;
            width: 90%;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            padding: 15px 25px;
        }

    @media (min-width: 576px) {
        .null-item label div {
            right: 10%;
            transform: translateX(0);
            width: 390px;
        }
    }

    @media (min-width: 1200px) {
        .null-item label div {
            top: 121px;
        }
    }

    /* END shopcart ----------------------------- */

    .index-banner {
        background-color: #66CDAA;
        min-height: calc(100vh - 41px);
        position: relative;
    }

        .index-banner .text-banner {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-weight: bolder;
        }

    .btn-line,
    .btn-line:hover {
        background: #06C152;
        color: #fff;
        border: 0;
        width: 100px;
    }

    .btn-ig,
    .btn-ig:hover {
        background: linear-gradient(25deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888, #a618a6, #8619c3, #5e1fc5);
        color: #fff;
        border: 0;
        width: 100px;
    }

    .btn-fb,
    .btn-fb:hover {
        color: #fff;
        background: #0866FF;
        border: 0;
        width: 100px;
    }