﻿html {
    scroll-behavior: smooth;
/*    overflow-x: hidden;*/
    scroll-padding-top: 160px;
}

body {
    padding-right: 0px !important;
    font-size: 16px;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    letter-spacing: 1px;
    position: relative;
    min-height: 100vh;
    color: #464646;
}

@media (max-width: 576px) {
    .article-img {
        width: 100%;
    }
}

/* ---- material symbols setting ---- */
.material-symbols-outlined {
    font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'20, 'size'16
}

    .material-symbols-outlined.fill {
        font-variation-settings: 'FILL'1, 'wght'700, 'GRAD'0, 'opsz'20
    }

.fs-16 {
    font-size: 16px;
}

/* ---- material symbols setting end ---- */
/* ---- color root ---- */
:root {
    --main-color: #f6b630;
    --dark-color: #1b1b1b;
    --vice-color: #666666;
    --red-color: #ff2f2f;
    --green-color: #4CAF50;
}

/* ---- color root end ---- */
/* ---- basic setting ---- */
.section-page {
    padding: 80px 0;
}

@media (max-width: 992px) {
    .section-page {
        padding: 40px 0;
    }
}

.modal {
    padding-right: 0px !important;
}

@media (min-width: 576px) {
    #pdtOptModal .modal-dialog {
        max-width: 650px !important;
        margin: 1.75rem auto;
    }
}

@media (max-width: 480px) {
    #pdtOptModal .modal-dialog {
        max-width: 450px !important;
        margin: 15px 15px;
    }
}

.modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 576px) {
    .modal-content {
        padding: 1.5rem 1rem;
    }
}

.modal-xmark {
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--main-color);
}

.modal-t {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--dark-color);
    position: relative;
    text-align: center;
}

    .modal-t.dark {
        color: var(--vice-color);
    }

.modal-icon {
    display: block;
    width: 55px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.modal-ct {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    color: #666;
}

@media (max-width: 768px) {
    .modal-t {
        font-size: 18px;
    }

    .modal-icon {
        width: 35px;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}


    a:hover {
        text-decoration: none;
        outline: 0;
        color: var(--main-color);
        cursor: pointer;
    }

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
select,
textarea,
button {
    border-radius: 0;
    outline: none;
}

    input:active,
    select:active,
    textarea:active,
    button:active,
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }

button {
    border: none;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    background-color: #fff;
    color: #333;
    height: 30px;
    line-height: 20px;
    background-image: url(../img/select-icon.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 12px;
}

/* 隱藏數字箭頭 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fm-group {
    margin-bottom: 10px;
}

    .fm-group label {
        display: block;
        color: #101010;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .fm-group textarea,
    .fm-group input,
    .fm-group select {
        color: #555;
        letter-spacing: 1.5px;
        width: 100%;
        font-size: 16px;
        padding: 5px 10px !important;
        background-color: #fff;
        border: 1px solid #dedede;
        transition: .3s ease;
        border-radius: 5px;
    }

    .fm-group input,
    .fm-group select {
        height: 35px;
    }

        .fm-group textarea::placeholder,
        .fm-group input::placeholder {
            color: #ccc;
        }

        .fm-group textarea:disabled,
        .fm-group input:disabled,
        .fm-group select:disabled {
            opacity: 1;
            background-color: #eee;
            color: #999;
            border: none;
            padding: 6px !important;
        }

.fm-btn {
    height: 100%;
    display: flex;
    align-items: end;
}

    .fm-btn .btn {
        background-color: var(--main-color);
        color: #fff;
        border: none;
        height: 35px;
        padding: 0 15px;
        margin: 0;
        border-radius: 5px;
        letter-spacing: 2px;
    }

        .fm-btn .btn:hover {
            transform: none;
            color: #fff;
        }

.checkbox {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 10px 0;
}

    .checkbox input[type='checkbox'] {
        width: 20px;
        height: 10px;
        margin: 0 10px 0 0;
        position: relative;
    }

        .checkbox input[type='checkbox']::before {
            position: absolute;
            top: -7px;
            left: -1px;
            width: 22px;
            height: 22px;
            content: '';
            display: block;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
            transition: .3s ease;
        }

        .checkbox input[type='checkbox']::after {
            position: absolute;
            top: -6.5px;
            left: -1px;
            width: 22px;
            height: 22px;
            content: '\e5ca';
            font-family: 'Material Symbols outlined';
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            color: var(--main-color);
            opacity: 0;
            transition: .3s ease;
        }

        .checkbox input[type='checkbox']:checked:before,
        .checkbox input[type='checkbox']:checked:after {
            opacity: 1;
            border-color: rgba(208, 178, 130, 0.3);
        }

    .checkbox label {
        margin: 0;
        letter-spacing: 2px;
        color: #fff;
        transition: .3s ease;
    }

    .checkbox input[type='checkbox']:checked + label {
        color: #fff;
    }

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

/* bg */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-image: url(../img/bg.svg);
}

.bg2 {
    background-image: url(../img/bg.png);
    background-position: center bottom;
    background-size: cover;
}

.bg-g {
    background: #f3f3f3;
}

.bg3 {
    background-image: url(../img/bg3.svg);
}

.bg4 {
    background-image: url(../img/bg4-01.png);
    background-size: cover;
    min-height: 700px;
    background-position: bottom;
    /*opacity: 0.2;
    background-color: #ffa759a3;*/
}

[class*=main-bg] {
    background: var(--main-color);
}

/* text */
[class*=-h2] {
    font-size: 40px;
}

[class*=-h3] {
    font-size: 30px;
}

[class*=-h4] {
    font-size: 20px;
}

[class*=-h5] {
    line-height: 30px;
    font-size: 16px;
}

[class*=-h6] {
    line-height: 30px;
    font-size: 15px;
}

[class*=-smtext] {
    font-size: 14px;
}

[class*=white-] {
    color: #fff;
}

[class*=dark-] {
    color: #261b19;
}

[class*=gray-] {
    color: #6c757d;
}

[class*=green] {
    color: var(--green-color);
}

[class*=red] {
    color: var(--red-color);
}

[class*=main-] {
    color: var(--main-color);
}

[class*=gold-] {
    color: var(--dark-color);
}


[class*=notice-] {
    color: var(--red-color);
}

[class*=-lighter] {
    font-weight: 300;
}

[class*=-bolder] {
    font-weight: 600;
}

[class*=-xlbolder] {
    font-weight: 800;
}

[class*=-ls0] {
    letter-spacing: 0;
}

[class*=-ls1] {
    letter-spacing: 1px;
}

[class*=-ls2] {
    letter-spacing: 2px;
}

[class*=-ls3] {
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    [class*=-h2] {
        font-size: 30px;
    }

    [class*=-h3] {
        font-size: 25px;
    }

    [class*=-h4] {
        font-size: 18px;
    }
}

/* line */
.line-small {
    display: block;
    width: 80px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 17px;
}

.line-big {
    display: block;
    width: 80px;
    border: 3px solid #eee;
    margin: 15px 0 17px;
}

/* btn */
.btn-list {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
}

.btn {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    width: fit-content;
    padding: 4px 15px;
    margin-left: 8px;
    border-radius: 5px;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn:focus {
        box-shadow: none;
    }

    .btn:hover {
        transform: translateY(-3px);
        color: #fff;
    }

    .btn .material-symbols-outlined {
        font-size: 20px;
    }

.btn-cancel {
    color: #aaa;
    border-bottom-color: #ccc;
}

    .btn-cancel:hover {
        color: #999;
        border-bottom-color: #ccc;
    }

.modal .btn {
    background-color: var(--main-color);
    border: none;
    color: #fff;
    padding: 5px 15px 5px 13px;
    border-radius: 5px;
    letter-spacing: 2px;
}

.modal .btn-cancel {
    background-color: #ccc;
}

.modal .btn-delete {
    background-color: var(--red-color);
}

.modal .btn:hover {
    transform: none;
    opacity: .8;
}

.input-btn-flex {
    display: flex;
    height: 35px;
    align-items: center;
}

    .input-btn-flex input {
        height: 100%;
        border-right: none;
        border-radius: 5px 0px 0px 5px;
    }

    .input-btn-flex button {
        width: 100px;
        min-width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--main-color);
        border-radius: 0 5px 5px 0;
        color: #fff;
        letter-spacing: 2px;
    }

.header-btn {
    background: #ffffff;
    border: 1px solid #f6b630;
    border-radius: 6px;
    color: #f6b630;
}

    .header-btn:hover {
        background: #f6b630;
        color: #fff;
    }

header .nav-menu li:hover > a.header-btn {
    color: #fff;
}

.header-btn img {
    width: 20px;
    margin-right: 5px;
}

.search {
    border: none;
    border-bottom: 1px solid #333;
    width: 150px;
    padding: 0 5px;
}

@media (max-width: 992px) {
    .search {
        border: none;
        border-bottom: none;
        width: 165px;
        padding: 0 5px;
        background: none;
        color: #fff;
    }
}

.small-gutter {
    margin-right: -8px;
    margin-left: -8px;
}

    .small-gutter [class*=col-] {
        padding-left: 8px;
        padding-right: 8px;
    }

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 25px;
}

/* ---- basic setting end ---- */
/* ---- gotop ---- */
.gotop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

    .gotop img {
        width: 50px;
        display: block;
    }

@media (max-width: 992px) {
    .gotop {
        bottom: 70px;
    }
}

@media (max-width: 768px) {
    .gotop {
        right: 10px;
    }

        .gotop img {
            width: 45px;
        }
}

/* ---- gotop end ---- */
/* ---- right link ---- */
.right-link {
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 10;
}

    .right-link li a {
        display: flex;
        align-items: center;
        color: #fff;
        width: fit-content;
        height: 40px;
        background-color: #fff;
        box-shadow: 3px 3px 0px rgba(208, 178, 130, 0.6);
        border: 1px solid var(--main-color);
        border-radius: 5px;
        margin: 0 0 0 auto;
        padding: 20px 8px;
        transition: .3s ease;
    }

    .right-link li:not(:last-of-type) a {
        margin: 0 0 15px auto;
    }

    .right-link li img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .right-link li img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

@media (max-width: 992px) {
    .right-link {
        bottom: 130px;
    }
}

@media (max-width: 768px) {
    .right-link li a {
        padding: 2px 8px;
    }

    .right-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .right-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
}

.cart-icon {
    position: relative;
}

.cart-num {
    position: absolute;
    display: block;
    right: 3px;
    top: -12px;
    width: 20px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    color: #ff1414;
}

.cart-num-md {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    padding: 0 0 0 1px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    font-size: 13px;
    background-color: #fff;
    color: var(--main-color);
}

.search-nav {
    width: 0px;
    margin-right: 0px;
    transition: .3s ease;
}

    .search-nav input {
        width: 100%;
        border-radius: 10px;
        border: 0px solid rgba(208, 178, 130, 0.5);
        transition: .3s ease;
        padding: 2px 12px;
        font-size: 16px;
        letter-spacing: 1px;
    }

.search-icon.active .search-nav {
    width: 200px;
    margin-right: 10px;
}

    .search-icon.active .search-nav input {
        border-width: 1px;
    }

/* ---- right link end ---- */

/* ---- top link ---- */

.top-link {
    position: fixed;
    right: 250px;
    top: 15px;
    z-index: 9999;
    display: flex;
}

    .top-link li a {
        display: flex;
        align-items: center;
        color: #fff;
        width: fit-content;
        height: 36px;
        /*background-color: #fff;
    box-shadow: 3px 3px 0px rgba(208, 178, 130, 0.6);
    border: 1px solid var(--main-color);
    border-radius: 5px;*/
        margin: 0 0 0 auto;
        padding: 17px 7px;
        transition: .3s ease;
    }

    .top-link li a {
        margin: 0 10px;
    }

    .top-link li img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }


@media (max-width: 992px) {
    .top-link {
        top: 13px;
        right: 65px;
    }
}

@media (max-width: 768px) {
    .top-link li a {
        padding: 2px 5px;
        position: relative;
    }

    .top-link li:not(:last-of-type) a {
        margin: 0 0 0 10px;
    }

    /* .top-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }*/


}

/* ---- top link end ---- */

/* ---- bottom link ---- */
.bottom-link {
    display: none;
}

@media (max-width: 992px) {
    .bottom-link {
        display: flex;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--main-color);
        /*box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.08);*/
    }
}

.bottom-link li {
    width: calc(100% / 2);
}

    .bottom-link li a {
        display: flex;
        height: 50px;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .bottom-link li:not(:last-of-type) a {
        border-right: 1px solid #fff;
    }

    .bottom-link li a img {
        width: 20px;
        object-fit: contain;
        margin-right: 10px;
    }

    .bottom-link li a span {
        display: block;
        height: 25px;
    }

@media (max-width: 576px) {
    .bottom-link li a {
        font-size: 18px;
    }

        .bottom-link li a img {
            width: 25px;
        }
}

/* ---- bottom link end ---- */
/* ---- header ---- */
header {
    height: 75px;
    position: relative;
    background: #fff;
}

@media (max-width: 992px) {
    header {
        height: 75px;
    }
}

.fixed-top {
    padding-right: 0px !important;
    background: #fff;
    transition: .3s ease;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 20%);
}


.logo {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .logo img {
        object-fit: contain;
        width: 100%;
    }

@media (max-width: 1440px) and (min-width: 1200px) {

    .logo a {
        display: flex;
        justify-content: center;
        width: 300px;
        min-width: 300px;
    }
}



@media (max-width: 992px) {
    .logo {
        width: 90%;
        min-width: unset;
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .logo img {
        width: 75%;
    }
}

.member-icon {
    width: 55px;
    height: 23px;
    position: relative;
}

    .member-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.member-nav {
    display: none;
    position: absolute;
    width: 120px;
    height: fit-content;
    background-color: #fffcfc;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgb(247 194 8 / 30%);
    right: 0;
    top: 100%;
}

    .member-nav.active {
        animation: memberNavFadeIn .5s ease 0ms 1 both;
        display: block;
    }

@keyframes memberNavFadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.member-nav ul {
    padding: 10px 20px;
}

    .member-nav ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 2px 0;
        letter-spacing: 2px;
        color: var(--vice-color);
        font-weight: 400;
    }

    .member-nav ul li:hover a {
        color: var(--main-color);
    }

header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

@media(min-width: 992px) {
    header .nav-menu > ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}

header .nav-menu > ul > li {
    white-space: nowrap;
    list-style: none;
    height: 75px;
    display: flex;
    align-items: center;
}

header .nav-menu a {
    display: block;
    padding: 0 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
}

header .nav-menu > ul > li > a {
    display: flex;
    align-items: center;
    /*height: 100%;*/
    padding: 2px 15px;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

header .nav-menu .active > a,
header .nav-menu li:hover > a {
    color: var(--main-color);
    text-decoration: none;
}








/* 第一層選單hover效果 */
header .nav-menu .drop-down ul li {
    min-width: 180px;
    width: auto;
    position: relative;
}

header .nav-menu .drop-down ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: none;
    color: #333;
    border-bottom: 1px solid #dbdbdb;
}

    header .nav-menu .drop-down ul a:hover,
    header .nav-menu .drop-down ul .active > a,
    header .nav-menu .drop-down ul li:hover > a {
        color: var(--main-color);
    }


/*header .nav-menu .drop-down ul a::before {
    content: '-';
    display: block;
    margin-right: 10px;
}*/
/*
header .nav-menu .drop-down > a:after {
    content: "\eac8";
    font-family: IcoFont;
    padding-left: 5px;
}
*/

/* 選單hover效果 */
header .nav-menu > ul > .drop-down:hover > ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    animation-name: header-animate;
    animation-duration: .7s;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}


@keyframes header-animate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header .nav-menu .drop-down {
    position: relative;
}

    header .nav-menu .drop-down ul {
        display: none;
        position: absolute;
        width: auto;
        left: -50%;
        min-height: unset;
        top: 100%;
        height: auto;
        z-index: -1;
        transition: ease all 0.3s;
        list-style: none;
        background-color: #fff;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 2px 8px -2px #e8e8e8;
    }

        header .nav-menu .drop-down ul ul {
            position: absolute;
            left: 100%;
            top: 0;
            display: none;
        }

.drop-down ul li:hover > ul {
    display: block;
    display: block;
    left: 100%;
    top: 0;
    z-index: 999;
}




.mobile-nav {
    position: fixed;
    top: 75px;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    width: 280px;
    transition: 0.4s;
    right: -280px;
    align-items: center;
    background-color: var(--dark-color);
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav {
        top: 75px
    }
}

.mobile-nav::-webkit-scrollbar {
    width: 7px;
}

.mobile-nav::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.mobile-nav::-webkit-scrollbar-track-piece {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul {
    display: block;
    width: 100%;
}

    .mobile-nav ul li {
        width: 100%;
    }

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 20px;
    font-weight: 500;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .mobile-nav a {
        margin-left: auto;
    }
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.mobile-nav > ul > li > a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav .drop-down > a:after {
    content: "\e5cf";
    font-family: "Material Symbols outlined";
    margin-left: 5px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    margin: 10px 0;
}

.mobile-nav .drop-down li {
    margin-left: 20px;
}

    .mobile-nav .drop-down li a {
        padding: 8px 15px;
    }

.mobile-nav .sns-link-t {
    padding: 35px 20px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.mobile-nav .sns-link {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

    .mobile-nav .sns-link li {
        width: fit-content;
        margin-right: 10px;
    }

    .mobile-nav .sns-link a {
        padding: 0;
    }

        .mobile-nav .sns-link a img {
            display: block;
            width: 30px;
        }

.mobile-nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* right: 25px;*/
    right: 0px;
    top: 0px;
    z-index: 1033;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
    width: 70px;
    height: 70px;
}

.header-btn2 {
    background: #fff;
    color: #f6b630;
    border: none;
    padding: 4px 0px;
    margin-right: 20px;
}

    .header-btn2 .material-symbols-outlined {
        font-size: 30px;
    }

@media (min-width: 1200px) and (max-width: 1440px) {
}

@media (max-width: 992px) {
    .mobile-nav-toggle {
        width: 75px;
        height: 75px;
    }
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--main-color);
    transition: .3s ease;
}

    .mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
        margin: 7px 0;
    }

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(6px) translateX(5px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1031;
    top: 75px;
    right: 0;
    position: fixed;
    opacity: 1;
    background-color: rgba(208, 178, 130, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav-overly {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav-overly {
        top: 75px;
    }
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        display: block;
        padding: 30px 20px;
        right: 0;
    }

/* ---- header end ---- */
/* ---- banner ---- */
.carousel-control-next-icon {
    background-image: url(../img/banner-next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/banner-prev.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    top: 30%;
    left: 10%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #393939;
    text-align: left;
    padding: 20px 15px;
    height: fit-content;
}

    .carousel-caption h1 {
        font-size: 50px;
        color: #393939;
        margin-bottom: 10px;
        font-weight: 600;
        /*text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);*/
        animation-delay: 1s;
    }

        .carousel-caption h1 .desc {
            font-weight: 500;
            font-size: 22px;
        }

    .carousel-caption p {
        font-size: 30px;
        /*text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);*/
        animation-delay: 2s;
    }

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-item img {
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel-item img {
        /* min-height: 350px;*/
    }

    .carousel-caption {
        top: 25%;
    }

        .carousel-caption h1 {
            font-size: 45px;
        }
}

@media (max-width: 768px) {
    .carousel-caption {
        padding: 20px 15px;
        top: 26%;
        /*
        bottom: 40px;*/
        /*background: rgb(33, 33, 33);
        background: linear-gradient(90deg, rgba(208, 178, 130, 0.5) 50%, rgba(255, 255, 255, 0) 100%);*/
    }

        .carousel-caption h1 {
            font-weight: 400;
            font-size: 35px;
        }

            .carousel-caption h1 .desc {
                font-size: 16px;
            }

        .carousel-caption p {
            font-size: 22px;
        }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 15px;
    }
}

@-webkit-keyframes bannerZomm {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.15, 1.15);
    }
}

@keyframes bannerZomm {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.15, 1.15);
    }
}

/*.carousel-inner .carousel-item>img {
    -webkit-animation: bannerZomm 15s;
    animation: bannerZomm 15s;
}*/

/* ---- banner end ---- */
/* ---- breadcrumb ---- */
.breadcrumb {
    justify-content: start;
    margin: 0;
    padding: 8px 0;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '|';
    color: #ddd;
}

.breadcrumb-item a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #999;
    height: 100%;
    display: flex;
    align-items: center;
}

    .breadcrumb-item a img {
        width: 20px;
        display: block;
        margin-right: 5px;
    }

.breadcrumb-item.active a {
    color: var(--main-color);
}

/* ---- breadcrumb end ---- */
/* ---- pagination ---- */
.pagination {
    justify-content: center;
    margin: 10px 0;
}

    .pagination li {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid #f6b630;
        color: #aaa;
        width: 30px;
        height: 30px;
        margin: 0 6px;
        border-radius: 5px;
        transition: .3s ease;
        background: #fff;
    }

        .pagination li.active,
        .pagination li:hover {
            background-color: rgba(208, 178, 130, 0.7);
            background-color: var(--main-color);
            border-color: transparent;
            color: #fff;
        }

            .pagination li.active a,
            .pagination li:hover a {
                color: #fff;
            }

        .pagination li .material-symbols-outlined {
            font-size: 20px;
        }

/* ---- pagination end ---- */
/* ---- inbanner ---- */
.inbanner {
    position: relative;
    height: 200px;
}

    .inbanner img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

.inbanner-caption {
    position: absolute;
    width: 100%;
    top: 25%;
}

.inbanner h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 40px;
}

@media (max-width: 992px) {
    .inbanner h1 {
        font-size: 40px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .inbanner {
        height: 150px;
    }

        .inbanner img {
            height: 150px;
        }

    .inbanner-deco {
        height: 330px !important;
        object-position: 98%;
    }

    .inbanner h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .inbanner h1 {
        font-size: 28px;
    }

    .inbanner-deco {
        height: 300px !important;
        object-position: 98%;
    }
}

/* ---- inbanner end ---- */
/* ---- category ---- */
/* ---- category end ---- */
/* ---- index ---- */
.index-adv-t {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}

    .index-adv-t img {
        width: 120px;
        display: block;
        margin-right: 10px;
    }

.index-adv-desc {
    padding: 20px 130px;
}

@media (max-width: 992px) {
    .index-adv-desc {
        padding: 20px 50px;
    }
}

@media (max-width: 576px) {
    .index-adv-t {
        flex-wrap: wrap;
    }

        .index-adv-t img {
            width: 100%;
            height: 60px;
            object-fit: contain;
            text-align: center;
        }

    .index-adv-desc {
        padding: 20px 0;
    }
}

.adv-img-link {
    position: relative;
}

    .adv-img-link::after {
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        content: 'MORE';
        color: #fff;
        outline: 1px solid #fff;
        outline-offset: 10px;
        background-color: rgba(208, 178, 130, 0.8);
        transform: scale(0) rotate(-30deg);
        transition: .5s ease;
    }

    .adv-img-link:hover::after {
        transform: scale(1);
    }

@media (max-width: 768px) {
    .adv-img-link::after {
        transform: scale(1);
        top: unset;
        left: unset;
        bottom: -30px;
        right: 15px;
        width: 80px;
        height: 80px;
        content: '\ea03';
        font-size: 40px;
        font-family: 'Material Symbols outlined';
    }
}

@media (max-width: 576px) {
    .adv-img-link::after {
        transform: scale(1);
        top: unset;
        left: unset;
        bottom: -30px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        outline-offset: 5px;
    }
}

.sec-ti {
    color: var(--main-color);
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
}


/*.sec-ti:before {
    position: absolute;
    content: '';
    background: transparent;
    height: 5px;
    width: 120px;
    bottom: 0;
    left: 0;
    background-image: url(../img/ti-bg.webp);
    background-size: 100% 100%;
}*/
.service-card img {
    transition: transform 0.3s ease;
}

.service-card:hover img {
    transform: translateY(-8px);
}

.service-card:hover h5 {
    color: var(--main-color);
}

@media (max-width: 576px) {
    .service-card h5 {
        font-size: 16px
    }
}

/* ---- index end ---- */


/*------ service -----*/


.filter-box {
}

.filter-list {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

    .filter-list:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

    .filter-list .flt-t {
        color: var(--main-color);
        min-width: 100px;
        letter-spacing: 2px;
        width: 100px;
    }

@media (max-width: 992px) {
    .filter-list {
        flex-wrap: wrap;
    }

        .filter-list .flt-t {
            min-width: unset;
            width: 100%;
            margin: 0 10px 15px;
            font-weight: 800;
            font-size: 18px;
        }
}

.filter-list .flt-opt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .filter-list .flt-opt li {
        display: flex;
        align-items: center;
        margin: 0px 10px;
    }

@media (max-width: 992px) {
    .filter-list {
        padding: 15px 0 10px;
    }

        .filter-list .flt-opt li {
            margin: 0 10px 15px;
        }
}

.filter-list .flt-opt li label {
    line-height: 15px;
    display: block;
    letter-spacing: 1.5px;
    transition: .3s ease;
}

    .filter-list .flt-opt li label:hover {
        cursor: pointer;
    }

.filter-list .flt-opt li input[type='checkbox'] {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

    .filter-list .flt-opt li input[type='checkbox']::before {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 1;
        transition: .3s ease;
    }

    .filter-list .flt-opt li input[type='checkbox']:checked:before {
        background-color: rgb(246 182 48);
        border-color: rgba(90, 156, 123, 0.2);
    }

    .filter-list .flt-opt li input[type='checkbox']:checked + label {
        color: var(--main-color);
    }


.store {
    display: flex;
    padding: 25px;
    align-items: center;
    border: 1px solid #f6b630;
    border-radius: 12px;
}

.tag {
    background: #f6b630;
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 12px;
    font-size: 14px;
    margin-right: 10px;
}

.s-price {
    font-size: 20px;
    color: #f6b630;
    font-weight: 700;
    margin-bottom: 20px;
}

.more-btn {
    display: flex;
    align-items: center;
    background: #f6b630;
    border: 1px solid #f6b630;
    border-radius: 30px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 45px;
    justify-content: center;
    margin: 30px 0px 0px 0px;
    padding: 0px 30px;
    max-width: 100%;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    float: right;
    color: #fff;
}

.arrow {
    align-items: center;
    background: #FFFFFF;
    color: #212529;
    border-radius: 50%;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 24px;
    justify-content: center;
    margin: 0px 0px 0px 14px;
    width: 24px;
    max-width: calc(100% - 14px);
    transition: transform 0.3s ease;
}

.more-btn:hover {
    background: #FFFFFF;
    color: #f6b630;
}

    .more-btn:hover .arrow {
        color: #FFFFFF;
        opacity: 1;
        transform: translate(0px, 0px);
        background: #f6b630;
        transform: translateX(5px);
    }

.table {
    background: #fff;
    color: #333;
}

.table-bordered thead th {
    border-bottom-width: 2px;
    color: #fff;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.table-bordered {
    border: 1px solid #f6b630;
}

@media (max-width: 768px) {
    .store {
        display: inline-block;
        padding: 25px 0;
    }

        .store img {
            width: 85%;
        }

    .xs-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .s-price {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .more-btn {
        margin: 0;
        padding: 0px 20px;
        height: 38px;
    }
}

@media (max-width: 992px) {
    .xs-none {
        display: none;
    }
}

/*------service end-----*/

/*---- sidenav-t7 ----- */

.sidenav-t7 > li {
    position: relative;
}

    .sidenav-t7 > li::after {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        background-color: #f8f8f8;
        top: 0;
        left: 0;
        z-index: -2;
    }

    .sidenav-t7 > li > a {
        font-size: 18px;
        font-weight: 700;
        padding-left: 20px;
    }

    .sidenav-t7 > li.active > a,
    .sidenav-t7 > li:hover > a {
        background-color: var(--main-color);
        color: #fff;
    }

    .sidenav-t7 > li ul {
        margin-top: 0;
    }

        .sidenav-t7 > li ul li {
            position: relative;
        }

            .sidenav-t7 > li ul li::after {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: #a3a3a3;
                z-index: -1;
                opacity: .1;
                transition: all .3s ease;
            }

            .sidenav-t7 > li ul li:hover a,
            .sidenav-t7 > li ul li.active a {
                color: var(--main-color)
            }

            .sidenav-t7 > li ul li:hover::after,
            .sidenav-t7 > li ul li.active::after {
                background-color: var(--main-color);
            }

/*---- sidenav-t7 end ----- */





/* ---- pdt ---- */


.pdt-box {
    position: relative;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.pdt-img {
    border-radius: 5px;
    transition: .5s ease;
}

.pdt-box:hover .pdt-img {
    transform: scale(1.1);
    border-radius: 5px;
}

.pdt-t {
    font-size: 16px;
    padding: 5px 0;
    color: var(--dark-color);
    text-align: center;
    letter-spacing: 0.5px;
}

.pdt-price {
    padding: 0px 0 5px;
    color: var(--dark-color);
    letter-spacing: 0px;
    text-align: center;
}

    .pdt-price.onsale {
        font-weight: 600;
        color: var(--red-color);
        letter-spacing: 0px;
    }

        .pdt-price.onsale s {
            color: #999;
            font-size: 14px;
            font-weight: 400;
            margin-left: 5px;
        }

.pdt-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--dark-color);
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid var(--dark-color);
}

    .pdt-buy .material-symbols-outlined {
        font-size: 20px;
    }

    .pdt-buy:visited,
    a.pdt-buy:hover {
        background-color:;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .pdt-buy.soldout,
    .pdt-buy.soldout:hover {
        background-color: #c3c3c3;
        color: #fff;
        border: 1px solid #c3c3c3;
    }

.numCounter {
    margin: 0px 0px 10px;
    display: flex;
    align-items: center;
    height: 30px;
}

    .numCounter input[type='button'] {
        border: 1px solid #e2e2e2;
        width: 50px;
        min-width: 35px;
        height: 35px;
        background-color: rgb(226 226 226);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #313131;
        font-size: 22px;
    }

.numMinus {
    border-radius: 5px 0 0 5px;
}

.numPlus {
    border-radius: 0 5px 5px 0;
}

.numCounter input[type='number'] {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    height: 35px;
    width: 100%;
    text-align: center;
}

.numCounter input[type='button']:disabled {
    background-color: #eee;
    color: #ccc;
}

.numCounter input[type='number']:disabled {
    background-color: #ededed;
}

.pdt-opt-img {
    /* height: 200px; */
    margin: 0 auto 15px;
}

    .pdt-opt-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 5px;
    }

.pdtThumbSwiper,
.pdtDtSwiper {
    border-radius: 5px;
}

    .pdtThumbSwiper .swiper-slide img {
        opacity: .5;
        transition: .3s ease;
    }

    .pdtThumbSwiper .swiper-slide-thumb-active img {
        opacity: 1;
    }

.pdt-dt-price {
    font-size: 28px;
    padding: 10px 0;
    color: var(--dark-color);
    font-weight: 400;
    border-top: 1px solid #ececec;
    letter-spacing: .5px;
}


    .pdt-dt-price.onsale {
        color: var(--red-color);
    }

        .pdt-dt-price.onsale S {
            font-size: 18px;
            color: #bdbdbd;
            margin-left: 12px;
        }

.pdt-dt-btn .btn {
    border: 1px solid #ffffff;
    margin: 0 0 10px;
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
}

.pdt-dt-btn .btn-gold {
    background-color: #FF5722;
}

.pdt-dt-btn .btn-cancel {
    background-color: #ccc;
}

.pdt-dt-btn .btn:hover {
    transform: none;
    opacity: .85;
    border: 1px solid var(--main-color);
    background-color: #fff;
    color: var(--main-color);
}

.pdt-dt-btn .btn-gold:hover {
    transform: none;
    opacity: .85;
    border: 1px solid #FF5722;
    background-color: #fff;
    color: #FF5722;
}

.pdt-dt-btn-md {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #fff;
}

    .pdt-dt-btn-md a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 100%;
        background-color: rgba(208, 178, 130, 0.8);
        color: #fff;
    }

        .pdt-dt-btn-md a.lighter {
            background-color: rgba(208, 178, 130, 0.2);
            color: var(--main-color);
        }

        .pdt-dt-btn-md a.soldout {
            width: 100%;
            background-color: #ccc;
        }

.pdt-dt-desc-t {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin: 0 0 10px;
}

.pdt-dt-list {
    display: flex;
    flex-wrap: wrap;
}

    .pdt-dt-list li {
        display: block;
        padding: 3px 10px;
        border: 1px solid rgb(157 157 157 / 40%);
        color: #8f8f8f;
        margin: 0 5px 5px 0;
        border-radius: 5px;
    }

/* ---- pdt end ---- */
/* ---- cart ---- */
.cart-process {
    display: flex;
    align-items: center;
    justify-content: center;
    counter-reset: cartProcess;
}

    .cart-process li {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid rgb(255 166 90);
        margin: 0 5px;
        background: #fff;
    }

        .cart-process li a {
            display: block;
            color: var(--dark-color);
            letter-spacing: 3px;
        }

        .cart-process li::before {
            counter-increment: cartProcess;
            content: '0'counter(cartProcess);
            letter-spacing: 1px;
            margin-right: 5px;
            display: inline-block;
            color: var(--dark-color);
        }

        .cart-process li.active {
            background-color: var(--main-color);
            border: none;
        }

            .cart-process li.active a {
                color: #fff;
            }

            .cart-process li.active::before {
                color: rgba(255, 255, 255, 0.8);
            }

        .cart-process li.inactive {
            background-color: rgb(199 199 199);
            border: none;
        }

            .cart-process li.inactive a {
                color: rgba(255, 255, 255, 1);
            }

            .cart-process li.inactive::before {
                color: rgba(255, 255, 255, 1);
            }

@media (max-width: 768px) {
    .cart-process li {
        margin: 0 3px;
    }

        .cart-process li a {
            font-size: 15px;
        }

        .cart-process li::before {
            font-size: 13px;
        }
}

@media (max-width: 576px) {
    .cart-process li {
        flex-wrap: wrap;
        justify-content: center;
        padding: 2px 5px;
        margin: 0 5px;
    }

        .cart-process li a {
            width: 40px;
            font-weight: 500;
            text-align: center;
            display: contents;
            letter-spacing: 1px;
        }

        .cart-process li::before {
            width: 100%;
            text-align: center;
            margin: 0;
        }
}

.cart-box {
    /*padding: 1.5rem 2rem;
    background-color: #fff;*/
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* height: 100%; */
    border: 1px solid #f6b630;
}

/*購物車優惠訊息*/
.dis-box-t {
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--vice-color);
    margin: 0 0 5px;
}

.discount-buy {
    font-size: 15px;
}

    .discount-buy li {
        margin-bottom: 8px;
    }

    .discount-buy .mark {
        background-color: #fa931d;
        color: #fff;
        margin-right: 10px;
        padding: 0 30px;
    }

    .discount-buy .mark-d {
        background-color: #adadad;
        color: #fff;
        margin-right: 10px;
        padding: 0 30px;
    }

@media (max-width: 576px) {

    .discount-buy .mark,
    .discount-buy .mark-d {
        padding: 0 5px;
    }
}





.cart-box-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    text-align: center;
    color: var(--dark-color);
    letter-spacing: 2px;
    padding: .4rem 0;
    border-radius: 5px;
    margin: 0 0 10px;
}

    .cart-box-toggle:hover {
        cursor: pointer;
    }

    .cart-box-toggle .material-symbols-outlined {
        transition: .3s ease;
    }

    .cart-box-toggle.active .material-symbols-outlined {
        transform: rotate(-180deg);
    }

#cartItemBox {
    height: 0;
    overflow: hidden;
    transition: .7s ease;
}

    #cartItemBox::-webkit-scrollbar {
        width: 7px;
    }

    #cartItemBox::-webkit-scrollbar-button {
        display: none;
    }

    #cartItemBox::-webkit-scrollbar-track-piece {
        background: transparent;
    }

    #cartItemBox::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(208, 178, 130, 0.3);
    }

    #cartItemBox::-webkit-scrollbar-track {
        background-color: rgba(208, 178, 130, 0.05);
    }

    #cartItemBox.active {
        height: 350px;
        overflow-y: scroll;
        margin: 0 0 1rem;
    }

.cart-side-sticky {
    position: sticky;
    top: 120px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .cart-side-sticky {
        position: sticky;
        top: 180px;
    }
}

.cart-sidebox {
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 1rem;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* height: 100%; */
    border: 1px solid #f6b630;
}

.cart-sidebtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5rem 1rem;
    background-color: var(--main-color);
    border-radius: 5px;
}

    .cart-sidebtn:hover {
        color: #fff;
        background-color: var(--main-color);
    }

.cart-backbtn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 5px 5px 0;
    justify-content: end;
    border-bottom: 1px solid #aaa;
    color: var(--vice-color);
}

.cart-box-t {
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px 0 10px;
}

.cart-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0;
    color: var(--vice-color);
    border-bottom: 1px solid #ccc;
}

.cp-text {
    margin: 5px 0 0;
    color: var(--dark-color);
}

.cart-total-list li {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
}

.cart-total-list .ctl-t {
    font-size: 15px;
    letter-spacing: 2px;
    color: #787878;
}

.cart-total-list .ctl-price {
    text-align: right;
    color: #333;
}

    .cart-total-list .ctl-price.red {
        color: var(--red-color);
    }

.cart-total-list li:last-of-type .ctl-t,
.cart-total-list li:last-of-type .ctl-price {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .cart-sidebox {
        padding: 2rem 3rem;
    }

    .cart-sidebtn {
        /*margin: 0 1rem;*/
    }
}

.cart-total-list-md {
    position: fixed;
    flex-wrap: wrap;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: start;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

    .cart-total-list-md.active {
        height: 400px;
        z-index: 12;
    }

    .cart-total-list-md .ctl-btn-md {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-weight: 500;
        color: #fff;
        background-color: rgba(208, 178, 130, 0.8);
    }

        .cart-total-list-md .ctl-btn-md:hover {
            cursor: pointer;
        }

    .cart-total-list-md .cart-total-list {
        opacity: 1;
        width: 100%;
        padding: 1rem 3rem;
        transition: .3s ease;
        animation: cartTotalFadeIn .5s ease 0ms 1 both;
    }

@media (max-width: 576px) {
    .cart-total-list-md .cart-total-list {
        padding: 1rem;
    }
}

.cart-item-list li {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

    .cart-item-list li.disabled-bg {
        filter: grayscale(1);
    }

.cil-flex {
    width: 100%;
    display: flex;
}

.cil-img {
    display: block;
    width: 18%;
    min-width: 18%;
    height: 18%;
}

    .cil-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
        border-radius: 5px;
        overflow: hidden;
    }

.cil-desc {
    width: 100%;
    margin: 0 15px;
}

.cil-t {
    color: var(--dark-color);
    letter-spacing: 2px;
    font-size: 16px;
    display: flex;
}

.cil-mark {
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bbb;
    color: #fff;
    padding: 0px 5px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

.cil-price {
    margin: 5px 0;
    color: var(--dark-color);
}

.cil-spec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cil-spec-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
}

.cil-spec span {
    display: inline-block;
    background-color: rgba(208, 178, 130, 0.1);
    padding: 3px 12px;
    color: var(--main-color);
    border-radius: 5px;
    margin: 0 5px 2px 0;
}

.cil-num {
    width: 180px;
    min-width: 180px;
    display: flex;
    height: 100%;
    align-items: center;
}

.cil-delete {
    display: flex;
    width: fit-content;
    justify-content: end;
    align-items: center;
    color: #686868;
    position: absolute;
    top: -2px;
    right: 0;
}

    .cil-delete:hover {
        color: var(--red-color);
    }

    .cil-delete .material-symbols-outlined {
        font-size: 28px;
    }

.cil-subtotal {
    text-align: right;
    padding: 10px 0;
    color: var(--dark-color);
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 600
}

@media (max-width: 992px) {
    .cil-img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .cil-num {
        width: 120px;
        min-width: 120px;
    }

    .cil-t,
    .cil-price,
    .cil-desc span {
        font-size: 15px;
    }

    .cil-delete .material-symbols-outlined {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .cil-t {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: fit-content;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 0 20px 0 0;
    }

    #cartItemBox .cil-t {
        margin: 0;
    }

    .cart-sidebox,
    .cart-box {
        padding: 2rem 1.5rem;
    }

    .cart-item-list li {
        padding: 0 0 10px;
        flex-wrap: wrap;
    }

    .cil-flex {
        /*flex-wrap: wrap;*/
    }

    .cil-num {
        height: auto;
        margin: 10px 0 10px 90px;
        width: 55%;
        min-width: unset;
        display: block;
        z-index: 99;
    }

    .cil-desc {
        width: calc(100% - 90px);
        margin: 0 0 0 10px;
    }

        .cil-desc span {
            font-size: 13px;
        }

    .cil-subtotal {
        width: 100%;
        position: absolute;
        bottom: 20px;
        right: unset;
        padding: 0;
        display: block;
    }
}

@media (max-width: 576px) {

    .cart-sidebox,
    .cart-box {
        padding: 0;
    }

    .cil-num {
        margin: 10px 0;
    }

    .cil-img {
        width: 20%;
        min-width: 20%;
        height: 20%;
    }

    .cil-desc {
        width: calc(100% - 75px);
    }
}

.cart-info-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(208, 178, 130, 0.3);
    padding: 3px 0;
    margin: 0 0 10px;
    color: var(--vice-color);
}

.cart-info-receiver {
    font-size: 15px;
    background-color: rgba(208, 178, 130, 0.1);
    padding: .5rem .8rem;
    color: var(--main-color);
}

.city {
    width: 50% !important;
}

.town {
    width: 50% !important;
    margin-left: 10px;
}

/* ---- cart end ---- */
/* ---- main ---- */
/* ---- main end ---- */
/* ---- contact ---- */
.contact-logo {
    width: 300px;
    display: block;
    margin: auto;
}

.c-map iframe {
    border: none;
    width: 100%;
    height: 360px;
    border-radius: 5px;
}

.c-sns-link {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

    .c-sns-link li {
        width: 50px;
        margin: 0 20px 0 0;
    }

.c-form,
.c-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .c-form li {
        width: calc(50% - 10px);
    }

        .c-form li:last-child {
            width: 100%;
        }


        .c-form li.cf-msg {
            width: 100%;
        }

    .c-info li {
        width: 100%;
        padding: .3rem 0rem;
    }

        .c-info li.c-address {
            width: 100%;
        }

.c-info-t {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #6c6c6c;
}

.c-info-ct {
    color: #1d1d1d;
    letter-spacing: 2px;
    font-size: 16px;
}

@media (max-width: 576px) {
    .c-info {
        justify-content: center;
    }

        .c-form li,
        .c-info li {
            width: 100%;
        }

    .recaptcha {
        width: 100%;
    }
}

.c-form-wrap {
    padding: 2rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #dcdcdc;
    background: #fff6e3;
}

.c-form .fm-group select,
.c-form .fm-group input,
.c-form .fm-group textarea {
    border: none;
}

.recaptcha .g-recaptcha {
    width: 300px;
    object-fit: contain;
    display: block;
    margin: 10px auto;
}

@media (max-width: 768px) {
    .c-form-wrap {
        padding: 1.5rem 1rem;
    }
}

/* ---- contact end ---- */
/* ---- login forget verify signup ---- */
.login-flex {
    min-height: 40vh;
}

.login-area {
    width: 450px;
    margin: 0rem auto;
}

@media (max-width: 480px) {
    .login-area {
        width: 100%;
    }
}

.login-box {
    padding: 1.5rem 2rem 2rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f6b630;
}

.login-img {
    width: 210px;
    display: block;
    margin: 0 auto;
}

.login-box .btn {
    border: none;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
    margin: 0;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-box .btn img {
        width: 16px;
        display: block;
        margin: 0 10px 0 0;
    }

    .login-box .btn:hover {
        transform: none;
        opacity: .85;
    }

.login-box .btn-fb {
    background-color: #1877F2;
}

.login-box .btn-line {
    background-color: #06c755;
}

.line-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    color: var(--vice-color);
}

    .line-text::before,
    .line-text::after {
        content: '';
        flex: 1 1;
        border-bottom: 1px solid rgba(208, 178, 130, 0.3);
    }

.flex-link {
    display: flex;
    justify-content: center;
}

    .flex-link li {
        width: calc(100% / 3);
        text-align: center;
        position: relative;
    }

        .flex-link li:not(:last-of-type):after {
            content: '|';
            position: absolute;
            right: 0;
            bottom: 0;
            color: #aaa;
        }

    .flex-link a {
        display: block;
        font-size: 15px;
        letter-spacing: 2.5px;
        color: var(--vice-color);
    }

    .flex-link li:hover a {
        color: var(--main-color);
    }

.login-msg {
    font-size: 14px;
    color: #aaa;
}

    .login-msg a {
        text-decoration: underline;
    }

/* ---- login forget verify signup end ---- */
/* ---- member ---- */
.member-box {
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #d7d7d7;
}

@media (max-width: 768px) {
    .member-box {
        padding: 1rem 1rem;
    }
}

.sidelist {
    position: sticky;
    top: 120px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .sidelist {
        position: sticky;
        top: 180px;
    }
}

.sidelist li {
    margin: 0 0 10px;
}

    .sidelist li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        padding: .7rem 1rem;
        background-color: #fff;
        border: 1px solid #f6b630;
    }

    .sidelist li:hover a,
    .sidelist li.active a {
        background-color: var(--main-color);
        color: #fff;
    }

    .sidelist li a::after {
        content: '\e5cc';
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        height: 20px;
        height: 20px;
        color: var(--vice-color);
        font-family: 'Material Symbols outlined';
    }

    .sidelist li:hover a::after,
    .sidelist li.active a::after {
        color: rgba(255, 255, 255, 0.8);
    }

@media (max-width: 992px) {
    .sidelistSwiper .swiper-slide {
        width: fit-content;
        margin-right: 10px;
    }

    .sidelist-item {
        display: block;
        border-radius: 5px;
        padding: .5rem 1rem;
        background-color: #fff;
        color: var(--vice-color);
    }

        .sidelist-item:hover,
        .sidelist-item.active {
            background-color: var(--vice-color);
            color: #fff;
        }
}

.member-info {
    display: flex;
    align-items: start;
}

.mi-icon {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid rgba(208, 178, 130, 0.5);
    object-fit: contain;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.mi-content {
    width: 100%;
}

@media (max-width: 768px) {
    .member-info {
        align-items: center;
        display: inline-block;
    }

    .mi-icon {
        width: 65px;
        height: 65px;
    }
}

.member-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.member-sub-link {
    display: block;
    font-size: 14px;
    border-radius: 2px;
    width: fit-content;
    padding: 3px 12px;
    background-color: #3d3d3d;
    color: #fff;
}
    .member-sub-link:hover {
        background-color: #C9C3C2;
        color: #3d3d3d;
    }
    .mi-title {
        font-size: 20px;
    }

.mi-levelName {
    font-size: 15px;
    color: var(--main-color);
}

.progress-bar {
    background-color: rgb(107 107 107 / 80%);
}

.progress-bar-striped {
    background-image: linear-gradient(25deg, rgba(255, 255, 255, .08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .08) 50%, rgba(255, 255, 255, .08) 75%, transparent 75%, transparent);
}

.progress-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .progress-tab span {
        display: block;
        font-size: 14px;
        color: var(--vice-color);
    }

.mi-schedule {
    font-size: 19px;
    vertical-align: middle;
    margin-bottom: 2px;
}


.member-flex-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: var(--main-color);
    letter-spacing: 2px;
}

.member-news li a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

    .member-news li a .material-symbols-outlined {
        display: block;
        margin: 0 10px 0 0;
        color: var(--main-color);
    }

.member-news li.read a,
.member-news li.read a .material-symbols-outlined {
    color: #aaa;
}

@media (max-width: 576px) {
    .member-news li a {
        align-items: start;
        font-size: 15px;
    }
}

.member-orderlist li {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .member-orderlist li:hover {
        background-color: rgb(254 230 210 / 30%);
    }
}

.mo-item {
    width: 100px;
/*    min-width: 200px;*/
    letter-spacing: 0px;
}

.mo-date {
    width: 110px;
    min-width: 110px;
    letter-spacing: 0px;
}

.mo-price {
    width: 140px;
    min-width: 140px;
    text-align: left;
}

.mo-price2 {
    width: 140px;
    min-width: 90px;
    text-align: center;
}


.mo-price.voucher {
    text-align: right;
}

.mo-price.red {
    color: var(--red-color);
}

.mo-number {
    width: 100%;
    max-width:250px;
}
@media(max-width:768px){
    .mo-number {
        max-width: 100%;
    }
}
.mo-state {
    width: 100px;
    min-width: 100px;
    text-align: right;
}

.mo-btn {
    width: 120px;
/*    min-width: 120px;*/
    text-align: center;
}

.mo-state.red {
    color: var(--red-color);
}

.mo-dateend {
    width: 140px;
    min-width: 140px;
    text-align: right;
}

.mo-state.gray {
    color: #9c9c9c;
}

@media (max-width: 768px) {
    .member-orderlist li {
        margin: 0 0 15px;
    }

    .member-orderlist li {
        flex-wrap: wrap;
        background-color: #fff;
        padding: 1rem;
        border-radius: 5px;
        border-bottom: none;
        border: 1px solid #a4a4a4;
    }

    .mo-date {
        min-width: unset;
        width: fit-content;
        padding: .1rem 1rem;
        border-radius: 5px;
        font-size: 16px;
        background-color: rgb(255 236 195);
    }

    .mo-number,
    .mo-dateend {
        margin: 6px 0;
    }

    .mo-price,
    .mo-state,
    .mo-dateend {
        min-width: unset;
        width: 100%;
    }

    .mo-state,
    .mo-dateend {
        text-align: left;
    }

    .mo-price.voucher {
        width: 100%;
        font-size: 20px;
    }
}

.mv-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mv-flex span {
        font-size: 30px;
        font-weight: 600;
        color: var(--main-color);
    }

@media (max-width: 768px) {
    .mv-flex span {
        font-size: 25px;
    }
}


@media (max-width: 768px) {
    /*.member-orderlist li div::before {
        content: attr(data-title);
        color: #ff9800;
        margin-right: 20px;
    }*/

    .member-orderlist li div:first-child::before {
        content: attr(data-title);
        color: #999;
        margin-right: 0px;
    }

    .mo-price[data-title]::before {
        content: attr(data-title) "：";
        display: inline-block;
        width: 88px;
        color: #ff9800;
    }

    .mo-number[data-title]::before,
    .mo-price2[data-title]::before {
        content: attr(data-title) "：";
        display: inline-block;
        width: 88px;
        color: #ff9800;
    }

    .mo-price2 {
        width: 100%;
        text-align: left;
    }

    .mo-btn .btn {
        margin: 5px 0 0 0;
    }
}

.m-info-icon {
    margin-right: 3px;
    position: relative;
    top: 6px;
}

/* ---- member end ---- */
/* ---- footer ---- */
footer {
    padding: 30px 0 30px;
    background: #fff6e3;
}

/*footer:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background: url(../img/ft.svg) left top no-repeat;
}*/
.f-logo {
    width: 100%;
}

    .f-logo img {
        display: block;
    }

footer .sns-link {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

    footer .sns-link li {
        width: fit-content;
        margin-right: 10px;
    }

    footer .sns-link a {
        padding: 0;
    }

        footer .sns-link a img {
            display: block;
            width: 30px;
        }


.f-link-wrap {
    height: 100%;
    display: flex;
}

.f-link {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .f-link li {
        display: flex;
    }

        .f-link li a {
            display: block;
            font-size: 15px;
            color: #555;
            transition: .3s ease;
        }



            .f-link li a:hover {
                color: var(--main-color);
            }

        .f-link li:not(:first-child)::before {
            content: "｜";
            margin: 0 5px;
            color: #999;
            /* 可依設計調整顏色 */
        }

.copyright {
    color: #555;
    text-align: end;
    font-size: 14px;
}

@media (max-width: 992px) {
    footer {
        padding: 15px 0 60px;
    }

    .f-link-wrap {
        align-items: start;
    }
}

@media (max-width: 576px) {
    .f-logo {
        width: 70%;
        display: block;
        margin: auto;
    }

    .f-link {
        justify-content: center;
    }

        .f-link li a {
            padding: 2px 0px;
            text-align: center;
            font-size: 14px;
        }

        .f-link li:not(:first-child)::before {
            margin: 0 -3px;
        }

    .copyright {
        color: rgb(196 196 196);
        text-align: center;
        font-size: 13px;
        letter-spacing: 0;
        margin-top: 10px;
    }
}

/* ---- footer end ---- */

.swal2-buttons-reverse .swal2-cancel {
    order: 1;
}

.swal2-buttons-reverse .swal2-confirm {
    order: 2;
}

.swal2-cancel-button,
.swal2-confirm-button {
    padding: 5px 15px 5px 13px;
}

.hidden {
    display: none;
}

/*--blog--*/
.sidelist-b {
    display: flex;
    justify-content: center;
}

    .sidelist-b li {
        margin: 0 10px 10px;
    }

        .sidelist-b li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 5px;
            padding: 8px 15px;
            background-color: #fff;
        }

        .sidelist-b li:hover a,
        .sidelist-b li.active a {
            background-color: var(--main-color);
            color: #fff;
        }

.omit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box {
    box-shadow: 0 0 10px 3px #ccc
}

.blog-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    position: relative;
}

/*.blog-img:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    background-image: url("../img/service-fig-layer.png");
    background-position: bottom;
    background-repeat: no-repeat;
}*/
/*.blog-img:after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right:-18px;
    bottom: 16px;
    background-image: url("../img/service-fig-layer2.png");
    background-position: bottom;
    background-repeat: no-repeat;
}*/
.blog-cont {
    padding: 15px 20px;
    background: #fff;
}

.blog-ti {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #CCC;*/
    color: #ffa759;
}

.date {
    font-weight: 300;
    color: #333;
}

    .date .material-symbols-outlined {
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

.blog {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


.blog-img img {
    transition: all 1s;
    -webkit-transition: all 1s;
}

.blog-box:hover .blog-img img {
    transform: scale(1.2);
}





@media (max-width: 576px) {
    .blog {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}


/* ----- sidenav-t1 ---- */
.sidenav-t1 > li > a {
    background-color: #ffa75930;
    color: var(--dark-color);
    border-radius: 5px;
}

.sidenav-t1 > li:hover > a,
.sidenav-t1 > li.active > a {
    background-color: var(--main-color);
    color: #fff;
}


.sidenav-t1 > li > a::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f054";
    float: right;
    margin-right: 15px;
    transition: .3s ease;
}


.sidenav-t1 > li.active > a::after {
    transform: rotate(90deg);
}


.sidenav-t1.unicon > li.active > a::after {
    transform: rotate(0deg) translateX(5px);
}

.sidenav-t1 > li ul li a {
    letter-spacing: 2px;
    color: #666;
    position: relative;
}

    .sidenav-t1 > li ul li a::after {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #0a6ad9;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: .1;
        transition: .3s ease;
    }

.sidenav-t1 > li ul li:hover a,
.sidenav-t1 > li ul li.active a {
    color: #0a6ad9;
}



/* ----- sidenav-t1 end ---- */



.sidenav-t {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--basic-color);
    border-bottom: 1px solid #eee;
}

.side-mb-menu {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    transition: .3s ease;
    margin-bottom: 15px;
}

    .side-mb-menu:hover {
        cursor: pointer;
        border-color: #0a6ad9;
    }

.sidenav {
    padding-left: 0;
}


@media (max-width: 992px) {
    .sidenav {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidenav {
        display: block !important;
    }
}


.sidenav > li {
    margin-bottom: 10px;
    transition: .3s ease;
    list-style-type: none;
}

    .sidenav > li > a {
        display: block;
        width: 100%;
        padding: 12px 0px 12px 10px;
        letter-spacing: 2px;
        transition: .3s ease;
    }

    .sidenav > li ul {
        margin-top: 10px;
        padding-left: 0;
    }

        .sidenav > li ul li {
            margin-bottom: 8px;
            list-style-type: none;
        }

            .sidenav > li ul li a {
                display: block;
                width: 100%;
                padding: 10px 0px 10px 30px;
                transition: .3s ease;
                align-items: center;
                /* border-radius: 5px; */
                /* padding: .7rem 1rem; */
                background-color: #fff;
                border: 1px solid #f6b630;
            }

/* discount*/
.discount-ti .mark {
    background-color: #fa931d;
    color: #fff;
    margin-right: 10px;
    padding: 0 5px;
}

.discount-ti,
.discount-ti a {
    color: #f44336;
    font-size: 15px;
}

.qa-answer li {
    margin-left: 50px;
    color: #4CAF50;
    font-size: 14px;
    display: flex;
    margin-bottom: 3px;
}

.dis-span {
    font-size: 21px;
}

/*  discount  end --*/
/*.bottom-link li:first-child {
    background: #c8a675;
}*/
/* ---- member sub ---- */

.sub-sect-t {
    font-weight: 800;
    font-size: 20px;
    color: #3d3d3d;
}

.sub-box.active,
.sub-box:hover {
    cursor: pointer;
}

.sub-box .sub-card-img {
    border: 3px solid transparent;
    border-radius: 10px;
    transition: .3s ease;
    opacity: .7;
}

.sub-box:hover .sub-card-img,
.sub-box.active .sub-card-img {
    transform: translateY(2px);
    opacity: 1;
}

.sub-box .sub-card-img img {
    width: 100%;
    border-radius: 8px;
    transition: .3s ease;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}

.sub-box.active .sub-card-img img,
.sub-box:hover .sub-card-img img {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px -5px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}

.sub-box .sub-desc {
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    transition: .3s ease;
}

.sub-box.active .sub-desc,
.sub-box:hover .sub-desc {
    border-color: #ddd;
    background-color: rgba(243, 243, 243, 0.5);
}

.sub-box .sub-title {
    font-size: 18px;
    font-weight: 800;
    color: #999;
    margin: 0px 0px 5px;
    text-align: center;
    transition: .3s ease;
}

.sub-box .sub-price {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #999;
    transition: .3s ease;
}

.sub-box.primary.active .sub-title,
.sub-box.primary.active .sub-price {
    color: #da4a4a;
}

.sub-box.intermediate.active .sub-title,
.sub-box.intermediate.active .sub-price {
    color: #3464a6;
}

.sub-box.advanced.active .sub-title,
.sub-box.advanced.active .sub-price {
    color: #ebc07f;
}

.sub-box .sub-price span {
    color: #999;
    font-weight: 600;
    font-size: 15px;
}

/* ---- member sub end ---- */
.cart-table {
    width: 100%;
}

    .cart-table thead {
        background-color: #f6b630;
        color: #fff;
    }

    .cart-table th,
    .cart-table td:not(.cart-item) {
        padding: 10px;
    }

    .cart-table th,
    .cart-table td {
        text-align: center;
        vertical-align: middle;
    }

    .cart-table td {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .cart-table tbody tr {
        border-bottom: 1px solid #ccc;
    }

    .cart-table tr.cart-soldout .cart-item-img {
        filter: grayscale(1);
    }

    .cart-table .cart-item-img {
        width: 70%;
        display: block;
        margin: 10px auto;
    }

    .cart-table .cart-item-t {
        margin-bottom: 10px;
        font-size: 14px;
        word-break: break-all;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: fit-content;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .cart-table .cart-item-t a {
            color: #999;
        }

            .cart-table .cart-item-t a .pre-order {
                color: #da4a4a;
            }

    .cart-table .cart-item-qty input {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

.cart-spec-box .spec-item select {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 3px 10px;
}

.member-icon2 {
    height: 27px;
    position: relative;
    right: 60px;
}
/*---0710*/

.editbox {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
}


.editbox label {
    display: block;
    width: 120px;
    min-width: 120px;
    color: var(--dark-color);
    font-size: 16px;
}

.editbox input,
.editbox textarea {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 5px 10px;
    height: 35px;
    width: 100%;
    transition: .3s ease;
}

.editbox textarea {
    height: auto;
}

    .editbox input:focus,
    .editbox textarea:focus {
        border-color: var(--main-color);
    }

.editbox select {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 5px 10px;
    height: 35px;
    width: 100%;
}

@media (max-width: 480px) {
    .editbox {
        flex-wrap: wrap;
    }

        .editbox label {
            width: 100%;
            min-width: 100%;
            margin-bottom: 3px;
        }
}


.editbox-img {
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 100%;
    height: 200px;
}

    .editbox-img img {
        display: block;
        margin: 0 auto;
        width: 85%;
        height: 100%;
        object-fit: contain;
        transition: .3s ease;
    }

@media (max-width: 576px) {
    .editbox-img img {
        width: 100%;
    }
}